Versions Compared

Key

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

...

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

Table of Contents
minLevel2
outlinetrue
stylenone

Configuration

The user will need to refer to the extensive WebUI/JSPUI configurations that are contained in 5.2.36 JSP Web Interface Settings.

...

  • 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="9600a57cbfc3edd3-d7bd0cbc-45dc4242-996a8ab4-3ea61ca842b73492d260e845"><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="fc387bec5d743d6e-11e2250d-441d4fc6-a7eb93e9-278422095e124515f13d59df"><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>

...