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="024f345346303f47-f7604577-4b834774-aa35a809-9a0eeb2c6e908c8db9da4075"><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="2539cd0e8cb7748c-0811f15e-4ee8410e-919ea741-ecc08dd9bc545470a06d6016"><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>

...