You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
911 B
ReStructuredText

.. CAcert code documentation master file, created by
sphinx-quickstart on Fri Oct 26 23:40:43 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
CAcert code documentation
=========================
This is a work in progress documentation of the CAcert web application source
code at https://git.cacert.org/gitweb/?p=cacert.git.
The goal is to document the existing code base to give insight into its
functionality and to support writing a specification for a potential
reimplementation.
.. toctree::
:maxdepth: 2
:caption: Contents:
building
Filesystem structure
--------------------
The file system structure as of 2018-10-27 looks like shown below:
.. literalinclude:: structure.txt
:language: text
:encoding: utf-8
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`