Tech List

[index] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

[EP-tech] 3.1.0 rc2 fixing typo

From: Ferruccio Zamuner <nonsolosoft AT diff.org>
Date: Sat, 21 Jun 2008 04:43:42 +0200


Threading:      • This Message
             Re: [EP-tech] 3.1.0 rc2 fixing typo from tdb01r AT ecs.soton.ac.uk
             Re: [EP-tech] 3.1.0 rc2 fixing typo from nonsolosoft AT diff.org

*** 
http://www.eprints.org/tech.php/id/%3CEMEW-k5K3iL60277164c0c923b120096d971e5d5f1b-485C6ADE.8010502%40diff.org%3E
*** EPrints community wiki - http://wiki.eprints.org/

Hello,

in default template: /eprints3/archives/ARCHIVEID/cfg/cfg.d/default.xml

<a href="{$config{http_url}}/view/year">
fails

while:

<a href="{$config{http_url}}/view/year/">
rocks

It's the same for subjects and division.

action="{$config{http_cgiurl}}/search"
fails when port != 80

while

action="{$config{http_url}}/search"
fails too for /search page not found

Any idea?

Thank you in advace,                 Ferruccio Zamuner
--
NonSoLoSoft - http://www.nonsolosoft.com/
Italia - tel: +39 (0)11 - 941.59.84


Re: [EP-tech] 3.1.0 rc2 fixing typo

From: Tim Brody <tdb01r AT ecs.soton.ac.uk>
Date: Mon, 23 Jun 2008 10:04:00 +0100


Threading: [EP-tech] 3.1.0 rc2 fixing typo from nonsolosoft AT diff.org
      • This Message

*** http://www.eprints.org/tech.php/id/%3C485F6700.6040707%40ecs.soton.ac.uk%3E
*** EPrints community wiki - http://wiki.eprints.org/

Hi Ferruccio,

When I access /view/year I get redirected to /view/year/.

While I can't see any reason to not link explicitly to /view/year/ have 
you done something to your Apache configuration to effect redirections?

All the best,
Tim.

Ferruccio Zamuner wrote:
> *** 
> 
http://www.eprints.org/tech.php/id/%3CEMEW-k5K3iL60277164c0c923b120096d971e5d5f1b-485C6ADE.8010502%40diff.org%3E 
>
> *** EPrints community wiki - http://wiki.eprints.org/
>
> Hello,
>
> in default template: /eprints3/archives/ARCHIVEID/cfg/cfg.d/default.xml
>
> <a href="{$config{http_url}}/view/year">
> fails
>
> while:
>
> <a href="{$config{http_url}}/view/year/">
> rocks
>
> It's the same for subjects and division.
>
> action="{$config{http_cgiurl}}/search"
> fails when port != 80
>
> while
>
> action="{$config{http_url}}/search"
> fails too for /search page not found
>
> Any idea?
>
> Thank you in advace,                 Ferruccio Zamuner
> -- 
> NonSoLoSoft - http://www.nonsolosoft.com/
> Italia - tel: +39 (0)11 - 941.59.84
>


Re: [EP-tech] 3.1.0 rc2 fixing typo

From: Ferruccio Zamuner <nonsolosoft AT diff.org>
Date: Mon, 23 Jun 2008 11:18:33 +0200


Threading: [EP-tech] 3.1.0 rc2 fixing typo from nonsolosoft AT diff.org
      • This Message

*** 
http://www.eprints.org/tech.php/id/%3CEMEW-k5MAJC1bb5429c4d7132ae1b737c558bf4a695-485F6A69.7080103%40diff.org%3E
*** EPrints community wiki - http://wiki.eprints.org/

Tim Brody wrote:
> *** 
> 
http://www.eprints.org/tech.php/id/%3C485F6700.6040707%40ecs.soton.ac.uk%3E 
>
> *** EPrints community wiki - http://wiki.eprints.org/
>
> Hi Ferruccio,
>
> When I access /view/year I get redirected to /view/year/.
>
> While I can't see any reason to not link explicitly to /view/year/ 
> have you done something to your Apache configuration to effect 
> redirections?
Nothing: it's a standard apache 2.2.8 config, dedicated to eprints 3, 
using only eprints generated config,
but it doesn't redirect /view/thing to /view/thing/ at least not by default.

Best regards,            \fer


[index] [options] [help]