Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added links to dspace-services info

...

  • DSpace- The main codebase.
    • The "master" branch is where development for the next major version of DSpace happens
    • The various other branches (e.g. 'dspace-1_8_x') are "maintenance branches"
    • The tags (e.g. 'dspace-1.8.0', 'dspace-1.8.1', 'dspace-1.8.2') are the official stable releases of the software
  • dspace-services - The DSpace Services Framework, which prior to DSpace 3.0 was released separately to Maven Central (so DSpace could use it as a dependency & include it out-of-the-box). It is now released and maintained as part of DSpace (see DS-1144 and Pull 82 for more background).
  • dspace-api-lang - The DSpace API/JSPUI Language Packs, which are released separately to Maven Central (so DSpace can use it as a dependency & include it out-of-the-box)
  • dspace-xmlui-lang - The DSpace XMLUI Language Packs, which are released separately to Maven Central (so DSpace can use it as a dependency & include it out-of-the-box)
  • dspace-solr - Special, slightly customized version of Solr, which is released separately to Maven Central (so DSpace can use it as a dependency & include it out-of-the-box)
  • dspace-cocoon-servlet-service-impl - Patched version of Cocoon Servlet Service which resolves issues with Cocoon swallowing 404 Errors, which is released separately to Maven Central (so DSpace can use it as a dependency & include it out-of-the-box)
  • dspace-geoip - Project that deploys MaxMind GeoIP releases (http://sourceforge.net/projects/geoip/) to Maven Central for DSpace (so DSpace can use it as a dependency & include it out-of-the-box)

...