Difference between revisions of "EPrints Directory Structure"

From EPrints Documentation
Jump to: navigation, search
m (EPrints Directory Structure/eprints3 moved to EPrints Directory Structure)
Line 1: Line 1:
 +
{{dirs}}
 
*eprints3/
 
*eprints3/
 
** '''AUTHORS''' - Text file telling you who did what in EPrints.
 
** '''AUTHORS''' - Text file telling you who did what in EPrints.

Revision as of 12:05, 15 January 2007

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects

  • eprints3/
    • AUTHORS - Text file telling you who did what in EPrints.
    • CHANGELOG - Text file documenting every single change made since EPrints 2 Alpha.
    • COPYING - The GPL License
    • NEWS - Summary of major changes between versions.
    • README - Text file telling you how to install and where to find help.
    • SIGNATURES - Checksums of installed files. Used by upgrade tool to see if files have been modified since installation.
    • VERSION - The current version of EPrints.
    • archives/ - Contains configuration and data for each repository
    • bin/ - Contains command line tools.
    • cfg/ - Contains site-wide configuration files.
    • cgi/ - Contains CGI files (dynamic web pages)
    • lib/ - Contains the read-only data used by EPrints (do not edit!)
    • perl_lib/ - Contains the perl-libraries used by EPrints
    • testdata/ - Contains a tool + data to import example data into your repository.
    • var/ - Used to store files output by EPrints including logs and process ID files.