Edit page LinuxProjects
[wiki.git] / FindPage
index 1fff10cdc4f613973a82f73dbb824dd23448506e..eb6cd33fe960db22fdeb29bae78d40e6584386a2 100644 (file)
--- a/FindPage
+++ b/FindPage
@@ -1,4 +1,4 @@
-You can use this page to search all entries in PikiPiki.  Searches are not case sensitive.
+You can use this page to search all entries in GeekiGeeki.  Searches are not case sensitive.
 
 Here are some good starting points for browsing:
 
@@ -6,14 +6,24 @@ Here are some good starting points for browsing:
  * TitleIndex -- all pages in the database
  * WordIndex -- all words in all titles
 
-Here's a title search.  Try something like ''wiki'':
+Here's a title search.  Try something like //wiki//:
 
- [[TitleSearch]]
+ <<HttpGet|search>>
+ <form method="get">
+   <input name="titlesearch" size="30" value="<<HttpGet|search>>" />
+   <input type="submit" value="Search" />
+ </form>
 
 Here's a full-text search:
 
- [[FullSearch]]
+ <form method="get">
+   <input name="fullsearch" size="30" value="<<HttpGet|search>>" />
+   <input type="submit" value="Search" />
+ </form>
 
 You can also use regular expressions, such as
 
-{{{    seriali[sz]e}}}
+{{{
+seriali[sz]e
+typedef.*int8_t
+}}}