Documentation / HowTo
The WikiEngine used for all wikis on
wikihost.org is 'GeboGebo'. GeboGebo is completely self-written and its syntax is similar to the DocuWiki syntax.
Wiki syntax
The wiki syntax used in all the wikis is exactly as described at
wiki:syntax.
Searching globally in wikihost.org
You can start a fulltext search across all public wikis on
wikihost.org by entering your search phrase (as you know that from web search engines) in the input box on the top right.
There is a simple text input field expection a
valid tdbengine fulltext query.
Here is a small list of possibilities:
- Software
- matches all pages that contain the word "Software" whilst capitalization plays no role.
- Softw?re
- matches all pages that contain a word like this: "Softw" + any Char + "re" - the ? is a joker for exactly one character
- Sof*re
- matches all pages that contain words beginning with "Sof" and ending with "re" - the * is a joker for any number of characters
- Soft, Ware
- matches all pages that contain the word "soft" as well as the word "ware"
- Soft+Ware
- matches all pages that either contain the word "soft" or the word "ware", as well as both of them
- Soft-Ware
- matches all pages that contain the word "Soft", but explicitely do not contain the word "Ware".
FAQ / Help / Questions and Answers
For the wikihost.org wiki "FAQ", see the page
Users help users