Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Big reorganisation of files
  • Loading branch information
Klaus Thoden committed Jun 21, 2016
1 parent 8accb7c commit 1929dbe
Show file tree
Hide file tree
Showing 1,493 changed files with 223,933 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Skripten/eoaconvert.cfg
@@ -0,0 +1,17 @@
[General]
# logging
logfile: ./eoaconvert.log
# choose between DEBUG, INFO, WARNING, ERROR, CRITICAL
loglevel: DEBUG

[Executables]
graphicsmagic: /usr/local/bin/gm
texlive: /usr/local/texlive/2015/
texbin: /Library/TeX/texbin/
TRALICS_PATH_EXEC: /Users/kthoden/EOAKram/EOASkripts/thirdparty/tralics-2.15.2/src/tralics
#TRALICS_PATH_EXEC: /Users/kthoden/EOAKram/EOASkripts/thirdparty/tralics-2.14.4
TRALICS_PATH_LIB: /Users/kthoden/EOAKram/EOASkripts/tralics
PDFTK_PATH: /usr/local/bin/pdftk
TEMPLATE_PATH: /Users/kthoden/EOAKram/EOASkripts/Templates/
SUPPORT_PATH: /Users/kthoden/EOAKram/EOASkripts/Support/
AUX_TEX_FILES_PATH: /Users/kthoden/EOAKram/EOASkripts/TeX/
40 changes: 40 additions & 0 deletions TeX/publication.cfg
@@ -0,0 +1,40 @@
[Technical]
Serie: Sources
Number: 7
Title: Alvarus Thomas und sein Liber de triplici motu
Subtitle: Band I: Naturphilosophie an der Pariser Artistenfakultät
PublicationDate: 2016-05-01
PublicationYear: 2016
ISBN: 978-3-945561-09-6
Price: 0,00 €
Shoplink: <https://www.epubli.de/shop/buch/none>
Language: de
License: by-nc-sa

[General]
BriefDescription: Untersuchung zum Leben und Werk von Alvarus Thomas im frühen 16. Jahrhundert
Submitter: Matteo Valleriani and Anne-Laurence Caudano
PublicationManagment: Lindy Divarci
PublicationAssistants: NN
Keyword1: MPRL
Keyword2: Edition Open Sources
Keyword3: Frühe Neuzeit
Keyword4: Geschichte der Philosophie
Keyword5: Naturphilosophie
Keyword6: Mechanik
Keyword7: Aristotelismus
Keyword8:
DetailedDescription: Der Liber de triplici
AdditionalInformation:
EditorialCoordination:
Copyediting: Lindy Divarci, Stefan Paul Trzeciok
Dedication: Für meine Familie
Translator:

[Authors]
Author1: Stefan Paul Trzeciok
Author2:
Author3:
Author4:
Author5:
Zusatz:
Binary file added Templates/DejaVuSerif-BoldItalic.ttf
Binary file not shown.
Binary file added Templates/DejaVuSerif-Italic.ttf
Binary file not shown.
Binary file added Templates/DejaVuSerif-bold.ttf
Binary file not shown.
Binary file added Templates/DejaVuSerif.ttf
Binary file not shown.
35 changes: 35 additions & 0 deletions Templates/eoa-epub.css
@@ -0,0 +1,35 @@
/*
* h1 {
* font-style: italic;
* }
*/

