added some site content
authorn.hoffmann <n.hoffmann@localhost>
Mon, 15 Nov 2010 16:00:58 +0000 (16:00 +0000)
committern.hoffmann <n.hoffmann@localhost>
Mon, 15 Nov 2010 16:00:58 +0000 (16:00 +0000)
.gitattributes
pom.xml
src/site/apt/getting-started.apt
src/site/apt/manual.apt [new file with mode: 0644]
src/site/resources/css/site.css [new file with mode: 0644]
src/site/resources/images/taxeditor_transformed.png [new file with mode: 0644]

index 286ee2e3c429dd357cf99178b53ddf23e2850e5c..641224c7f85844824d0efa9221249fcc84b17b4e 100644 (file)
@@ -5,10 +5,13 @@ src/changes/changes.xml -text
 src/site/apt/download.apt -text
 src/site/apt/getting-started.apt -text
 src/site/apt/index.apt -text
+src/site/apt/manual.apt -text
 src/site/apt/modules.apt -text
 src/site/apt/screenshots.apt -text
 src/site/fml/faq.fml -text
 src/site/fml/troubleshooting.fml -text
+src/site/resources/css/site.css -text
+src/site/resources/images/taxeditor_transformed.png -text
 src/site/site.xml -text
 taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF -text
 taxeditor-annotatedlineeditor/build.properties -text
diff --git a/pom.xml b/pom.xml
index 621fda0a256c8e0ec638f28c18eb0005c17c6273..f04ee0c331801c048fe47c847913e5002313e85e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <packaging>pom</packaging>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <cdmlib.version>2.5</cdmlib.version>
+               <cdmlib.version>3.0</cdmlib.version>
        </properties>
        <modules>
+               <module>taxeditor-cdmlib</module>
                <module>taxeditor-store</module>
                <module>taxeditor-navigation</module>
                <module>taxeditor-editor</module>
index eaffe2a66e493a00acc14f5507ba8409f78f39fd..93fccca5441b2fce965f4583dfde22a45ebf2c13 100644 (file)
@@ -16,11 +16,7 @@ Setting up a Taxonomic Editor development environment
        
 * Requirements
 
-       Please make sure that you have met the following requirements.
-       
-       * CDM Library development environment set up on your machine (please follow the instructions on {{{http://wp5.e-taxonomy.eu/cdmlib/getting-started.html#Developing_the_CDM_Library}how to install a CDM Library development environment}})
-       
-       * Eclipse PDE Version >= 3.6
+       The current version of the EDIT Taxonomic Editor is developed against Eclipse PDE Version 3.6. Your PDE or at least your target platform have to have the same version.
        
        
 * Checking out the sources
@@ -54,24 +50,7 @@ $ mvn eclipse:eclipse
        
        * Click <Select All> and finish the wizard.
        
-       The package exporer should show a bunch of projects. Although it will also show a bunch of errors, so please read on.
-       
-       
-* Initializing the cdmlib plugin
-
-       The <cdmlib-plugin> project contains all dependencies needed for the CDM Library to work except the <<<cdmlib-*>>> artifacts itself. Therefore the      
-       <<<cdmlib-plugin>>> project will show an error. In order to include these artifacts the project contains a shell (and bash) script to copy these from your local maven repository. Please make sure, that the <<<cdmlib-*>>> artifacts exist in your repository.
-       
----
-$ cd taxeditor/cdmlib-plugin/
-$ ./_makeSources.sh
----
-
-       Refresh the <<<cdmlib-plugin>>> project; the errors should be gone.
-       
-       <<Note:>> This will change in the very near future as these dependencies will also be managed by maven.
-
-       After this you have to update the classpaths of all plugin projects as well. To do this right-click any of the <taxeditor-*> projects and choose <PDE Tools -\> Update Classpath...>. Click <Select All> in the dialog and confirm. After a rebuild of your entire workspace all errors should be gone and you are ready to go.
+       The package exporer should show a bunch of projects. To get rid of the errors, you have to update the classpaths of all plugin projects. To do this right-click any of the <taxeditor-*> projects and choose <PDE Tools -\> Update Classpath...>. Click <Select All> in the dialog and confirm. After a rebuild of your entire workspace all errors should be gone and you are ready to go.
        
 * Bundle overview
 
@@ -79,7 +58,7 @@ $ ./_makeSources.sh
        
 ** <taxeditor-store>
 
-
+       This package communicates with cdmlib-service directly, offering all services, basic operations on cdm data as well as import export functionality. Database and user management is also contained in this package.
        
 ** <taxeditor-navigation>
 
@@ -126,3 +105,5 @@ $ ./_makeSources.sh
        The Taxonomic Editor should launch.
        
 * Where do I go from here?
+
+       Please read the {{{http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDev}wiki}} for how-to's and code examples.
diff --git a/src/site/apt/manual.apt b/src/site/apt/manual.apt
new file mode 100644 (file)
index 0000000..59234f1
--- /dev/null
@@ -0,0 +1,9 @@
+            ------
+            Manual
+            ------
+            n.hoffmann
+            ------
+
+Manual
+
+       Coming shortly.
\ No newline at end of file
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
new file mode 100644 (file)
index 0000000..04ce13f
--- /dev/null
@@ -0,0 +1,6 @@
+/* You can override this file with your own styles */
+
+#contentBox img {
+       float: right;
+       padding: 2px 0px 2px 7px;
+}
\ No newline at end of file
diff --git a/src/site/resources/images/taxeditor_transformed.png b/src/site/resources/images/taxeditor_transformed.png
new file mode 100644 (file)
index 0000000..a2e8936
Binary files /dev/null and b/src/site/resources/images/taxeditor_transformed.png differ