[ PHPXref.com ] [ Generated: Sun Jul 20 16:25:17 2008 ] [ ActionApps 2.8.1b ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> files.txt (source)

   1  /aa
   2    admin.css          Style sheet file for administative interface
   3    adm_slice.css      Style sheet for "Live page view" if slice is not encapsulated (incuded to .shtml file vie SSI)
   4    changes.txt        File for notices about chenges done in toolkit project
   5    slice.php3         Main file, which make all work for view of live page - public slice view. Obviosly called from user's shtml file (slice.shtml for example). This script shows just one category or all items or only highlighted ones or search form or ... if you set appropriate parameters.
   6  
   7  /aa/images
   8    *.gif         Pictures used in administration interface.
   9    
  10  /aa/admin       (Admin inreface files)
  11    feed_to.php3       Form for feeding selected items (called from inddex.php3)
  12    index.php3         Main administration interface file. Shows Approved holding or trash bin tables in more or less detail and responses to required actions with selected items.  
  13    itemedit.php3      File called for displaing Item Form - form for editing/adding items.
  14    make_rss.php3      Returns Rich Site Summary RDF file from slice (may be used for node to node exchanging items)
  15    se_*.php3          Slice edit files - all called form Slice Edit page
  16    slicedit.php3      The main (first) slice edit page for setting main and default values for selected slice
  17    se_category.php3   Slice edit file - category management
  18    se_category2.php3  Slice edit file - processes results from category setting in se_category.php3
  19    se_compact.php3    Slice edit file - compact view (list of items) design setting
  20    se_fields.php3     Slice edit file - setting of fields - which should apear in input form (itemedit.php3) and if they are required
  21    se_filters.php3    Slice edit file - setting of automatical feeding - which categories to import and into which.
  22    se_filters2.php3   Slice edit file - processes results from filters setting (se_filters.php3)
  23    se_fulltext.php3   Slice edit file - fulltext view design setting
  24    se_import.php3     Slice edit file - feeding setting - which slice import, to which slices enable export
  25    se_import2.php3    Slice edit file - processes results from feeding setting (se_import.php3)
  26    se_newuser.php3    Slice edit file - actualy not used - replaced by user management pages (um_*.php3) - create new user form
  27    se_search.php3     Slice edit file - big search form setting - which fields are shown ...
  28    se_users.php3      Slice edit file - setting permissions for users (roles author, editor, admin, superuser)
  29    se_users_add.php3  Slice edit file - add new slice user - (s)he must already been created - by usermanagement functions)
  30    sliceadd.php3      Allows selecting type of slice when new slice is created
  31    um_*.php3          User management functions
  32    um_gedit.php3      User management - edit/create user (new user in whole permission system - not related to any slice of aplication)
  33    um_uedit.php3      User management - edit/cerate group - add/delete member ...
  34    
  35  /aa/include
  36    *_lang.php3        Language files - there are two types language files - common and others
  37                          common - there are stored all language constants common to all action aplications
  38                                 - there is only one *_common_lang.php3 file per AA instalation
  39                          others - each file defines one action aplication (or its language mutation)
  40    cz_common_lang.php3 Common language file - Czech - used by all aplications in czech version
  41    en_common_lang.php3 Common language file - English - used by all aplications in english version
  42    cz_news_lang.php3   News listing language file - Czech - defines news listing action aplication
  43    en_news_lang.php3   News listing language file - English - defines news listing action aplication
  44    en_press_lang.php3  Press releases publisher language file - English - defines press releases publisher action aplication
  45    en_all_lang.php3    Maximalistic language fiel - English - used as base file to create new action aplication
  46  
  47    perm_*.php3        Permission system files - there is two parts of permission system:
  48                         1) Action aplication independent Perm API (based on LDAP, SQL or none permission)
  49     perm_ldap.php3            Permission API based on LDAP (default)
  50     perm_sql.php3             Permission API based on SQL
  51     perm_dummy.php3           Permission API dummy - no permission defined - all can do all
  52                               (switch permission system in config.php3)
  53                         2) Action aplication specific perm functions 
  54     perm_core.php3            Calls only functions from Perm API (resolves semantics of perm strings, makes object hierarchy (aa->slice) ...)
  55     
  56    init_page.php3    File included on the bgegin of each admin page - selects slice, language file, sets variables
  57    navbar.php3       Shows top navigation bar
  58    leftbar_se.php3   Shows left menu on slice edit pages (se_*.php3)
  59    se_inc.php3       Common include file for slice edit pages (se_*.php3)
  60    um_inc.php3       Common include file for user management pages (um_*.php3) includinf left menu
  61    leftbar.php3      Shows left menu on main page (index.php3)
  62    big_srch.php3     Displays search form on public web page (slice.php3)
  63    loginform.html    Displays login form
  64  
  65    scroller.php3     Defines class for page scroller
  66    easy_scroller.php3 Defines simplified class for page scroller
  67    date.php3         Defines class for date manipulation
  68    item.php3         Defines class for item manipulation (shows item in compact or fulltext format, replaces aliases ...)
  69    varset.php3       Defines class for inserting and updating database fields
  70    util.php3         Set of usefull functions used on most pages
  71    formutil.php3     Set of usefull functions for work with forms
  72    feeding.php3      Functions for feeding items
  73    searchlib.php3    Set of usefull functions related to search database
  74    js_lib.js         Set of usefull JavaScript scripts
  75    
  76    config.php3       Main configuration file - mostly all AA parameters can be set there.
  77  
  78    ext*.php3, loc*.php3  Configuration files for Phplib's session management and authentication.
  79                          No changes are made in phplib itself.
  80    extsess.php3      Extends PHPLIB's session class
  81    extsessi.php3     Extends PHPLIB's session class for encapsulated pages (slice.php3 called inside slice.shtml)
  82    extauth.php3      Extends PHPLIB's authentication class
  83    extauthnobody.php3 Extends PHPLIB's authentication class for anonymous user
  84    locauth.php3      Main include file for using authentication feature on page
  85    locsess.php3      Main include file for using session management function on page
  86    locsessi.php3     Main include file for using session management function on encapsulated page
  87  
  88    doit_*.*          Usefull scripts for administration - not used in any aplication
  89    doit_perm_admin_user.inc          
  90    doit_perm_admin_user.php3              
  91    doit_perm_clean.inc                    
  92    doit_perm_first_users.inc              
  93    doit_perm_test.inc                  
  94    doit_test_utils.php3                        


[ Powered by PHPXref - Served by Debian GNU/Linux ]