Files
DSpace/dspace/docs/confluence/introduction.txt
Mark Diggory e17c3c80f2 Update confluence docs off of docBook
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4872 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-04-24 16:56:12 +00:00

1 line
3.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

h1. DSpace System Documentation: Introduction
DSpace is an open source software platform that enables organisations to:
* capture and describe digital material using a submission workflow module, or a variety of programmatic ingest options 
* distribute an organisation's digital assets over the web through a search and retrieval system 
* preserve digital assets over the long term 
This system documentation includes a functional overview of the system, which is a good introduction to the capabilities of the system, and should be readable by non-technical folk. Everyone should read this section first because it introduces some terminology used throughout the rest of the documentation.
For people actually running a DSpace service, there is an installation guide, and sections on configuration and the directory structure. Note that as of DSpace 1.2, the administration user interface guide is now on-line help available from within the DSpace system.
Finally, for those interested in the details of how DSpace works, and those potentially interested in modifying the code for their own purposes, there is a detailed architecture and design section.
Other good sources of information are:
* The DSpace Public API Javadocs. Build these with the command _mvn javadoc:javadoc_.
* The [DSpace Wiki|http://wiki.dspace.org/|DSpace Wiki] contains stacks of useful information about the DSpace platform and the work people are doing with it. You are strongly encouraged to visit this site and add information about your own work. Useful Wiki areas are:
** [A list of DSpace resources|http://wiki.dspace.org/index.php/DSpaceResources|A list of DSpace resources] (Web sites, mailing lists etc.)
** [Technical FAQ|http://wiki.dspace.org/index.php/TechnicalFaq|Technical FAQ]
** [A list of projects using DSpace|http://www.dspace.org/whos-using-dspace/Repository-List.html|A list of projects using DSpace]
** [Guidelines for contributing back to DSpace|http://wiki.dspace.org/index.php/ContributionGuidelines|Guidelines for contributing back to DSpace]
* [www.dspace.org|http://www.dspace.org/|www.dspace.org] has announcements and contains useful information about bringing up an instance of DSpace at your organization.
* The[DSpace General List|https://lists.sourceforge.net/lists/listinfo/dspace-general|DSpace General List]. Join DSpace-General to ask questions or join discussions about non-technical aspects of building and running a DSpace service. It is open to all DSpace users. Ask questions, share news, and spark discussion about DSpace with people managing other DSpace sites. Watch DSpace-General for news of software releases, user conferences, and announcements from the DSpace Federation.
* The [DSpace Technical List|https://lists.sourceforge.net/lists/listinfo/dspace-tech|DSpace Technical List]. DSpace developers help answer installation and technology questions, share information and help each other solve technical problems through the DSpace-Tech mailing list. Post questions or contribute your expertise to other developers working with the system.
* The [DSpace Development List|https://lists.sourceforge.net/lists/listinfo/dspace-devel|DSpace Development List]. Join Discussions among DSpace Developers. The DSpace-Devel listserv is for DSpace developers working on the DSpace platform to share ideas and discuss code changes to the open source platform. Join other developers to shape the evolution of the DSpace software. The DSpace community depends on its members to frame functional requirements and high-level architecture, and to facilitate programming, testing, documentation and to the project.