Codebase list libxstream-java / db725b78-e06f-4bbe-9729-33eea41d84e7/main xstream-distribution / src / content / repository.html
db725b78-e06f-4bbe-9729-33eea41d84e7/main

Tree @db725b78-e06f-4bbe-9729-33eea41d84e7/main (Download .tar.gz)

repository.html @db725b78-e06f-4bbe-9729-33eea41d84e7/mainraw · history · blame

<html>
<!--
 Copyright (C) 2005, 2006 Joe Walnes.
 Copyright (C) 2006, 2007, 2010, 2011, 2015 XStream committers.
 All rights reserved.
 
 The software in this package is published under the terms of the BSD
 style license a copy of which has been included with this distribution in
 the LICENSE.txt file.
 
 Created on 29. January 2005 by Joe Walnes
 -->
  <head>
    <title>Source Repository</title>
  </head>
  <body>

	<h2 id="modules">Modules</h2>

	XStream project consists of several modules:
	<ol>
		<li>xstream - the core module</li>
		<li>xstream-hibernate - the Hibernate support mdule</li>
		<li>xstream-distribution - the module with the documentation and distribution definition</li>
	</ol>
	When you clone the Git repository you'll get all the modules.

	<h2 id="browser">Browser</h2>

	<p>You can use the browser to navigate within the sources <a href="https://github.com/x-stream/xstream">online</a>.</p>

    <h2 id="scm">Source Control Manager</h2>

    XStream uses Git as the SCM.  See <a href="http://git-scm.com/">Git website</a> for details and documentation on IDE integration.
    
    <h2 id="access">Access</h2>
	
	Clone the <a href="https://github.com/x-stream/xstream">repository</a> at GitHub. See GitHub documentation about
	the different possibilities to access the source code.

  </body>
</html>