Hi, Attached is a small patch for README that gives a quick overview of the code.
I enjoyed reading your work. --- README.orig Tue Apr 25 21:20:54 2006 +++ README Tue Apr 25 21:36:01 2006 @@ -38,6 +38,23 @@ already have a corresponding entry in the user's table (username and hostname) will be allowed. +Code Layout +------------- + +Basic sequence (index.php): + - index.php -> load_gui -> parse_template + - authentication details in this sequence + +tasks + - index.php limits tasks to set list + - can see task in roundcube link when you mouse over it + - task templates stored in skins/default/templates + - templates "roundcube:" tokens that get replaced in parse_template + +program/include/rcube_shared.inc + - defines rcube_html_page, class that lays out a roundcube web page + - defines form control classes + Installation: ------------- -- Mark Bucciarelli GAIA Host Collective, LLC email: [EMAIL PROTECTED] phone: (413) 253-0020 web: http://www.gaiahost.coop ----------------------------------- ~~~~~~~~~~~~~~~~ "Reliable internet solutions from an environmentally and socially concerned worker collective" ~~~~~~~~~~~~~~~~
