mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
63 lines
4.6 KiB
XML
63 lines
4.6 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<chapter remap="h1">
|
|
<title><anchor id="docbook-introduction.html"/>DSpace System Documentation: Introduction</title>
|
|
<para>DSpace is an open source software platform that enables organisations to:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para> capture and describe digital material using a submission workflow module, or a variety of programmatic ingest options</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para> distribute an organisation's digital assets over the web through a search and retrieval system</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para> preserve digital assets over the long term</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<para>This system documentation includes <link linkend="docbook-functional.html">a functional overview of the system</link>, 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.</para>
|
|
<para>For people actually running a DSpace service, there is <link linkend="docbook-install.html">an installation guide</link>, and sections on <link linkend="docbook-configure.html">configuration</link> and <link linkend="docbook-directories.html">the directory structure</link>. Note that as of DSpace 1.2, the administration user interface guide is now on-line help available from within the DSpace system.</para>
|
|
<para>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 <link linkend="docbook-architecture.html">a detailed architecture and design section</link>.</para>
|
|
<para>Other good sources of information are:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para> The DSpace Public API Javadocs. Build these with the command <literal>mvn javadoc:javadoc</literal>.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para> The <ulink url="http://wiki.dspace.org/">DSpace Wiki</ulink> 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: </para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><ulink url="http://wiki.dspace.org/index.php/DSpaceResources">A list of DSpace resources</ulink> (Web sites, mailing lists etc.)</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<ulink url="http://wiki.dspace.org/index.php/TechnicalFaq">Technical FAQ</ulink>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<ulink url="http://www.dspace.org/whos-using-dspace/Repository-List.html">A list of projects using DSpace</ulink>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<ulink url="http://wiki.dspace.org/index.php/ContributionGuidelines">Guidelines for contributing back to DSpace</ulink>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
<listitem>
|
|
<para><ulink url="http://www.dspace.org/">www.dspace.org</ulink> has announcements and contains useful information about bringing up an instance of DSpace at your organization.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>The<ulink url="https://lists.sourceforge.net/lists/listinfo/dspace-general"
|
|
>DSpace General List</ulink>. 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.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para> The <ulink url="https://lists.sourceforge.net/lists/listinfo/dspace-tech">DSpace Technical List</ulink>. 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.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para> The <ulink url="https://lists.sourceforge.net/lists/listinfo/dspace-devel"
|
|
>DSpace Development List</ulink>. 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. </para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</chapter>
|