Zulu
 

  Home
  What's Zulu?
  Guide
  Reference
    xml
    Hidden pages
    Processing steps
    Program
  > ZuluWikiWiki
    Migration v1 -> v2
    Migration v2.0 -> v2.1
    Migration v2.1 -> v4.0
  Tutorial
  Quickstart
  Live Sites
  Sample Templates
  Installation
  Download
  Sitemap

  Deutsch
  English

  Webansicht

ZuluWikiWiki (Server)

WikiWiki is an excellent tool to maintain websites online. See also http://www.wikiwiki.org.

Origin of the name "WikiWiki":

The concept of a Wiki was invented by Ward Cunningham, taking its name from the Hawaiian word wikiwiki, meaning quick. It is worth noting that there is a Hawaiian bus company called Wikiwiki. It may be coincidence or a clever pun that Wiki also stands for "What I know is".

The name and idea of ZuluWikiWiki were inspired by WikiWiki. But the implementation of Zulu is different. Zulu is simple, WikiWiki is easy, CMS is powerful.

This is how ZuluWikiWiki works:

Server: Webpages and Zulu <-- WebDav --> zulu_editor.cgi

Client: Browser

Server requirements:

  • Web server which supports CGI
  • Python interpreter version 2.0.0 or higher
  • WebDav

From Zulu to ZuluWikiWiki?

Two steps are necessary to get Zulu running on a server:

  • Pathnames: For all paths '/' instead of '\' should be used. These paths also work under windows.
  • Link to the Zulu-editor

Adjustments to the Excel worksheet zulu_structure.xls

Zulu v1/2: Preview:   ..\index.html
ZuluWikiWiki: Preview:   ../index.html  

Zulu v1/2: Output:   ../<!--Zulu:Tag:Folder-->/index<!--Zulu:Tag:Printextension-->
ZuluWikiWiki: Output:   ../<!--Zulu:Tag:Folder-->/index<!--Zulu:Stage--><!--Zulu:Tag:Printextension-->

Zulu v1/2:        
ZuluWikiWiki: Subst:   <!--Zulu:ZuluPath--> /home/www/htdocs/positron/zulu_v2/test

Zulu v1/2:        
ZuluWikiWiki: Subst:   <!--Zulu:ZuluUrl--> http://www.positron.ch/zulu_v2/test

Zulu v1/2:        
ZuluWikiWiki: Subst:   <!--Zulu:EditorUrl--> http://www.positron.ch/cgi-bin/zulu_test/zulu_editor.cgi

Zulu v1/2:        
ZuluWikiWiki: Subst:   <!--Zulu:StructureRelativePath--> zulu_templates/zulu_structure.xml

Adjustments to the templates

The link pointing to the editor:

<a href="<!--Zulu:EditorUrl-->?ZuluUrl=<!--Zulu:ZuluUrl-->&amp;ZuluPath=<!--Zulu:ZuluPath-->&amp;StructureRelativePath=<!--Zulu:StructureRelativePath-->&amp;PageRelativePath=<!--Zulu:Tag:Folder-->/index.zulu_content.html&amp;OriginRelativePath=<!--Zulu:Tag:Folder-->/index.html">Online Editor</a>