Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DSpace System Documentation: JPSUI Configuration and Customization

Table of Contents
outlinetrue

The DSpace digital repository supports two user interfaces: one based on JavaServer Pages (JSP) technologies and one based upon the Apache Cocoon framework. This chapter describes those parameters which are specific to the JPSUI interface.

...

  • Wiki Markup
    _\[dspace-source\]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/_ \- Only exists if you downloaded the full Source Release of DSpace
  • Wiki Markup
    _\[dspace-source\]/dspace/target/dspace-\[version\].dir/webapps/dspace-jspui-webapp/_ \- The location where they are copied after first building DSpace.
    If you wish to modify a particular JSP, place your edited version in the *_\[dspace-source\]/dspace/modules/jspui/src/main/webapp/_* directory (_this is the replacement for the pre-1.5 \_/jsp/local_ directory_), with the same path as the original. If they exist, these will be used in preference to the default JSPs. For example:

    DSpace default

    Locally-modified version

    <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="da6ad4176d940672-845d2ab0-41914e6f-b34bb165-0a1c84c8a80556db30e83112"><ac:plain-text-body><![CDATA[

    [jsp.dir]/community-list.jsp

    [jsp.custom-dir]/dspace/modules/jspui/src/main/webapp/community-list.jsp

    ]]></ac:plain-text-body></ac:structured-macro>

    <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b3c802f49ba858b9-c9347cd6-43774a13-853fb24f-14eb3a22c5a31d35239c16d8"><ac:plain-text-body><![CDATA[

    [jsp.dir]/mydspace/main.jsp

    [jsp.custom-dir]/dspace/modules/jspui/src/main/webapp/mydspace/main.jsp

    ]]></ac:plain-text-body></ac:structured-macro>

...