Re: [Dspace-tech] Subscription e-mail

2007-10-30 Thread Claudia Jürgen
Hello Sangamnerkar,

the simple wording of emails is changed by adjusting the email templates 
in [dspace-source]/config/emails.

To change the argument passed to the template you must change
[dspace-source]/org/dspace/eperson/Subscribe.java
in sendEmail change


emailText.append(\n ID: ).append( 
HandleManager.getCanonicalForm(hii.handle)).append(
 \n\n);

to

emailText.append(\n ID: ).append( 
  ConfigurationManager.getProperty(dspace.url)).append(
 /handle/).append(
 hii.handle).append(
 \n\n);

This will use the property dspace.url as defined in 
[dspace-source]/config/dspace.cfg to build the ID which is used in the 
subscription email.


hope that helps

Claudia


Sangamnerkar Tushar schrieb:
 Hello
We are using dspace 1.3.2 on FC3.0 on our intranet. No handle 
 server is installed.
   I want to change the Subscription e-mail link address 'hdl.handle.net' to 
 IP address (e.g 128.9.32.4:8080/dspace/handle/24/36478) . Where can i change 
 the configuration of subscription e-mail.

   Tushar
 
  __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Subscription e-mail

2007-10-29 Thread Gary Browne
See the DSpace System Documentation:Configuration and Customisation
 
http://www.dspace.org/index.php?option=com_contenttask=viewid=147#emai
l
blocked::http://www.dspace.org/index.php?option=com_contenttask=viewi
d=147#email 
 
 
Gary Browne
Development Programmer
Library IT Services
University of Sydney
ph: 9351-5946
 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Sangamnerkar Tushar
Sent: Tuesday, 30 October 2007 4:31 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Subscription e-mail


Hello
 We are using dspace 1.3.2 on FC3.0 on our intranet. No handle
server is installed.
I want to change the Subscription e-mail link address 'hdl.handle.net'
to IP address (e.g 128.9.32.4:8080/dspace/handle/24/36478) . Where can i
change the configuration of subscription e-mail.
 
Tushar

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech