# This is a redirect tool for EPrints documentation. # If the URL of some documentation changes we change this redirect, rather than needing to update the software. # Some config may be a bit crap, but hopefully that'll get expanded on later... $keyword = $_GET["keyword"]; $filename = $_GET["filename"]; if( $keyword == 'ApacheConfigFile' ) { redirect( "http://wiki.eprints.org/w/EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg" ); } if( $keyword == 'PerlConfigFile' ) { redirect( "http://wiki.eprints.org/w/EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/cfg.d" ); } if( $keyword == 'WorkflowConfigFile' ) { redirect( "http://wiki.eprints.org/w/Workflow_Format" ); } if( $keyword == 'StaticConfigFile' ) { redirect( "http://wiki.eprints.org/w/EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/lang/en/static" ); } if( $keyword == 'NamedSetConfigFile' ) { redirect( "http://wiki.eprints.org/w/EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/namedsets" ); } if( $keyword == 'TemplateConfigFile' ) { redirect( "http://wiki.eprints.org/w/Template_Format" ); } if( $keyword == 'XPageConfigFile' ) { redirect( "http://wiki.eprints.org/w/XPAGE_Format" ); } if( $keyword == 'PhraseConfigFile' ) { redirect( "http://wiki.eprints.org/w/Phrase_Format" ); } if( $keyword == 'CitationConfigFile' ) { redirect( "http://wiki.eprints.org/w/Citation_Format" ); } if( $keyword == 'NewRepository' ) { redirect( "http://wiki.eprints.org/w/New_Repository" ); } function redirect( $url ) { header( "Location: $url" ); exit; } ?>
Unforunately we don't have a specific link (yet) for this documentation.