Difference between revisions of "EPrints Directory Structure"

From EPrints Documentation
Jump to: navigation, search
m (EPrints Directory Structure/eprints3 moved to EPrints Directory Structure)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
#REDIRECT [[:Category:EPrints Directory Structure]]
 +
{{dirs}}
 
*eprints3/
 
*eprints3/
 
** '''AUTHORS''' - Text file telling you who did what in EPrints.
 
** '''AUTHORS''' - Text file telling you who did what in EPrints.
Line 15: Line 17:
 
** '''[[EPrints_Directory_Structure/eprints3/testdata|testdata/]]''' - Contains a tool + data to import example data into your repository.
 
** '''[[EPrints_Directory_Structure/eprints3/testdata|testdata/]]''' - Contains a tool + data to import example data into your repository.
 
** '''[[EPrints_Directory_Structure/eprints3/var|var/]]''' - Used to store files output by EPrints including logs and process ID files.
 
** '''[[EPrints_Directory_Structure/eprints3/var|var/]]''' - Used to store files output by EPrints including logs and process ID files.
 +
 +
A graphical tree-like [[EPrints Directory Structure Tree|expansion]] of this  structure.

Latest revision as of 18:53, 13 March 2010

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.

A graphical tree-like expansion of this structure.