<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Do you have a secure template (secure.xml)? If so, does the secure
template include the same JS files?<br>
<br>
Depending on which version of EPrints you're using, secure.xml
should include /javascript/secure_auto.js instead of
/javascript/auto.js.<br>
<br>
Seb.<br>
<br>
On 09/03/12 12:39, Lee Paton wrote:
<blockquote
cite="mid:OF0E3ADA5F.5CC39659-ON802579BC.0042AC74-802579BC.00458435@cardiff.ac.uk"
type="cite"><font size="2" face="sans-serif">Thanks Tim</font>
<br>
<br>
<font size="2" face="sans-serif">You should be able to access my
pastebin
now</font>
<br>
<br>
<font size="2" face="sans-serif">1. This is what I have in my
workflow</font>
<br>
<br>
<tt><font size="2"> <stage name="files"></font></tt>
<br>
<tt><font size="2"> <component type="Upload"
show_help="always" /></font></tt>
<br>
<tt><font size="2"> <component type="Documents"></font></tt>
<br>
<tt><font size="2"> <field ref="content"
/></font></tt>
<br>
<tt><font size="2"> <field ref="format"
/></font></tt>
<br>
<tt><font size="2"> <field ref="formatdesc"
/></font></tt>
<br>
<tt><font size="2"> <field ref="security"
/></font></tt>
<br>
<tt><font size="2"> <field ref="license"
/></font></tt>
<br>
<tt><font size="2"> <field ref="date_embargo"
/></font></tt>
<br>
<tt><font size="2"><!-- <field ref="relation" />
--></font></tt>
<br>
<tt><font size="2"><!-- <field ref="language" />
--></font></tt>
<br>
<tt><font size="2"> </component></font></tt>
<br>
<tt><font size="2"> </stage></font></tt>
<br>
<br>
<font size="2" face="sans-serif">2. <scripts> in
<head> are:</font>
<br>
<br>
<tt><font size="2"><script type="text/javascript" async="" src="</font></tt><a
moz-do-not-send="true"
href="https://ssl.google-analytics.com/ga.js"><tt><font size="2">https://ssl.google-analytics.com/ga.js</font></tt></a><tt><font
size="2">"></font></tt>
<br>
<tt><font size="2"><script src="/javascript/auto.js" type="text/javascript"></font></tt>
<br>
<tt><font size="2"><script src="/javascript/jscss.js" type="text/javascript"></font></tt>
<br>
<br>
<font size="2" face="sans-serif">The following is at the top of my
auto.js</font>
<br>
<br>
<tt><font size="2">var eprints_http_root = "</font></tt><a
moz-do-not-send="true" href="http:////eprints-dev.cf.ac.uk"><tt><font
size="2">http:\/\/eprints-dev.cf.ac.uk</font></tt></a><tt><font
size="2">";</font></tt>
<br>
<tt><font size="2">var eprints_http_cgiroot = "</font></tt><a
moz-do-not-send="true" href="http:////eprints-dev.cf.ac.uk//cgi"><tt><font
size="2">http:\/\/eprints-dev.cf.ac.uk\/cgi</font></tt></a><tt><font
size="2">";</font></tt>
<br>
<br>
<font size="2" face="sans-serif">I'm guessing that this is part of
the
problem?</font>
<br>
<br>
<font size="2" face="sans-serif">Lee</font>
<br>
<br>
<font size="2" face="sans-serif">Lee Paton <br>
Information Services<br>
Cardiff University<br>
40-42 Park Place<br>
Cardiff<br>
CF10 3BB</font>
<br>
<br>
<br>
<br>
<font size="1" color="#5f5f5f" face="sans-serif">From:
</font><font size="1" face="sans-serif">Tim Brody
<a class="moz-txt-link-rfc2396E" href="mailto:tdb2@ecs.soton.ac.uk"><tdb2@ecs.soton.ac.uk></a></font>
<br>
<font size="1" color="#5f5f5f" face="sans-serif">To:
</font><font size="1" face="sans-serif"><a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk"><eprints-tech@ecs.soton.ac.uk></a></font>
<br>
<font size="1" color="#5f5f5f" face="sans-serif">Date:
</font><font size="1" face="sans-serif">09/03/2012 11:59</font>
<br>
<font size="1" color="#5f5f5f" face="sans-serif">Subject:
</font><font size="1" face="sans-serif">[EP-tech] Re:
Uploading a file issue</font>
<br>
<font size="1" color="#5f5f5f" face="sans-serif">Sent by:
</font><font size="1" face="sans-serif"><a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a></font>
<br>
<hr noshade="noshade">
<br>
<br>
<br>
<tt><font size="2">How do I access a 'private' pastebin?<br>
<br>
Anyway, this looks like a problem between HTTP/HTTPS. Your
HTTPS workflow<br>
is attempting to call an HTTP AJAX callback, which is unlikely
to work<br>
correctly.<br>
<br>
As Seb has roughly outlined we need to confirm the following:<br>
<br>
1) Your workflow.xml contains (ignoring help="" or similar
attributes):<br>
<component type="Upload" /><br>
<component type="Documents"><br>
... list of fields<br>
</component><br>
<br>
2) What Javascript is being loaded by your Workflow:<br>
What is in the <head> of the HTML page? <script>s<br>
What is at the top of the linked-to auto.js (or
secure_auto.js)? It should<br>
be setting the eprint_* vars to point to </font></tt><a
moz-do-not-send="true" href="https://?"><tt><font size="2">https://?</font></tt></a><tt><font
size="2">.<br>
<br>
<br>
Or, if you can give me access to your server I can work these
things out<br>
myself.<br>
<br>
/Tim.<br>
<br>
On Fri, 9 Mar 2012 11:23:15 +0000, Lee Paton
<a class="moz-txt-link-rfc2396E" href="mailto:PatonL@cardiff.ac.uk"><PatonL@cardiff.ac.uk></a>
wrote:<br>
> Hi Tim<br>
> <br>
> Yes, I am - I include the .conf file </font></tt><a
moz-do-not-send="true" href="http://pastebin.com/PvpH2gCe"><tt><font
size="2">http://pastebin.com/PvpH2gCe</font></tt></a><tt><font
size="2">
in my <br>
> main http.conf file and this includes the generated .conf
in <br>
> cfg/apache_ssl/*.conf<br>
> <br>
> Is there anything in there that shouldn't be or anything
that should?<br>
> <br>
> This file has gone through several eprints upgrades so
it's possible
that<br>
<br>
> it's wrong in places<br>
> <br>
> Lee<br>
> <br>
> Lee Paton <br>
> Information Services<br>
> Cardiff University<br>
> 40-42 Park Place<br>
> Cardiff<br>
> CF10 3BB<br>
> <br>
> <br>
> <br>
> From: Tim Brody <a class="moz-txt-link-rfc2396E" href="mailto:tdb2@ecs.soton.ac.uk"><tdb2@ecs.soton.ac.uk></a><br>
> To: <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a><br>
> Date: 08/03/2012 14:49<br>
> Subject: [EP-tech] Re: Uploading a file
issue<br>
> Sent by: <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a><br>
> <br>
> <br>
> <br>
> Are you using HTTPS?<br>
> <br>
> /Tim.<br>
> <br>
> On Thu, 2012-03-08 at 14:26 +0000, Lee Paton wrote:<br>
>> HI <br>
>> <br>
>> It depends on the browser I use. <br>
>> <br>
>> Chrome: Error updating progress bar:
TypeError: Cannot call<br>
>> method 'stop' of undefined <br>
>> Safari: Error
updating progress bar: TypeError:<br>
>> 'undefined' is not an object <br>
>> IE: Error
updating progress bar: TypeError: Access is<br>
>> denied <br>
>> Firefox: Error
updating progress bar: TypeError: pe id<br>
>> undefined <br>
>> <br>
>> My access log shows that I get a 302<br>
>> when /cgi/users/ajax/upload_progress is called <br>
>> <br>
>> Lee <br>
>> <br>
>> Lee Paton <br>
>> Information Services<br>
>> Cardiff University<br>
>> 40-42 Park Place<br>
>> Cardiff<br>
>> CF10 3BB <br>
>> <br>
>> <br>
>> <br>
>> From: "Dimitrakakis Georgios"
<a class="moz-txt-link-rfc2396E" href="mailto:giorgis@lib.uoc.gr"><giorgis@lib.uoc.gr></a> <br>
>> To: <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a> <br>
>> Date: 08/03/2012 14:07 <br>
>> Subject: [EP-tech] Re: Uploading a
file issue <br>
>> Sent by: <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a>
<br>
>> <br>
>>
______________________________________________________________________<br>
>> <br>
>> <br>
>> <br>
>> Lee,<br>
>> <br>
>> are you sure that it's the same error as mine?<br>
>> <br>
>> I mean do you see the message: "Error updating
progress bar:
<br>
>> TypeError:pe is undefined" when you try to upload a
file???<br>
>> <br>
>> Is there any useful on the server error log?<br>
>> <br>
>> Best,<br>
>> <br>
>> G.<br>
>> <br>
>> <br>
>> > Thanks both<br>
>> ><br>
>> > I've regenerated the apache config (no changes)
but the problem<br>
>> still<br>
>> > persists<br>
>> ><br>
>> > Lee<br>
>> ><br>
>> ><br>
>> > Lee Paton<br>
>> > Information Services<br>
>> > Cardiff University<br>
>> > 40-42 Park Place<br>
>> > Cardiff<br>
>> > CF10 3BB<br>
>> ><br>
>> ><br>
>> ><br>
>> > From: "Dimitrakakis Georgios"
<a class="moz-txt-link-rfc2396E" href="mailto:giorgis@lib.uoc.gr"><giorgis@lib.uoc.gr></a><br>
>> > To: <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a><br>
>> > Date: 08/03/2012 13:06<br>
>> > Subject: [EP-tech] Re: Uploading
a file issue<br>
>> > Sent by:
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a><br>
>> ><br>
>> ><br>
>> ><br>
>> > Suggested by Tim Brody:<br>
>> ><br>
>> > #######<br>
>> > If you can, could you backup your apache conf
and regenerate
a blank<br>
>> > EPrints one?<br>
>> ><br>
>> > mv cfg/apache/foo.conf cfg/apache/foo.conf.bk<br>
>> > ./bin/generate_apacheconf<br>
>> > #######<br>
>> ><br>
>> > Best,<br>
>> ><br>
>> ><br>
>> > G.<br>
>> ><br>
>> ><br>
>> >> Hi<br>
>> >><br>
>> >> I added the <Directory> directive and
still get
the message<br>
>> appearing.<br>
>> >><br>
>> >> My cfg/apache/REPO.conf is at </font></tt><a
moz-do-not-send="true" href="http://pastebin.com/bpB684MY"><tt><font
size="2">http://pastebin.com/bpB684MY</font></tt></a><tt><font
size="2"><br>
>> >><br>
>> >> The version of apache I'm using is 2.2.15-15<br>
>> >><br>
>> >> Lee<br>
>> >><br>
>> >><br>
>> >><br>
>> >><br>
>> >> Lee Paton<br>
>> >> Information Services<br>
>> >> Cardiff University<br>
>> >> 40-42 Park Place<br>
>> >> Cardiff<br>
>> >> CF10 3BB<br>
>> >><br>
>> >><br>
>> >><br>
>> >> From: Tim Brody
<a class="moz-txt-link-rfc2396E" href="mailto:tdb2@ecs.soton.ac.uk"><tdb2@ecs.soton.ac.uk></a><br>
>> >> To: <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a><br>
>> >> Date: 08/03/2012 11:52<br>
>> >> Subject: [EP-tech] Re: Uploading
a file issue<br>
>> >> Sent by:
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a><br>
>> >><br>
>> >><br>
>> >><br>
>> >> Hi,<br>
>> >><br>
>> >> Sorry if I missed this before. Can you
pastebin your
entire<br>
>> >> cfg/apache/REPOSITORY.conf?<br>
>> >><br>
>> >> And what version of Apache are you using?<br>
>> >><br>
>> >> The default config has this:<br>
>> >> <Location ""><br>
>> >> PerlSetVar EPrints_ArchiveID devel<br>
>> >><br>
>> >> Options +ExecCGI<br>
>> >> Order allow,deny<br>
>> >> Allow from all<br>
>> >> </Location><br>
>> >><br>
>> >> Which ought to set everything under EPrints
as executable
(e.g.<br>
>> static<br>
>> >> files go through the templating), so I'm
wondering why
this isn't<br>
>> being<br>
>> >> applied to /cgi.<br>
>> >><br>
>> >> Thanks,<br>
>> >> Tim.<br>
>> >><br>
>> >> On Thu, 2012-03-08 at 13:31 +0200,
Dimitrakakis Georgios
wrote:<br>
>> >>> Hi Lee and Tim!<br>
>> >>><br>
>> >>> Sorry for not replying earlier but I 've
been very
busy!<br>
>> >>><br>
>> >>> Tim,<br>
>> >>><br>
>> >>> as I have written before the problem
appears on specific
browsers!<br>
>> >>> But even with those that they work I
wasn't able
to see the status<br>
>> bar<br>
>> >>> when I was uploading a really huge file.<br>
>> >>><br>
>> >>> Anyway, what I added at<br>
>> the /opt/eprints/cfg/apache/REPOSITORY.conf<br>
>> >>> file was the following:<br>
>> >>><br>
>> >>> <Directory /opt/eprints3/cgi/><br>
>> >>> AllowOverride None<br>
>> >>> Options ExecCGI<br>
>> >>> Order allow,deny<br>
>> >>> Allow from all<br>
>> >>> </Directory><br>
>> >>><br>
>> >>> Restarted Apache and that was it!<br>
>> >>><br>
>> >>> Lee, the above should solve your
problem.<br>
>> >>><br>
>> >>> Let us know!<br>
>> >>><br>
>> >>> Once again sorry for not replying
earlier because
I know what it<br>
>> is to<br>
>> >>> be stuck and not receiving any
hints/support.<br>
>> >>><br>
>> >>> Best,<br>
>> >>><br>
>> >>><br>
>> >>> G.<br>
>> >>><br>
>> >>> > Hi<br>
>> >>> ><br>
>> >>> > I have Options +ExecCGI in both the
generated
apache conf files:<br>
>> >>> ><br>
>> >>> >
/usr/share/eprints/cfg/apache/orca.conf<br>
>> >>> >
/usr/share/eprints/cfg/apache_ssl/orca.conf<br>
>> >>> ><br>
>> >>> > as well as Options ExecCGI
FollowSymLinks in
the<br>
>> >>> ><br>
>> >>> > /usr/share/eprints/secure.conf<br>
>> >>> ><br>
>> >>> > Is there anything else to look for?<br>
>> >>> ><br>
>> >>> > Lee<br>
>> >>> ><br>
>> >>> > Lee Paton<br>
>> >>> > Information Services<br>
>> >>> > Cardiff University<br>
>> >>> > 40-42 Park Place<br>
>> >>> > Cardiff<br>
>> >>> > CF10 3BB<br>
>> >>> ><br>
>> >>> ><br>
>> >>> ><br>
>> >>> > From: "Dimitrakakis Georgios"
<a class="moz-txt-link-rfc2396E" href="mailto:giorgis@lib.uoc.gr"><giorgis@lib.uoc.gr></a><br>
>> >>> > To:
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a><br>
>> >>> > Date: 07/03/2012 15:01<br>
>> >>> > Subject: [EP-tech]
Re: Uploading a file issue<br>
>> >>> > Sent by:
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a><br>
>> >>> ><br>
>> >>> ><br>
>> >>> ><br>
>> >>> > Hi Lee!<br>
>> >>> ><br>
>> >>> > I was looking into this for many
days.<br>
>> >>> ><br>
>> >>> > Make sure that the conf file has
ExecCGI<br>
>> >>> ><br>
>> >>> > Best,<br>
>> >>> ><br>
>> >>> > G.<br>
>> >>> ><br>
>> >>> ><br>
>> >>> >> Hi<br>
>> >>> >><br>
>> >>> >> Has anyone managed to find a
work around?<br>
>> >>> >><br>
>> >>> >> I've upgraded from 3.2.1 to
3.3.7 and this
issue has just been<br>
>> >> brought<br>
>> >>> > to<br>
>> >>> >> my attention?<br>
>> >>> >><br>
>> >>> >> Thanks<br>
>> >>> >><br>
>> >>> >> Lee<br>
>> >>> >><br>
>> >>> >> Lee Paton<br>
>> >>> >> Information Services<br>
>> >>> >> Cardiff University<br>
>> >>> >> 40-42 Park Place<br>
>> >>> >> Cardiff<br>
>> >>> >> CF10 3BB<br>
>> >>> >><br>
>> >>> >><br>
>> >>> >><br>
>> >>> >> From: "Dimitrakakis Georgios"
<a class="moz-txt-link-rfc2396E" href="mailto:giorgis@lib.uoc.gr"><giorgis@lib.uoc.gr></a><br>
>> >>> >> To:
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a><br>
>> >>> >> Date: 18/01/2012 12:17<br>
>> >>> >> Subject: [EP-tech]
Re: Uploading a file issue<br>
>> >>> >> Sent by:
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a><br>
>> >>> >><br>
>> >>> >><br>
>> >>> >><br>
>> >>> >> I managed to narrow it down a
bit!<br>
>> >>> >><br>
>> >>> >> The AJAX progress bar is
producing this
error<br>
>> >>> >><br>
>> >>> >> "Error updating progress bar:
TypeError:pe
is undefined"<br>
>> >>> >><br>
>> >>> >> when using Firefox!<br>
>> >>> >><br>
>> >>> >> If I use Chrome the error is:<br>
>> >>> >><br>
>> >>> >> "Error updating progress bar:
TypeError:
Cannot call method<br>
>> 'stop'<br>
>> > of<br>
>> >>> >> undefined"<br>
>> >>> >><br>
>> >>> >><br>
>> >>> >> On the other hand Opera, IE and
Safari seem
to work flawlessly.<br>
>> >>> >><br>
>> >>> >><br>
>> >>> >> Can someone verify the above?
If not can
you tell me which<br>
>> version<br>
>> > of<br>
>> >>> >> Firefox are you using?<br>
>> >>> >><br>
>> >>> >> Best,<br>
>> >>> >><br>
>> >>> >> G.<br>
>> >>> >><br>
>> >>> >><br>
>> >>> >>> Hello!<br>
>> >>> >>><br>
>> >>> >>> Sorry for coming over and
over again
with this issue but I am<br>
>> >>> >>> desperate! So, can somebody
point me
to the the AJAX progress<br>
>> bar<br>
>> >> file<br>
>> >>> >>> to see what's going
wrong.....<br>
>> >>> >>><br>
>> >>> >>><br>
>> >>> >>> Best,<br>
>> >>> >>><br>
>> >>> >>> G.<br>
>> >>> >>><br>
>> >>> >>><br>
>> >>> >>>> Hi Tim!<br>
>> >>> >>>><br>
>> >>> >>>> It's version v.3.3.7!<br>
>> >>> >>>><br>
>> >>> >>>> Do I need to have
something installed
to the system for the<br>
>> AJAX<br>
>> >>> >>>> upload progress bar to
work properly?<br>
>> >>> >>>><br>
>> >>> >>>> Best,<br>
>> >>> >>>><br>
>> >>> >>>> G.<br>
>> >>> >>>><br>
>> >>> >>>><br>
>> >>> >>>>> Hi,<br>
>> >>> >>>>><br>
>> >>> >>>>> That looks like an
error with
the AJAX upload progress bar.<br>
>> >>> >>>>><br>
>> >>> >>>>> What version of
EPrints?<br>
>> >>> >>>>><br>
>> >>> >>>>> /Tim.<br>
>> >>> >>>>><br>
>> >>> >>>>> On Wed, 2012-01-11
at 17:35
+0200, Dimitrakakis Georgios<br>
>> wrote:<br>
>> >>> >>>>>> Hi people!<br>
>> >>> >>>>>><br>
>> >>> >>>>>> First of all,
let me give
my Best Wishes for a Happy and<br>
>> >> prosperous<br>
>> >>> >>>>>> New Year to all
of you!<br>
>> >>> >>>>>><br>
>> >>> >>>>>> I am still
trying to find
a way to upload a file without<br>
>> > success!<br>
>> >>> >>>>>> Does anyone of
you have
the sliest idea of what might be<br>
>> the<br>
>> >> issue?<br>
>> >>> >>>>>><br>
>> >>> >>>>>> Best,<br>
>> >>> >>>>>><br>
>> >>> >>>>>> G.<br>
>> >>> >>>>>><br>
>> >>> >>>>>> > Following
a previously
submitted post (but without<br>
>> solution or<br>
>> >> at<br>
>> >>> >>>>>> > least I
couldn't find
it in the archives), could you<br>
>> please<br>
>> >> help<br>
>> >>> > me<br>
>> >>> >>>>>> > and tell
me how to
solve the following error when trying<br>
>> to<br>
>> >> update<br>
>> >>> >> a<br>
>> >>> >>>>>> > file??<br>
>> >>> >>>>>> ><br>
>> >>> >>>>>> > "Error
updating
progress bar: TypeError:pe is undefined"<br>
>> >>> >>>>>> ><br>
>> >>> >>>>>> ><br>
>> >>> >>>>>> > Best,<br>
>> >>> >>>>>> ><br>
>> >>> >>>>>> > G.<br>
>> >>> >>>>>> ><br>
>> >>> >>>>>> ><br>
>> >>
----------------------------------------------------------------<br>
>> >>> >>>>>> > This
message was sent
using IMP, the Internet Messaging<br>
>> >> Program.<br>
>> >>> >>>>>> ><br>
>> >>> >>>>>> > ***
Options:<br>
>> >>> >>>>>><br>
>> </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>>> > ***
Archive: </font></tt><a moz-do-not-send="true"
href="http://www.eprints.org/tech.php/"><tt><font size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>>> > ***
EPrints community
wiki:</font></tt><a moz-do-not-send="true"
href="http://wiki.eprints.org/"><tt><font size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>>> ><br>
>> >>> >>>>>><br>
>> >>> >>>>>><br>
>>
----------------------------------------------------------------<br>
>> >>> >>>>>> This message
was sent using
IMP, the Internet Messaging<br>
>> Program.<br>
>> >>> >>>>>><br>
>> >>> >>>>>> *** Options:<br>
>> >>> >> </font></tt><a
moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>>> *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>>> *** EPrints
community wiki:
</font></tt><a moz-do-not-send="true"
href="http://wiki.eprints.org/"><tt><font size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>><br>
>> >>> >>>>><br>
>> >>> >>>>> *** Options:<br>
>> >>> >> </font></tt><a
moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>> *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>>> *** EPrints
community wiki:
</font></tt><a moz-do-not-send="true"
href="http://wiki.eprints.org/"><tt><font size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>><br>
>> >>> >>>><br>
>> >>> >>>><br>
>>
----------------------------------------------------------------<br>
>> >>> >>>> This message was sent
using IMP,
the Internet Messaging<br>
>> Program.<br>
>> >>> >>>><br>
>> >>> >>>> *** Options:<br>
>> >>> >> </font></tt><a
moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> >>>> *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>> *** EPrints community
wiki: </font></tt><a moz-do-not-send="true"
href="http://wiki.eprints.org/"><tt><font size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >>> >>>><br>
>> >>> >>><br>
>> >>> >>><br>
>>
----------------------------------------------------------------<br>
>> >>> >>> This message was sent using
IMP, the
Internet Messaging<br>
>> Program.<br>
>> >>> >>><br>
>> >>> >>> *** Options:<br>
>> >>> >> </font></tt><a
moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> >>> *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> >>> *** EPrints community wiki:
</font></tt><a moz-do-not-send="true"
href="http://wiki.eprints.org/"><tt><font size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >>> >>><br>
>> >>> >><br>
>> >>> >><br>
>>
----------------------------------------------------------------<br>
>> >>> >> This message was sent using
IMP, the Internet
Messaging<br>
>> Program.<br>
>> >>> >><br>
>> >>> >> *** Options:<br>
>> >>> > </font></tt><a
moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> >> *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> >> *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >>> >><br>
>> >>> >><br>
>> >>> ><br>
>> >>> >
----------------------------------------------------------------<br>
>> >>> > This message was sent using IMP,
the Internet
Messaging Program.<br>
>> >>> ><br>
>> >>> > *** Options:<br>
>> >> </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> > *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> > *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >>> ><br>
>> >>> ><br>
>> >>><br>
>> >>>
----------------------------------------------------------------<br>
>> >>> This message was sent using IMP, the
Internet Messaging
Program.<br>
>> >>><br>
>> >>> *** Options:<br>
>> >> </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >>> *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >>> *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >><br>
>> >><br>
>> >> *** Options:<br>
>> > </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> >> *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> >> *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> >><br>
>> >><br>
>> ><br>
>> >
----------------------------------------------------------------<br>
>> > This message was sent using IMP, the Internet
Messaging Program.<br>
>> ><br>
>> > *** Options:<br>
>> </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> > *** Archive: </font></tt><a
moz-do-not-send="true" href="http://www.eprints.org/tech.php/"><tt><font
size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> > *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> ><br>
>> <br>
>>
----------------------------------------------------------------<br>
>> This message was sent using IMP, the Internet
Messaging Program.<br>
>> <br>
>> *** Options:<br>
>> </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> *** Archive: </font></tt><a moz-do-not-send="true"
href="http://www.eprints.org/tech.php/"><tt><font size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
>> <br>
>> *** Options: <br>
> </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
>> *** Archive: </font></tt><a moz-do-not-send="true"
href="http://www.eprints.org/tech.php/"><tt><font size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
>> *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
> <br>
> <br>
> *** Options: </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
> *** Archive: </font></tt><a moz-do-not-send="true"
href="http://www.eprints.org/tech.php/"><tt><font size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
> *** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
<br>
-- <br>
All the best,<br>
Tim.<br>
*** Options: </font></tt><a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
*** Archive: </font></tt><a moz-do-not-send="true"
href="http://www.eprints.org/tech.php/"><tt><font size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
*** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
</font></tt>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="http://wiki.eprints.org/">http://wiki.eprints.org/</a>
</pre>
</blockquote>
<br>
</body>
</html>