Difference between revisions of "PubMan 7 10"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 1: Line 1:
This page shall contain every change that is made during a qa release of the version mentioned above. If it's not here, it never happened!
This page shall contain every change that is made during a qa release of the version mentioned above. If it's not here, it never happened!


= PubMan 7.9.2 Release =
= PubMan 7.10 Release =
* DOI generation
 
= doxy server =
* /usr/share/tomcat8/conf/doxi.properties, disable test mode
<pre>
  datacite.api.testmode=false
  ...
</pre>
 
==Wildfly PuRe==
* doxi server configuration
<syntaxhighlight lang="properties">
escidoc.doi.service.url = "http://doxi.mpdl.mpg.de"
escidoc.doi.service.create.url = "/doxi/rest/doi"
escidoc.doi.service.user = PuRe user (create in DOxI)
escidoc.doi.service.password = PuRe user password (create in DOxI)
 
escidoc.transformation.doi.stylesheet.filename = transformations/otherFormats/xslt/escidoc2doi.xsl
</syntaxhighlight>
 
 


[[Category:Release Log]]
[[Category:Release Log]]

Revision as of 09:02, 22 June 2015

This page shall contain every change that is made during a qa release of the version mentioned above. If it's not here, it never happened!

PubMan 7.10 Release[edit]