Update of /cvsroot/openposs/Documents
In directory usw-pr-cvs1:/tmp/cvs-serv12942
Modified Files:
OPRFC005.txt
Log Message:
Completed the directory structure description.
Index: OPRFC005.txt
===================================================================
RCS file: /cvsroot/openposs/Documents/OPRFC005.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** OPRFC005.txt 27 Jun 2002 03:53:54 -0000 1.1
--- OPRFC005.txt 27 Jun 2002 05:28:41 -0000 1.2
***************
*** 9,15 ****
~~~~~~~~
! i - Prelude
! 1 - Server Directory Structure
! 2 - Directory Purpose Descriptions
--- 9,18 ----
~~~~~~~~
! i - Prelude
! 1 - Server Directory Structure
! 1.1 - Directory Purpose Descriptions
! 2 - API Reference
! 2.1 - Database API
! 3 - Module Interface API
***************
*** 107,112 ****
! 2 - Directory Purpose Descriptions
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Server/
--- 110,115 ----
! 1.1 - Directory Purpose Descriptions
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Server/
***************
*** 136,138 ****
openPOS System. This will include the installation/de-installation, enabling
and disabling of modules.
!
\ No newline at end of file
--- 139,172 ----
openPOS System. This will include the installation/de-installation, enabling
and disabling of modules.
!
! /Server/adodb/
! This directory contains the adodb library as found at
! http://php.weblogs.com/ADODB. This is our access methof to the database, and
! it also will allow us to connect to multiple different database backends.
!
! /Server/java/
! This directory will hold any java programs utilised by the web-based front
! end of the project. However for java programs that are module specific, they
! will be stored in the appropriate directory for the module in question.
!
! /Server/language/
! This directory holds a directory for each language that the system has been
! configured to use.
!
! /Server/language/enu/
! This directory holds the files which contain the language specific strings
! that are used in the display of information within the openPOS System.
!
! /Server/module/
! This directory holds a directory for each user module installed in the
! openPOS System.
!
! /Server/module/ModuleName/
! This directory will contain all the files relating to the module ModuleName.
!
! /Server/reports/
! This directory holds a directory for each report installed in the openPOS
! System.
!
! /Server/reports/ReportName/
! This directory will contain all the files relating to the report ReportName.
|