PureDocs

source: trunk/OVERVIEW.txt @ 220

Revision 220, 1016 bytes checked in by will, 5 years ago (diff)

Remove the old setup.py file and the old Python puredocs package. These are no longer used or needed. Again, this breaks the build system, but it's already quite broken.

Line 
1This is an overview of the PureDocs source tree.
2
3        doc/                   
4                        Text documentation, the source for generated
5                        documentation, and the tools to build generated
6                        documentation.
7
8        core/
9                        The main body of PureDocs, the Python package
10                        puredocs.core.  This includes plugin loading, the primary
11                        user interface, data structures, and glue code.
12
13        libpuredocs/                   
14                        The PureDocs C library, libpuredocs.  C language
15                        and output plugins for PureDocs will link against
16                        this library which provides Python-agnostic access
17                        to PureDocs data types.
18
19        plugins/
20                        Basic and example plugins, each in their own Python package.
21                        Plugins all reside in the puredocs.plugins namespace
22                        package.
23
24        test/
25                        PureDocs system unit tests.
26
27        sql/
28                        A placeholder for experiments with SQL.
29
30        third-party/
31                        Third-party libraries, provided by svn:externals,
32                        that PureDocs depends on.
33
34        xsl/
35                        XSL for transforming the default PureDocs xml
36                        output format.
37
38        There's a lot of autoconf files in the top level as well.
Note: See TracBrowser for help on using the repository browser.