Author: wikier
Date: Mon Feb 10 08:16:42 2014
New Revision: 1566526

URL: http://svn.apache.org/r1566526
Log:
documented INFRA-7289

Modified:
    marmotta/site/trunk/content/markdown/development.md

Modified: marmotta/site/trunk/content/markdown/development.md
URL: 
http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/development.md?rev=1566526&r1=1566525&r2=1566526&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/development.md (original)
+++ marmotta/site/trunk/content/markdown/development.md Mon Feb 10 08:16:42 2014
@@ -36,6 +36,8 @@ There you would find something similar t
     |-- extras
     |-- launchers
     |-- libraries
+    |-- loaders
+    |-- parent
     |-- platform
     `-- pom.xml
 
@@ -47,6 +49,7 @@ Where:
 * `extras` has been created to store those "extra" configurations that are for 
various reasons not included in the main distribution.
 * `launchers` contains different launch configurations for Apache Marmotta 
(WAR, Installer, etc).
 * `libraries` agroups some libraries that can also be used independently to 
build Linked Data applications.
+* `loaders` provides optimized bulk loaders for some of the backend supported 
by Marmotta.
 * `platform` contains the Linked Data Platform implementation of Apache 
Marmotta.
 
 ![gitflow](images/gitflow-workflow.png)
@@ -62,8 +65,11 @@ on the right, which uses the following f
 * New features could optionally open feature branches for some topics/issues, 
which are typically identified with the issue key from our issue tracker 
(`MARMOTTA-XYZ`). 
 * In addition, maintenance or hotfix branches (`maintenance-3.0.x` for 
instance) are also used to quickly patch production releases without 
interrupting the current development cycle.
 
-Besides the actual code of the project, the code of this web site is also 
available, via 
-[Subversion](http://subversion.apache.org/) in this case:
+The main git repository is being mirrored at GitHub 
([github.com/apache/marmotta](https://github.com/apache/marmotta)), from where 
you could directly send us pull requests
+with your contributions or patches.
+
+If you want to contribute documentation, this web site is our main 
documentation. Due some restriction of the Apache CMS, the code of the web site 
is available in a separated
+[Subversion](http://subversion.apache.org/) repository:
 
     svn:https://svn.apache.org/repos/asf/marmotta/site/trunk
 


Reply via email to