Getting Started with TurboGears
==================================

.. toctree::
   :maxdepth: 2

   main/DownloadInstall
   main/QuickStart

Tutorials
===========


.. toctree::
   :maxdepth: 2
   
   main/Wiki20/index
   main/ToscaWidgets/forms
   main/Auth/index

What's new in TG2
===================

.. toctree::
   :maxdepth: 2

   main/WhatsNew

General Reference for MVC Components
======================================

.. toctree::
   :maxdepth: 2

   main/Controllers
   main/Templates/Genshi
   main/Templates/Alternative
   main/SQLAlchemy
   main/DatabaseMigration

Validation, Form handling and form widgets
===========================================

.. toctree::
   :maxdepth: 2

   main/FormBasics
   main/Validation
   main/ToscaWidgets/forms
   main/ToscaWidgets/ToscaWidgets


Recipes for Installation and Deployment
========================================

.. toctree::
   :maxdepth: 2

   main/OfflineInstall
   main/Deployment
   main/Deployment/ModProxy
   main/Deployment/modwsgi+virtualenv


Development Tools
======================

.. toctree::
   :maxdepth: 2

   main/ToolBox
   main/CommandLine
   main/Profile

Session Tracking
=================
How to track visitors with cookies.

   .. toctree::
      :maxdepth: 3

       main/Session


Internationalization
======================
How to write application that can be translated in more than one
language depending on the visitor.

   .. toctree::
      :maxdepth: 3

      main/Internationalization

All about the tg2 configuration
================================
All you want to know about the configuration system of TurboGears2.

   .. toctree::
      :maxdepth: 3

      main/Config


TG2 Extensions
==============
Read More about how you can extend your TurboGears2 application with Admin and
Geo capabilities.

   .. toctree::
      :maxdepth: 3

      main/Extensions/index


Other TG Tools
=====================

.. toctree::
   :maxdepth: 2
   
   main/Caching
   main/LogSetup


Recipes
======================

.. toctree::
   :maxdepth: 2

   main/Auth/Authentication
   main/TGandPyAMF
   main/RoutesIntegration
   main/StaticFile
   main/Mako
   main/Jinja

Performance and optimization:
===============================

.. toctree::
   :maxdepth: 2
   
   main/GeneralPerformance
   main/TemplatePerformance
   main/DatabasePerformance



General Project Information
=======================================

.. toctree::
   :maxdepth: 2

   main/TG2Philosophy
   main/RequestFlow
   main/DevStatus
   main/Contributing
   main/License
   main/TGandPylons

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