body, div, p, h1, h2, h3, h4, dl, dt {
margin: 5pt;
padding: 0pt;
font-family: "DejaVu Serif";
}
.bibliography {
padding-left: 1em;
text-indent: -1em;
}
@font-face {
font-family: "DejaVu Serif";
src: url(fonts/DejaVuSerif.ttf);
}
@font-face {
font-family: "DejaVu Serif";
font-weight: bold;
src: url(fonts/DejaVuSerif-bold.ttf);
}
@font-face {
font-family: "DejaVu Serif";
font-style: italic;
src: url(fonts/DejaVuSerif-Italic.ttf);
}
@font-face {
font-family: "DejaVu Serif";
font-style: italic;
font-weight: bold;
src: url(fonts/DejaVuSerif-BoldItalic.ttf);
}
8 changes: 8 additions & 0 deletions thirdparty/epubcheck/.classpath
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="jingsrc"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/saxon.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
21 changes: 21 additions & 0 deletions thirdparty/epubcheck/.externalToolBuilders/Jar Builder.launch
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/epubcheck/build.xml"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="epubcheck"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/epubcheck/build.xml}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/epubcheck}"/>
</launchConfiguration>
27 changes: 27 additions & 0 deletions thirdparty/epubcheck/.project
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.adobe.epubcheck</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/Jar Builder.launch</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
12 changes: 12 additions & 0 deletions thirdparty/epubcheck/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,12 @@
#Thu Aug 20 22:49:53 PDT 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
org.eclipse.jdt.core.compiler.source=1.3
5 changes: 5 additions & 0 deletions thirdparty/epubcheck/.settings/org.eclipse.jdt.ui.prefs
@@ -0,0 +1,5 @@
#Fri Sep 05 15:39:22 PDT 2008
eclipse.preferences.version=1
instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
internal.default.compliance=default
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
19 changes: 19 additions & 0 deletions thirdparty/epubcheck/COPYING.txt
@@ -0,0 +1,19 @@
Copyright (c) 2007 Adobe Systems Incorporated

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Binary file added thirdparty/epubcheck/Issue28.epub
Binary file not shown.
61 changes: 61 additions & 0 deletions thirdparty/epubcheck/README.txt
@@ -0,0 +1,61 @@
This folder contains the distribution of epubcheck project.

EpubCheck is a tool to validate IDPF Epub files. It can detect many
types of errors in Epub. OCF container structure, OPF and OPS mark-up,
and internal reference consistency are checked. EpubCheck can be run
as a standalone command-line tool, installed as a web application or
used as a library.

Epubcheck project home: http://code.google.com/p/epubcheck/

BUILDING

To build epubcheck from the sources you need Java Development Kit (JDK) 1.5 or above
and Apache ant (http://ant.apache.org/) 1.6 or above installed

Run

ant -f build.xml

RUNNING

To run the tool you need Java Runtime (1.5 or above). Any OS should do. Run
it from the command line:

java -jar epubcheck-x.x.x.jar file.epub

All detected errors are simply printed to stderr.

USING AS A LIBRARY

You can also use EpubCheck as a library in your Java application. EpubCheck
public interfaces can be found in com.adobe.epubcheck.api package. EpubCheck
class can be used to instantiate a validation engine. Use one of its
constructors and then call validate() method. Report is an interface that
you can implement to get a list of the errors and warnings reported by the
validation engine (instead of the error list being printed out).

LICENSING

See COPYING.txt

AUTHORS

Peter Sorotokin
Garth Conboy
Markus Gylling
Piotr Kula

Most of the EpubCheck functionality comes from the schema validation tool Jing
and schemas that were developed by IDPF and DAISY. EpubCheck development was
largely done at Adobe Systems.










@@ -0,0 +1,3 @@
com.thaiopensource.datatype.xsd.regex.jdk1_4.RegexEngineImpl
com.thaiopensource.datatype.xsd.regex.xerces2.RegexEngineImpl
com.thaiopensource.datatype.xsd.regex.xerces.RegexEngineImpl
@@ -0,0 +1,4 @@
com.thaiopensource.validate.jarv.JarvSchemaReaderFactory
com.thaiopensource.validate.xerces.XsdSchemaReaderFactory
com.thaiopensource.validate.schematron.SaxonSchemaReaderFactory
com.thaiopensource.validate.schematron.XalanSchemaReaderFactory
@@ -0,0 +1,4 @@
com.thaiopensource.validate.rng.SAXSchemaReceiverFactory
com.thaiopensource.validate.mns.MnsSchemaReceiverFactory
com.thaiopensource.validate.nrl.NrlSchemaReceiverFactory
com.thaiopensource.validate.auto.SchemaReaderLoaderSchemaReceiverFactory
@@ -0,0 +1 @@
com.thaiopensource.relaxng.jarv.VerifierFactoryLoaderImpl
@@ -0,0 +1 @@
com.thaiopensource.datatype.xsd.DatatypeLibraryFactoryImpl
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.

0 comments on commit 1929dbe

Please sign in to comment.