Versions Compared

Key

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

Contents

Table of Contents
outlinetrue
stylenone

Introduction

This short booklet is intended to introduce the commonest non-obvious customization-related tasks for newcomers to DSpace administration. It has been written against the stable version 1.4.2 of DSpace and the Manakin user interface, version 1.1.

...

Different parts of DSpace live in different areas on the DSpace server. Because each DSpace administrator decides where some parts of DSpace live, and operating systems have different ideas about where other parts live, we have employed italics to mark missing pieces of file paths. Some directories whose precise location varies among systems require special attention:

  • dspace-source - The directory into which the DSpace administrator unpacks the downloaded DSpace code.
  • _manakin-source _-- The directory into which the DSpace administrator unpacks the downloaded Manakin source code.
  • dspace - The directory into which the Java
    Code Block
    ant
    command deposits compiled DSpace code. This location is set in DSpace's configuration file, dspace.cfg, as
    Code Block
    dspace.dir
  • _tomcat _-- The directory where Apache Tomcat is installed. If you are not using Apache Tomcat, you may wish to customize some of these "how-to" documents to better match your servlet engine of choice (e.g. Jetty, Resin, etc).

...

Although this "DSpace How-To Guide" introduces many common customizations currently available within DSpace, it should not be considered a stand-alone document. You should be aware of many other valuable DSpace resources, including:

...

  • W3Schools Tutorials/Guides - introductory tutorials, references, and examples for XHTML, CSS, XML, XSLT, SQL, among many others.
  • HTML Dog - HTML and CSS References and tutorials for all levels of knowledge
  • Holy CSS Zeldman! - all things CSS, with intermixed links to good HTML, Javascript, and web design sites.
  • MaxDesign - CSS tutorials for web developers. Covers customizing page layout using CSS-based floats, lists and selectors.

...