[Pipet Devel] another draft of struct

J.W. Bizzaro bizzaro at geoserve.net
Sat Jan 15 12:57:49 EST 2000


Enjoy.  Comments welcome.  Jeff
-------------- next part --------------
STRUCT - Filesystem structure of Loci - 20000115


loci/
    AUTHORS                        (names of developers)
    CHANGES                        (ALL changes made to Loci) 
    COPYING                        (GNU LGPL license)
    INSTALL                        (installation instructions)
    README                         (introduction)
    STRUCT                         (this file)
    TODO                           (things to do)
    loci*                          (primary Loci executable)
    (other python scripts) 

    front/                         (front-endware)
        gi/                        (Gtk+ Interface)
            locigi.py              (GI executable)
            conf/                  (GI configuration)
                gtkstyles/         (Gtk+ styles)
            lib/                   (GI components)
                modules/           (python modules)
                    widgets/       (high-level GUI widgets)
                pixmaps/           (graphics)
                    dialogs/       (dialog icons)
                    icons/         (generic icons)
                    symbols/       (symbol icons)
        nli/                       (Natural Language Interface)
            locinli.py             (NLI executable)
            (other python scripts)
            conf/                  (NLI configuration)
            lib/                   (NLI components)
                modules/           (python modules)
        wi/                        (Web Interface)
            lociwi.py              (WI executable) 
            (other python scripts)
            conf/                  (WI configuration)
            lib/                   (WI components)
                modules/           (python modules)

    middle/                        (middleware)
        locimid.py                 (middleware executable)
        conf/                      (middleware configuration)
        lib/                       (middleware components)
            modules/               (python modules)

    back/                          (back-endware)
        public/                    (publicly accessible directory)
            lib/                   (public components)
                modules/           (public python bindings to files)
                pixmaps/           (public graphics)
                    icons/         (icons)
            container/             (public files and symlinks)
        private/                   (privately accessible directory)
            lib/                   (private components)
                modules/           (private python bindings to files)
                pixmaps/           (private graphics)
                    icons/         (icons)
            container/             (private files and symlinks)

    conf/                          (general Loci configuration)
    lib/                           (general Loci library)
        modules/                   (python modules)




More information about the Pipet-Devel mailing list