diff --git a/doc/XSLTdoc.css b/Documentation/XSLTdoc.css similarity index 100% rename from doc/XSLTdoc.css rename to Documentation/XSLTdoc.css diff --git a/doc/configdoc.xsl b/Documentation/configdoc.xsl similarity index 100% rename from doc/configdoc.xsl rename to Documentation/configdoc.xsl diff --git a/doc/doctemplate.html b/Documentation/doctemplate.html similarity index 100% rename from doc/doctemplate.html rename to Documentation/doctemplate.html diff --git a/doc/oxdump1.png b/Documentation/oxdump1.png similarity index 100% rename from doc/oxdump1.png rename to Documentation/oxdump1.png diff --git a/doc/oxdump2.png b/Documentation/oxdump2.png similarity index 100% rename from doc/oxdump2.png rename to Documentation/oxdump2.png diff --git a/doc/oxy-changeframeworks.png b/Documentation/oxy-changeframeworks.png similarity index 100% rename from doc/oxy-changeframeworks.png rename to Documentation/oxy-changeframeworks.png diff --git a/doc/oxydoc.cfg b/Documentation/oxydoc.cfg similarity index 100% rename from doc/oxydoc.cfg rename to Documentation/oxydoc.cfg diff --git a/doc/oxygen-duplicate-scenario1.png b/Documentation/oxygen-duplicate-scenario1.png similarity index 100% rename from doc/oxygen-duplicate-scenario1.png rename to Documentation/oxygen-duplicate-scenario1.png diff --git a/doc/oxygen-duplicate-scenario2.png b/Documentation/oxygen-duplicate-scenario2.png similarity index 100% rename from doc/oxygen-duplicate-scenario2.png rename to Documentation/oxygen-duplicate-scenario2.png diff --git a/doc/oxygen-duplicate-scenario3.png b/Documentation/oxygen-duplicate-scenario3.png similarity index 100% rename from doc/oxygen-duplicate-scenario3.png rename to Documentation/oxygen-duplicate-scenario3.png diff --git a/doc/param.xsl b/Documentation/param.xsl similarity index 100% rename from doc/param.xsl rename to Documentation/param.xsl diff --git a/doc/paramform.xsl b/Documentation/paramform.xsl similarity index 100% rename from doc/paramform.xsl rename to Documentation/paramform.xsl diff --git a/doc/teixsl.png b/Documentation/teixsl.png similarity index 100% rename from doc/teixsl.png rename to Documentation/teixsl.png diff --git a/doc/teixsl.xml b/Documentation/teixsl.xml similarity index 76% rename from doc/teixsl.xml rename to Documentation/teixsl.xml index 04f4b1154..2711ff76b 100644 --- a/doc/teixsl.xml +++ b/Documentation/teixsl.xml @@ -9,7 +9,7 @@ - 2013-11-17 + 2014-11-12 @@ -57,58 +57,100 @@ the TEI Consortium.

- - - $Date$. - $Author$, $Revision$ - -

Introduction -

This is a family of XSLT 2.0 stylesheets to transform TEI XML documents -to various formats, including XHTML, LaTeX, XSL Formatting Objects, -ePub, plain text, RDF, JSON; -and to/from Word OOXML (docx) and OpenOfice (odt). -They concentrate on the core TEI -modules which are used for simple transcription and born -digital writing. It is important to understand that they do not: -cover all TEI elements and possible attribute valuesattempt to define a standard TEI processing or rendering -model -and should not be treated as the definitive view of the TEI Consortium.

+

This is a family of XSLT 2.0 stylesheets to transform TEI + XML documents to various textual formats formats, including + XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, + and JSON; and to/from Word OOXML (docx) and OpenOfice (odt). + They concentrate on the core TEI modules which are used for + simple transcription and born digital writing. It is + important to understand that they do not: + cover all TEI elements and possible + attribute valuesattempt to define a standard TEI + processing or rendering model and should not be + treated as the definitive view of the TEI Consortium.

Profiles -

The stylesheets support a set of profiles, which are -project starting points. They are implemented as a set of directories each of which may have a file -to.xsl for one or more of the supported output formats -(csv, -docbook, -docx, -dtd, -epub3, -epub, -fo, -html5, -html, -ibooks, -json, -latex, -lite, -oddhtml, -odt, -p4, -rdf, -relaxng, -tcp, -txt, and -xlsx). There may also be a from.xsl -to go from the selected format to TEI XML.

+

The stylesheets support a set of + profiles, which are project starting points + or customizations. They are implemented as a set of + directories each of which may have a file + to.xsl for one or more of the supported + output formats. There may also be a + from.xsl to go from the + selected format to TEI XML.

+

The profile default is used if no other + setup is selected, and is the fallback when a profile is + requested but does not contain any customization directory + for the chosen format.

-
+ +
+ Formats and file structure +

The stylesheets code is divided into directories by input + or output format, as described in the table + below. In addition there are some general-purpose directories: + templates which + are independent of output type, used by the other + transformations processing of + TEI ODD files creation of + LaTeX code for beamer + slidesassorted free-standing + utilities Within each directory there is usually + a separate file for the templates which implement each of the + TEI modules (eg html_textstructure.xsl, + html_linking.xsl, or + html_drama.xsl); these are included by a master + file eg html.xsl. This also includes a + parameterization layer in the file eg + html_param.xsl, and the parameterization file + from the common directory. The file (eg) + html.xsl does any necessary declaration of + constants and XSL keys.

+ + +nameDescriptionfrom TEIto TEI +bibtexLaTeX BibTeXx +cocoaCocoa simple markupx +csvComma-separated values (TEI tables only)xx +docbookDocbook 5.0xx +docxMicrosoft Word (OOXML)xx +dtdXML DTD (from ODD)x +epub3ePub version 3x +epubePubx +foXSL Formatting Objectsx +html5HTML5 x +htmlHTML (also used by ePub)x +jsonJSON (minimal)x +latexLaTeXx +markdownMarkdownxx +nlmNLMx +oddTEI compiled ODDx +odtOpenOffice (ODF)xx +p4TEI P4x +pdfPDF (generated by running LaTeX)x +rdfRDF (CIDOC CRM)x +relaxngRELAX NG schema (from ODD)x +rncRELAX NG schema (compact format)x +schematronSchematron schema (from ODD)x +tbxTBXx +tcpText Creation Partnership P4 XMLx +titeTEI Tite capture formatx +txtPlain textx +verbatimxml Pretty-printed XMLx +wordpressWordpressx +xlsxExcel (OOXML)x +xsdW3C schema (from ODD)x +
+
+ +
Using the stylesheets

The stylesheets are embedded in various services, or can be used on their own to perform the transformations.

@@ -181,31 +223,42 @@ different profiles supported for the current conversion path.

Command-line scripts

