Difference between revisions of "How to modify static pages"

From EPrints Documentation
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Howto]]
 
[[Category:Howto]]
 
[[Category:Rubbish]]
 
[[Category:Rubbish]]
he static web pages are created by combining the .xpage files from /opt/eprints2/archives/myid/cfg/static/en/ with the site template. This is what generate_static does.
+
The static web pages are created by combining the .xpage files from [[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/lang/en/static | /opt/eprints3/archives/ARCHIVEID/cfg/lang/en/static/]] with the site template. The template can be found at [[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/lang/en/templates|opt/eprints3/archives/ARCHIVEID/cfg/lang/en/templates]]. This is what generate_static does.
  
Generate static also copies all files which do not have the suffix .xpage from both /en/ and /general/
+
Generate static also copies all files which do not have the suffix .xpage from [[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/lang/en/static | /opt/eprints3/archives/ARCHIVEID/cfg/lang/en/static/]]
  
Non-language specific files go in the /general/ directory and appear on the website no matter what language the site is in. eg. images and the style sheet.
+
Non-language specific files go in the [[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg|/opt/eprints3/archives/ARCHIVEID/cfg]] directory and appear on the website no matter what language the site is in. eg. images and the style sheet.
  
Obviously french source files go in /fr/ etc.
+
Obviously french source files go in cfg/lang/fr/ etc.
  
 
Edit the .xpage file (or other file in /static/)
 
Edit the .xpage file (or other file in /static/)
  
 
Run [[generate_static]]
 
Run [[generate_static]]

Revision as of 10:39, 14 March 2010

The static web pages are created by combining the .xpage files from /opt/eprints3/archives/ARCHIVEID/cfg/lang/en/static/ with the site template. The template can be found at opt/eprints3/archives/ARCHIVEID/cfg/lang/en/templates. This is what generate_static does.

Generate static also copies all files which do not have the suffix .xpage from /opt/eprints3/archives/ARCHIVEID/cfg/lang/en/static/

Non-language specific files go in the /opt/eprints3/archives/ARCHIVEID/cfg directory and appear on the website no matter what language the site is in. eg. images and the style sheet.

Obviously french source files go in cfg/lang/fr/ etc.

Edit the .xpage file (or other file in /static/)

Run generate_static