Difference between revisions of "EPrints Directory Structure Tree"
| Line 120: | Line 120: | ||
</tr> | </tr> | ||
<tr><td>[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg|cfg]]</td> | <tr><td>[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg|cfg]]</td> | ||
| + | <td>[[Image:jobbra.png]]</td> | ||
| + | <td colspan="7">subjects [<i>used for importing the subject tree</i>]</td> | ||
| + | </tr> | ||
| + | <tr><td></td> | ||
<td>[[Image:jobbra.png]]</td> | <td>[[Image:jobbra.png]]</td> | ||
<td>[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/static|static]]</td> | <td>[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/static|static]]</td> | ||
<td>[[Image:jobbra.png]]</td> | <td>[[Image:jobbra.png]]</td> | ||
| − | <td | + | <td>[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/static/images|images]]</td> |
| − | |||
| − | |||
| − | |||
| − | |||
<td>[[Image:jobbra.png]]</td> | <td>[[Image:jobbra.png]]</td> | ||
<td colspan="3">[<i>files to be copied to the html directory</i>]</td> | <td colspan="3">[<i>files to be copied to the html directory</i>]</td> | ||
| Line 133: | Line 133: | ||
<tr><td></td><td></td><td></td> | <tr><td></td><td></td><td></td> | ||
<td>[[Image:jobbra.png]]</td> | <td>[[Image:jobbra.png]]</td> | ||
| − | <td>javascript</td> | + | <td>[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/static/javascript|javascript]]</td> |
<td>[[Image:jobbra.png]]</td> | <td>[[Image:jobbra.png]]</td> | ||
<td colspan="3">[<i>files to be copied to the html directory</i>]</td> | <td colspan="3">[<i>files to be copied to the html directory</i>]</td> | ||
| Line 139: | Line 139: | ||
<tr><td></td><td></td><td></td> | <tr><td></td><td></td><td></td> | ||
<td>[[Image:jobbra.png]]</td> | <td>[[Image:jobbra.png]]</td> | ||
| − | <td>style</td> | + | <td>[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/static/style|style]]</td> |
<td>[[Image:jobbra.png]]</td> | <td>[[Image:jobbra.png]]</td> | ||
<td colspan="3">[<i>files to be copied to the html directory</i>]</td> | <td colspan="3">[<i>files to be copied to the html directory</i>]</td> | ||
Revision as of 13:14, 4 July 2007
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
A graphical representation of the EPrints3 directory structure after executing the install.pl command. Initially the "archives" directory is empty, it is populated when executing (as the eprints user) the "bin/epadmin create" command. The new repository is created using the data in the EPrints_Directory_Structure/eprints3/lib/defaultcfg directory.
| perl_lib | [perl routines] | ||||||||||
| bin | [command line and crontab tools] | ||||||||||
| cgi | [dynamic (cgi) EPrints web pages] | ||||||||||
| defaultcfg | [empty directory] | ||||||||||
| cfg | [apache configuration for the whole site] | ||||||||||
| testdata | [tools and sample test data] | ||||||||||
| var | [apache include files plus indexer log] | ||||||||||
| lib | defaultcfg | [the content of archives/ID/cfg/ is copied from here] | |||||||||
| citations | saved_search | [how to render a stored search] | |||||||||
| subject | [how to render subjects] | ||||||||||
| user | [how to render users] | ||||||||||
| themes | example | static | [style files and pictures] | ||||||||
| green | static | [style files and pictures] | |||||||||
| workflows | saved_search | [workflow for stored search pages] | |||||||||
| static | [files to be copied to the html directory] | ||||||||||
| lang | XX (langid) | phrases | [system-wide phrases] | ||||||||
| static | [web pages and icons] | ||||||||||
| archives | ArchiveID | [see below] | |||||||||
The content of the "archives/[ArchiveID]/" directory. Any change you make here has effect on the particular repository only.
| documents | [uploaded files, extracted words, abstract pages, etc.] | |||||||
| html | [static files for the repository on all languages] | |||||||
| var | [various repository dependent files] | |||||||
| cfg | subjects [used for importing the subject tree] | |||||||
| static | images | [files to be copied to the html directory] | ||||||
| javascript | [files to be copied to the html directory] | |||||||
| style | [files to be copied to the html directory] | |||||||
| cfg.d | [general configuration files as perl script fragments] | |||||||
| autocomplete | [data files for the autocompletion feature] | |||||||
| citations | document | [document formats] | ||||||
| eprint | [eprints formats] | |||||||
| user | [user formats] | |||||||
| namedsets | [files containing the possible values for different sets] | |||||||
| workflows | eprint | [how an eprints is read in] | ||||||
| user | [define the user's data] | |||||||
| lang | XX (langid) | phrases | [phrases used locally] | |||||
| static | [templates for static html pages] | |||||||
| templates | [default html page template] | |||||||