From a80b3233a5bab2767805b1e3da8667abe9a77469 Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Tue, 9 Nov 2010 11:42:25 +0000 Subject: [PATCH] adding site content --- .gitattributes | 7 +++++ src/site/apt/download.apt | 0 src/site/apt/getting-started.apt | 0 src/site/apt/index.apt | 28 ++++++++++++++++++ src/site/apt/modules.apt | 0 src/site/apt/screenshots.apt | 0 src/site/fml/faq.fml | 49 ++++++++++++++++++++++++++++++++ src/site/fml/troubleshooting.fml | 49 ++++++++++++++++++++++++++++++++ 8 files changed, 133 insertions(+) create mode 100644 src/site/apt/download.apt create mode 100644 src/site/apt/getting-started.apt create mode 100644 src/site/apt/index.apt create mode 100644 src/site/apt/modules.apt create mode 100644 src/site/apt/screenshots.apt create mode 100644 src/site/fml/faq.fml create mode 100644 src/site/fml/troubleshooting.fml diff --git a/.gitattributes b/.gitattributes index ebd7e1e88..6a09cc9cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -203,6 +203,13 @@ cdmlib-plugin/pom.xml -text cdmlib-plugin/src/main/assembly/assembly.xml -text cdmlib-plugin/src/test/java/eu/etaxonomy/cdm/aspectj/PropertyChangeTest.java -text /pom.xml -text +src/site/apt/download.apt -text +src/site/apt/getting-started.apt -text +src/site/apt/index.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/site.xml -text taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF -text taxeditor-annotatedlineeditor/build.properties -text diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt new file mode 100644 index 000000000..e69de29bb diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt new file mode 100644 index 000000000..e69de29bb diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt new file mode 100644 index 000000000..41ce10c15 --- /dev/null +++ b/src/site/apt/index.apt @@ -0,0 +1,28 @@ + --- + Overview + --- + --- + 2010-11-05 + --- + + The EDITor is a next-generation data entry and manipulation software that moves beyond the form-based approach used by comparable tools. The following design principles have been applied: + +Structure without rigidity + + A unique feature of the Taxonomic Editor is its parsing capability. Parsing recognises distinct data elements within a text string. Data can be entered as text (e.g. a name with its nomenclatural reference) as in a word processor. As you type, the parser separates the data in the text (e.g. generic name, epithets, etc.) and puts it into the correct data field. This makes data entry easy, but the result is the “atomized” data record that can be sorted, corrected, output, etc. with the all the possibilities available for structured databases. + +Don't obstruct the user's workflow + + A second defining feature of the Editor is to minimise system intervention. This is a tool for expert taxonomists, so we do expect errors to become corrected at some time in the preparation of your treatment – but according to your schedule. Rather than enforcing data integrity upon input, you are pointed towards possible problems without being stopped to correct the input at once. For example, a generic name not started by an uppercase letter will be marked by a wriggly red line under the name. When the mouse hovers over such data, a pop-up problem explanation can be offered. + +A "normal" look and feel + + The design of the user interface is kept as close as possible to standard software tools. Thus the number of special movements or gestures you have to learn in order to operate the software is kept at a minimum. + +Extensive customisation options + + The EDITor can be used for a wide range of tasks, from creating simple checklists to monographic treatments, and across organism groups. So it offers an increasing range of customisation features influencing particularly the possibilities during data entry. At the beginning of a treatment, you usually decide which nomenclatural code you wish to follow (zoological or botanical). You can also choose which ranks, taxonomic and nomenclatural relationships, geographical occurrence areas and status types (e.g. native) should be offered for your data input. For some data fields you can create your own options. Finally, you can add individual user-defined fields for additional data categories you want to include. + +Power user options + + Some features will be made available only to the “Executive Editor”. For example, there is a bulk editing facility that allows you to edit several records at one time. This is useful, for example, when orthographic corrections are to be propagated to all records that include the corrected item. This not only saves time but also improves data consistency and integrity. The bulk editor can also be used to merge duplicate records, which often turn up as a result of data import from various sources. \ No newline at end of file diff --git a/src/site/apt/modules.apt b/src/site/apt/modules.apt new file mode 100644 index 000000000..e69de29bb diff --git a/src/site/apt/screenshots.apt b/src/site/apt/screenshots.apt new file mode 100644 index 000000000..e69de29bb diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml new file mode 100644 index 000000000..d27c88e4e --- /dev/null +++ b/src/site/fml/faq.fml @@ -0,0 +1,49 @@ + + + + + General + + + + What is Foo? + + +

some markup goes here

+ + some source code + +

some markup goes here

+
+
+ + + + What is Bar? + + +

some markup goes here

+
+
+
+ + + + Installation + + + + How do I install Foo? + + +

some markup goes here

+
+
+ +
+ +
\ No newline at end of file diff --git a/src/site/fml/troubleshooting.fml b/src/site/fml/troubleshooting.fml new file mode 100644 index 000000000..d27c88e4e --- /dev/null +++ b/src/site/fml/troubleshooting.fml @@ -0,0 +1,49 @@ + + + + + General + + + + What is Foo? + + +

some markup goes here

+ + some source code + +

some markup goes here

+
+
+ + + + What is Bar? + + +

some markup goes here

+
+
+
+ + + + Installation + + + + How do I install Foo? + + +

some markup goes here

+
+
+ +
+ +
\ No newline at end of file -- 2.34.1