-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from aramiscd/master
Preparing a new release
- Loading branch information
Showing
246 changed files
with
20,157 additions
and
7,703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
.classpath | ||
.project | ||
.settings | ||
testdata | ||
build | ||
WebContent/dhconvalidator_*.properties | ||
WebContent/dhconvalidator.properties | ||
WebContent/VAADIN/themes/dhconvalidator/styles.css | ||
WebContent/VAADIN/widgetsets | ||
scratch.jpage | ||
deploy | ||
/.gradle/ | ||
/build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,59 @@ | ||
# DHConvalidator | ||
|
||
The goal of the DHConvalidator is a simplification of the creation of a consistent [TEI] (http://www.tei-c.org) text base of Digital Humanities (DH) conference abstracts for further processing like the generation of the book of abstracts. The idea was to offer the user the possibility to edit the final version of the submission with her tool of choice starting with two of the most popular systems Libre Office and Microsoft Word. | ||
|
||
The DHConvalidator works together with the conference management tool [ConfTool] (http://www.conftool.net/) and uses [OxGarage] (http://www.tei-c.org/oxgarage/) to do the bulk conversion. | ||
|
||
The submission of the final version is composed of four steps after logging in: | ||
|
||
1. Generates a template for each of his submissions for one of the supported editing systems via the Template Generation Service. | ||
2. Adding subtitle (optional), content, notes (optional) and references (optional) to the template. | ||
3. Converting the template to a .dhc package via the Conversion and Validation Service | ||
**Offical Repository:** | ||
[ADHO/dhconvalidator](https://github.com/ADHO/dhconvalidator) | ||
|
||
The goal of the DHConvalidator is a simplification of the creation of a | ||
consistent [TEI] (http://www.tei-c.org) text base of Digital Humanities | ||
(DH) conference abstracts for further processing like the generation of | ||
the book of abstracts. The idea was to offer the user the possibility to | ||
edit the final version of the submission with her tool of choice | ||
starting with two of the most popular systems Libre Office and Microsoft | ||
Word. | ||
|
||
The DHConvalidator works together with the conference management tool | ||
[ConfTool] (http://www.conftool.net/) and uses [OxGarage] | ||
(http://www.tei-c.org/oxgarage/) to do the bulk conversion. | ||
|
||
The submission of the final version is composed of four steps after | ||
logging in: | ||
|
||
1. Generates a template for each of his submissions for one of the | ||
supported editing systems via the Template Generation Service. | ||
2. Adding subtitle (optional), content, notes (optional) and references | ||
(optional) to the template. | ||
3. Converting the template to a .dhc package via the Conversion and | ||
Validation Service | ||
4. Uploading the .dhc package to ConfTool | ||
|
||
The .dhc package contains the original edited template file (docx or odt), the TEI version, integrated media files and a HTML version of the submission. | ||
The .dhc package contains the original edited template file (docx or | ||
odt), the TEI version, integrated media files and a HTML version of the | ||
submission. | ||
|
||
## Installation | ||
Take the latest [WAR file release] (https://github.com/mpetris/dhconvalidator/blob/master/release/) or create a WAR file yourself and extract it to a Servlet container (Jetty 9 or higher, Tomcat 8 or higher). | ||
|
||
Copy the dhconvalidator.properties.example to dhconvalidator.properties and edit it as needed: | ||
Take the latest [WAR file release] | ||
(https://github.com/mpetris/dhconvalidator/blob/master/release/) or | ||
create a WAR file yourself and extract it to a Servlet container (Jetty | ||
9 or higher, Tomcat 8 or higher). | ||
|
||
Copy the dhconvalidator.properties.example to dhconvalidator.properties | ||
and edit it as needed: | ||
- Set the ConfTool REST interface settings like URL and shared password. | ||
- Set the OxGarage webservice URL (Note that the dhconvalidator TEI/Stylesheets profile must be installed for the OxGarage webservice) | ||
- Edit settings for validation, min resolution, publication statement and so on. | ||
- Set the OxGarage webservice URL (Note that the dhconvalidator | ||
- TEI/Stylesheets profile must be installed for the OxGarage webservice) | ||
- Edit settings for validation, min resolution, publication statement | ||
- and so on. | ||
|
||
## Optional integration into a conference host page | ||
Integration of the DHConvalidator is done via integrating an IFRAME into the host site: | ||
|
||
Integration of the DHConvalidator is done via integrating an IFRAME into | ||
the host site: | ||
|
||
``` | ||
<iframe src="http://mydomain/dhconvalidator/" height="230" width="250" frameborder="0"> | ||
</iframe>` | ||
``` | ||
|
||
To avoid cross site scripting issues the domain should be the same as the domain of the host site. | ||
|
||
To avoid cross site scripting issues the domain should be the same as | ||
the domain of the host site. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
apply plugin: 'war' | ||
|
||
repositories { flatDir { dirs 'libs' } } | ||
|
||
dependencies { | ||
compile name: 'commons-io-2.1' | ||
compile name: 'flute-1.3.0.gg2' | ||
compile name: 'guava-16.0.1.vaadin1' | ||
compile name: 'guava-18.0' | ||
compile name: 'jsoup-1.8.1' | ||
compile name: 'org.restlet' | ||
compile name: 'org.restlet.ext.html' | ||
compile name: 'sac-1.3' | ||
compile name: 'serializer' | ||
compile name: 'streamhtmlparser-jsilver-0.0.10.vaadin1' | ||
compile name: 'vaadin-client-compiled-7.5.5' | ||
compile name: 'vaadin-sass-compiler-0.9.12' | ||
compile name: 'vaadin-server-7.5.5' | ||
compile name: 'vaadin-shared-7.5.5' | ||
compile name: 'vaadin-themes-7.5.5' | ||
compile name: 'xercesImpl-2.8.1' | ||
compile name: 'xml-apis' | ||
compile name: 'xom-1.2.7' | ||
providedCompile name: 'javax.servlet-api-3.0.1' | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
86 changes: 0 additions & 86 deletions
86
src/de/catma/backgroundservice/DefaultBackgroundService.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.