Edit page FrontPage
[wiki.git] / FindPage
index 5c5cd873922c7b29daf73009c52886e6f1680430..0e9edba520befc55fa36081a3fb6af48bb7791f8 100644 (file)
--- a/FindPage
+++ b/FindPage
@@ -1,21 +1,30 @@
-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:
 
  * FrontPage -- top of this system
 
 Here are some good starting points for browsing:
 
  * FrontPage -- top of this system
- * RecentChanges recorded automatically
- * TipsForBeginners
  * TitleIndex -- all pages in the database
  * WordIndex -- all words in all titles
 
  * 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]]
+ <form method="get">
+   <input name="q" size="30" value="<<HttpGet|search|>>" />
+   <input type="hidden" name="a" value="titlesearch" />
+   <input type="submit" value="Search" />
+ </form>
 
 Here's a full-text search:
 
 
 Here's a full-text search:
 
- [[FullSearch]]
+ <form method="get">
+   <input name="q" size="30" value="<<HttpGet|search|>>" />
+   <input type="hidden" name="a" value="fullsearch" />
+   <input type="submit" value="Search" />
+ </form>
 
 You can also use regular expressions, such as
 
 
 You can also use regular expressions, such as
 
-{{{    seriali[sz]e}}}
+{{{
+seriali[sz]e
+typedef.*int8_t
+}}}