<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.eprints.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=152.78.64.64</id>
	<title>EPrints Documentation - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eprints.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=152.78.64.64"/>
	<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/Special:Contributions/152.78.64.64"/>
	<updated>2026-04-12T22:34:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2172</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2172"/>
		<updated>2006-07-05T16:23:33Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* EPrints Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
* [[How to contribute]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2159</id>
		<title>How to use EPrints with HTTPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2159"/>
		<updated>2006-06-27T16:53:14Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* Include EPrints SSL config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Add HTTPS Settings==&lt;br /&gt;
&lt;br /&gt;
For each &amp;lt;tt&amp;gt;ARCHIVEID.xml&amp;lt;/tt&amp;gt; file, fill in the &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; entries.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;archive id=&amp;quot;demo&amp;quot;&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    &amp;lt;securehost&amp;gt;secure.mydomain.com&amp;lt;/securehost&amp;gt;&lt;br /&gt;
    &amp;lt;securepath&amp;gt;/demo&amp;lt;/securepath&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
 &amp;lt;/archive&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; is vhosted on the same server as your EPrints archive(s).&lt;br /&gt;
&lt;br /&gt;
Secure requests will be of the form &amp;lt;tt&amp;gt;https://securehost/securepath&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; therefore differentiates requests from individual archives.&lt;br /&gt;
&lt;br /&gt;
==Generate Secure Config==&lt;br /&gt;
&lt;br /&gt;
 $ bin/generate_apacheconf&lt;br /&gt;
&lt;br /&gt;
As well as the usual apache configuration files, and depending on the version of EPrints, this will generate:&lt;br /&gt;
&lt;br /&gt;
* an &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file in each archive's &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory (2.3.13)&lt;br /&gt;
* an &amp;lt;tt&amp;gt;auto-your.secure.host.conf&amp;lt;/tt&amp;gt; file (for each secure host) in the main &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory (2.3.11)&lt;br /&gt;
&lt;br /&gt;
==Set up Secure Host==&lt;br /&gt;
&lt;br /&gt;
Under Fedora Core 4, run:&lt;br /&gt;
&lt;br /&gt;
 $ yum install mod_ssl&lt;br /&gt;
&lt;br /&gt;
This sets up a test SSL server.&lt;br /&gt;
&lt;br /&gt;
===Certificates===&lt;br /&gt;
&lt;br /&gt;
For a production system, you would need to provide the relevant certificates and tweak the mod_ssl config accordingly - see: &lt;br /&gt;
&lt;br /&gt;
* [http://httpd.apache.org/docs/2.2/mod/mod_ssl.html Apache Module mod_ssl]&lt;br /&gt;
* [http://www.modssl.org/docs/2.8/ssl_faq.html mod_ssl FAQ]&lt;br /&gt;
&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; on the EPrints server (remembering the passphrase you enter):&lt;br /&gt;
&lt;br /&gt;
 $ openssl genrsa -des3 -out server.key 1024&lt;br /&gt;
&lt;br /&gt;
Create a certificate request:&lt;br /&gt;
&lt;br /&gt;
 $ openssl req -new -key server.key -out server.csr&lt;br /&gt;
&lt;br /&gt;
The important thing when answering the questions is the CommonName: if ultimately the secure web address of your EPrints server is &amp;lt;tt&amp;gt;https://www.myeprints.com&amp;lt;/tt&amp;gt;, then the CommonName value to enter is exactly &amp;lt;tt&amp;gt;www.myeprints.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Send the &amp;lt;tt&amp;gt;server.csr&amp;lt;/tt&amp;gt; file to your Certificate Authority administrator, who should send you back a &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
Copy &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; and the &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file to the following locations:&lt;br /&gt;
&lt;br /&gt;
 /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
 /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
&lt;br /&gt;
Modify &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt; accordingly:&lt;br /&gt;
&lt;br /&gt;
 SSLCertificateFile /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
 SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
&lt;br /&gt;
===Include EPrints SSL config===&lt;br /&gt;
&lt;br /&gt;
Include each &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file generated by EPrints inside the &amp;lt;tt&amp;gt;Virtualhost&amp;lt;/tt&amp;gt; directive.&lt;br /&gt;
&lt;br /&gt;
On FC4, edit &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;VirtualHost _default_:443&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    Include /opt/eprints2/archives/ARCHIVEID/cfg/auto-secure.conf # 2.3.13&lt;br /&gt;
    Include /opt/eprints2/cfg/auto-your.secure.host.conf # 2.3.11&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have set up SSL certificates, you will be asked to enter your passphrase when you restart apache. To override this, see [http://www.modssl.org/docs/2.8/ssl_faq.html#remove-passphrase How can I get rid of the pass-phrase dialog at Apache startup time?].&lt;br /&gt;
&lt;br /&gt;
==Create Template for Secure Pages==&lt;br /&gt;
&lt;br /&gt;
Make a copy of &amp;lt;tt&amp;gt;template-en.xml&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $ cp template-en.xml template-secure-en.xml&lt;br /&gt;
&lt;br /&gt;
In a multi-language archive, you would need to do this for each language-specific template.&lt;br /&gt;
&lt;br /&gt;
It's a good idea to have a visual differentiation between secure and non-secure pages, e.g. edit &amp;lt;tt&amp;gt;template-secure-en.xml&amp;lt;/tt&amp;gt; and add &amp;quot;(SECURE)&amp;quot; to the title of the page.&lt;br /&gt;
&lt;br /&gt;
Some browsers will complain if images/CSS etc. embedded in a secure page are served by the non-secure host. To solve this, add a new entity to &amp;lt;tt&amp;gt;ArchiveConfig.pm/sub get_entities&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $entities{https_base_url} = &amp;quot;https://&amp;quot; . $archive-&amp;gt;get_conf(&amp;quot;securehost&amp;quot;) . $archive-&amp;gt;get_conf(&amp;quot;securepath&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
Now replace image/CSS &amp;lt;tt&amp;gt;base_url&amp;lt;/tt&amp;gt;s with &amp;lt;tt&amp;gt;https_base_url&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2158</id>
		<title>How to use EPrints with HTTPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2158"/>
		<updated>2006-06-27T16:52:29Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* Generate Secure Config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Add HTTPS Settings==&lt;br /&gt;
&lt;br /&gt;
For each &amp;lt;tt&amp;gt;ARCHIVEID.xml&amp;lt;/tt&amp;gt; file, fill in the &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; entries.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;archive id=&amp;quot;demo&amp;quot;&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    &amp;lt;securehost&amp;gt;secure.mydomain.com&amp;lt;/securehost&amp;gt;&lt;br /&gt;
    &amp;lt;securepath&amp;gt;/demo&amp;lt;/securepath&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
 &amp;lt;/archive&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; is vhosted on the same server as your EPrints archive(s).&lt;br /&gt;
&lt;br /&gt;
Secure requests will be of the form &amp;lt;tt&amp;gt;https://securehost/securepath&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; therefore differentiates requests from individual archives.&lt;br /&gt;
&lt;br /&gt;
==Generate Secure Config==&lt;br /&gt;
&lt;br /&gt;
 $ bin/generate_apacheconf&lt;br /&gt;
&lt;br /&gt;
As well as the usual apache configuration files, and depending on the version of EPrints, this will generate:&lt;br /&gt;
&lt;br /&gt;
* an &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file in each archive's &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory (2.3.13)&lt;br /&gt;
* an &amp;lt;tt&amp;gt;auto-your.secure.host.conf&amp;lt;/tt&amp;gt; file (for each secure host) in the main &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory (2.3.11)&lt;br /&gt;
&lt;br /&gt;
==Set up Secure Host==&lt;br /&gt;
&lt;br /&gt;
Under Fedora Core 4, run:&lt;br /&gt;
&lt;br /&gt;
 $ yum install mod_ssl&lt;br /&gt;
&lt;br /&gt;
This sets up a test SSL server.&lt;br /&gt;
&lt;br /&gt;
===Certificates===&lt;br /&gt;
&lt;br /&gt;
For a production system, you would need to provide the relevant certificates and tweak the mod_ssl config accordingly - see: &lt;br /&gt;
&lt;br /&gt;
* [http://httpd.apache.org/docs/2.2/mod/mod_ssl.html Apache Module mod_ssl]&lt;br /&gt;
* [http://www.modssl.org/docs/2.8/ssl_faq.html mod_ssl FAQ]&lt;br /&gt;
&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; on the EPrints server (remembering the passphrase you enter):&lt;br /&gt;
&lt;br /&gt;
 $ openssl genrsa -des3 -out server.key 1024&lt;br /&gt;
&lt;br /&gt;
Create a certificate request:&lt;br /&gt;
&lt;br /&gt;
 $ openssl req -new -key server.key -out server.csr&lt;br /&gt;
&lt;br /&gt;
The important thing when answering the questions is the CommonName: if ultimately the secure web address of your EPrints server is &amp;lt;tt&amp;gt;https://www.myeprints.com&amp;lt;/tt&amp;gt;, then the CommonName value to enter is exactly &amp;lt;tt&amp;gt;www.myeprints.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Send the &amp;lt;tt&amp;gt;server.csr&amp;lt;/tt&amp;gt; file to your Certificate Authority administrator, who should send you back a &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
Copy &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; and the &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file to the following locations:&lt;br /&gt;
&lt;br /&gt;
 /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
 /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
&lt;br /&gt;
Modify &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt; accordingly:&lt;br /&gt;
&lt;br /&gt;
 SSLCertificateFile /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
 SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
&lt;br /&gt;
===Include EPrints SSL config===&lt;br /&gt;
&lt;br /&gt;
Include each &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file generated by EPrints inside the &amp;lt;tt&amp;gt;Virtualhost&amp;lt;/tt&amp;gt; directive.&lt;br /&gt;
&lt;br /&gt;
On FC4, edit &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;VirtualHost _default_:443&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    Include /opt/eprints2/archives/ARCHIVEID/cfg/auto-secure.conf&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have set up SSL certificates, you will be asked to enter your passphrase when you restart apache. To override this, see [http://www.modssl.org/docs/2.8/ssl_faq.html#remove-passphrase How can I get rid of the pass-phrase dialog at Apache startup time?].&lt;br /&gt;
&lt;br /&gt;
==Create Template for Secure Pages==&lt;br /&gt;
&lt;br /&gt;
Make a copy of &amp;lt;tt&amp;gt;template-en.xml&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $ cp template-en.xml template-secure-en.xml&lt;br /&gt;
&lt;br /&gt;
In a multi-language archive, you would need to do this for each language-specific template.&lt;br /&gt;
&lt;br /&gt;
It's a good idea to have a visual differentiation between secure and non-secure pages, e.g. edit &amp;lt;tt&amp;gt;template-secure-en.xml&amp;lt;/tt&amp;gt; and add &amp;quot;(SECURE)&amp;quot; to the title of the page.&lt;br /&gt;
&lt;br /&gt;
Some browsers will complain if images/CSS etc. embedded in a secure page are served by the non-secure host. To solve this, add a new entity to &amp;lt;tt&amp;gt;ArchiveConfig.pm/sub get_entities&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $entities{https_base_url} = &amp;quot;https://&amp;quot; . $archive-&amp;gt;get_conf(&amp;quot;securehost&amp;quot;) . $archive-&amp;gt;get_conf(&amp;quot;securepath&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
Now replace image/CSS &amp;lt;tt&amp;gt;base_url&amp;lt;/tt&amp;gt;s with &amp;lt;tt&amp;gt;https_base_url&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2157</id>
		<title>How to use EPrints with HTTPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2157"/>
		<updated>2006-06-27T16:51:44Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* Generate Secure Config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Add HTTPS Settings==&lt;br /&gt;
&lt;br /&gt;
For each &amp;lt;tt&amp;gt;ARCHIVEID.xml&amp;lt;/tt&amp;gt; file, fill in the &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; entries.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;archive id=&amp;quot;demo&amp;quot;&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    &amp;lt;securehost&amp;gt;secure.mydomain.com&amp;lt;/securehost&amp;gt;&lt;br /&gt;
    &amp;lt;securepath&amp;gt;/demo&amp;lt;/securepath&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
 &amp;lt;/archive&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; is vhosted on the same server as your EPrints archive(s).&lt;br /&gt;
&lt;br /&gt;
Secure requests will be of the form &amp;lt;tt&amp;gt;https://securehost/securepath&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; therefore differentiates requests from individual archives.&lt;br /&gt;
&lt;br /&gt;
==Generate Secure Config==&lt;br /&gt;
&lt;br /&gt;
 $ bin/generate_apacheconf&lt;br /&gt;
&lt;br /&gt;
As well as the usual apache configuration files, and depending on the version of EPrints, this will generate:&lt;br /&gt;
&lt;br /&gt;
* an &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file in each archive's &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory (2.3.13)&lt;br /&gt;
* a series of &amp;lt;tt&amp;gt;auto-your.secure.host.conf&amp;lt;/tt&amp;gt; files in the main &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory (2.3.11)&lt;br /&gt;
&lt;br /&gt;
==Set up Secure Host==&lt;br /&gt;
&lt;br /&gt;
Under Fedora Core 4, run:&lt;br /&gt;
&lt;br /&gt;
 $ yum install mod_ssl&lt;br /&gt;
&lt;br /&gt;
This sets up a test SSL server.&lt;br /&gt;
&lt;br /&gt;
===Certificates===&lt;br /&gt;
&lt;br /&gt;
For a production system, you would need to provide the relevant certificates and tweak the mod_ssl config accordingly - see: &lt;br /&gt;
&lt;br /&gt;
* [http://httpd.apache.org/docs/2.2/mod/mod_ssl.html Apache Module mod_ssl]&lt;br /&gt;
* [http://www.modssl.org/docs/2.8/ssl_faq.html mod_ssl FAQ]&lt;br /&gt;
&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; on the EPrints server (remembering the passphrase you enter):&lt;br /&gt;
&lt;br /&gt;
 $ openssl genrsa -des3 -out server.key 1024&lt;br /&gt;
&lt;br /&gt;
Create a certificate request:&lt;br /&gt;
&lt;br /&gt;
 $ openssl req -new -key server.key -out server.csr&lt;br /&gt;
&lt;br /&gt;
The important thing when answering the questions is the CommonName: if ultimately the secure web address of your EPrints server is &amp;lt;tt&amp;gt;https://www.myeprints.com&amp;lt;/tt&amp;gt;, then the CommonName value to enter is exactly &amp;lt;tt&amp;gt;www.myeprints.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Send the &amp;lt;tt&amp;gt;server.csr&amp;lt;/tt&amp;gt; file to your Certificate Authority administrator, who should send you back a &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
Copy &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; and the &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file to the following locations:&lt;br /&gt;
&lt;br /&gt;
 /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
 /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
&lt;br /&gt;
Modify &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt; accordingly:&lt;br /&gt;
&lt;br /&gt;
 SSLCertificateFile /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
 SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
&lt;br /&gt;
===Include EPrints SSL config===&lt;br /&gt;
&lt;br /&gt;
Include each &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file generated by EPrints inside the &amp;lt;tt&amp;gt;Virtualhost&amp;lt;/tt&amp;gt; directive.&lt;br /&gt;
&lt;br /&gt;
On FC4, edit &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;VirtualHost _default_:443&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    Include /opt/eprints2/archives/ARCHIVEID/cfg/auto-secure.conf&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have set up SSL certificates, you will be asked to enter your passphrase when you restart apache. To override this, see [http://www.modssl.org/docs/2.8/ssl_faq.html#remove-passphrase How can I get rid of the pass-phrase dialog at Apache startup time?].&lt;br /&gt;
&lt;br /&gt;
==Create Template for Secure Pages==&lt;br /&gt;
&lt;br /&gt;
Make a copy of &amp;lt;tt&amp;gt;template-en.xml&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $ cp template-en.xml template-secure-en.xml&lt;br /&gt;
&lt;br /&gt;
In a multi-language archive, you would need to do this for each language-specific template.&lt;br /&gt;
&lt;br /&gt;
It's a good idea to have a visual differentiation between secure and non-secure pages, e.g. edit &amp;lt;tt&amp;gt;template-secure-en.xml&amp;lt;/tt&amp;gt; and add &amp;quot;(SECURE)&amp;quot; to the title of the page.&lt;br /&gt;
&lt;br /&gt;
Some browsers will complain if images/CSS etc. embedded in a secure page are served by the non-secure host. To solve this, add a new entity to &amp;lt;tt&amp;gt;ArchiveConfig.pm/sub get_entities&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $entities{https_base_url} = &amp;quot;https://&amp;quot; . $archive-&amp;gt;get_conf(&amp;quot;securehost&amp;quot;) . $archive-&amp;gt;get_conf(&amp;quot;securepath&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
Now replace image/CSS &amp;lt;tt&amp;gt;base_url&amp;lt;/tt&amp;gt;s with &amp;lt;tt&amp;gt;https_base_url&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2156</id>
		<title>How to use EPrints with HTTPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2156"/>
		<updated>2006-06-27T16:50:11Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* Generate Secure Config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Add HTTPS Settings==&lt;br /&gt;
&lt;br /&gt;
For each &amp;lt;tt&amp;gt;ARCHIVEID.xml&amp;lt;/tt&amp;gt; file, fill in the &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; entries.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;archive id=&amp;quot;demo&amp;quot;&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    &amp;lt;securehost&amp;gt;secure.mydomain.com&amp;lt;/securehost&amp;gt;&lt;br /&gt;
    &amp;lt;securepath&amp;gt;/demo&amp;lt;/securepath&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
 &amp;lt;/archive&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; is vhosted on the same server as your EPrints archive(s).&lt;br /&gt;
&lt;br /&gt;
Secure requests will be of the form &amp;lt;tt&amp;gt;https://securehost/securepath&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; therefore differentiates requests from individual archives.&lt;br /&gt;
&lt;br /&gt;
==Generate Secure Config==&lt;br /&gt;
&lt;br /&gt;
 $ bin/generate_apacheconf&lt;br /&gt;
&lt;br /&gt;
As well as the usual apache configuration files, this will generate an &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file in each archive's &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory (2.3.13) or a series of auto-YOUR.SECURE.HOST.conf files in the main &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
==Set up Secure Host==&lt;br /&gt;
&lt;br /&gt;
Under Fedora Core 4, run:&lt;br /&gt;
&lt;br /&gt;
 $ yum install mod_ssl&lt;br /&gt;
&lt;br /&gt;
This sets up a test SSL server.&lt;br /&gt;
&lt;br /&gt;
===Certificates===&lt;br /&gt;
&lt;br /&gt;
For a production system, you would need to provide the relevant certificates and tweak the mod_ssl config accordingly - see: &lt;br /&gt;
&lt;br /&gt;
* [http://httpd.apache.org/docs/2.2/mod/mod_ssl.html Apache Module mod_ssl]&lt;br /&gt;
* [http://www.modssl.org/docs/2.8/ssl_faq.html mod_ssl FAQ]&lt;br /&gt;
&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; on the EPrints server (remembering the passphrase you enter):&lt;br /&gt;
&lt;br /&gt;
 $ openssl genrsa -des3 -out server.key 1024&lt;br /&gt;
&lt;br /&gt;
Create a certificate request:&lt;br /&gt;
&lt;br /&gt;
 $ openssl req -new -key server.key -out server.csr&lt;br /&gt;
&lt;br /&gt;
The important thing when answering the questions is the CommonName: if ultimately the secure web address of your EPrints server is &amp;lt;tt&amp;gt;https://www.myeprints.com&amp;lt;/tt&amp;gt;, then the CommonName value to enter is exactly &amp;lt;tt&amp;gt;www.myeprints.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Send the &amp;lt;tt&amp;gt;server.csr&amp;lt;/tt&amp;gt; file to your Certificate Authority administrator, who should send you back a &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
Copy &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; and the &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file to the following locations:&lt;br /&gt;
&lt;br /&gt;
 /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
 /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
&lt;br /&gt;
Modify &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt; accordingly:&lt;br /&gt;
&lt;br /&gt;
 SSLCertificateFile /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
 SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
&lt;br /&gt;
===Include EPrints SSL config===&lt;br /&gt;
&lt;br /&gt;
Include each &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file generated by EPrints inside the &amp;lt;tt&amp;gt;Virtualhost&amp;lt;/tt&amp;gt; directive.&lt;br /&gt;
&lt;br /&gt;
On FC4, edit &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;VirtualHost _default_:443&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    Include /opt/eprints2/archives/ARCHIVEID/cfg/auto-secure.conf&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have set up SSL certificates, you will be asked to enter your passphrase when you restart apache. To override this, see [http://www.modssl.org/docs/2.8/ssl_faq.html#remove-passphrase How can I get rid of the pass-phrase dialog at Apache startup time?].&lt;br /&gt;
&lt;br /&gt;
==Create Template for Secure Pages==&lt;br /&gt;
&lt;br /&gt;
Make a copy of &amp;lt;tt&amp;gt;template-en.xml&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $ cp template-en.xml template-secure-en.xml&lt;br /&gt;
&lt;br /&gt;
In a multi-language archive, you would need to do this for each language-specific template.&lt;br /&gt;
&lt;br /&gt;
It's a good idea to have a visual differentiation between secure and non-secure pages, e.g. edit &amp;lt;tt&amp;gt;template-secure-en.xml&amp;lt;/tt&amp;gt; and add &amp;quot;(SECURE)&amp;quot; to the title of the page.&lt;br /&gt;
&lt;br /&gt;
Some browsers will complain if images/CSS etc. embedded in a secure page are served by the non-secure host. To solve this, add a new entity to &amp;lt;tt&amp;gt;ArchiveConfig.pm/sub get_entities&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $entities{https_base_url} = &amp;quot;https://&amp;quot; . $archive-&amp;gt;get_conf(&amp;quot;securehost&amp;quot;) . $archive-&amp;gt;get_conf(&amp;quot;securepath&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
Now replace image/CSS &amp;lt;tt&amp;gt;base_url&amp;lt;/tt&amp;gt;s with &amp;lt;tt&amp;gt;https_base_url&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EPrints_Documentation:Migration_to_files.eprints.org&amp;diff=2155</id>
		<title>EPrints Documentation:Migration to files.eprints.org</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EPrints_Documentation:Migration_to_files.eprints.org&amp;diff=2155"/>
		<updated>2006-06-27T11:58:40Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* http://wiki2.eprints.org/w/EPrints2/Contribution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When you're working on migrating something, please leave a note next to the item.&lt;br /&gt;
&lt;br /&gt;
Items migrate to http://files.eprints.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/ListOfTranslations ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;French (2.1)&amp;lt;/s&amp;gt; http://files.eprints.org/17/&lt;br /&gt;
* &amp;lt;s&amp;gt;Russian (2.1.1) &amp;lt;/s&amp;gt; http://files.eprints.org/18/&lt;br /&gt;
* &amp;lt;s&amp;gt;French (2.3.12)&amp;lt;/s&amp;gt; http://files.eprints.org/15/&lt;br /&gt;
* &amp;lt;s&amp;gt;Spanish (2.3.4)&amp;lt;/s&amp;gt; http://files.eprints.org/16/&lt;br /&gt;
* &amp;lt;s&amp;gt;Hungarian and Spanish (2.3.3)&amp;lt;/s&amp;gt; http://files.eprints.org/19/&lt;br /&gt;
* &amp;lt;s&amp;gt;Japanese (2.3.8)&amp;lt;/s&amp;gt; http://files.eprints.org/20/&lt;br /&gt;
* &amp;lt;s&amp;gt;Japanese (2.3.11)&amp;lt;/s&amp;gt; http://files.eprints.org/21/&lt;br /&gt;
* &amp;lt;s&amp;gt;German (2.3.12)&amp;lt;/s&amp;gt; http://files.eprints.org/14/&lt;br /&gt;
* &amp;lt;s&amp;gt;Italian (2.3.13)&amp;lt;/s&amp;gt; http://files.eprints.org/13/&lt;br /&gt;
* &amp;lt;s&amp;gt;Bulgarian(2.3.4)&amp;lt;/s&amp;gt; http://files.eprints.org/12/&lt;br /&gt;
&amp;lt;s&amp;gt;[Zeno Tajoli is working on import translations]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/Contribution ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/Eprint2Exportfile&amp;lt;/s&amp;gt; http://files.eprints.org/26/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportXMLViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/28/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportBibTeXViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/29/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportOAIViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/30/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportReferenceViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/31/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportUsers&amp;lt;/s&amp;gt; http://files.eprints.org/32/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportExample&amp;lt;/s&amp;gt; http://files.eprints.org/33/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/EndNote2EPrintsXML&amp;lt;/s&amp;gt; http://files.eprints.org/24/&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/BulkDelete&amp;lt;/s&amp;gt; http://files.eprints.org/34/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/CheckSubjects&amp;lt;/s&amp;gt; http://files.eprints.org/35/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/AddCover&amp;lt;/s&amp;gt; http://files.eprints.org/36/&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Utility to collect phrases&amp;lt;/s&amp;gt; http://files.eprints.org/37/&lt;br /&gt;
* &amp;lt;s&amp;gt;Alternate Change Language&amp;lt;/s&amp;gt; http://files.eprints.org/38/&lt;br /&gt;
* &amp;lt;s&amp;gt;Flag images&amp;lt;/s&amp;gt; http://files.eprints.org/40/&lt;br /&gt;
* &amp;lt;s&amp;gt;Contributors can edit their submissions&amp;lt;/s&amp;gt; http://files.eprints.org/42/&lt;br /&gt;
* Granting the &amp;quot;deposit&amp;quot; priviledge selectively&lt;br /&gt;
* Restricting document availability within the institution&lt;br /&gt;
* &amp;lt;s&amp;gt;Latest Days&amp;lt;/s&amp;gt; http://files.eprints.org/43/&lt;br /&gt;
* &amp;lt;s&amp;gt;Pre-import of empty files&amp;lt;/s&amp;gt; http://files.eprints.org/44/&lt;br /&gt;
* &amp;lt;s&amp;gt;Help translating EPrints&amp;lt;/s&amp;gt; http://files.eprints.org/45/&lt;br /&gt;
* &amp;lt;s&amp;gt;Grab info from PubMed for eprint&amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;Move papers from submit buffer to live archive&amp;lt;/s&amp;gt; http://files.eprints.org/46/&lt;br /&gt;
* &amp;lt;s&amp;gt;Add a counter in your web pages&amp;lt;/s&amp;gt; http://files.eprints.org/47/&lt;br /&gt;
* &amp;lt;s&amp;gt;The cgi &amp;quot;paracite&amp;quot; can manage the urls&amp;lt;/s&amp;gt; http://files.eprints.org/48/&lt;br /&gt;
* &amp;lt;s&amp;gt;Export metadata in BIBTEX-format&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/Patches ==&lt;br /&gt;
&lt;br /&gt;
Do these need storing? Are they still relevant?&lt;br /&gt;
&lt;br /&gt;
== Pages which are not yet linked in from anywhere ==&lt;br /&gt;
&lt;br /&gt;
[[Special:Lonelypages]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EPrints_Documentation:Migration_to_files.eprints.org&amp;diff=2148</id>
		<title>EPrints Documentation:Migration to files.eprints.org</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EPrints_Documentation:Migration_to_files.eprints.org&amp;diff=2148"/>
		<updated>2006-06-27T11:44:38Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* http://wiki2.eprints.org/w/EPrints2/Contribution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When you're working on migrating something, please leave a note next to the item.&lt;br /&gt;
&lt;br /&gt;
Items migrate to http://files.eprints.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/ListOfTranslations ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;French (2.1)&amp;lt;/s&amp;gt; http://files.eprints.org/17/&lt;br /&gt;
* &amp;lt;s&amp;gt;Russian (2.1.1) &amp;lt;/s&amp;gt; http://files.eprints.org/18/&lt;br /&gt;
* &amp;lt;s&amp;gt;French (2.3.12)&amp;lt;/s&amp;gt; http://files.eprints.org/15/&lt;br /&gt;
* &amp;lt;s&amp;gt;Spanish (2.3.4)&amp;lt;/s&amp;gt; http://files.eprints.org/16/&lt;br /&gt;
* &amp;lt;s&amp;gt;Hungarian and Spanish (2.3.3)&amp;lt;/s&amp;gt; http://files.eprints.org/19/&lt;br /&gt;
* &amp;lt;s&amp;gt;Japanese (2.3.8)&amp;lt;/s&amp;gt; http://files.eprints.org/20/&lt;br /&gt;
* &amp;lt;s&amp;gt;Japanese (2.3.11)&amp;lt;/s&amp;gt; http://files.eprints.org/21/&lt;br /&gt;
* &amp;lt;s&amp;gt;German (2.3.12)&amp;lt;/s&amp;gt; http://files.eprints.org/14/&lt;br /&gt;
* &amp;lt;s&amp;gt;Italian (2.3.13)&amp;lt;/s&amp;gt; http://files.eprints.org/13/&lt;br /&gt;
* &amp;lt;s&amp;gt;Bulgarian(2.3.4)&amp;lt;/s&amp;gt; http://files.eprints.org/12/&lt;br /&gt;
&amp;lt;s&amp;gt;[Zeno Tajoli is working on import translations]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/Contribution ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/Eprint2Exportfile&amp;lt;/s&amp;gt; http://files.eprints.org/26/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportXMLViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/28/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportBibTeXViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/29/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportOAIViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/30/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportReferenceViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/31/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportUsers&amp;lt;/s&amp;gt; http://files.eprints.org/32/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportExample&amp;lt;/s&amp;gt; http://files.eprints.org/33/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/EndNote2EPrintsXML&amp;lt;/s&amp;gt; http://files.eprints.org/24/&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/BulkDelete&amp;lt;/s&amp;gt; http://files.eprints.org/34/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/CheckSubjects&amp;lt;/s&amp;gt; http://files.eprints.org/35/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/AddCover&amp;lt;/s&amp;gt; http://files.eprints.org/36/&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Utility to collect phrases&amp;lt;/s&amp;gt; http://files.eprints.org/37/&lt;br /&gt;
* &amp;lt;s&amp;gt;Alternate Change Language&amp;lt;/s&amp;gt; http://files.eprints.org/38/&lt;br /&gt;
* &amp;lt;s&amp;gt;Flag images&amp;lt;/s&amp;gt; http://files.eprints.org/40/&lt;br /&gt;
* &amp;lt;s&amp;gt;Contributors can edit their submissions&amp;lt;/s&amp;gt; http://files.eprints.org/42/&lt;br /&gt;
* Granting the &amp;quot;deposit&amp;quot; priviledge selectively&lt;br /&gt;
* Restricting document availability within the institution&lt;br /&gt;
* &amp;lt;s&amp;gt;Latest Days&amp;lt;/s&amp;gt; http://files.eprints.org/43/&lt;br /&gt;
* &amp;lt;s&amp;gt;Pre-import of empty files&amp;lt;/s&amp;gt; http://files.eprints.org/44/&lt;br /&gt;
* &amp;lt;s&amp;gt;Help translating EPrints&amp;lt;/s&amp;gt; http://files.eprints.org/45/&lt;br /&gt;
* &amp;lt;s&amp;gt;Grab info from PubMed for eprint&amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;Move papers from submit buffer to live archive&amp;lt;/s&amp;gt; http://files.eprints.org/46/&lt;br /&gt;
* &amp;lt;s&amp;gt;Add a counter in your web pages&amp;lt;/s&amp;gt; http://files.eprints.org/47/&lt;br /&gt;
* &amp;lt;s&amp;gt;The cgi &amp;quot;paracite&amp;quot; can manage the urls&amp;lt;/s&amp;gt; http://files.eprints.org/48/&lt;br /&gt;
* Export metadata in BIBTEX-format&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/Patches ==&lt;br /&gt;
&lt;br /&gt;
Do these need storing? Are they still relevant?&lt;br /&gt;
&lt;br /&gt;
== Pages which are not yet linked in from anywhere ==&lt;br /&gt;
&lt;br /&gt;
[[Special:Lonelypages]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EPrints_Documentation:Migration_to_files.eprints.org&amp;diff=2146</id>
		<title>EPrints Documentation:Migration to files.eprints.org</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EPrints_Documentation:Migration_to_files.eprints.org&amp;diff=2146"/>
		<updated>2006-06-27T11:34:55Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: /* http://wiki2.eprints.org/w/EPrints2/ListOfTranslations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When you're working on migrating something, please leave a note next to the item.&lt;br /&gt;
&lt;br /&gt;
Items migrate to http://files.eprints.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/ListOfTranslations ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;French (2.1)&amp;lt;/s&amp;gt; http://files.eprints.org/17/&lt;br /&gt;
* &amp;lt;s&amp;gt;Russian (2.1.1) &amp;lt;/s&amp;gt; http://files.eprints.org/18/&lt;br /&gt;
* &amp;lt;s&amp;gt;French (2.3.12)&amp;lt;/s&amp;gt; http://files.eprints.org/15/&lt;br /&gt;
* &amp;lt;s&amp;gt;Spanish (2.3.4)&amp;lt;/s&amp;gt; http://files.eprints.org/16/&lt;br /&gt;
* &amp;lt;s&amp;gt;Hungarian and Spanish (2.3.3)&amp;lt;/s&amp;gt; http://files.eprints.org/19/&lt;br /&gt;
* &amp;lt;s&amp;gt;Japanese (2.3.8)&amp;lt;/s&amp;gt; http://files.eprints.org/20/&lt;br /&gt;
* &amp;lt;s&amp;gt;Japanese (2.3.11)&amp;lt;/s&amp;gt; http://files.eprints.org/21/&lt;br /&gt;
* &amp;lt;s&amp;gt;German (2.3.12)&amp;lt;/s&amp;gt; http://files.eprints.org/14/&lt;br /&gt;
* &amp;lt;s&amp;gt;Italian (2.3.13)&amp;lt;/s&amp;gt; http://files.eprints.org/13/&lt;br /&gt;
* &amp;lt;s&amp;gt;Bulgarian(2.3.4)&amp;lt;/s&amp;gt; http://files.eprints.org/12/&lt;br /&gt;
&amp;lt;s&amp;gt;[Zeno Tajoli is working on import translations]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/Contribution ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/Eprint2Exportfile&amp;lt;/s&amp;gt; http://files.eprints.org/26/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportXMLViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/28/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportBibTeXViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/29/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportOAIViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/30/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportReferenceViaCGI&amp;lt;/s&amp;gt; http://files.eprints.org/31/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportUsers&amp;lt;/s&amp;gt; http://files.eprints.org/32/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/ImportExample&amp;lt;/s&amp;gt; http://files.eprints.org/33/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/EndNote2EPrintsXML&amp;lt;/s&amp;gt; http://files.eprints.org/24/&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/BulkDelete&amp;lt;/s&amp;gt; http://files.eprints.org/34/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/CheckSubjects&amp;lt;/s&amp;gt; http://files.eprints.org/35/&lt;br /&gt;
* &amp;lt;s&amp;gt;http://wiki2.eprints.org/w/EPrints2/AddCover&amp;lt;/s&amp;gt; http://files.eprints.org/36/&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Utility to collect phrases&amp;lt;/s&amp;gt; http://files.eprints.org/37/&lt;br /&gt;
* &amp;lt;s&amp;gt;Alternate Change Language&amp;lt;/s&amp;gt; http://files.eprints.org/38/&lt;br /&gt;
* &amp;lt;s&amp;gt;Flag images&amp;lt;/s&amp;gt; http://files.eprints.org/40/&lt;br /&gt;
* &amp;lt;s&amp;gt;Contributors can edit their submissions&amp;lt;/s&amp;gt; http://files.eprints.org/42/&lt;br /&gt;
* Granting the &amp;quot;deposit&amp;quot; priviledge selectively&lt;br /&gt;
* Restricting document availability within the institution&lt;br /&gt;
* &amp;lt;s&amp;gt;Latest Days&amp;lt;/s&amp;gt; http://files.eprints.org/43/&lt;br /&gt;
* &amp;lt;s&amp;gt;Pre-import of empty files&amp;lt;/s&amp;gt; http://files.eprints.org/44/&lt;br /&gt;
* &amp;lt;s&amp;gt;Help translating EPrints&amp;lt;/s&amp;gt; http://files.eprints.org/45/&lt;br /&gt;
* Grab info from PubMed for eprint&lt;br /&gt;
* &amp;lt;s&amp;gt;Move papers from submit buffer to live archive&amp;lt;/s&amp;gt; http://files.eprints.org/46/&lt;br /&gt;
* &amp;lt;s&amp;gt;Add a counter in your web pages&amp;lt;/s&amp;gt; http://files.eprints.org/47/&lt;br /&gt;
* &amp;lt;s&amp;gt;The cgi &amp;quot;paracite&amp;quot; can manage the urls&amp;lt;/s&amp;gt; http://files.eprints.org/48/&lt;br /&gt;
* Export metadata in BIBTEX-format&lt;br /&gt;
&lt;br /&gt;
== http://wiki2.eprints.org/w/EPrints2/Patches ==&lt;br /&gt;
&lt;br /&gt;
Do these need storing? Are they still relevant?&lt;br /&gt;
&lt;br /&gt;
== Pages which are not yet linked in from anywhere ==&lt;br /&gt;
&lt;br /&gt;
[[Special:Lonelypages]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Files/Patch_to_use_a_cas_server_to_authenticate&amp;diff=2081</id>
		<title>Files/Patch to use a cas server to authenticate</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Files/Patch_to_use_a_cas_server_to_authenticate&amp;diff=2081"/>
		<updated>2006-05-26T15:12:52Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CAS]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Translations_in_progress&amp;diff=2080</id>
		<title>Translations in progress</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Translations_in_progress&amp;diff=2080"/>
		<updated>2006-05-25T09:34:04Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are currently working on a translation please leave your contact details and the version/language you are working on. This can help prevent two people doing the same work!&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Translations_in_progress&amp;diff=2078</id>
		<title>Translations in progress</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Translations_in_progress&amp;diff=2078"/>
		<updated>2006-05-24T16:10:12Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are currently working on a translation please leave your contact details and the version/language you are working on. This can help prevent two people doing the same work!&lt;br /&gt;
&lt;br /&gt;
* Swedish: Planning to start in Oct 2005. Jussi Karlgren, SICS, Stockholm &amp;lt;jussi at sics dot se&amp;gt;&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_contribute&amp;diff=2076</id>
		<title>How to contribute</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_contribute&amp;diff=2076"/>
		<updated>2006-05-24T16:05:42Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to add your Translation==&lt;br /&gt;
&lt;br /&gt;
If you have translated eprints into a new language please package up the translated files with a file containing the GPL license called COPYING, and a file called COPYRIGHT which describes who owns the copyright of the translation (this may be important if we choose to package translations in the core, later). &lt;br /&gt;
&lt;br /&gt;
You may also wish to add a README file adding additional details such as which files (if not all) were translated.&lt;br /&gt;
&lt;br /&gt;
These files (just those you have translated, not all!) should be stored in a .tgz archive, with a name in this format:&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4-translation-fr.tgz&lt;br /&gt;
&lt;br /&gt;
To add the file, [http://files.eprints.org/perl/register register] on the EPrints Files repository - EPrints users should already know the rest!&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2075</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2075"/>
		<updated>2006-05-24T16:02:15Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
* [[How to contribute]]&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2074</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2074"/>
		<updated>2006-05-24T16:01:53Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
* How to contribute&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_translate_eprints&amp;diff=2073</id>
		<title>How to translate eprints</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_translate_eprints&amp;diff=2073"/>
		<updated>2006-05-24T15:59:35Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a guide to translating the default eprints distribution into a new language.&lt;br /&gt;
&lt;br /&gt;
NOTE: If you want to install a language package that uses acents and others special characters, you will need GDOME system. See http://wiki.eprints.org/w/EPrints2/LanguageFAQ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all check the ListOfTranslations already available!&lt;br /&gt;
&lt;br /&gt;
You don't replace the english files. All language-speciific files have 'en' in the title. They should be copied and 'en' replaced with the ISO language code of the translation.&lt;br /&gt;
&lt;br /&gt;
All language-specific files are XML to easy translation.&lt;br /&gt;
&lt;br /&gt;
XML attributes, eg. &amp;amp;archivename; should ''not'' be translated.&lt;br /&gt;
&lt;br /&gt;
The software was designed with the idea of translation in mind, which should make the task easier. &lt;br /&gt;
&lt;br /&gt;
The translation for 2.3.3 should work with 2.3.anything, althogh the next minor version 2.4 may introduce new/changed phrases.&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/cfg/system-phrases-XX.xml&lt;br /&gt;
* This is the main phrases file. It describes all the phrases the software uses, except ones specific to a local configuration.&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/phrases-XX.xml&lt;br /&gt;
* This file describes configuration-specific phrases for a default archive. Such as the name of the fields.&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/citations-XX.xml&lt;br /&gt;
* Describes the way eprints, users and subjects are described. &lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/template-XX.xml&lt;br /&gt;
* This is the default template (headers and footers) for an archive&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/static/XX/&lt;br /&gt;
* This directory contains a number of files, which are the default static webpages (in English) for an archive. A /fr/ (or whatever language) directory should be added.&lt;br /&gt;
&lt;br /&gt;
The subject tree should be translated, you will then need to use an XML-encoded subject file. The english version is provided here:&lt;br /&gt;
Attach:subjects.xml&lt;br /&gt;
&lt;br /&gt;
To make the translation add a new &amp;lt;lang&amp;gt; element to each record with the translated name. &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;record&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;subjectid&amp;quot;&amp;gt;CC&amp;lt;/field&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;lang id=&amp;quot;en&amp;quot;&amp;gt;CC Archeology&amp;lt;/lang&amp;gt;&lt;br /&gt;
      &amp;lt;lang id=&amp;quot;fr&amp;quot;&amp;gt;CC Arch&amp;amp;#233;ologie&amp;lt;/lang&amp;gt;&lt;br /&gt;
   &amp;lt;/field&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;parents&amp;quot;&amp;gt;C&amp;lt;/field&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;depositable&amp;quot;&amp;gt;TRUE&amp;lt;/field&amp;gt;&lt;br /&gt;
 &amp;lt;/record&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The modified file have to be imported into the database using the '''bin/import_subjects''' script with the --xml flag set.&lt;br /&gt;
&lt;br /&gt;
eprints@local:/opt/eprints2&amp;gt; bin/import_subjects YYY -xml subject.xml&lt;br /&gt;
&lt;br /&gt;
!!!How to install/configure the Translation Package&lt;br /&gt;
&lt;br /&gt;
# Untar the package in root directory (/): ''eprints@local:/&amp;gt; tar xvzf eprints-2.3.4-translation-XX.tgz ''&lt;br /&gt;
&lt;br /&gt;
# Edit the '''opt/eprints2/defaultcfg/phrases-XX.xml''' file and replace ''&amp;amp;6acute'' to ''&amp;amp;acute''&lt;br /&gt;
&lt;br /&gt;
# Modify the XML config archive and set into the label the ISO language (3 labels): &amp;lt;language&amp;gt;, &amp;lt;defaultlanguage&amp;gt; y &amp;lt;archivename language=&amp;quot;XX&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# re-execute all Perl Script&lt;br /&gt;
&lt;br /&gt;
 % bin/generate_apacheconf&lt;br /&gt;
 % bin/create_tables ARCHIVEID&lt;br /&gt;
 % bin/import_subjects ARCHIVEID -xml subjects.xml&lt;br /&gt;
 % bin/generate_static ARCHIVEID&lt;br /&gt;
 % bin/create_user ARCHIVEID USERID EMAIL admin PASSWORD&lt;br /&gt;
 % bin/generate_views ARCHIVEID&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_translate_eprints&amp;diff=2072</id>
		<title>How to translate eprints</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_translate_eprints&amp;diff=2072"/>
		<updated>2006-05-24T15:59:23Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a guide to translating the default eprints distribution into a new language.&lt;br /&gt;
&lt;br /&gt;
!!!NOTE: If you want to install a language package that uses acents and others special characters, you will need GDOME system. See http://wiki.eprints.org/w/EPrints2/LanguageFAQ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First of all check the ListOfTranslations already available!&lt;br /&gt;
&lt;br /&gt;
You don't replace the english files. All language-speciific files have 'en' in the title. They should be copied and 'en' replaced with the ISO language code of the translation.&lt;br /&gt;
&lt;br /&gt;
All language-specific files are XML to easy translation.&lt;br /&gt;
&lt;br /&gt;
XML attributes, eg. &amp;amp;archivename; should ''not'' be translated.&lt;br /&gt;
&lt;br /&gt;
The software was designed with the idea of translation in mind, which should make the task easier. &lt;br /&gt;
&lt;br /&gt;
The translation for 2.3.3 should work with 2.3.anything, althogh the next minor version 2.4 may introduce new/changed phrases.&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/cfg/system-phrases-XX.xml&lt;br /&gt;
* This is the main phrases file. It describes all the phrases the software uses, except ones specific to a local configuration.&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/phrases-XX.xml&lt;br /&gt;
* This file describes configuration-specific phrases for a default archive. Such as the name of the fields.&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/citations-XX.xml&lt;br /&gt;
* Describes the way eprints, users and subjects are described. &lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/template-XX.xml&lt;br /&gt;
* This is the default template (headers and footers) for an archive&lt;br /&gt;
&lt;br /&gt;
 eprints-2.3.4/defaultcfg/static/XX/&lt;br /&gt;
* This directory contains a number of files, which are the default static webpages (in English) for an archive. A /fr/ (or whatever language) directory should be added.&lt;br /&gt;
&lt;br /&gt;
The subject tree should be translated, you will then need to use an XML-encoded subject file. The english version is provided here:&lt;br /&gt;
Attach:subjects.xml&lt;br /&gt;
&lt;br /&gt;
To make the translation add a new &amp;lt;lang&amp;gt; element to each record with the translated name. &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;record&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;subjectid&amp;quot;&amp;gt;CC&amp;lt;/field&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;lang id=&amp;quot;en&amp;quot;&amp;gt;CC Archeology&amp;lt;/lang&amp;gt;&lt;br /&gt;
      &amp;lt;lang id=&amp;quot;fr&amp;quot;&amp;gt;CC Arch&amp;amp;#233;ologie&amp;lt;/lang&amp;gt;&lt;br /&gt;
   &amp;lt;/field&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;parents&amp;quot;&amp;gt;C&amp;lt;/field&amp;gt;&lt;br /&gt;
   &amp;lt;field name=&amp;quot;depositable&amp;quot;&amp;gt;TRUE&amp;lt;/field&amp;gt;&lt;br /&gt;
 &amp;lt;/record&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The modified file have to be imported into the database using the '''bin/import_subjects''' script with the --xml flag set.&lt;br /&gt;
&lt;br /&gt;
eprints@local:/opt/eprints2&amp;gt; bin/import_subjects YYY -xml subject.xml&lt;br /&gt;
&lt;br /&gt;
!!!How to install/configure the Translation Package&lt;br /&gt;
&lt;br /&gt;
# Untar the package in root directory (/): ''eprints@local:/&amp;gt; tar xvzf eprints-2.3.4-translation-XX.tgz ''&lt;br /&gt;
&lt;br /&gt;
# Edit the '''opt/eprints2/defaultcfg/phrases-XX.xml''' file and replace ''&amp;amp;6acute'' to ''&amp;amp;acute''&lt;br /&gt;
&lt;br /&gt;
# Modify the XML config archive and set into the label the ISO language (3 labels): &amp;lt;language&amp;gt;, &amp;lt;defaultlanguage&amp;gt; y &amp;lt;archivename language=&amp;quot;XX&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# re-execute all Perl Script&lt;br /&gt;
&lt;br /&gt;
 % bin/generate_apacheconf&lt;br /&gt;
 % bin/create_tables ARCHIVEID&lt;br /&gt;
 % bin/import_subjects ARCHIVEID -xml subjects.xml&lt;br /&gt;
 % bin/generate_static ARCHIVEID&lt;br /&gt;
 % bin/create_user ARCHIVEID USERID EMAIL admin PASSWORD&lt;br /&gt;
 % bin/generate_views ARCHIVEID&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2070</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2070"/>
		<updated>2006-05-24T13:47:22Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2069</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2069"/>
		<updated>2006-05-24T13:46:11Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
* [[Contributing a translation]]&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=HTTPS&amp;diff=2061</id>
		<title>HTTPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=HTTPS&amp;diff=2061"/>
		<updated>2006-05-24T12:55:36Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[How to use EPrints with HTTPS]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2060</id>
		<title>How to use EPrints with HTTPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_use_EPrints_with_HTTPS&amp;diff=2060"/>
		<updated>2006-05-24T12:55:20Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Add HTTPS Settings==&lt;br /&gt;
&lt;br /&gt;
For each &amp;lt;tt&amp;gt;ARCHIVEID.xml&amp;lt;/tt&amp;gt; file, fill in the &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; entries.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;archive id=&amp;quot;demo&amp;quot;&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    &amp;lt;securehost&amp;gt;secure.mydomain.com&amp;lt;/securehost&amp;gt;&lt;br /&gt;
    &amp;lt;securepath&amp;gt;/demo&amp;lt;/securepath&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
 &amp;lt;/archive&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;securehost&amp;lt;/tt&amp;gt; is vhosted on the same server as your EPrints archive(s).&lt;br /&gt;
&lt;br /&gt;
Secure requests will be of the form &amp;lt;tt&amp;gt;https://securehost/securepath&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;securepath&amp;lt;/tt&amp;gt; therefore differentiates requests from individual archives.&lt;br /&gt;
&lt;br /&gt;
==Generate Secure Config==&lt;br /&gt;
&lt;br /&gt;
 $ bin/generate_apacheconf&lt;br /&gt;
&lt;br /&gt;
As well as the usual apache configuration files, this will generate an &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file in each archive's &amp;lt;tt&amp;gt;cfg&amp;lt;/tt&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
==Set up Secure Host==&lt;br /&gt;
&lt;br /&gt;
Under Fedora Core 4, run:&lt;br /&gt;
&lt;br /&gt;
 $ yum install mod_ssl&lt;br /&gt;
&lt;br /&gt;
This sets up a test SSL server.&lt;br /&gt;
&lt;br /&gt;
===Certificates===&lt;br /&gt;
&lt;br /&gt;
For a production system, you would need to provide the relevant certificates and tweak the mod_ssl config accordingly - see: &lt;br /&gt;
&lt;br /&gt;
* [http://httpd.apache.org/docs/2.2/mod/mod_ssl.html Apache Module mod_ssl]&lt;br /&gt;
* [http://www.modssl.org/docs/2.8/ssl_faq.html mod_ssl FAQ]&lt;br /&gt;
&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; on the EPrints server (remembering the passphrase you enter):&lt;br /&gt;
&lt;br /&gt;
 $ openssl genrsa -des3 -out server.key 1024&lt;br /&gt;
&lt;br /&gt;
Create a certificate request:&lt;br /&gt;
&lt;br /&gt;
 $ openssl req -new -key server.key -out server.csr&lt;br /&gt;
&lt;br /&gt;
The important thing when answering the questions is the CommonName: if ultimately the secure web address of your EPrints server is &amp;lt;tt&amp;gt;https://www.myeprints.com&amp;lt;/tt&amp;gt;, then the CommonName value to enter is exactly &amp;lt;tt&amp;gt;www.myeprints.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Send the &amp;lt;tt&amp;gt;server.csr&amp;lt;/tt&amp;gt; file to your Certificate Authority administrator, who should send you back a &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
Copy &amp;lt;tt&amp;gt;server.key&amp;lt;/tt&amp;gt; and the &amp;lt;tt&amp;gt;.cer&amp;lt;/tt&amp;gt; file to the following locations:&lt;br /&gt;
&lt;br /&gt;
 /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
 /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
&lt;br /&gt;
Modify &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt; accordingly:&lt;br /&gt;
&lt;br /&gt;
 SSLCertificateFile /etc/httpd/conf/ssl.crt/eprints.cer&lt;br /&gt;
 SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key&lt;br /&gt;
&lt;br /&gt;
===Include EPrints SSL config===&lt;br /&gt;
&lt;br /&gt;
Include each &amp;lt;tt&amp;gt;auto-secure.conf&amp;lt;/tt&amp;gt; file generated by EPrints inside the &amp;lt;tt&amp;gt;Virtualhost&amp;lt;/tt&amp;gt; directive.&lt;br /&gt;
&lt;br /&gt;
On FC4, edit &amp;lt;tt&amp;gt;/etc/httpd/conf.d/ssl.conf&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;VirtualHost _default_:443&amp;gt;&lt;br /&gt;
    ....&lt;br /&gt;
    Include /opt/eprints2/archives/ARCHIVEID/cfg/auto-secure.conf&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have set up SSL certificates, you will be asked to enter your passphrase when you restart apache. To override this, see [http://www.modssl.org/docs/2.8/ssl_faq.html#remove-passphrase How can I get rid of the pass-phrase dialog at Apache startup time?].&lt;br /&gt;
&lt;br /&gt;
==Create Template for Secure Pages==&lt;br /&gt;
&lt;br /&gt;
Make a copy of &amp;lt;tt&amp;gt;template-en.xml&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $ cp template-en.xml template-secure-en.xml&lt;br /&gt;
&lt;br /&gt;
In a multi-language archive, you would need to do this for each language-specific template.&lt;br /&gt;
&lt;br /&gt;
It's a good idea to have a visual differentiation between secure and non-secure pages, e.g. edit &amp;lt;tt&amp;gt;template-secure-en.xml&amp;lt;/tt&amp;gt; and add &amp;quot;(SECURE)&amp;quot; to the title of the page.&lt;br /&gt;
&lt;br /&gt;
Some browsers will complain if images/CSS etc. embedded in a secure page are served by the non-secure host. To solve this, add a new entity to &amp;lt;tt&amp;gt;ArchiveConfig.pm/sub get_entities&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 $entities{https_base_url} = &amp;quot;https://&amp;quot; . $archive-&amp;gt;get_conf(&amp;quot;securehost&amp;quot;) . $archive-&amp;gt;get_conf(&amp;quot;securepath&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
Now replace image/CSS &amp;lt;tt&amp;gt;base_url&amp;lt;/tt&amp;gt;s with &amp;lt;tt&amp;gt;https_base_url&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2059</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2059"/>
		<updated>2006-05-24T12:51:17Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2058</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2058"/>
		<updated>2006-05-24T12:50:21Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2057</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2057"/>
		<updated>2006-05-24T12:48:23Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Documentation&amp;diff=2056</id>
		<title>Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Documentation&amp;diff=2056"/>
		<updated>2006-05-24T12:46:22Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[EPrints Manual]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Documentation&amp;diff=2055</id>
		<title>Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Documentation&amp;diff=2055"/>
		<updated>2006-05-24T12:46:00Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Manual]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_set_up_EPrints_on_virtual_directories_other_than_root&amp;diff=2054</id>
		<title>How to set up EPrints on virtual directories other than root</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_set_up_EPrints_on_virtual_directories_other_than_root&amp;diff=2054"/>
		<updated>2006-05-24T12:44:49Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EPrints setup under virtual directories other than / (or how to share EPrints with other web applications on the same server)==&lt;br /&gt;
&lt;br /&gt;
Perhaps you have ever wondered if it's possible to use the same web server for EPrints and other web applications, and you've faced with the fact that EPrints software requires, as for Apache configuration respects, that two important virtual directories (/ and /perl) are redirected to EPrints proprietary physical directories (/opt/eprints2/archives/archiveID/html/ and /opt/eprints2/cgi respectively, as stated in ''/opt/eprints2/archives/archiveID/cfg/auto-apache.conf''). This condition makes impossible, in a first approach, to share EPrints web server with other applications than EPrints itself.&lt;br /&gt;
&lt;br /&gt;
However, this small document explains in detail how to overcome this limitation. It closely mimics the situation at Complutense University, Madrid, Spain.&lt;br /&gt;
&lt;br /&gt;
==Starting environment==&lt;br /&gt;
&lt;br /&gt;
We have at our disposal one corporative web server (http://server.name/) with the following setup, imposed by our computing services:&lt;br /&gt;
&lt;br /&gt;
* The main Apache listens to requests on HTTP port #80 and has not built-in mod_perl support.&lt;br /&gt;
* The main campus web site is located under http://server.name/.&lt;br /&gt;
* The secondary Apache listens to requests on HTTP port #8000 and has built-in mod_perl support. This is the one to be used for EPrints. We'll use port #8084.&lt;br /&gt;
* Both Apaches run under user nobody.&lt;br /&gt;
&lt;br /&gt;
In order for our customers to be able to acces EPrints service from the main campus web site, we'll configure Apache and EPrints so the software be accessible through http://server.name/eprints/.&lt;br /&gt;
&lt;br /&gt;
EPrints version used for this tests is 2.3.11.&lt;br /&gt;
&lt;br /&gt;
==Web server configuration steps==&lt;br /&gt;
&lt;br /&gt;
To be performed in the following order.&lt;br /&gt;
&lt;br /&gt;
* Main Apache configuration (campus web site)&lt;br /&gt;
&lt;br /&gt;
As for EPrints concerns, this Apache has to redirect all requests for http://server.name/eprints to the 8084 port of the secondary Apache with mod_perl. So its file ''httpd.conf'' needs to be modified like this:&lt;br /&gt;
&lt;br /&gt;
 ProxyPass /eprints http://server.name:8084&lt;br /&gt;
 ProxyPassReverse /eprints http://server.name:8084&lt;br /&gt;
&lt;br /&gt;
These lines have to be included at the end of the file, outside the virtual hosts sections (if any). Of course, replace server.name with your server name, as fixed in your DNS, and /eprints with the name of the virtual directory you'd like to be used.&lt;br /&gt;
&lt;br /&gt;
* Secondary Apache configuration (EPrints one)&lt;br /&gt;
&lt;br /&gt;
It has to manage HTTP requests redirected from the main Apache to its 8084 port, so you have to define a virtual host for HTTP port #8084, as well as a default virtual host (required if you want to use virtual hosts; see Apache documentation). The ''httpd.conf'' file must be like this:&lt;br /&gt;
&lt;br /&gt;
 ### Section 1: Global Environment&lt;br /&gt;
 ...&lt;br /&gt;
 Listen 8000&lt;br /&gt;
 Listen 8084&lt;br /&gt;
 ...&lt;br /&gt;
 ### Section 2: 'Main' server configuration&lt;br /&gt;
 ...&lt;br /&gt;
 Port 8000&lt;br /&gt;
 Port 8084&lt;br /&gt;
 ...&lt;br /&gt;
 ### Section 3: Virtual Hosts&lt;br /&gt;
 NameVirtualHost *:8000&lt;br /&gt;
 &amp;lt;VirtualHost _default_:8000&amp;gt;&lt;br /&gt;
    ServerName server.name:8000&lt;br /&gt;
    DirectoryIndex index.php index.html index.htm&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
 &amp;lt;VirtualHost *:8084&amp;gt;&lt;br /&gt;
    ServerName server.name:8084&lt;br /&gt;
    DirectoryIndex index.html&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Include /opt/eprints2/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
Please be aware that this configuration example is very simplistic. Virtual hosts sections can have lot of directives. We've only reflected here the minimum required. Once again, you'll have to customize server.name.&lt;br /&gt;
&lt;br /&gt;
==EPrints installation==&lt;br /&gt;
&lt;br /&gt;
The most time consuming task is to find the appropriate parameters to be used during EPrints installation and initial archive creation. After several tests, this are the keys for success, following the steps from official EPrints documentation (http://software.eprints.org/docs/php/installation.php), and modified when needed. The whole process is run under user nobody (the owner of Apache).&lt;br /&gt;
&lt;br /&gt;
* Unpack the eprints tar.gz file:&lt;br /&gt;
&lt;br /&gt;
 % gunzip eprints-2.something.tar.gz&lt;br /&gt;
 % tar xf eprints-2.something.tar&lt;br /&gt;
&lt;br /&gt;
* Run the &amp;quot;configure&amp;quot; script:&lt;br /&gt;
&lt;br /&gt;
 % cd eprints-2.something&lt;br /&gt;
 % ./configure --with-user=nobody --with-group=nobody --with-apache=1&lt;br /&gt;
&lt;br /&gt;
It is very important that you do not specify the parameter --with-virtualhost. EPrints doesn't need it, and so you won't have to take care of certain additional configuration files. The parameter --with-apache=1 is employed here because our Apache releases are 1.x.&lt;br /&gt;
&lt;br /&gt;
* Run install.pl:&lt;br /&gt;
&lt;br /&gt;
 % ./install.pl&lt;br /&gt;
&lt;br /&gt;
==EPrints configuration==&lt;br /&gt;
&lt;br /&gt;
* Creating the archive&lt;br /&gt;
&lt;br /&gt;
From EPrints directory (/opt/eprints2 by default) run ''bin/configure_archive''. The answers to the questions asked by this script are:&lt;br /&gt;
&lt;br /&gt;
 Archive ID? archiveID&lt;br /&gt;
 Hostname? server.name&lt;br /&gt;
 Webserver Port [80]? 8084&lt;br /&gt;
 Alias (enter # when done) [#] ? #&lt;br /&gt;
 Administrator Email? ******&lt;br /&gt;
 Archive Name? ******&lt;br /&gt;
 Database Name [bucm] ? eprints.database&lt;br /&gt;
 MySQL Host [localhost] ? mysql.server.name&lt;br /&gt;
 MySQL Port (# for no setting) [#] ? #&lt;br /&gt;
 MySQL Socket (# for no setting) [#] ? #&lt;br /&gt;
 Database User [bucm] ? ******&lt;br /&gt;
 Database Password ? ******&lt;br /&gt;
 Create database ?eprints.database? [yes] ? yes&lt;br /&gt;
 MySQL Root Password ? *******&lt;br /&gt;
 Create config files [no] ? yes&lt;br /&gt;
 Hit return to continue [] ? &lt;br /&gt;
&lt;br /&gt;
You have to use your own values for the fileds replaced by ****** and for archiveID, server.name, eprints.database, mysql.server.name.&lt;br /&gt;
&lt;br /&gt;
* Configuration files modifications&lt;br /&gt;
&lt;br /&gt;
We have to change certain EPrints configuration files so all the software processes to be run in the future correctly implement the base URL we want to deploy (http://server.name/eprints). The changes required are commenting code lines and including new ones, as you can see below:&lt;br /&gt;
&lt;br /&gt;
/opt/eprints2/archives/archiveID/cfg/ArchiveConfig.pm, section &amp;quot;Server of static HTML + images, including port&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 # Server of static HTML + images, including port&lt;br /&gt;
 # $c-&amp;gt;{base_url} = &amp;quot;http://$c-&amp;gt;{host}&amp;quot;;&lt;br /&gt;
 # if( $c-&amp;gt;{port} != 80 )-]&lt;br /&gt;
 # {&lt;br /&gt;
 #     # Not SSL port 443 friendly&lt;br /&gt;
 #     $c-&amp;gt;{base_url}.= &amp;quot;:&amp;quot;.$c-&amp;gt;{port};&lt;br /&gt;
 # }&lt;br /&gt;
 # $c-&amp;gt;{base_url} .= $c-&amp;gt;{urlpath};&lt;br /&gt;
 $c-&amp;gt;{base_url} = &amp;quot;http://server.name/eprints&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
/opt/eprints2/perl_lib/EPrints/Session.pm, subroutine get_uri&lt;br /&gt;
&lt;br /&gt;
 # sub get_uri&lt;br /&gt;
 # {&lt;br /&gt;
 #     my( $self ) = @_;&lt;br /&gt;
 #     return( $self-&amp;gt;{&amp;quot;request&amp;quot;}-&amp;gt;uri );&lt;br /&gt;
 # }&lt;br /&gt;
 sub get_uri&lt;br /&gt;
    my( $self ) = @_;&lt;br /&gt;
    my $uri= $self-&amp;gt;{&amp;quot;request&amp;quot;}-&amp;gt;uri;&lt;br /&gt;
    if( $uri =~ m+^/+? &amp;amp;&amp;amp; $uri !~ m+/eprints+i ){&lt;br /&gt;
        $uri = &amp;quot;/eprints&amp;quot; . $uri;&lt;br /&gt;
    }&lt;br /&gt;
    return $uri;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
/opt/eprints2/cgi/users/home, section &amp;quot;Render page&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 # my $changeuserpath = &amp;quot;/change_user/&amp;quot;.($user-&amp;gt;get_value( &amp;quot;username&amp;quot; ));&lt;br /&gt;
 my $changeuserpath = &amp;quot;/eprints/change_user/&amp;quot;.($user-&amp;gt;get_value( &amp;quot;username&amp;quot; ));&lt;br /&gt;
&lt;br /&gt;
''IMPORTANT NOTE'': Though EPrints will be used under http://server.name/eprints instead of http://server.name, there is no need for modifying urlpath parameter inside ''/opt/eprints2/archives/archiveID.xml'' file (the corresponding line must remain as &amp;lt;tt&amp;gt;&amp;lt;urlpath&amp;gt;&amp;lt;/urlpath&amp;gt;&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* The remaining steps are those we all now, without changes from official EPrints documentation. From EPrints directory (/opt/eprints2 by default), run:&lt;br /&gt;
&lt;br /&gt;
 % bin/create_tables archiveID&lt;br /&gt;
 % bin/import_subjects archiveID&lt;br /&gt;
 % bin/generate_static archiveID&lt;br /&gt;
 % bin/create_user archiveID USERID EMAIL admin PASSWORD&lt;br /&gt;
 % bin/generate_views archiveID&lt;br /&gt;
 % bin/generate_apacheconf&lt;br /&gt;
&lt;br /&gt;
And do not forget to add the usual periodical tasks to the crontab of the user under which EPrints runs (nobody in our example): ''generate_views'', ''generate_abstracts'', ''send_subscriptions'' (daily, weekly and monthly), ''indexer''.&lt;br /&gt;
&lt;br /&gt;
==Web server restart==&lt;br /&gt;
&lt;br /&gt;
Of course, once all changes are done, you have to restart the affected Apache servers (main Apache and secondary Apache), stopping and starting their daemons (do not use the ''apachectl'' restart command).&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=How_to_set_up_EPrints_on_virtual_directories_other_than_root&amp;diff=2053</id>
		<title>How to set up EPrints on virtual directories other than root</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=How_to_set_up_EPrints_on_virtual_directories_other_than_root&amp;diff=2053"/>
		<updated>2006-05-24T12:37:23Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==EPrints setup under virtual directories other than / (or how to share EPrints with other web applications on the same server)==&lt;br /&gt;
&lt;br /&gt;
Perhaps you have ever wondered if it's possible to use the same web server for EPrints and other web applications, and you've faced with the fact that EPrints software requires, as for Apache configuration respects, that two important virtual directories (/ and /perl) are redirected to EPrints proprietary physical directories (/opt/eprints2/archives/archiveID/html/ and /opt/eprints2/cgi respectively, as stated in ''/opt/eprints2/archives/archiveID/cfg/auto-apache.conf''). This condition makes impossible, in a first approach, to share EPrints web server with other applications than EPrints itself.&lt;br /&gt;
&lt;br /&gt;
However, this small document explains in detail how to overcome this limitation. It closely mimics the situation at Complutense University, Madrid, Spain.&lt;br /&gt;
&lt;br /&gt;
==Starting environment==&lt;br /&gt;
&lt;br /&gt;
We have at our disposal one corporative web server ([=http://server.name/=]) with the following setup, imposed by our computing services:&lt;br /&gt;
&lt;br /&gt;
* The main Apache listens to requests on HTTP port #80 and has not built-in mod_perl support.&lt;br /&gt;
* The main campus web site is located under [=http://server.name/=].&lt;br /&gt;
* The secondary Apache listens to requests on HTTP port #8000 and has built-in mod_perl support. This is the one to be used for EPrints. We'll use port #8084.&lt;br /&gt;
* Both Apaches run under user nobody.&lt;br /&gt;
&lt;br /&gt;
In order for our customers to be able to acces EPrints service from the main campus web site, we'll configure Apache and EPrints so the software be accessible through http://server.name/eprints/.&lt;br /&gt;
&lt;br /&gt;
EPrints version used for this tests is 2.3.11.&lt;br /&gt;
&lt;br /&gt;
==Web server configuration steps==&lt;br /&gt;
&lt;br /&gt;
To be performed in the following order.&lt;br /&gt;
&lt;br /&gt;
* Main Apache configuration (campus web site)&lt;br /&gt;
&lt;br /&gt;
As for EPrints concerns, this Apache has to redirect all requests for [=http://server.name/eprints=] to the 8084 port of the secondary Apache with mod_perl. So its file ''httpd.conf'' needs to be modified like this:&lt;br /&gt;
&lt;br /&gt;
 ProxyPass /eprints http://server.name:8084&lt;br /&gt;
 ProxyPassReverse /eprints http://server.name:8084&lt;br /&gt;
&lt;br /&gt;
These lines have to be included at the end of the file, outside the virtual hosts sections (if any). Of course, replace server.name with your server name, as fixed in your DNS, and /eprints with the name of the virtual directory you'd like to be used.&lt;br /&gt;
&lt;br /&gt;
* Secondary Apache configuration (EPrints one)&lt;br /&gt;
&lt;br /&gt;
It has to manage HTTP requests redirected from the main Apache to its 8084 port, so you have to define a virtual host for HTTP port #8084, as well as a default virtual host (required if you want to use virtual hosts; see Apache documentation). The ''httpd.conf'' file must be like this:&lt;br /&gt;
&lt;br /&gt;
 ### Section 1: Global Environment&lt;br /&gt;
 ...&lt;br /&gt;
 Listen 8000&lt;br /&gt;
 Listen 8084&lt;br /&gt;
 ...&lt;br /&gt;
 ### Section 2: 'Main' server configuration&lt;br /&gt;
 ...&lt;br /&gt;
 Port 8000&lt;br /&gt;
 Port 8084&lt;br /&gt;
 ...&lt;br /&gt;
 ### Section 3: Virtual Hosts&lt;br /&gt;
 NameVirtualHost *:8000&lt;br /&gt;
 &amp;lt;VirtualHost _default_:8000&amp;gt;&lt;br /&gt;
    ServerName server.name:8000&lt;br /&gt;
    DirectoryIndex index.php index.html index.htm&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
 &amp;lt;VirtualHost *:8084&amp;gt;&lt;br /&gt;
    ServerName server.name:8084&lt;br /&gt;
    DirectoryIndex index.html&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Include /opt/eprints2/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
Please be aware that this configuration example is very simplistic. Virtual hosts sections can have lot of directives. We've only reflected here the minimum required. Once again, you'll have to customize server.name.&lt;br /&gt;
&lt;br /&gt;
==EPrints installation==&lt;br /&gt;
&lt;br /&gt;
The most time consuming task is to find the appropriate parameters to be used during EPrints installation and initial archive creation. After several tests, this are the keys for success, following the steps from official EPrints documentation (http://software.eprints.org/docs/php/installation.php), and modified when needed. The whole process is run under user nobody (the owner of Apache).&lt;br /&gt;
&lt;br /&gt;
* Unpack the eprints tar.gz file:&lt;br /&gt;
&lt;br /&gt;
 % gunzip eprints-2.something.tar.gz&lt;br /&gt;
 % tar xf eprints-2.something.tar&lt;br /&gt;
&lt;br /&gt;
* Run the &amp;quot;configure&amp;quot; script:&lt;br /&gt;
&lt;br /&gt;
 % cd eprints-2.something&lt;br /&gt;
 % ./configure --with-user=nobody --with-group=nobody --with-apache=1&lt;br /&gt;
&lt;br /&gt;
It is very important that you do not specify the parameter --with-virtualhost. EPrints doesn't need it, and so you won't have to take care of certain additional configuration files. The parameter --with-apache=1 is employed here because our Apache releases are 1.x.&lt;br /&gt;
&lt;br /&gt;
* Run install.pl:&lt;br /&gt;
&lt;br /&gt;
 % ./install.pl&lt;br /&gt;
&lt;br /&gt;
==EPrints configuration==&lt;br /&gt;
&lt;br /&gt;
* Creating the archive&lt;br /&gt;
&lt;br /&gt;
From EPrints directory (/opt/eprints2 by default) run ''bin/configure_archive''. The answers to the questions asked by this script are:&lt;br /&gt;
&lt;br /&gt;
 Archive ID? archiveID&lt;br /&gt;
 Hostname? server.name&lt;br /&gt;
 Webserver Port [80]? 8084&lt;br /&gt;
 Alias (enter # when done) [#] ? #&lt;br /&gt;
 Administrator Email? ******&lt;br /&gt;
 Archive Name? ******&lt;br /&gt;
 Database Name [bucm] ? eprints.database&lt;br /&gt;
 MySQL Host [localhost] ? mysql.server.name&lt;br /&gt;
 MySQL Port (# for no setting) [#] ? #&lt;br /&gt;
 MySQL Socket (# for no setting) [#] ? #&lt;br /&gt;
 Database User [bucm] ? ******&lt;br /&gt;
 Database Password ? ******&lt;br /&gt;
 Create database ?eprints.database? [yes] ? yes&lt;br /&gt;
 MySQL Root Password ? *******&lt;br /&gt;
 Create config files [no] ? yes&lt;br /&gt;
 Hit return to continue [] ? &lt;br /&gt;
&lt;br /&gt;
You have to use your own values for the fileds replaced by ****** and for archiveID, server.name, eprints.database, mysql.server.name.&lt;br /&gt;
&lt;br /&gt;
* Configuration files modifications&lt;br /&gt;
&lt;br /&gt;
We have to change certain EPrints configuration files so all the software processes to be run in the future correctly implement the base URL we want to deploy (http://server.name/eprints). The changes required are commenting code lines and including new ones, as you can see below:&lt;br /&gt;
&lt;br /&gt;
/opt/eprints2/archives/archiveID/cfg/ArchiveConfig.pm, section &amp;quot;Server of static HTML + images, including port&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 # Server of static HTML + images, including port&lt;br /&gt;
 # $c-&amp;gt;{base_url} = &amp;quot;[=http://=]$c-&amp;gt;{host}&amp;quot;;&lt;br /&gt;
 # if( $c-&amp;gt;{port} != 80 )-]&lt;br /&gt;
 # {&lt;br /&gt;
 #     # Not SSL port 443 friendly&lt;br /&gt;
 #     $c-&amp;gt;{base_url}.= &amp;quot;:&amp;quot;.$c-&amp;gt;{port};&lt;br /&gt;
 # }&lt;br /&gt;
 # $c-&amp;gt;{base_url} .= $c-&amp;gt;{urlpath};&lt;br /&gt;
 $c-&amp;gt;{base_url} = &amp;quot;http://server.name/eprints&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
/opt/eprints2/perl_lib/EPrints/Session.pm, subroutine get_uri&lt;br /&gt;
&lt;br /&gt;
 # sub get_uri&lt;br /&gt;
 # {&lt;br /&gt;
 #     my( $self ) = @_;&lt;br /&gt;
 #     return( $self-&amp;gt;{&amp;quot;request&amp;quot;}-&amp;gt;uri );&lt;br /&gt;
 # }&lt;br /&gt;
 sub get_uri&lt;br /&gt;
    my( $self ) = @_;&lt;br /&gt;
    my $uri= $self-&amp;gt;{&amp;quot;request&amp;quot;}-&amp;gt;uri;&lt;br /&gt;
    if( $uri =~ m+^/+? &amp;amp;&amp;amp; $uri !~ m+/eprints+i ){&lt;br /&gt;
        $uri = &amp;quot;/eprints&amp;quot; . $uri;&lt;br /&gt;
    }&lt;br /&gt;
    return $uri;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
/opt/eprints2/cgi/users/home, section &amp;quot;Render page&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 # my $changeuserpath = &amp;quot;/change_user/&amp;quot;.($user-&amp;gt;get_value( &amp;quot;username&amp;quot; ));&lt;br /&gt;
 my $changeuserpath = &amp;quot;/eprints/change_user/&amp;quot;.($user-&amp;gt;get_value( &amp;quot;username&amp;quot; ));&lt;br /&gt;
&lt;br /&gt;
''IMPORTANT NOTE'': Though EPrints will be used under http://server.name/eprints instead of [=http://server.name=], there is no need for modifying urlpath parameter inside ''/opt/eprints2/archives/archiveID.xml'' file (the corresponding line must remain as [-&amp;lt;urlpath&amp;gt;&amp;lt;/urlpath&amp;gt;-]).&lt;br /&gt;
&lt;br /&gt;
* The remaining steps are those we all now, without changes from official EPrints documentation. From EPrints directory (/opt/eprints2 by default), run:&lt;br /&gt;
&lt;br /&gt;
 % bin/create_tables archiveID&lt;br /&gt;
 % bin/import_subjects archiveID&lt;br /&gt;
 % bin/generate_static archiveID&lt;br /&gt;
 % bin/create_user archiveID USERID EMAIL admin PASSWORD&lt;br /&gt;
 % bin/generate_views archiveID&lt;br /&gt;
 % bin/generate_apacheconf&lt;br /&gt;
&lt;br /&gt;
And do not forget to add the usual periodical tasks to the crontab of the user under which EPrints runs (nobody in our example): ''generate_views'', ''generate_abstracts'', ''send_subscriptions'' (daily, weekly and monthly), ''indexer''.&lt;br /&gt;
&lt;br /&gt;
==Web server restart==&lt;br /&gt;
&lt;br /&gt;
Of course, once all changes are done, you have to restart the affected Apache servers (main Apache and secondary Apache), stopping and starting their daemons (do not use the ''apachectl'' restart command).&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2051</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2051"/>
		<updated>2006-05-24T11:05:56Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]]&lt;br /&gt;
** [[CAS|integrate with CAS]]&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Languages&amp;diff=2050</id>
		<title>Languages</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Languages&amp;diff=2050"/>
		<updated>2006-05-24T10:44:59Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Translating EPrints]]&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2042</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2042"/>
		<updated>2006-05-24T10:17:55Z</updated>

		<summary type="html">&lt;p&gt;152.78.64.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>152.78.64.64</name></author>
		
	</entry>
</feed>