Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 39 Next »

Web Sites

The DSpace.org information Web site

A general information page giving a high-level overview of what DSpace is, and some ideas and pointers for implementing DSpace in your organisation.

The DSpace Wiki

Where you are right now!

A Wiki is a dynamic Web site that can easily be edited by anyone (yes, anyone). This makes it a great collaboration tool. The DSpace Wiki contains up-to-the-minute technical information about the DSpace platform, and what people around the world are doing with DSpace. If you're working with DSpace, please post what you're doing to the Wiki! You can also find out if others are doing or have done similar work!

Particularly useful pages on the Wiki:

  • Home – Most of the latest and greatest information can be found directly off the homepage. Check out the "DSpace Community" section for general information, the "Running DSpace" section for how to get started, and the "Developers" section for latest Developer news and a current roadmap.
  • Code Contribution Guidelines – An evolving guide to developing code and documentation for contributing back to the DSpace community
  • How to Contribute to DSpace – Find out how to contribute to and participate in DSpace
  • LessonsLearned – Learn from other DSpace teams and share lessons you learned about building a DSpace service.

DSpace Source Code / Downloads

DSpace Issue Tracking, Feature Requests, and Patches

The DSpace Jira system tracks bugs, feature requests and patches for current and future versions of DSpace. It also permits voting on those issues you are interested in, and registering to receive updates - if you create yourself an account.

There are currently two main sections in DSpace Jira:

  • DSpace 1.x section - This is for reporting of any bugs, feature requests or patches within any of the DSpace 1.x versions.
  • DSpace 2.x section - This section is being used by the DSpace+2.0 development team to track issues or feature requests that have come up in their work.

DSpace Community Sandbox

We maintain a community sandbox in our SVN at http://scm.dspace.org/svn/repo/sandbox/

Instructions on Usage of Sandbox

Generally, the rules are such...

  • If you want commit rights or to add your own project code, email the developers list (dspace-devel) and someone will work to give you access. (You will only be given commit rights to your new project's SVN directory).
  • Any projects can be added here (once you are given access), but you must maintain your own project code. The Committers will not maintain your code for you, unless it should become part of out-of-the-box DSpace (see Code Contribution Guidelines).
  • Ask about project structure etc, we are working to try to organize the space so it stays clean.
  • Obsolete, out-of-date or unmaintained projects may be removed at the Committers discretion. We will attempt to notify you before your project would be removed (so that you can pull down a final copy of your code, as necessary).

Project Structure of Sandbox Area

  • Addon/Module Projects - Projects that are designed to "add on" to dspace without altering core libraries. Some of these may be a "work in progress", and others may be "stable" or "semi-stable"
  • Prototype Projects - Prototypes are usually branches of the core codebase, where experimental development of the core codebase can happen. Oftentimes these projects are unstable or a work-in-progress. If they become widely accepted and stable, they will usually be moved to either the Addon/Module Projects or the Primary Codebase (Trunk)

Documentation and Guides

DSpace System Documentation

Standard System Documentation

DSpace System Documentation is included with each DSpace download. Look in the /dspace/docs/ folder once you unzip the download. More recent documentation can also be accessed online or downloaded in PDF format.

All version support policies are detailed in our DSpace Software Support Policy

Version

Latest Release

Supported Until

Change History

Documentation


DSpace 8.xUnreleased.
Due in April 2024
Under support until v11.0 is released.  See DSpace Software Support PolicyUnreleasedBrowse
DSpace 7.x7.6.1 (2023-11-15)Under support until v10.0 is released. See DSpace Software Support PolicyChangesBrowse
DSpace 6.x6.4 (2022-07-28)

End of Life / Unsupported

Support ended on July 1, 2023. See Support for DSpace 5 and 6 is ending in 2023

Changes Browse | Download PDF

JavaDocs 6

DSpace 5.x

5.11 (2022-07-28)

End of Life / Unsupported

Support ended on January 1, 2023. See Support for DSpace 5 and 6 is ending in 2023

Changes

Browse | Download PDF

JavaDocs 5

DSpace 4.x

4.9 (2018-06-25)

End of Life / Unsupported

Changes  

Browse | Download PDF

JavaDocs 4

DSpace 3.x

3.6 (2016-03-21)

End of Life / Unsupported

Changes

Browse | Download PDF

JavaDocs 3

DSpace 1.8.x

1.8.3 (2013-07-25)

End of Life / Unsupported

Changes

Browse | Download PDF

JavaDocs 1.8

DSpace 1.7.x

1.7.3 (2013-07-25)

End of Life / Unsupported

Changes

Browse | Download PDF


DSpace 1.6.x  

1.6.2 (2010-06-15)

End of Life / Unsupported

See Ch.16 in docs

Download PDF

JavaDocs 1.6

DSpace 1.5.x  

1.5.2 (2009-04-14)

End of Life / Unsupported

See Ch.14 in docs

Download PDF


DSpace 1.4.x 

1.4.2 (2007-05-10)

End of Life / Unsupported

See docs

Documentation in 'docs' directory of Source Download


DSpace 1.3.x 

1.3.2 (2005-10-09)

End of Life / Unsupported

See docs

Documentation in 'docs' directory of Source Download


DSpace 1.2.x 

1.2.2 (2005-05-05)

End of Life / Unsupported

See docs

Documentation in 'docs' directory of Source Download


DSpace 1.1.x 

1.1.1 (2003-05-08)

End of Life / Unsupported

See docs

Documentation in 'docs' directory of Source Download


DSpace 1.0.

1.0.1 (2002-11-04)

End of Life / Unsupported

See docs

Documentation in 'docs' directory of Source Download


Other formats and translations

Guides

Repository Planning

Installing DSpace

Customizing DSpace

Developing with DSpace

Documentation for New DSpace Administrators

  • Intro to DSpace (August 19, 2009) - written by Cameron Kainerstorfer and Heather Perkins (both of University of Texas Southwestern Medical Center)
  • Instructions for New Admin - This is a simple guide to print off for people who will start uploading documents to your instance of DSpace, by Shawna Sadler.

Related Readings

Mailing Lists

English Lists

There are several public DSpace mailing lists you can join, depending on what your particular interest is.

dspace-general

General discussion about the DSpace platform, and setting up and running a DSpace service. It is open to all DSpace users to ask questions, share news, and spark discussion about DSpace with people managing other DSpace sites.

dspace-tech

Technical discussion about the DSpace platform. If you have a technical query, or are having problems getting DSpace up and running, this is the place to go (refer to the Troubleshoot an error page for additional help and suggestions). If you are technically savvy, and would like to contribute by helping out those in need, please join!

dspace-devel
People working on the DSpace code hang out here.

dspace-changelog
This is for "hardcore" developers only. This listserv reports the latest SVN commits, allowing developers to keep in touch with the latest DSpace code changes.

Non-English Lists

While we hope that the community works together by using the above lists, some mailing lists enabling non-English speakers to participate are emerging. We strongly encourage people on those lists who speak English to liaise between them.

IRC channel

There are two dedicated DSpace IRC (internet relay chat) channels (i.e. "rooms") on the irc.freenode.net server:

If you do not have access to an IRC client, or are new to IRC, the following web interface is very easy way to get started:

  • http://webchat.freenode.net/
    • Enter in a nickname (of your choice, e.g. firstName_lastName)
    • Enter in one of the IRC channels above (e.g. "#dspace" or "#duraspace")
    • Leave the "Auth to Services" setting unchecked.

For a list of IRC client software, see:

Many current Instant Messaging (IM) clients also support IRC. Here's a list of widely used software you can install that will allow you to connect to IRC:

  • No labels