.. archive:: wiki_root/trunk/ :file: Wiki20_final.zip The TurboGears 2 Wiki Tutorial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. highlight:: python :linenothreshold: 5 Welcome! This tutorial will show you how to create a simple wiki with TurboGears 2. It is designed to be your first experience with TurboGears 2. If you're not familiar with the concept of a wiki you might want to check out `the Wikipedia entry `_. Basically, a wiki is an easily-editable collaborative web content system that makes it trivial to link to pages and create new pages. If you have trouble with this tutorial ask for help on the `TurboGears discussion list`_. We're a friendly bunch and, depending what time of day you post, you'll get your answer in a few minutes to a few hours. If you search the mailing list or the web in general you'll probably get your answer even faster. **Please don't post your problem reports as comments on this or any of the following pages of the tutorial**. Comments are for suggestions for improvement of the docs, not for seeking support. If you want to see the final version you can download a copy of the wiki code :arch:`here`. Wiki20 Table of Contents ================================= .. toctree:: :maxdepth: 2 page1 page2 page3 page4 page5 page6 page7 page8 page9 page10 .. _TurboGears discussion list: http://groups.google.com/group/turbogears Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` Glossary ======== .. glossary:: root directory Wiki20/