<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Title content=""><meta name=Keywords content=""><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Menlo-Regular;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:595.0pt 842.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body bgcolor=white lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>OK, then you&#8217;ll want something in the template.  That&#8217;s actually really simple, but needs a developer.  Create a plugin with the correct restrictions and have it appear in the toolbar.  It would look something like this:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>package EPrints::Plugin::Screen::MagicLink;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>use EPrints::Plugin::Screen;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>@ISA = qw( EPrints::Plugin::Screen );<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>sub new<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>{<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                my( $class, %params ) = @_;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                my $self = $class-&gt;SUPER::new(%params);<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                $self-&gt;{appears} = [<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                {<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                                place =&gt; &quot;key_tools&quot;,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                                position =&gt; 155,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                }<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                ];<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                return $self;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>}<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>sub can_be_viewed<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>{<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                my( $self ) = @_;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                return $self-&gt;allow( &quot;magic_link&quot; );<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>}<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>sub render<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>{<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                my ($self) = @_;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>                return $self-&gt;html_phrase(&#8216;page_content&#8217;);<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>}<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>&#8230;put the file in the &lt;eprints_root&gt;/archives/&lt;archive_id&gt;/lib/plugins/EPrints/Plugin/Screen/ directory.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>Then create a file in your cfg.d directory called something like z_magic_link.pl, containing:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>$c-&gt;{plugins}{'Screen::MagicLink&#8221;}{params}{disable} = 0;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>push @{$c-&gt;{user_roles}-&gt;{admin}}, &quot;+magic_link&quot;;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>push @{$c-&gt;{user_roles}-&gt;{editor}}, &quot;+magic_link&quot;;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>If that all works, you&#8217;ll see the link to the page and the content of the page displaying missing phrase error messages.  You can find the names of the phrases you want from that.  They need to be created.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>Note that I copied some of this from a similar piece of functionality then typed some stuff into the email.  This is unlikely to compile.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>--<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'>Adam<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal style='margin-left:36.0pt'><b><span style='font-family:Calibri;color:black'>From: </span></b><span style='font-family:Calibri;color:black'>&lt;eprints-tech-bounces@ecs.soton.ac.uk&gt; on behalf of &quot;Stenger, Avischai&quot; &lt;avischai.stenger@ulb.tu-darmstadt.de&gt;<br><b>Reply-To: </b>&lt;eprints-tech@ecs.soton.ac.uk&gt;<br><b>Date: </b>Thursday, 1 June 2017 16:04<br><b>To: </b>&quot;eprints-tech@ecs.soton.ac.uk&quot; &lt;eprints-tech@ecs.soton.ac.uk&gt;<br><b>Subject: </b>Re: [EP-tech] currrent_user =&gt; usertype<o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-left:36.0pt'><o:p>&nbsp;</o:p></p></div><p class=MsoNormal style='margin-left:36.0pt'>Hi Adam, <o:p></o:p></p><div><p class=MsoNormal style='margin-left:36.0pt'>it should be shown on all pages for the logged user (as long as he is &#8222;admin&#8220; or &#8222;editor&#8220; )&nbsp;<o:p></o:p></p><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal style='margin-left:36.0pt'>Am 01.06.2017 um 16:54 schrieb Adam Field &lt;<a href="mailto:adam@adamfield.net">adam@adamfield.net</a>&gt;:<o:p></o:p></p></div><p class=MsoNormal style='margin-left:36.0pt'><o:p>&nbsp;</o:p></p><div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>Hi Avi</span><o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;</span><o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Which page will this be appearing on?</span><o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;</span><o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>--</span><o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>Adam</span><o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;</span><o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;</span><o:p></o:p></p></div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><b><span style='font-family:Calibri'>From:<span class=apple-converted-space>&nbsp;</span></span></b><span style='font-family:Calibri'>&lt;<a href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a>&gt; on behalf of &quot;Stenger, Avischai&quot; &lt;<a href="mailto:avischai.stenger@ulb.tu-darmstadt.de">avischai.stenger@ulb.tu-darmstadt.de</a>&gt;<br><b>Reply-To:<span class=apple-converted-space>&nbsp;</span></b>&lt;<a href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a>&gt;<br><b>Date:<span class=apple-converted-space>&nbsp;</span></b>Thursday, 1 June 2017 15:48<br><b>To:<span class=apple-converted-space>&nbsp;</span></b>&quot;<a href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a>&quot; &lt;<a href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a>&gt;<br><b>Subject:<span class=apple-converted-space>&nbsp;</span></b>Re: [EP-tech] currrent_user =&gt; usertype</span><o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>Hi Adam,<span class=apple-converted-space>&nbsp;</span><o:p></o:p></p></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>i what to show a button only for usertype &#8222;admin&quot; or &#8222;editor&quot;. all other user shouldn&#8217;t see it.<o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>Avi<o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>Am 01.06.2017 um 16:37 schrieb Adam Field &lt;<a href="mailto:adam@adamfield.net"><span style='color:purple'>adam@adamfield.net</span></a>&gt;:<o:p></o:p></p></div></div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div><div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>Hi Avi</span><o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;</span><o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I don&#8217;t think so.&nbsp; What&#8217;s your use-case?</span><o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;</span><o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>--</span><o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>Adam</span><o:p></o:p></p></div></div><div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:11.0pt;font-family:Calibri'>&nbsp;</span><o:p></o:p></p></div></div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><b><span style='font-family:Calibri'>From:<span class=apple-converted-space>&nbsp;</span></span></b><span style='font-family:Calibri'>&lt;<a href="mailto:eprints-tech-bounces@ecs.soton.ac.uk"><span style='color:purple'>eprints-tech-bounces@ecs.soton.ac.uk</span></a>&gt; on behalf of &quot;Stenger, Avischai&quot; &lt;<a href="mailto:avischai.stenger@ulb.tu-darmstadt.de"><span style='color:purple'>avischai.stenger@ulb.tu-darmstadt.de</span></a>&gt;<br><b>Reply-To:<span class=apple-converted-space>&nbsp;</span></b>&lt;<a href="mailto:eprints-tech@ecs.soton.ac.uk"><span style='color:purple'>eprints-tech@ecs.soton.ac.uk</span></a>&gt;<br><b>Date:<span class=apple-converted-space>&nbsp;</span></b>Thursday, 1 June 2017 15:30<br><b>To:<span class=apple-converted-space>&nbsp;</span></b>&quot;<a href="mailto:eprints-tech@ecs.soton.ac.uk"><span style='color:purple'>eprints-tech@ecs.soton.ac.uk</span></a>&quot; &lt;<a href="mailto:eprints-tech@ecs.soton.ac.uk"><span style='color:purple'>eprints-tech@ecs.soton.ac.uk</span></a>&gt;<br><b>Subject:<span class=apple-converted-space>&nbsp;</span></b>[EP-tech] currrent_user =&gt; usertype</span><o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>Hi all,<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>is there a way to find out the &#8222;usertype&#8220; of the current session in a static-page (lile lang/de/testfile.xpage ) or in a phrases-file (lang/en/zz_webcfg.xml) ?<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>Tnks<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>Avi<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>*** Options:<span class=apple-converted-space>&nbsp;</span><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><span style='color:purple'>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</span></a><o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>*** Archive:<span class=apple-converted-space>&nbsp;</span><a href="http://www.eprints.org/tech.php/"><span style='color:purple'>http://www.eprints.org/tech.php/</span></a><o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>*** EPrints community wiki:<span class=apple-converted-space>&nbsp;</span><a href="http://wiki.eprints.org/"><span style='color:purple'>http://wiki.eprints.org/</span></a><o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>*** EPrints developers Forum:<span class=apple-converted-space>&nbsp;</span><a href="http://forum.eprints.org/"><span style='color:purple'>http://forum.eprints.org/</span></a><o:p></o:p></p></div></div></div><div><div style='margin-left:36.0pt'><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div></div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'><span style='font-size:10.0pt;font-family:Menlo-Regular;background:white'>*** Options:<span class=apple-converted-space>&nbsp;</span></span><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</span></a><span style='font-size:10.0pt;font-family:Menlo-Regular'><br><span style='background:white'>*** Archive:<span class=apple-converted-space>&nbsp;</span></span></span><a href="http://www.eprints.org/tech.php/"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://www.eprints.org/tech.php/</span></a><span style='font-size:10.0pt;font-family:Menlo-Regular'><br><span style='background:white'>*** EPrints community wiki:<span class=apple-converted-space>&nbsp;</span></span></span><a href="http://wiki.eprints.org/"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://wiki.eprints.org/</span></a><span style='font-size:10.0pt;font-family:Menlo-Regular'><br><span style='background:white'>*** EPrints developers Forum:<span class=apple-converted-space>&nbsp;</span></span></span><a href="http://forum.eprints.org/"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://forum.eprints.org/</span></a><o:p></o:p></p></div></div></blockquote></div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>&nbsp;<o:p></o:p></p></div></div><div style='margin-left:36.0pt'><p class=MsoNormal style='margin-left:36.0pt;background:white'>*** Options:<span class=apple-converted-space>&nbsp;</span><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><span style='color:purple'>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</span></a><span class=apple-converted-space>&nbsp;</span>*** Archive:<span class=apple-converted-space>&nbsp;</span><a href="http://www.eprints.org/tech.php/"><span style='color:purple'>http://www.eprints.org/tech.php/</span></a><span class=apple-converted-space>&nbsp;</span>*** EPrints community wiki:<span class=apple-converted-space>&nbsp;</span><a href="http://wiki.eprints.org/"><span style='color:purple'>http://wiki.eprints.org/</span></a><span class=apple-converted-space>&nbsp;</span>*** EPrints developers Forum:<span class=apple-converted-space>&nbsp;</span><a href="http://forum.eprints.org/"><span style='color:purple'>http://forum.eprints.org/</span></a><o:p></o:p></p></div><p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;font-family:Menlo-Regular;background:white'>*** Options:<span class=apple-converted-space>&nbsp;</span></span><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</span></a><span style='font-size:10.0pt;font-family:Menlo-Regular'><br><span style='background:white'>*** Archive:<span class=apple-converted-space>&nbsp;</span></span></span><a href="http://www.eprints.org/tech.php/"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://www.eprints.org/tech.php/</span></a><span style='font-size:10.0pt;font-family:Menlo-Regular'><br><span style='background:white'>*** EPrints community wiki:<span class=apple-converted-space>&nbsp;</span></span></span><a href="http://wiki.eprints.org/"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://wiki.eprints.org/</span></a><span style='font-size:10.0pt;font-family:Menlo-Regular'><br><span style='background:white'>*** EPrints developers Forum:<span class=apple-converted-space>&nbsp;</span></span></span><a href="http://forum.eprints.org/"><span style='font-size:10.0pt;font-family:Menlo-Regular;color:purple;background:white'>http://forum.eprints.org/</span></a><o:p></o:p></p></div></blockquote></div><p class=MsoNormal style='margin-left:36.0pt'><o:p>&nbsp;</o:p></p></div><p class=MsoNormal style='margin-left:36.0pt'>*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: http://www.eprints.org/tech.php/ *** EPrints community wiki: http://wiki.eprints.org/ *** EPrints developers Forum: http://forum.eprints.org/ <o:p></o:p></p></div></body></html>