'''QuikWiki''' QuikReference Page.

        * Return to the HomePage.

  The URL of the HomePage is: 
    '''http://''server_name''/quikwiki/quikwiki.cgi/?HomePage'''  

  A shortcut is: 
    '''http://''server_name''/quikwiki/quikwiki.cgi/?'''

  Or even more briefly: 
    '''http://''server_name''/quikwiki'''
  if the Web server and QuikWiki configuration permit this.

        * View a page named, for example, ''MyPage.''  Create ''MyPage'' if it doesn't exist.

  '''http://''server_name''/quikwiki/quikwiki.cgi/?MyPage'''


        * Edit ''MyPage.''

   '''http//''server_name''/quikwiki/quikwiki.cgi/?MyPage&action=edit'''


        * Click on the '''Edit''' link, above, to view the markup 
tags in the text.  The markup is similar to WikiWiki, and provides 
formatting that includes ''emphasized (italic),'' '''bold,''',

   preformatted text,

        * List items,

and horizontal rules.
----

   The complete URL of the '''Edit''' link, above, is: 

   '''http://''server_name''/quikwiki/quikwiki.cgi?QuikReference&action=edit'''.

        * Words that refer to JPEG or GIF image files display the image.  To view images separately, use the ''image'' word.

        * The ''words'' word lists all of the wiki words.  Enter:

   '''http://''server_name''/quikwiki/quikwiki.cgi?words'''

        * Pages and templates can contain embedded Perl scripts; for example,
the files, 
<%
  print qq|<a 
  href="http://$s/quikwiki/quikwiki.cgi?WikiHeader&action=edit">WikiHeader</a>|;
%>,
<%
  print qq|<a 
  href="http://$s/quikwiki/quikwiki.cgi?WikiFooter&action=edit">WikiFooter</a>|;
%>,
and the pages in 
the ''eg/'' subdirectory.  

This example is from the QuikWiki manual:

Hello, World!  The date and time is: 
<%
$t = localtime (); $a=qq{'''$t.'''}; print lines ($a);
%>

        * If you have Mozilla or a related browser, you can view the Perl templates of the examples above, by selecting, '''"View -> Page Source,"''' from the menu.

        * Click on the '''Doc''' link above to view the manual.  The link uses the ''doc'' word:

   '''http://''server_name''/quikwiki/quikwiki.cgi?doc'''
