Changeset 2644
- Timestamp:
- 02/24/10 15:01:29
- Files:
-
- trunk/sphinx/source/appendix/faq.rst (modified) (2 diffs)
- trunk/sphinx/source/appendix/index.rst (modified) (1 diff)
- trunk/sphinx/source/deployguide/apache.rst (added)
- trunk/sphinx/source/deployguide/configlist.rst (added)
- trunk/sphinx/source/deployguide/index.rst (modified) (1 diff)
- trunk/sphinx/source/deployguide/standalone.rst (added)
- trunk/sphinx/source/deployguide/wsgiserver.rst (added)
- trunk/sphinx/source/index.rst (modified) (1 diff)
- trunk/sphinx/source/intro/concepts/index.rst (modified) (1 diff)
- trunk/sphinx/source/intro/index.rst (modified) (1 diff)
- trunk/sphinx/source/intro/overview.rst (modified) (1 diff)
- trunk/sphinx/source/progguide/index.rst (modified) (1 diff)
- trunk/sphinx/source/refman/_cpdispatch.rst (moved) (moved from trunk/sphinx/source/refman/dispatch.rst)
- trunk/sphinx/source/refman/_cptree.rst (moved) (moved from trunk/sphinx/source/refman/tree.rst)
- trunk/sphinx/source/refman/index.rst (modified) (1 diff)
- trunk/sphinx/source/refman/lib/index.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/sphinx/source/appendix/faq.rst
r2639 r2644 22 22 23 23 * How do I serve multiple domains on one host? 24 You can use the virtual host filter as described [wiki:VirtualPathFilter here].24 You can use the :class:`cherrypy._cpdispatch.VirtualHost` dispatcher. 25 25 26 26 * Does CherryPy support https? 27 27 CherryPy has built-in SSL support as of 3.0.0beta. See the `ssl_*` 28 properties of :mod:` _cpserver`.28 properties of :mod:`cherrypy._cpserver`. 29 29 30 30 Earlier versions do not have built-in SSL support, but Tim Evans has … … 53 53 54 54 * Can I perform HTTP based authentication (.htaccess)? 55 There are two filters implementing :rfc:`2617`: :doc:`authdigest` and :doc:`authbasic`. 55 There are two tools implementing :rfc:`2617`: :doc:`/refman/lib/auth_digest` 56 and :doc:`/refman/lib/auth_basic`. 56 57 57 58 * What templating systems does CherryPy support? trunk/sphinx/source/appendix/index.rst
r2618 r2644 2 2 Appendix 3 3 ******** 4 5 Contents:6 4 7 5 .. toctree:: trunk/sphinx/source/deployguide/index.rst
r2618 r2644 2 2 Deployment Guide 3 3 **************** 4 5 Contents:6 4 7 5 .. toctree:: trunk/sphinx/source/index.rst
r2617 r2644 5 5 ********************** 6 6 7 Introduction 8 ============ 9 7 10 .. toctree:: 8 11 :maxdepth: 3 9 12 10 13 intro/index 14 15 Programmer's Guide 16 ================== 17 18 .. toctree:: 19 :maxdepth: 3 20 11 21 progguide/index 22 23 Deployment Guide 24 ================ 25 26 .. toctree:: 27 :maxdepth: 3 28 12 29 deployguide/index 30 31 Reference Manual 32 ================ 33 34 .. toctree:: 35 :maxdepth: 3 36 13 37 refman/index 38 39 Appendix 40 ======== 41 42 .. toctree:: 43 :maxdepth: 3 44 14 45 appendix/index 15 46 trunk/sphinx/source/intro/concepts/index.rst
r2618 r2644 1 1 Concepts 2 ============ 3 4 Contents: 2 ======== 5 3 6 4 .. toctree:: trunk/sphinx/source/intro/index.rst
r2618 r2644 1 1 Introduction 2 2 ============ 3 4 Contents:5 3 6 4 .. toctree:: trunk/sphinx/source/intro/overview.rst
r2617 r2644 16 16 to be executed when some resource (or URL) is requested by the user. However, 17 17 it is not a templating language, such as PHP. CherryPy can work with several 18 templating packages (see :doc:`templates`). But please note that, while useful 18 templating packages (see :doc:`/progguide/choosingtemplate`). But please note 19 that, while useful 19 20 to some extent, templating packages are not strictly necessary, and that pure 20 21 Python code can be used to generate the Web pages. trunk/sphinx/source/progguide/index.rst
r2618 r2644 2 2 Programmer's Guide 3 3 ****************** 4 5 Contents:6 4 7 5 .. toctree:: trunk/sphinx/source/refman/index.rst
r2641 r2644 3 3 **************** 4 4 5 Contents:6 7 5 .. toctree:: 8 :maxdepth: 29 6 :glob: 10 7 trunk/sphinx/source/refman/lib/index.rst
r2641 r2644 3 3 ************ 4 4 5 Contents:6 7 5 .. toctree:: 8 :maxdepth: 29 6 :glob: 10 7

