Skip to content

Commit

Permalink
Moving @hirokiosame's search.js to gh-pages index.html instead of rea…
Browse files Browse the repository at this point in the history
…dme. Closes #114.
  • Loading branch information
samuelclay committed Feb 9, 2014
1 parent 5d2a058 commit 1a42c1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ structured object, so you don't have to parse the query string yourself.

For documentation, pre-packed downloads, demos, and tests, see:
http://documentcloud.github.com/visualsearch

Check out Search.js (http://github.com/hirokiosame/search.js), a fork of VisualSearch.js that provides support for dynamic operators, HTML5 input types(numbers and dates), and JSON output for flexible data interchange.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
margin: -12px 0 24px;
font-size: 14px;
}
a.thirdparty-link {
font-weight: bold;
}
</style>

<link rel="stylesheet" href="build-min/visualsearch-datauri.css" type="text/css" media="screen" charset="utf-8">
Expand Down Expand Up @@ -171,7 +174,7 @@ <h1>VisualSearch.js</h1>

<h2>Table of Contents</h2>

<a href="#demo">Demo</a> | <a href="#downloads">Downloads</a> | <a href="#usage">Usage</a> | <a href="#changelog">Change Log</a>
<a href="#demo">Demo</a> | <a href="#downloads">Downloads</a> | <a href="#usage">Usage</a> | <a href="#links">Links</a> | <a href="#changelog">Change Log</a>


<h2 id="demo">Demo <span class="demo-hint"><i>Try searching for: <b>account</b>, <b>filter</b>, <b>access</b>, <b>title</b>, <b>city</b>, <b>state</b>, or <b>country</b>.</i></span></h2>
Expand Down Expand Up @@ -495,6 +498,14 @@ <h2 id="usage">Usage</h2>
</li>
</ol>

<h2 id="links">Links</h2>

<p>
<a href="http://github.com/hirokiosame/search.js" class="thirdparty-link">Search.js</a> <i>July 22nd, 2013</i><br />
A fork of VisualSearch.js that provides support for dynamic operators and HTML5
input types (numbers and dates).
</p>


<h2 id="changelog">Change Log</h2>

Expand Down

0 comments on commit 1a42c1d

Please sign in to comment.