When the stylesheet package is installed, either by running make install from source, or installing a Debian package, there are Linux/OSX command-line shell scripts available -(docbooktotei, -docxtotei, -odttotei, -tcptotei, -teitobibtex, -teitodocbook, -teitodocx, -teitodtd, -teitoepub, -teitoepub3, -teitofo, -teitohtml, -teitohtml5, -teitojson, -teitolatex, -teitoodd, -teitoodt, -teitopdf, -teitordf, -teitorelaxng, -teitornc, -teitoslides, -teitotxt, -teitoxsd, and -xlsxtotei) +(cocoatotei, +docbooktotei, +docxtotei, +htmltotei, +markdowntotei, +odttotei, +p4totei, +tcptotei, +teitobibtex, +teitocsv, +teitodocbook, +teitodocx, +teitodtd, +teitoepub, +teitoepub3, +teitofo, +teitohtml, +teitohtml5, +teitojson, +teitolatex, +teitolite, +teitomarkdown, +teitonlm, +teitoodd, +teitoodt, +teitopdf, +teitordf, +teitorelaxng, +teitornc, +teitoschematron, +teitoslides, +teitotxt, +teitoverbatimxml, +teitoxsd, +wordpresstotei, and +xlsxtotei) for converting to/from Word, to/from OpenOffice, and to DTD, ePub, HTML, RDF, Relax NG, plain text, W3C schema etc. These are implemented using Ant tasks, so a local installation of Java 1.6+ and Ant @@ -257,28 +310,9 @@ multiple output files, one per top-level div or div1.

-
- File structure and customization -

The stylesheets files consist of a number of scripts, and seven -main directories where most of the work is done: -templates which are independent of output -type, used by the other transformationstemplates for making HTML output (also used -for ePub)templates for making LaTeX outputconversion to and from Word OOXML formatconversion to and from OpenOffice ODF formattemplates for making XSL FO outputprocessing of TEI ODD files -Within each directory there is usually a separate file for the templates -which implement each of the TEI modules (eg -html_textstructure.xsl, -html_linking.xsl, or html_drama.xsl); these -are included by a master file eg html.xsl. This also -includes a parameterization layer in the file eg -html_param.xsl, and the parameterization file from -the common directory. The file (eg) html.xsl does -any necessary declaration of constants and XSL keys.

-

There are further directories for other conversions, some which -are built on top of the html one above: -conversion to BibTeXconversion to/from DocbookODD conversion to DTD conversion to ePubconversion to ePub3conversion to HTML5 conversion to JSONconversion to NLM conversion to RDF (CIDOC CRM)conversion to LaTeX and HTML slidesconversion to TBXconversion from Text Creation Partnership P4 XMLconversion from TEI Tite to normal TEI P5conversion to plain textconversion from Microsoft Office spreadsheet format -

+
- Documentation of conversions and start points + Documentation of common conversions and start points Default conversion from CSV @@ -336,7 +370,7 @@ are built on top of the html one above:
-
+
Parameters and customizable templates

The TEI stylesheets are designed to be customized. There diff --git a/doc/verbatim.xsl b/Documentation/verbatim.xsl similarity index 100% rename from doc/verbatim.xsl rename to Documentation/verbatim.xsl diff --git a/doc/xmlverbatim.css b/Documentation/xmlverbatim.css similarity index 100% rename from doc/xmlverbatim.css rename to Documentation/xmlverbatim.css diff --git a/doc/xsltdoc.xsl b/Documentation/xsltdoc.xsl similarity index 100% rename from doc/xsltdoc.xsl rename to Documentation/xsltdoc.xsl diff --git a/Makefile b/Makefile index fead61e1b..491ef233d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOTDOTSAXON=java -jar ../../lib/saxon9he.jar DOTSAXON=java -jar ../lib/saxon9he.jar SAXON_ARGS=-ext:on -DIRS=bibtex cocoa common docx dtd docbook epub epub3 fo html wordpress markdown html5 json latex latex nlm odd odds odt pdf profiles/default rdf relaxng rnc schematron slides tbx tcp tite tools txt html xsd xlsx pdf verbatimxml +DIRS=bibtex cocoa common csv docx dtd docbook epub epub3 fo html wordpress markdown html5 json latex latex nlm odd odds odt p4 pdf profiles/default rdf relaxng rnc schematron slides tbx tcp tite tools txt html xsd xlsx pdf verbatimxml SCRIPTS=bin/*to* PREFIX=/usr @@ -80,14 +80,14 @@ profiles: test -d release/xslprofiles/xml/tei/stylesheet || mkdir -p release/xslprofiles/xml/tei/stylesheet tar cf - profiles | (cd release/xslprofiles/xml/tei/stylesheet; tar xf - ) -doc: oxygendoc +doc: oxygendoc linkcss @echo BUILD Compile documentation test -d release/xslcommon/doc/tei-xsl || mkdir -p release/xslcommon/doc/tei-xsl - $(SAXON) -o:doc/index.xml doc/teixsl.xml doc/param.xsl - $(SAXON) -o:doc/style.xml doc/teixsl.xml doc/paramform.xsl - $(SAXON) -o:release/xslcommon/doc/tei-xsl/index.html doc/index.xml profiles/tei/html5/to.xsl cssFile=tei.css - $(SAXON) -o:release/xslcommon/doc/tei-xsl/style.html doc/style.xml profiles/default/html/to.xsl - cp doc/*.png doc/teixsl.xml doc/style.xml release/xslcommon/doc/tei-xsl + $(SAXON) -o:Documentation/index.xml Documentation/teixsl.xml Documentation/param.xsl + $(SAXON) -o:Documentation/style.xml Documentation/teixsl.xml Documentation/paramform.xsl + $(SAXON) -o:release/xslcommon/doc/tei-xsl/index.html Documentation/index.xml profiles/tei/html5/to.xsl cssFile=tei.css + $(SAXON) -o:release/xslcommon/doc/tei-xsl/style.html Documentation/style.xml profiles/default/html/to.xsl + cp Documentation/*.png Documentation/teixsl.xml Documentation/style.xml release/xslcommon/doc/tei-xsl cp VERSION tei.css ChangeLog LICENCE release/xslcommon/doc/tei-xsl oxygendoc: @@ -144,13 +144,13 @@ install-profiles-files: ${PROFILEDOCTARGETS}: echo process doc for $@ - ODIR=release/xslprofiles/doc/tei-xsl/`dirname $@` ./runDoc.sh $@ -cfg:doc/oxydoc.cfg + ODIR=release/xslprofiles/doc/tei-xsl/`dirname $@` ./runDoc.sh $@ -cfg:Documentation/oxydococ.cfg (cd `dirname $@`; tar cf - release) | tar xf - rm -rf `dirname $@`/release ${DOCTARGETS}: echo process doc for $@ - ODIR=release/xsl/doc/tei-xsl/`dirname $@` ./runDoc.sh $@ -cfg:doc/oxydoc.cfg + ODIR=release/xsl/doc/tei-xsl/`dirname $@` ./runDoc.sh $@ -cfg:Documentation/oxydococ.cfg (cd `dirname $@`; tar cf - release) | tar xf - rm -rf `dirname $@`/release @@ -164,14 +164,14 @@ installcommon: doc common (cd release/xslcommon/xml; tar cf - .) | (cd ${PREFIX}/share/xml; tar xf -) install: linkcss doc installxsl installprofiles installcommon - rm -rf doc/index.xml doc/style.xml doc/stylebear teioo.jar + rm -rf Documentation/index.xml Documentation/style.xml Documentation/stylebear teioo.jar linkcss: (for i in css/*; do test -f `basename $$i` || ln -s $$i `basename $$i`;done) debversion: - sh ./util/mydch debian-tei-xsl/debian/changelog + sh ./tools/mydch debian-tei-xsl/debian/changelog deb: debversion @echo BUILD Make Debian packages @@ -188,7 +188,7 @@ sfupload: log: (LastDate=`head -1 ChangeLog | awk '{print $$1}'`; \ echo changes since $$LastDate; \ - ./util/git-to-changelog --since=$$LastDate > newchanges) + ./tools/git-to-changelog --since=$$LastDate > newchanges) mv ChangeLog oldchanges cat newchanges oldchanges > ChangeLog rm newchanges oldchanges @@ -200,7 +200,7 @@ clean: find . -name "*~" | xargs rm rm -f tei-xsl-*.zip rm -rf tei-xsl_* - rm -f doc/stylebear doc/style.xml doc/customize.xml doc/teixsl.html doc/index.xml + rm -f Documentation/stylebear Documentation/style.xml Documentation/customize.xml Documentation/teixsl.html Documentation/index.xml rm -rf release dist (cd Test; make clean) rm -rf tei-p5-xsl_* @@ -213,5 +213,4 @@ clean: (for i in sciencejournal/*.xml; do rm -f sciencejournal/`basename $$i`;done) tags: - etags `find . -name "*.xsl" | grep -v "slides/" | grep -v "latex/" | grep -v "html/" | grep -v "fo/" | grep -v "common2/" | grep -v "doc/" ` - + etags `find . -name "*.xsl" diff --git a/Test/foo.xml b/Test/foo.xml new file mode 100644 index 000000000..cbd2619cf --- /dev/null +++ b/Test/foo.xml @@ -0,0 +1,124 @@ + + + + + + A TEI file automatically converted from CSV + + +

No publication statement

+ + +

A TEI file automatically converted from a CSV file.

+
+ + + + + + + Common name + Scientific name + Location + Temperament + Diet + Water + Size + Region of the Aquarium + Breeding + + + Compressiceps + Haplochromis compressiceps + Lake Tanganyika + Territorial + Omnivore + PH 7.0 - 8.0, Temp. 73 - 77 F + 5 inches + Bottom + Hard + + + Frontosa + Cyphotilapia frontosus + Lake Tanganyika + Very peaceful + Omnivore + PH 7.8 - 8.5, Temp 75F - 82F + 14 inches + Middle-Bottom + Medium + + + Golden Julie + Julidochromis ornatus + Lake Tanganyika + Territorial and aggressive towards their own + Ominvore + PH 8.0 - 9.0, Temp 72F - 80F + 3 inches + Middle-Bottom + Easy + + + Convict Julie + Julidochromis regani + Lake Tanganyika + Peaceful + Ominvore + PH 8.2 - 9.2, Temp 72F - 82F + 5 inches + Middle-Bottom + Easy + + + Princess Cichlid + Neolamprologus brichardi + Lake Tanganyika + Territorial and aggressive to other species + Ominvore + PH 8.0 - 9.0 but will do fine in lower PH down to a low 7, Temp 70 - 80 F + 4 inches + Middle-Bottom + Easy + + + Cylindricus + Neolamprologus cylindricus + Lake Tanganyika + Passive + Ominvore + PH 7.7 to 9.0, Temp 72 to 80 F + 5 inches + Middle-Bottom + Difficult + + + Multi + Neolamprologus multifasciatus + Lake Tanganyika + Relatively peaceful + Carnivore + PH 7.4 to 9.0, Temp 72F - 84F + 2 inches + Bottom + Breed in colonies + + + Five Bar Cichlid + Lamprologus tretocephalus + Lake Tanganyika + Very Aggressive + Carnivore + PH 7.5 - 8.5, Temp 70F - 82F + 6 inches + Middle-Bottom + Hard + + + + +
+ +
+ diff --git a/Test/foo.zip b/Test/foo.zip new file mode 100644 index 000000000..0f3e65834 Binary files /dev/null and b/Test/foo.zip differ diff --git a/Test/test.csv b/Test/test.csv new file mode 100644 index 000000000..cf48d6df5 --- /dev/null +++ b/Test/test.csv @@ -0,0 +1,9 @@ +Common name,Scientific name,Location,Temperament,Diet,Water,Size,Region of the Aquarium,Breeding +Compressiceps,Haplochromis compressiceps,Lake Tanganyika,Territorial,Omnivore,"PH 7.0 - 8.0, Temp. 73 - 77 F",5 inches,Bottom,Hard +Frontosa,Cyphotilapia frontosus,Lake Tanganyika,Very peaceful,Omnivore,"PH 7.8 - 8.5, Temp 75F - 82F",14 inches,Middle-Bottom,Medium +Golden Julie,Julidochromis ornatus,Lake Tanganyika,Territorial and aggressive towards their own,Ominvore,"PH 8.0 - 9.0, Temp 72F - 80F",3 inches,Middle-Bottom,Easy +Convict Julie,Julidochromis regani,Lake Tanganyika,Peaceful,Ominvore,"PH 8.2 - 9.2, Temp 72F - 82F",5 inches,Middle-Bottom,Easy +Princess Cichlid,Neolamprologus brichardi,Lake Tanganyika,Territorial and aggressive to other species,Ominvore,"PH 8.0 - 9.0 but will do fine in lower PH down to a low 7, Temp 70 - 80 F",4 inches,Middle-Bottom,Easy +Cylindricus,Neolamprologus cylindricus,Lake Tanganyika,Passive,Ominvore,"PH 7.7 to 9.0, Temp 72 to 80 F",5 inches,Middle-Bottom,Difficult +Multi,Neolamprologus multifasciatus,Lake Tanganyika,Relatively peaceful,Carnivore,"PH 7.4 to 9.0, Temp 72F - 84F",2 inches,Bottom,Breed in colonies +Five Bar Cichlid,Lamprologus tretocephalus,Lake Tanganyika,Very Aggressive,Carnivore,"PH 7.5 - 8.5, Temp 70F - 82F",6 inches,Middle-Bottom,Hard diff --git a/bin/csvtotei b/bin/csvtotei new file mode 120000 index 000000000..cac68564d --- /dev/null +++ b/bin/csvtotei @@ -0,0 +1 @@ +transformtei \ No newline at end of file diff --git a/csv/build-from.xml b/csv/build-from.xml new file mode 100644 index 000000000..c65d76cd9 --- /dev/null +++ b/csv/build-from.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/csv/dummy.xml b/csv/dummy.xml new file mode 100644 index 000000000..61aa6d7fd --- /dev/null +++ b/csv/dummy.xml @@ -0,0 +1 @@ + diff --git a/markdown/build-from.xml b/markdown/build-from.xml index 7d6013ef1..16b468201 100644 --- a/markdown/build-from.xml +++ b/markdown/build-from.xml @@ -19,7 +19,7 @@ Copyright: 2011, TEI Consortium< --> diff --git a/profiles/acm/README.txt b/profiles/acm/README.txt new file mode 100644 index 000000000..b069739bb --- /dev/null +++ b/profiles/acm/README.txt @@ -0,0 +1 @@ +Assocation for Computing Machinery journals diff --git a/profiles/adams/README.txt b/profiles/adams/README.txt new file mode 100644 index 000000000..e69de29bb diff --git a/profiles/agora/README.txt b/profiles/agora/README.txt new file mode 100644 index 000000000..47e1576bc --- /dev/null +++ b/profiles/agora/README.txt @@ -0,0 +1 @@ +AGORA project diff --git a/profiles/bodley/epub/bodley.css b/profiles/bodley/epub/bodley.css deleted file mode 100644 index d594afbb2..000000000 --- a/profiles/bodley/epub/bodley.css +++ /dev/null @@ -1,377 +0,0 @@ -/* Bodley 0853 */ - - -body{ - font-family: Times Roman, serif, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; -} - -h2 { - font-weight: bold; -} - -h3 { - font-weight: bold; -} - - -h1.maintitle { - font-size: 90%; - font-weight: bold; - bottom: 5px; - text-align: center; -} - -h1.title { - font-weight: bold; - bottom: 5px; -} - -h2.subtitle { - font-weight: bold; -} - -.footer { - text-align : center; - font-size : 0.8em; -} - -/* table of contents */ -ul.toc {list-style: none;} -li.toc {list-style: none;} - -/* table of contents links */ - -a.inlinetoc:link,a.inlinetoc:visited -{ - color: #7A7A7A; - text-decoration: none; -} - -a.inlinetoc-this:visited,a.inlinetoc-this:link -{ - color: #000000; - font-weight: bold; - text-decoration: underline; -} - -a.inlinetoc-sub:visited,a.inlinetoc-sub:link -{ - text-decoration: none; - color: #000000; - font-weight: normal; -} - -span.toclist{ - font-weight: bold; -} - -p.toclist0 { -} - -p.toclist1 { -} - -p.toclist2 { -} - -p.toclist3 { -} - -span.toclist-this { - color: red; -} - -a.toclist:visited,a.toclist:link -{ - font-weight: bold; - color: #000000; - text-decoration: none; -} - - - -/* notes */ -div.noteHeading { -/* display: none; */ -/* font-weight: bold; */ -} -div.noteBody { - display:inline; -} - -div.note { -} - -div.notes { - margin-top: 50px; -} - -span.noteLabel { - font-size: 70%; - vertical-align: top; -} - -/* images */ -img.display { - display: block; -} -p.caption { - font-style: italic; -} - -.floatimage { - float : left; - vertical-align : top; -} - -/* title page */ -div.titlePage { - text-align: center; - font-size: 24pt; -} -div.docImprint { - font-size: 20pt; - margin-top: 45pt; - text-align: center; - font-style: italic; -} -div.docDate { - text-align: center; - font-style: italic; -} -div.docTitle { - font-weight: bold; -} -div.docAuthor { - font-style: italic; -} - -div.byline { - text-align: center; -} - -div.dateline{ - text-align: right; -} -/* verse */ -div.lg { -} - -div.centerbold { - text-align:center; - font-weight: bold; -} -div.center { - text-align:center; -} -div.right { - text-align:right; -} -div.left { - text-align:left; -} -div.l { - text-align:left; -} -p.center { - text-align:center; -} -p.right { - text-align:right; -} -p.left { - text-align:left; -} -div.indent1 { -} -div.indent2 { -} -div.indent3 { -} -div.indent4 { -} -div.indent5 { -} -div.indent6 { -} - -p.box { -} - -.small { -} - -td.label { - font-weight: bold; - background-color: #AAAAAA; -} -tr.label td { - font-weight: bold; - background-color: #AAAAAA; -} - -span.label { - font-weight: bold; -} - -h5 { -} -h6 { -} - -div.tocFront { -} -div.tocBack { -} -div.tocBody { -} -/* a listBibl rend='labels' */ -div.listBibl { -} -div.bibl { -} -span.biblLabel { - font-weight: bold; -} - -/* a inside a */ -div.citbibl { - text-align:right; -} -/* a inside a */ -div.citquote { - margin-left: 12pt; - margin-right: 12pt; -} - -/* gloss lists with bold labels */ -dt { - font-weight: bold; -} -div.blockquote { - margin-left: 12pt; - margin-right: 12pt; -} - -/* generic */ -span.hi { - font-weight: bold; -} -p, div.p { - -} -/* bibl */ -span.titlem { - font-style: normal; -} -span.titleu { -} -span.titles { -} -span.gap { - color:red; - } -ul.toc_back { - list-style: disc; -} -ul.toc_front { - list-style: disc; -} -span.crosslinks { -} - -span.headingNumber { - font-size: smaller; - color: red; -} - -span.term { - font-weight: bold; - color: red; -} -div.teidiv0 h1 { - color: #002147; -} -div.teidiv0 h1:before { - content: "— "; -} -div.teidiv0 h1:after { - content: " —"; -} -span.headingNumber { display: none; } - -table { - font-size: small; -} - -table.dottedLines { - width: 50%; - margin-left: auto; - margin-right: auto; -} - -table.dottedLines td { - width: 20%; -} - -table.dottedLines td.spacer { - width: 40%; - border-bottom: 1px dotted #cccccc; -} - -table.dottedLines td.cellRight { - text-align: right; -} - -blockquote.display { - font-size: smaller; - margin-left: 12pt; - margin-right: 12pt; - -} - -div.figureleft { - float: left; - margin-right: 10px; -} -div.figureright { - float: right; - margin-left: 10px; -} - -div.figurecenter { - width: 50%; - margin-top: 12pt; - margin-left: auto; - margin-right: auto; -} - -div.figurenosplit { - page-break-inside: avoid; -} - -div.figure { - padding-top: 6pt; - padding-bottom: 6pt; -} - -div.signed { - font-style:italic; - text-align:right; -} -li.headless { - display: none; -} - -/* for ePub */ -div.EpubCoverPage { - -webkit-hyphens:none; - font-family: serif; - height:860; - font-size:30pt; - font-weight: bold; - padding-top: 15pt; - margin: 12pt; - border: solid red 1pt; - text-align:center; - } diff --git a/profiles/bodley/epub/to.xsl b/profiles/bodley/epub/to.xsl deleted file mode 100644 index 6ecba4d90..000000000 --- a/profiles/bodley/epub/to.xsl +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - -

This software is dual-licensed: - -1. Distributed under a Creative Commons Attribution-ShareAlike 3.0 -Unported License http://creativecommons.org/licenses/by-sa/3.0/ - -2. http://www.opensource.org/licenses/BSD-2-Clause - - - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -* Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -This software is provided by the copyright holders and contributors -"as is" and any express or implied warranties, including, but not -limited to, the implied warranties of merchantability and fitness for -a particular purpose are disclaimed. In no event shall the copyright -holder or contributors be liable for any direct, indirect, incidental, -special, exemplary, or consequential damages (including, but not -limited to, procurement of substitute goods or services; loss of use, -data, or profits; or business interruption) however caused and on any -theory of liability, whether in contract, strict liability, or tort -(including negligence or otherwise) arising in any way out of the use -of this software, even if advised of the possibility of such damage. -

-

Author: See AUTHORS

- -

Copyright: 2013, TEI Consortium

-
-
- - Bodleian Library, University of Oxford - - - - true - true - ../profiles/bodley/epub/bodley.css - none - -1 - - - - - - - - - - -
diff --git a/profiles/bodley/epub3/bodley.css b/profiles/bodley/epub3/bodley.css deleted file mode 100644 index d594afbb2..000000000 --- a/profiles/bodley/epub3/bodley.css +++ /dev/null @@ -1,377 +0,0 @@ -/* Bodley 0853 */ - - -body{ - font-family: Times Roman, serif, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; -} - -h2 { - font-weight: bold; -} - -h3 { - font-weight: bold; -} - - -h1.maintitle { - font-size: 90%; - font-weight: bold; - bottom: 5px; - text-align: center; -} - -h1.title { - font-weight: bold; - bottom: 5px; -} - -h2.subtitle { - font-weight: bold; -} - -.footer { - text-align : center; - font-size : 0.8em; -} - -/* table of contents */ -ul.toc {list-style: none;} -li.toc {list-style: none;} - -/* table of contents links */ - -a.inlinetoc:link,a.inlinetoc:visited -{ - color: #7A7A7A; - text-decoration: none; -} - -a.inlinetoc-this:visited,a.inlinetoc-this:link -{ - color: #000000; - font-weight: bold; - text-decoration: underline; -} - -a.inlinetoc-sub:visited,a.inlinetoc-sub:link -{ - text-decoration: none; - color: #000000; - font-weight: normal; -} - -span.toclist{ - font-weight: bold; -} - -p.toclist0 { -} - -p.toclist1 { -} - -p.toclist2 { -} - -p.toclist3 { -} - -span.toclist-this { - color: red; -} - -a.toclist:visited,a.toclist:link -{ - font-weight: bold; - color: #000000; - text-decoration: none; -} - - - -/* notes */ -div.noteHeading { -/* display: none; */ -/* font-weight: bold; */ -} -div.noteBody { - display:inline; -} - -div.note { -} - -div.notes { - margin-top: 50px; -} - -span.noteLabel { - font-size: 70%; - vertical-align: top; -} - -/* images */ -img.display { - display: block; -} -p.caption { - font-style: italic; -} - -.floatimage { - float : left; - vertical-align : top; -} - -/* title page */ -div.titlePage { - text-align: center; - font-size: 24pt; -} -div.docImprint { - font-size: 20pt; - margin-top: 45pt; - text-align: center; - font-style: italic; -} -div.docDate { - text-align: center; - font-style: italic; -} -div.docTitle { - font-weight: bold; -} -div.docAuthor { - font-style: italic; -} - -div.byline { - text-align: center; -} - -div.dateline{ - text-align: right; -} -/* verse */ -div.lg { -} - -div.centerbold { - text-align:center; - font-weight: bold; -} -div.center { - text-align:center; -} -div.right { - text-align:right; -} -div.left { - text-align:left; -} -div.l { - text-align:left; -} -p.center { - text-align:center; -} -p.right { - text-align:right; -} -p.left { - text-align:left; -} -div.indent1 { -} -div.indent2 { -} -div.indent3 { -} -div.indent4 { -} -div.indent5 { -} -div.indent6 { -} - -p.box { -} - -.small { -} - -td.label { - font-weight: bold; - background-color: #AAAAAA; -} -tr.label td { - font-weight: bold; - background-color: #AAAAAA; -} - -span.label { - font-weight: bold; -} - -h5 { -} -h6 { -} - -div.tocFront { -} -div.tocBack { -} -div.tocBody { -} -/* a listBibl rend='labels' */ -div.listBibl { -} -div.bibl { -} -span.biblLabel { - font-weight: bold; -} - -/* a inside a */ -div.citbibl { - text-align:right; -} -/* a inside a */ -div.citquote { - margin-left: 12pt; - margin-right: 12pt; -} - -/* gloss lists with bold labels */ -dt { - font-weight: bold; -} -div.blockquote { - margin-left: 12pt; - margin-right: 12pt; -} - -/* generic */ -span.hi { - font-weight: bold; -} -p, div.p { - -} -/* bibl */ -span.titlem { - font-style: normal; -} -span.titleu { -} -span.titles { -} -span.gap { - color:red; - } -ul.toc_back { - list-style: disc; -} -ul.toc_front { - list-style: disc; -} -span.crosslinks { -} - -span.headingNumber { - font-size: smaller; - color: red; -} - -span.term { - font-weight: bold; - color: red; -} -div.teidiv0 h1 { - color: #002147; -} -div.teidiv0 h1:before { - content: "— "; -} -div.teidiv0 h1:after { - content: " —"; -} -span.headingNumber { display: none; } - -table { - font-size: small; -} - -table.dottedLines { - width: 50%; - margin-left: auto; - margin-right: auto; -} - -table.dottedLines td { - width: 20%; -} - -table.dottedLines td.spacer { - width: 40%; - border-bottom: 1px dotted #cccccc; -} - -table.dottedLines td.cellRight { - text-align: right; -} - -blockquote.display { - font-size: smaller; - margin-left: 12pt; - margin-right: 12pt; - -} - -div.figureleft { - float: left; - margin-right: 10px; -} -div.figureright { - float: right; - margin-left: 10px; -} - -div.figurecenter { - width: 50%; - margin-top: 12pt; - margin-left: auto; - margin-right: auto; -} - -div.figurenosplit { - page-break-inside: avoid; -} - -div.figure { - padding-top: 6pt; - padding-bottom: 6pt; -} - -div.signed { - font-style:italic; - text-align:right; -} -li.headless { - display: none; -} - -/* for ePub */ -div.EpubCoverPage { - -webkit-hyphens:none; - font-family: serif; - height:860; - font-size:30pt; - font-weight: bold; - padding-top: 15pt; - margin: 12pt; - border: solid red 1pt; - text-align:center; - } diff --git a/profiles/bodley/epub3/to.xsl b/profiles/bodley/epub3/to.xsl deleted file mode 100644 index dbe60bf77..000000000 --- a/profiles/bodley/epub3/to.xsl +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - -

This software is dual-licensed: - -1. Distributed under a Creative Commons Attribution-ShareAlike 3.0 -Unported License http://creativecommons.org/licenses/by-sa/3.0/ - -2. http://www.opensource.org/licenses/BSD-2-Clause - - - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -* Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -This software is provided by the copyright holders and contributors -"as is" and any express or implied warranties, including, but not -limited to, the implied warranties of merchantability and fitness for -a particular purpose are disclaimed. In no event shall the copyright -holder or contributors be liable for any direct, indirect, incidental, -special, exemplary, or consequential damages (including, but not -limited to, procurement of substitute goods or services; loss of use, -data, or profits; or business interruption) however caused and on any -theory of liability, whether in contract, strict liability, or tort -(including negligence or otherwise) arising in any way out of the use -of this software, even if advised of the possibility of such damage. -

-

Author: See AUTHORS

-

Id: $Id: to.xsl 12282 2013-06-19 20:20:43Z rahtz $

-

Copyright: 2013, TEI Consortium

-
-
- - Bodleian Library, University of Oxford - - - - true - true - ../profiles/bodley/epub/bodley.css - none - -1 - - - - - - - - - - -
diff --git a/profiles/default/README.txt b/profiles/default/README.txt new file mode 100644 index 000000000..9189ea9e6 --- /dev/null +++ b/profiles/default/README.txt @@ -0,0 +1 @@ +the default customization diff --git a/profiles/default/csv/from.xsl b/profiles/default/csv/from.xsl index fdefefe0e..2b88bed20 100644 --- a/profiles/default/csv/from.xsl +++ b/profiles/default/csv/from.xsl @@ -107,8 +107,7 @@ All output is converted to UTF-8. - + as="xs:string+"/> diff --git a/profiles/dhoxss/README.txt b/profiles/dhoxss/README.txt new file mode 100644 index 000000000..ef01a918c --- /dev/null +++ b/profiles/dhoxss/README.txt @@ -0,0 +1 @@ +Oxford Digitial Humanities Summer School diff --git a/profiles/ecco/README.txt b/profiles/ecco/README.txt new file mode 100644 index 000000000..58b304fb4 --- /dev/null +++ b/profiles/ecco/README.txt @@ -0,0 +1 @@ +ECCO TCP texts diff --git a/profiles/enrich/README.txt b/profiles/enrich/README.txt new file mode 100644 index 000000000..98764d2bf --- /dev/null +++ b/profiles/enrich/README.txt @@ -0,0 +1 @@ +ENRICH EU project on manuscript description diff --git a/profiles/iso/README.txt b/profiles/iso/README.txt new file mode 100644 index 000000000..dd5b5d0b1 --- /dev/null +++ b/profiles/iso/README.txt @@ -0,0 +1 @@ +ISO documentation diff --git a/profiles/jsi/README.txt b/profiles/jsi/README.txt new file mode 100644 index 000000000..6a788530b --- /dev/null +++ b/profiles/jsi/README.txt @@ -0,0 +1 @@ +JSI institute diff --git a/profiles/minimal/html/to.xsl b/profiles/minimal/html/to.xsl deleted file mode 100644 index 5658e1ac6..000000000 --- a/profiles/minimal/html/to.xsl +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - false - - - - - - - - - - - - - - - - - - diff --git a/profiles/oepack/README.txt b/profiles/oepack/README.txt new file mode 100644 index 000000000..fe287b417 --- /dev/null +++ b/profiles/oepack/README.txt @@ -0,0 +1 @@ +Experiments in old english teaching materials diff --git a/profiles/ota/README.txt b/profiles/ota/README.txt new file mode 100644 index 000000000..20fa8947d --- /dev/null +++ b/profiles/ota/README.txt @@ -0,0 +1 @@ +University of Oxford Text Archive diff --git a/profiles/otapages/README.txt b/profiles/otapages/README.txt new file mode 100644 index 000000000..0b6fd82a9 --- /dev/null +++ b/profiles/otapages/README.txt @@ -0,0 +1 @@ +University of Oxford Text Archive making facsimile pages diff --git a/profiles/oucscourses/README.txt b/profiles/oucscourses/README.txt new file mode 100644 index 000000000..0b80160cb --- /dev/null +++ b/profiles/oucscourses/README.txt @@ -0,0 +1 @@ +Documentation for courses taught at Oxford University Computing Services diff --git a/profiles/oulipo/README.txt b/profiles/oulipo/README.txt new file mode 100644 index 000000000..57e48e927 --- /dev/null +++ b/profiles/oulipo/README.txt @@ -0,0 +1,2 @@ +OuLiPo transcription project + diff --git a/profiles/oxford/README.txt b/profiles/oxford/README.txt new file mode 100644 index 000000000..f64ae0563 --- /dev/null +++ b/profiles/oxford/README.txt @@ -0,0 +1 @@ +University of Oxford IT Services diff --git a/profiles/podcasts/docx/TranscriptHeader.jpg b/profiles/podcasts/docx/TranscriptHeader.jpg deleted file mode 100644 index 1ed2f13a2..000000000 Binary files a/profiles/podcasts/docx/TranscriptHeader.jpg and /dev/null differ diff --git a/profiles/podcasts/docx/from.xsl b/profiles/podcasts/docx/from.xsl deleted file mode 100644 index d4612a5ad..000000000 --- a/profiles/podcasts/docx/from.xsl +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - / - - .mp - - - - / - - - - http://rss.oucs.ox.ac.uk/oxitems/generatersstwo2.php?channel_name= - - &destination=steeple - - - - - - - - - - <xsl:value-of - select="title"/> - - - - - - - and - - - , - - - - - - - - - - - - - - - - http://rss.oucs.ox.ac.uk/rss20.xml - - - - - - - - - - - - - -

- -

-
-
- - - - - - - - - - - - -
-
-
- - Error finding in (from ) - -
-
-
- - Error finding a valid full name in - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 01 - 02 - 03 - 04 - 05 - 06 - 07 - 08 - 09 - 10 - 11 - 12 - 00 - - - - - - - - - - - - - -
diff --git a/profiles/podcasts/epub/cover.jpg b/profiles/podcasts/epub/cover.jpg deleted file mode 100644 index 81edd7f66..000000000 Binary files a/profiles/podcasts/epub/cover.jpg and /dev/null differ diff --git a/profiles/podcasts/epub/podcast.css b/profiles/podcasts/epub/podcast.css deleted file mode 100644 index 53acacee5..000000000 --- a/profiles/podcasts/epub/podcast.css +++ /dev/null @@ -1,587 +0,0 @@ -/* -CSS for Oxford Podcasts -*/ - - -/* main layout */ - - -body{ - color: #000000; - background-color: #FFFFFF; - margin: 10pt; - padding:0; - font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; -} - - - -/* now the layers of the header */ - -/* the main title */ -div.stdheader { - border-bottom: 1pt solid black; -} - -#hdr{ - width: auto; - margin: 0; - background-repeat : no-repeat; - overflow : inherit; -} - -/* a navigation bar */ -#hdr2{ - width: auto; - color: #000000; - font-family: Arial,Helvetica,sans-serif; - font-weight: bold; - background-color : #99CCFF; - padding-left : 5px; - padding-bottom : 2px; - padding-top : 2px; - padding-right : 5px; -} - -/* a breadcrumb trail */ -#hdr3{ - width: auto; - color: #000000; - background-color : #AD06BC; - padding-left : 5px; - padding-bottom : 2px; - padding-top : 2px; - padding-right : 5px; - font-family: Arial,Helvetica,sans-serif; - font-weight : bold; - font-size: smaller; -} - -.bannerright { - float:right; - margin-right : 5px; - color: #FFFFFF; - font-family : Arial, Helvetica, sans-serif; - font-size : 0.8em; - font-weight : bold; - text-decoration: none; -} - -/* section headings */ -#hdr h1 { color: red; } -h1 { - font-weight: bold; - font-size: 2em; - line-height: 34pt; -} - -h2 { - font-size: larger; - line-height: 20pt; - margin-top: 18pt; - font-weight: bold; -} - -h3 { - font-size: larger; - line-height: 18pt; - font-weight: bold; - font-style: italic; - color: #C63904; -} - - -h1.maintitle { - margin-left: 100px; - font-family: Arial,Helvetica,sans-serif; - font-weight: bold; - bottom: 5px; -} - -h1.title { - margin-left: 100px; - font-family: Arial,Helvetica,sans-serif; - font-weight: bold; - bottom: 5px; -} - -h2.institution { - margin-left: 100px; - font-family: Arial,Helvetica,sans-serif; -} - -h2.department { - margin-left: 100px; - font-family: Arial,Helvetica,sans-serif; -} - -h2.subtitle { - margin-left: 100px; - font-family: Arial,Helvetica,sans-serif; - font-weight: bold; -} - -.footer { - text-align : center; - font-family: Arial,Helvetica,sans-serif; - font-size : 0.8em; -} - - - - -.tocontent{ - color : #000066; - display : none; -} - -.hide{ - display : none; -} - -a:hover -{ - text-decoration: underline; -} - - -table.wovenodd td,p.wovenodd { - background-color: #FFFFFF; -} - -/* an inner , eg inside a */ -div.innertext { - margin: 6pt; - border: 1pt solid red; -} -/* literal code */ - -div.cdata { - white-space: pre; - clear:both; -} - -div.pre,pre { - background-color: #FFFFCC; - font-family: monospace ; - margin: 5px; - padding: 6px; - white-space: pre; -} - -div.pre_eg,pre.eg { - margin: 5px; - padding: 5px; - font-family: monospace ; - background-color: #DDDDDD; - white-space: pre; -} - - -/* table of contents */ -ul.toc {list-style: none;} -li.toc {list-style: none;} - -/* table of contents links */ - -a.inlinetoc:link,a.inlinetoc:visited -{ - color: #7A7A7A; - font-size: smaller; - text-decoration: none; -} - -a.inlinetoc-this:visited,a.inlinetoc-this:link -{ - font-size: smaller; - color: #000000; - font-weight: bold; - text-decoration: underline; -} - -a.inlinetoc-sub:visited,a.inlinetoc-sub:link -{ - text-decoration: none; - color: #000000; - font-weight: normal; - font-size: smaller; -} - -span.toclist{ - font-size: smaller; - font-family: Arial,Helvetica,sans-serif; - font-weight: bold; -} - -p.toclist0 { - margin-left: 0.5em; - margin-top: 1pt; - margin-bottom: 3pt; - text-indent: -0.5em; - font-size: small; -} - -p.toclist1 { - margin-left: 1em; - margin-top: 1pt; - margin-bottom: 2pt; - text-indent: -0.7em; - font-size: small; -} - -p.toclist2 { - margin-left: 1.5em; - text-indent: -1em; - font-size: small; -} - -p.toclist3 { - margin-left: 2em; - text-indent: -1.5em; - font-size: small; -} - -span.toclist-this { - color: red; -} - -a.toclist:visited,a.toclist:link -{ - font-weight: bold; - color: #000000; - text-decoration: none; -} - - - -/* notes */ -div.noteHeading { - margin-top: 9pt; - border: 0; - border-top: 1pt; - border-style: solid; - padding-top: 6pt; - font-size: larger; - font-weight: bold; -} -div.noteBody { - display:inline; -} - -div.note { - margin-left: 1em; - margin-bottom: 4pt; - text-indent: -1em; -} - -span.noteLabel { - font-style: italic; -} - -/* images */ -img.display { - margin-top: 10pt; - margin-bottom: 10pt; - display: block; -} -p.caption { - font-style: italic; -} - -.floatimage { - float : left; - margin-right : 6px; - vertical-align : top; -} -/* specialized divs */ -div.letter { - margin-left: 2em; - margin-right: 2em; - margin-top: 6pt; - margin-bottom: 6pt; - border-top: 1pt solid green; - border-bottom: 1pt solid green; -} -/* title page */ -div.titlePage { - border-top: 2pt solid #000000; - border-bottom: 2pt solid #000000; - padding-top: 6pt; - padding-bottom: 6pt; - font-size: larger; - text-align: center; -} -div.docImprint { - font-style: italic; -} -div.docDate { - font-style: italic; -} -div.docTitle { - font-weight: bold; -} -div.docAuthor { - font-style: italic; -} - -div.byline { -} - -div.dateline{ - text-align: right; -} -/* verse */ -div.lg { - margin-left: 10px; -} - -div.centerbold { - text-align:center; - font-weight: bold; -} -div.center { - text-align:center; -} -div.right { - text-align:right; -} -div.left { - text-align:left; -} -div.l { - text-align:left; -} -p.center { - text-align:center; -} -p.right { - text-align:right; -} -p.left { - text-align:left; -} -div.indent1 { - margin-left: 1em; -} -div.indent2 { - margin-left: 2em; -} -div.indent3 { - margin-left: 3em; -} -div.indent4 { - margin-left: 4em; -} -div.indent5 { - margin-left: 5em; -} -div.indent6 { - margin-left: 6em; -} -/* misc */ -.plain { - font-weight: bold; - text-decoration: none; - font-family: Arial,Helvetica,sans-serif; - color: #C63904; -} - -p.box { - border: 1pt solid #000000; -} - -.small { - font-size: small; -} - -td.label { - font-weight: bold; - background-color: #AAAAAA; -} -tr.label td { - font-weight: bold; - background-color: #AAAAAA; -} - -span.label { - font-weight: bold; -} - -h5 { - font-size: 100%; -} -h6 { - font-size: 100%; -} - -div.tocFront { - border-bottom: 1pt solid #000000; -} -div.tocBack { - border-bottom: 1pt solid #000000; -} -div.tocBody { - border-bottom: 1pt solid #000000; -} -/* a listBibl rend='labels' */ -div.listBibl { - margin-top: 6pt; - margin-bottom: 6pt; -} -div.bibl { - margin-left: 0.5em; - text-indent: -0.5em; -} -div.biblfree { - font-size: smaller; - font-style:italic; - margin-left: 0.5em; - text-indent: -0.5em; -} - -span.biblLabel { - font-weight: bold; - margin-right: 1em; -} - -/* a inside a */ -div.citbibl { - text-align:right; - font-size: smaller; -} -/* a inside a */ -div.citquote { -} - -/* gloss lists with bold labels */ -dt { - font-weight: bold; -} -div.blockquote { - margin: 10pt; -} - -/* generic */ -span.hi { - font-weight: bold; -} - -/* from drama */ -span.actor { - font-style:italic; -} -span.camera { - font-style: italic; -} -span.caption { - font-style: italic; -} -span.role { - font-style: italic; -} -span.set { - font-style: italic; -} -span.sound { - font-style: italic; -} -span.stage { - font-style: italic; -} -span.tech { - font-style: italic; -} -span.view { - font-style: italic; -} -span.mentioned { - font-style: italic; -} -span.nextLink { - font-style: italic; -} -span.previousLink { - font-style: italic; -} -span.upLink { - font-style: italic; -} -p, div.p { - margin-top: 0.3em; -} -/* bibl */ -span.titlem { - font-style: italic; -} -span.titleu { -} -span.titles { -} - -aside,span.notemargin { - display: block; - font-size: smaller; - clear: right; - padding: 4pt; - font-style: italic; - width: 10%; - float:right; - border: solid green 1pt; - margin: 6pt; -} - -div.floatingText_back { - border-top: solid black 1pt; -} -div.floatingText_front { - border-top: solid black 1pt; -} -div.floatingText { - margin: 6pt; - border: solid black 1pt; -} -span.pagebreak { - background-color: green; - font-weight: bold; -} -div.pagebreak { - display: block; - border: solid red 1pt; -} -span.element { - font-weight: bold; - color: black; -} -span.unclear { - font-weight: bold; -} -span.wordtypeNN, span.wordtypeNNS { - color: green; - } -span.wordtypeVVD,span.wordtypeVVN,span.wordtypeVVN,span.wordtypeVVZ,span.wordtypeVVG, span.wordtypeVV { - color: red; - } - -div.transcriptSummary { - padding-top: 6pt; - padding-bottom: 6pt; - border-top: 1pt solid black; - border-bottom: 1pt solid black; - font-size: larger; -} -div.p-in-sp { - margin-top: 6pt; -} - -/* for ePub */ -div.EpubCoverPage { - -webkit-hyphens:none; - font-family: serif; - height:860; - font-size:30pt; - font-weight: bold; - padding-top: 15pt; - margin: 12pt; - border: solid red 1pt; - text-align:center; - } diff --git a/profiles/podcasts/epub/to.xsl b/profiles/podcasts/epub/to.xsl deleted file mode 100644 index a70ae254a..000000000 --- a/profiles/podcasts/epub/to.xsl +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - ../profiles/podcasts/epub/podcast.css - Oxford Podcast - - - - - - - -
-

-

Presenter(s):

-

A recording is available online here: - - - ?CAMEFROM=transcript - -

-

Part of a series: -

-
- - - - -
- - -
-
-

- © - University of Oxford, -

- -

This transcript is released under the Creative Commons - Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales - Licence. It can be reused and redistributed globally provided that it - is used in a non-commercial way and the work is attributed to the - licensors. If a person creates a new work based on the transcript, the - new work must be distributed under the same licence. Before reusing, - adapting or redistributing, please read and comply with the full - licence available at - http://creativecommons.org/licenses/by-nc-sa/2.0/uk/ -

-
-
- -
\ No newline at end of file diff --git a/profiles/readme/README.txt b/profiles/readme/README.txt new file mode 100644 index 000000000..5d4f5b405 --- /dev/null +++ b/profiles/readme/README.txt @@ -0,0 +1 @@ +README format for TEI releases diff --git a/profiles/saxonce/README.txt b/profiles/saxonce/README.txt new file mode 100644 index 000000000..96bd3745c --- /dev/null +++ b/profiles/saxonce/README.txt @@ -0,0 +1 @@ +For use with Saxon CE (XSLT processor in Javascript) diff --git a/profiles/sciencejournal/README.txt b/profiles/sciencejournal/README.txt new file mode 100644 index 000000000..282476397 --- /dev/null +++ b/profiles/sciencejournal/README.txt @@ -0,0 +1 @@ +experimentation with conversion from Word for scientific journals diff --git a/profiles/soas/latex/to.xsl b/profiles/soas/latex/to.xsl deleted file mode 100644 index 29e70e90f..000000000 --- a/profiles/soas/latex/to.xsl +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - -

This software is dual-licensed: - -1. Distributed under a Creative Commons Attribution-ShareAlike 3.0 -Unported License http://creativecommons.org/licenses/by-sa/3.0/ - -2. http://www.opensource.org/licenses/BSD-2-Clause - - - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -* Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -This software is provided by the copyright holders and contributors -"as is" and any express or implied warranties, including, but not -limited to, the implied warranties of merchantability and fitness for -a particular purpose are disclaimed. In no event shall the copyright -holder or contributors be liable for any direct, indirect, incidental, -special, exemplary, or consequential damages (including, but not -limited to, procurement of substitute goods or services; loss of use, -data, or profits; or business interruption) however caused and on any -theory of liability, whether in contract, strict liability, or tort -(including negligence or otherwise) arising in any way out of the use -of this software, even if advised of the possibility of such damage. -

-

Author: See AUTHORS

- -

Copyright: 2013, TEI Consortium

-
-
- - - -SOAS Ledmac setup -\renewcommand{\notenumfont}{\bfseries} -\lineation{page} -\linenummargin{inner} -\footthreecol{A} -\foottwocol{B} -\setromanfont{Linux Libertine O} -\setsansfont{Myriad Pro} - - - -
diff --git a/profiles/tei/README.txt b/profiles/tei/README.txt new file mode 100644 index 000000000..c4c8023df --- /dev/null +++ b/profiles/tei/README.txt @@ -0,0 +1 @@ +Text Encoding Initiative documentation diff --git a/profiles/teikindle/README.txt b/profiles/teikindle/README.txt new file mode 100644 index 000000000..1e6dd7c68 --- /dev/null +++ b/profiles/teikindle/README.txt @@ -0,0 +1 @@ +Specific case of epub intended for conversion to Kindle MOBI format diff --git a/profiles/transcription/README.txt b/profiles/transcription/README.txt new file mode 100644 index 000000000..a3a7c27c3 --- /dev/null +++ b/profiles/transcription/README.txt @@ -0,0 +1 @@ +Not sure what this is... diff --git a/util/git-to-changelog b/tools/git-to-changelog similarity index 100% rename from util/git-to-changelog rename to tools/git-to-changelog diff --git a/util/mydch b/tools/mydch similarity index 100% rename from util/mydch rename to tools/mydch diff --git a/txt/tei-to-text.xsl b/txt/tei-to-text.xsl index 2e5a8bfa1..1f9810a76 100644 --- a/txt/tei-to-text.xsl +++ b/txt/tei-to-text.xsl @@ -151,7 +151,16 @@ of this software, even if advised of the possibility of such damage. - + + + + +