├── .github ├── dependabot.yml └── workflows │ ├── deploy-docs.yml │ └── test.yml ├── .gitignore ├── LICENSE.txt ├── README.adoc ├── Wiki ├── AlignedTexts.adoc ├── AuxiliaryTools.adoc ├── Checks.adoc ├── CodingConventions.adoc ├── Configuration.adoc ├── CrossReferences.adoc ├── CustomizationWithCSS.adoc ├── FacsimileSupport.adoc ├── Figures.adoc ├── Footnotes.adoc ├── Formulas.adoc ├── FuturePlans.adoc ├── GettingStarted.adoc ├── Index.adoc ├── Installation.adoc ├── Introduction.adoc ├── KwicIndex.adoc ├── MediaOverlaysInEPub3.adoc ├── MergingTexts.adoc ├── PageBreaks.adoc ├── ParsingCss.adoc ├── ProcessSteps.adoc ├── ProjectHome.adoc ├── RedesignCss.adoc ├── ScratchPad.adoc ├── SpecifyingCoverPages.adoc ├── TEIHeader.adoc ├── Tables.adoc ├── UsingTheRendAttribute.adoc └── ePub3Support.adoc ├── checks.pl ├── checks.xsl ├── databases ├── create-words-db.sql └── queries.sql ├── documentation ├── Processed │ ├── TEI-Guidelines.epub │ ├── TEI-Guidelines.html │ └── images │ │ ├── reference250.jpg │ │ └── reference500.jpg ├── TEI-Guidelines-0.6.tei ├── TEI-PG-Guidelines-0.6.odt ├── covers │ ├── cover.svg │ ├── cover250.jpg │ ├── cover500.jpg │ ├── frontispiece.gif │ ├── reference250.jpg │ └── reference500.jpg ├── custom.css └── imageinfo.xml ├── dtd ├── CATALOG ├── ISOlat1.ent ├── ISOlat2.ent ├── ISOnum.ent ├── ISOpub.ent ├── README.md ├── teilite.dtd ├── teilitejh.dtd ├── teilitex.dtd ├── teilitex.ent ├── teisgml.dec ├── teixlite.dtd ├── usrmods.dtd └── usrmods.ent ├── dummy.xml ├── include.xsl ├── locale ├── abbreviations.xml ├── commonwords.xml ├── messages.xml ├── messages.xsl ├── messages2csv.xsl ├── messages2messages.xsl ├── messages2po.pl ├── messages2po.xsl ├── messages2xliff.xsl └── stopwords.xml ├── merge-documents.xsl ├── modules ├── betacode.xsl ├── block.xsl ├── colophon.xsl ├── configuration.xsl ├── contents.xsl ├── copyright.xsl ├── css.xsl ├── divisions.xsl ├── drama.xsl ├── exlibris.xsl ├── facsimile.xsl ├── figures.xsl ├── formulas.xsl ├── functions.xsl ├── gutenberg.xsl ├── header.xsl ├── index.xsl ├── inline.xsl ├── levenshtein.xsl ├── lists.xsl ├── localization.xsl ├── log.xsl ├── normalize-table.xsl ├── notes.xsl ├── numbers.xsl ├── plaintext.xsl ├── references-func.xsl ├── references.xsl ├── rend.xsl ├── segmentize.xsl ├── spellout.xsl ├── splitter.xsl ├── stripns.xsl ├── tables.xsl ├── tei2epubnav.xsl ├── tei2ncx.xsl ├── tei2opf.xsl ├── titlepage.xsl ├── utils.epub.xsl ├── utils.html.xsl ├── utils.xsl └── variables.xsl ├── p4top5.xsl ├── pom.xml ├── pptools ├── broken-images.pl ├── catpars.pl ├── checkArchives.pl ├── cleansvg.pl ├── cleansvg.xsl ├── copy2git.pl ├── corpus tools │ ├── collectFeatures.pl │ ├── collectFeatures.txt │ ├── collectWords.pl │ ├── confusables.txt │ ├── dictionary-queries.sql │ ├── dictionary-schema.sql │ ├── partsofspeech.txt │ └── scannos.txt ├── dictionaries │ ├── de.stopwords │ ├── dict-nl_1900.oxt │ │ ├── META-INF │ │ │ └── manifest.xml │ │ ├── description.xml │ │ ├── dictionaries.xcu │ │ ├── nl_NL_1900.aff │ │ └── nl_NL_1900.dic │ ├── en.long.stopwords │ ├── en.scannos │ ├── en.stopwords │ ├── filter-frequency-report.pl │ ├── nl.stopwords │ ├── nl_NL_1900_changes.txt │ └── nl_NL_1900_full.txt ├── divn2div.pl ├── extract-page.pl ├── extract-segs.pl ├── extractPdf.pl ├── fb2tei.pl ├── fixAnchors.pl ├── fixDitto.pl ├── fixNotes.pl ├── fixPb.pl ├── handleFootnotes.pl ├── html2tei.pl ├── idelement.pl ├── idformula.pl ├── idnotes.pl ├── lower-sc.pl ├── numberDiv2s.pl ├── numberLines.pl ├── numberParagraphs.pl ├── old │ ├── aposquote-test.txt │ ├── aposquote.pl │ ├── collectWords.pl │ ├── dirwin2utf8.pl │ ├── ent2win.pl │ ├── extractLanguage.pl │ ├── g4.pl │ ├── linkdex-test.tei │ ├── linkdex.pl │ ├── modernize.pl │ ├── modernizeer.txt │ ├── normalize.pl │ ├── normalizeText.pl │ ├── resolveIndex.pl │ ├── sorted-sgml-entities.pl │ ├── uckwic.pl │ └── win2utf8.pl ├── optimg.pl ├── pgpp.pl ├── pgprepare.pl ├── pgpreview.pl ├── pgreport.pl ├── quotes.pl ├── rename-images.pl ├── smallcaps.pl ├── sortAttributes.pl ├── speaker-uc.pl ├── tagBibleRefs.pl ├── tagMeasures.pl ├── tagPoetry.pl ├── tagPoetryLgSp.pl ├── tagSegments.pl ├── to7zip.pl └── utf82ent.pl ├── preprocess.xsl ├── samples ├── Cole - Philippine Folk Tales │ ├── PhilippineFolkTales-1.1.tei │ ├── Processed │ │ ├── PhilippineFolkTales.html │ │ ├── PhilippineFolkTales.xml │ │ └── images │ │ │ ├── front.jpg │ │ │ ├── p026-1.jpg │ │ │ ├── p026-2.jpg │ │ │ ├── p027.jpg │ │ │ ├── p040-1.jpg │ │ │ ├── p040-2.jpg │ │ │ ├── p041-1.jpg │ │ │ ├── p041-2.jpg │ │ │ ├── p056-1.jpg │ │ │ ├── p056-2.jpg │ │ │ ├── p057-1.jpg │ │ │ ├── p057-2.jpg │ │ │ ├── p068-1.jpg │ │ │ ├── p068-2.jpg │ │ │ ├── p069-1.jpg │ │ │ ├── p069-2.jpg │ │ │ ├── p090-1.jpg │ │ │ ├── p090-2.jpg │ │ │ ├── p091-1.jpg │ │ │ ├── p091-2.jpg │ │ │ ├── p124.jpg │ │ │ ├── p125.jpg │ │ │ ├── p160-1.jpg │ │ │ ├── p160-2.jpg │ │ │ ├── p161.jpg │ │ │ ├── p196.jpg │ │ │ ├── p197-1.jpg │ │ │ ├── p197-2.jpg │ │ │ ├── qr12814.png │ │ │ └── titlepage.png │ ├── README.adoc │ ├── imageinfo.xml │ └── metadata.xml ├── Fansler - Filipino Popular Tales │ ├── FilipinoPopularTales-1.0.tei │ └── FilipinoPopularTales.xml ├── Kayme - Anting-Anting Stories │ ├── AntingAnting-1.0.tei │ └── AntingAnting.xml ├── Pratt - Armenia and the Armenians │ ├── ArmeniaArmenians-1.0.tei │ └── ArmeniaArmenians.xml ├── README.adoc ├── Shakespeare - Twee Edellieden van Verona │ ├── WS-03-EdelliedenVerona-1.0.tei │ └── WS-03-EdelliedenVerona.xml └── getRepos.pl ├── sandbox ├── README.md ├── css2xml.xsl ├── extract-page.xsl ├── extract-page.xspec ├── extract-segs.xsl ├── fb2tei.xsl ├── html2tei.xsl ├── linkIndex.pl ├── normalize-paragraphs.xsl ├── normalize-paragraphs.xspec ├── pageMap │ └── pageMap.pl ├── pagemap.xsl ├── pagemap.xspec ├── patterns │ ├── compilePattern.pl │ ├── compilePatterns.xsl │ ├── compiledTest.xsl │ ├── patterns.xsl │ └── testPatterns.xsl ├── pgtei2tei.xsl ├── svg.html ├── svg.pl ├── svg.xsl ├── tei2pgtei.xsl ├── tei2txt.xsl ├── tei2txt.xspec ├── tei2wl.pl ├── tei2wl.xsl └── usage.xsl ├── schemas ├── exlibris.xsd ├── imageinfo.xsd ├── issues.xsd ├── messages.xsd ├── tei2html.config.xsd └── xsltdoc.xsd ├── schematron ├── tei-namespace.xsl ├── tei-validation.sch ├── validate-tei-fail-test.xml ├── validate-tei-test.xml ├── validate-tei.pl └── validation-report.xsl ├── style ├── aligned-text.css ├── arctic.css ├── atkinson.css ├── aural.css ├── borneo.css ├── classic.css ├── color-lang-de.css ├── color-lang-nl.css ├── color-lang.css ├── computer-modern.css ├── crystal.css ├── debug.css ├── ditto.css ├── drama.css ├── epub.css ├── figure.css ├── formulas.css ├── garamond.css ├── heatmap.css ├── intralinear.css ├── layout-epub.css ├── layout-html.css ├── layout.css ├── list.css ├── modern.css ├── normalize.css ├── print.css ├── refine30.css ├── table.css ├── tagusage.css ├── titlepage.css └── velvet.css ├── tei2adoc.xsl ├── tei2asciidoc.xsl ├── tei2dc.xsl ├── tei2epub.xsl ├── tei2html.xsl ├── tei2html5.xsl ├── tei2imageinfo.xsl ├── tei2readme.xsl ├── tei2sql.xsl ├── tei2tei.xsl ├── tei2xhtml.xsl ├── test ├── audio │ ├── test.mp3 │ └── test.ogg ├── custom.css ├── ePub │ ├── META-INF │ │ └── container.xml │ ├── audio │ │ ├── test.mp3 │ │ └── test.ogg │ ├── cover.xhtml │ ├── images │ │ ├── Ornament.png │ │ ├── bracket3.png │ │ ├── cover500.jpg │ │ ├── hg2101.png │ │ ├── initial-A.png │ │ ├── tarsier.jpg │ │ ├── test.jpg │ │ └── thumbs │ │ │ ├── cover500.jpg │ │ │ ├── hg2101.png │ │ │ ├── tarsier.jpg │ │ │ └── test.jpg │ ├── mimetype │ ├── test-alignFirst.xhtml │ ├── test-alignSecond.xhtml │ ├── test-alignThird.xhtml │ ├── test-backmatter-2.xhtml │ ├── test-bk1-1.xhtml │ ├── test-ch01.xhtml │ ├── test-ch02.xhtml │ ├── test-ch03.xhtml │ ├── test-ch04-1.xhtml │ ├── test-ch04-3.xhtml │ ├── test-ch05.xhtml │ ├── test-ch06.xhtml │ ├── test-ch07.xhtml │ ├── test-ch08.xhtml │ ├── test-ch11.xhtml │ ├── test-ch11a.xhtml │ ├── test-figTest2.xhtml │ ├── test-frontmatter-2.xhtml │ ├── test-index.xhtml │ ├── test-nav.xhtml │ ├── test-test-toc.xhtml │ ├── test-usingStyle.xhtml │ ├── test.css │ ├── test.ncx │ ├── test.opf │ └── test.smil ├── formulas │ ├── display-f2.html │ ├── display-f2.mml │ ├── display-f2.svg │ ├── display-f2.tex │ ├── display-f3.html │ ├── display-f3.mml │ ├── display-f3.svg │ ├── display-f3.tex │ ├── display-f6.html │ ├── display-f6.mml │ ├── display-f6.svg │ ├── display-f6.tex │ ├── inline-f1.html │ ├── inline-f1.mml │ ├── inline-f1.svg │ ├── inline-f1.tex │ ├── inline-f4.html │ ├── inline-f4.mml │ ├── inline-f4.svg │ ├── inline-f4.tex │ ├── inline-f5.html │ ├── inline-f5.mml │ ├── inline-f5.svg │ └── inline-f5.tex ├── imageinfo.xml ├── images │ ├── Ornament.png │ ├── audio.png │ ├── book.png │ ├── bracket-left.png │ ├── bracket.png │ ├── bracket3.png │ ├── card.png │ ├── cover500.jpg │ ├── external.png │ ├── hg2101.png │ ├── initial-A.png │ ├── lbrace2.png │ ├── p081.png │ ├── page-image.png │ ├── qrcode.png │ ├── rbrace2.png │ ├── tarsier.jpg │ ├── test.jpg │ └── thumbs │ │ ├── cover500.jpg │ │ ├── tarsier1.jpg │ │ ├── tarsier2.jpg │ │ ├── test.jpg │ │ ├── test1.jpg │ │ └── test2.jpg ├── metadata.xml ├── normalize-table-test-output.xml ├── normalize-table-test.pl ├── normalize-table-test.xml ├── opf-manifest.xml ├── opf-metadata.xml ├── tei2html.config ├── test-alignment.xml ├── test-dc.xml ├── test-html5.html ├── test-img-overlay.html ├── test-include.xml ├── test.html ├── test.pl ├── test.smil ├── test.xml ├── testMath │ ├── Processed │ │ ├── formulas │ │ │ ├── display-f1.svg │ │ │ ├── display-f2.svg │ │ │ ├── display-f3.svg │ │ │ ├── display-f4.svg │ │ │ ├── display-f5.svg │ │ │ ├── display-f6.svg │ │ │ ├── display-f7.svg │ │ │ ├── inline-f41.svg │ │ │ ├── inline-f42.svg │ │ │ └── inline-f8.svg │ │ ├── testMath-MML.html │ │ ├── testMath-MathJax.html │ │ ├── testMath-SVG-IMG.html │ │ ├── testMath-SVG.html │ │ └── testMath.html │ ├── tei2html.config │ ├── testMath-0.0.tei │ └── testMath.xml ├── testSplitter │ └── testSplitter.xml └── testTable │ ├── Processed │ └── testTable.html │ └── testTable.tei ├── tools ├── LanguageNames.pm ├── SgmlSupport.pm ├── addPositionInfo.pl ├── addTrans.pl ├── cleanHtml.pl ├── convertCrossWord.pl ├── convertCrossWordText.pl ├── convertDraughtsDiagram.pl ├── convertFormulas.pl ├── convertWylie.pl ├── ent2latin1.pl ├── ent2ucs.pl ├── extractNotes.pl ├── filter-nsgmls-errors.pl ├── imageinfo.pl ├── inclusions.pl ├── intralinear.pl ├── patc │ ├── num2name.pat │ ├── old │ │ ├── ent2ucs.pat │ │ ├── sgml2asc.pat │ │ └── sgml2win.pat │ ├── src │ │ ├── args.h │ │ ├── makefile │ │ ├── patc.c │ │ ├── patc.prj │ │ ├── patc.sln │ │ ├── patc.txt │ │ ├── patc.vcproj │ │ ├── pstree.c │ │ ├── pstree.h │ │ ├── searchfile.c │ │ └── searchfile.h │ ├── transcriptions │ │ ├── arabic │ │ │ ├── ar2rm.pat │ │ │ ├── ar2sgml.pat │ │ │ ├── ar2utf8.pat │ │ │ ├── teiarb.ent │ │ │ └── ur2sgml.pat │ │ ├── armenian │ │ │ ├── hy2sgml.pat │ │ │ └── test-armenian.txt │ │ ├── coptic │ │ │ └── co2sgml.pat │ │ ├── cyrillic │ │ │ ├── cy2sgml.pat │ │ │ ├── cyt2sgml.pat │ │ │ ├── old │ │ │ │ ├── cy2ucs.pat │ │ │ │ ├── cypgdp2sgml.pat │ │ │ │ ├── cyx2sgml.pat │ │ │ │ ├── fixcy.pat │ │ │ │ └── uncy.pat │ │ │ ├── sr2sgml.pat │ │ │ └── srt2sgml.pat │ │ ├── greek │ │ │ ├── beta2unicode.pat │ │ │ ├── gr2sgml.pat │ │ │ ├── gr2utf8-new.pat │ │ │ ├── grt2sgml.pat │ │ │ ├── grt2sgml8.pat │ │ │ ├── old │ │ │ │ ├── fixgreek.pat │ │ │ │ ├── gr2beta.pat │ │ │ │ ├── gr2ucs.pat │ │ │ │ ├── gr2utf8.pat │ │ │ │ ├── greek.tei │ │ │ │ ├── greek.txt │ │ │ │ ├── pgb2gr.pat │ │ │ │ ├── pgdp2gr.pat │ │ │ │ ├── quotGR.pat │ │ │ │ ├── ungreek.pat │ │ │ │ ├── ungreek8.pat │ │ │ │ ├── utf8-pgdp2gr.pat │ │ │ │ └── utf82gr.pat │ │ │ ├── tagGreek.pl │ │ │ └── utf82gr-new.pat │ │ ├── hebrew │ │ │ ├── he2sgml.pat │ │ │ ├── he2utf8.pat │ │ │ ├── het2sgml.pat │ │ │ └── utf82he.pat │ │ ├── hieroglyphs │ │ │ ├── hg.pat │ │ │ └── hg2sgml.pat │ │ ├── indic │ │ │ ├── as2ucs.pat │ │ │ ├── bn2ucs.pat │ │ │ ├── dn2latn.pat │ │ │ ├── dn2latn8.pat │ │ │ ├── dn2ucs.pat │ │ │ ├── dn2utf8.pat │ │ │ ├── dnout2.html │ │ │ ├── dntest.htm │ │ │ ├── pgdp-dv2ucs.pat │ │ │ ├── suggestion-unicode.txt │ │ │ ├── ta2ucs.pat │ │ │ └── untamil.pat │ │ ├── syriac │ │ │ └── sy2sgml.pat │ │ └── tagalog │ │ │ └── Tagalog.pat │ └── win2sgml.pat ├── precheck.pl ├── stripDocType.pl ├── tei2html.bat ├── tei2html.pl ├── tei2imageinfo.pl ├── tei2txt.pl ├── test │ ├── convertCrossWord-test.txt │ ├── convertDraughtsDiagram-test.txt │ └── convertWylie-test.txt ├── transcribe.pl ├── ucwords.pl ├── wipeids.pl ├── wrapLinesUnicode.pl └── wraplines.pl ├── xml2kwic.pl ├── xml2kwic.xsl ├── xml_tei.stx ├── xsltdoc.config ├── xsltdoc.pl └── xspec ├── betacode.xspec ├── block.xspec ├── checks.xspec ├── colophon.xspec ├── copyright.xspec ├── css.xspec ├── ditto.xspec ├── divisions.xspec ├── drama.xspec ├── facsimile.xspec ├── figures.xspec ├── header.xspec ├── inline.xspec ├── kwic.xspec ├── levenshtein.xspec ├── lists.xspec ├── localization.xspec ├── merge-documents.xspec ├── normalize-table.xspec ├── notes.xspec ├── numbers.xspec ├── opf.xspec ├── plaintext.xspec ├── preprocess.xspec ├── references.xspec ├── rend.xspec ├── runall.pl ├── spellout.xspec ├── splitter.xspec ├── tables.xspec ├── test-tei2epub.xsl ├── test-tei2html.xsl ├── toc.xspec └── utils.xspec /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/deploy-docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/.github/workflows/deploy-docs.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/README.adoc -------------------------------------------------------------------------------- /Wiki/AlignedTexts.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/AlignedTexts.adoc -------------------------------------------------------------------------------- /Wiki/AuxiliaryTools.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/AuxiliaryTools.adoc -------------------------------------------------------------------------------- /Wiki/Checks.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Checks.adoc -------------------------------------------------------------------------------- /Wiki/CodingConventions.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/CodingConventions.adoc -------------------------------------------------------------------------------- /Wiki/Configuration.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Configuration.adoc -------------------------------------------------------------------------------- /Wiki/CrossReferences.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/CrossReferences.adoc -------------------------------------------------------------------------------- /Wiki/CustomizationWithCSS.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/CustomizationWithCSS.adoc -------------------------------------------------------------------------------- /Wiki/FacsimileSupport.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/FacsimileSupport.adoc -------------------------------------------------------------------------------- /Wiki/Figures.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Figures.adoc -------------------------------------------------------------------------------- /Wiki/Footnotes.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Footnotes.adoc -------------------------------------------------------------------------------- /Wiki/Formulas.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Formulas.adoc -------------------------------------------------------------------------------- /Wiki/FuturePlans.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/FuturePlans.adoc -------------------------------------------------------------------------------- /Wiki/GettingStarted.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/GettingStarted.adoc -------------------------------------------------------------------------------- /Wiki/Index.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Index.adoc -------------------------------------------------------------------------------- /Wiki/Installation.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Installation.adoc -------------------------------------------------------------------------------- /Wiki/Introduction.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Introduction.adoc -------------------------------------------------------------------------------- /Wiki/KwicIndex.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/KwicIndex.adoc -------------------------------------------------------------------------------- /Wiki/MediaOverlaysInEPub3.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/MediaOverlaysInEPub3.adoc -------------------------------------------------------------------------------- /Wiki/MergingTexts.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/MergingTexts.adoc -------------------------------------------------------------------------------- /Wiki/PageBreaks.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/PageBreaks.adoc -------------------------------------------------------------------------------- /Wiki/ParsingCss.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/ParsingCss.adoc -------------------------------------------------------------------------------- /Wiki/ProcessSteps.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/ProcessSteps.adoc -------------------------------------------------------------------------------- /Wiki/ProjectHome.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/ProjectHome.adoc -------------------------------------------------------------------------------- /Wiki/RedesignCss.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/RedesignCss.adoc -------------------------------------------------------------------------------- /Wiki/ScratchPad.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/ScratchPad.adoc -------------------------------------------------------------------------------- /Wiki/SpecifyingCoverPages.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/SpecifyingCoverPages.adoc -------------------------------------------------------------------------------- /Wiki/TEIHeader.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/TEIHeader.adoc -------------------------------------------------------------------------------- /Wiki/Tables.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/Tables.adoc -------------------------------------------------------------------------------- /Wiki/UsingTheRendAttribute.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/UsingTheRendAttribute.adoc -------------------------------------------------------------------------------- /Wiki/ePub3Support.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/Wiki/ePub3Support.adoc -------------------------------------------------------------------------------- /checks.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/checks.pl -------------------------------------------------------------------------------- /checks.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/checks.xsl -------------------------------------------------------------------------------- /databases/create-words-db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/databases/create-words-db.sql -------------------------------------------------------------------------------- /databases/queries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/databases/queries.sql -------------------------------------------------------------------------------- /documentation/Processed/TEI-Guidelines.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/Processed/TEI-Guidelines.epub -------------------------------------------------------------------------------- /documentation/Processed/TEI-Guidelines.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/Processed/TEI-Guidelines.html -------------------------------------------------------------------------------- /documentation/Processed/images/reference250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/Processed/images/reference250.jpg -------------------------------------------------------------------------------- /documentation/Processed/images/reference500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/Processed/images/reference500.jpg -------------------------------------------------------------------------------- /documentation/TEI-Guidelines-0.6.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/TEI-Guidelines-0.6.tei -------------------------------------------------------------------------------- /documentation/TEI-PG-Guidelines-0.6.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/TEI-PG-Guidelines-0.6.odt -------------------------------------------------------------------------------- /documentation/covers/cover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/covers/cover.svg -------------------------------------------------------------------------------- /documentation/covers/cover250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/covers/cover250.jpg -------------------------------------------------------------------------------- /documentation/covers/cover500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/covers/cover500.jpg -------------------------------------------------------------------------------- /documentation/covers/frontispiece.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/covers/frontispiece.gif -------------------------------------------------------------------------------- /documentation/covers/reference250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/covers/reference250.jpg -------------------------------------------------------------------------------- /documentation/covers/reference500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/covers/reference500.jpg -------------------------------------------------------------------------------- /documentation/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/custom.css -------------------------------------------------------------------------------- /documentation/imageinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/documentation/imageinfo.xml -------------------------------------------------------------------------------- /dtd/CATALOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/CATALOG -------------------------------------------------------------------------------- /dtd/ISOlat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/ISOlat1.ent -------------------------------------------------------------------------------- /dtd/ISOlat2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/ISOlat2.ent -------------------------------------------------------------------------------- /dtd/ISOnum.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/ISOnum.ent -------------------------------------------------------------------------------- /dtd/ISOpub.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/ISOpub.ent -------------------------------------------------------------------------------- /dtd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/README.md -------------------------------------------------------------------------------- /dtd/teilite.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/teilite.dtd -------------------------------------------------------------------------------- /dtd/teilitejh.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/teilitejh.dtd -------------------------------------------------------------------------------- /dtd/teilitex.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/teilitex.dtd -------------------------------------------------------------------------------- /dtd/teilitex.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/teilitex.ent -------------------------------------------------------------------------------- /dtd/teisgml.dec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/teisgml.dec -------------------------------------------------------------------------------- /dtd/teixlite.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/dtd/teixlite.dtd -------------------------------------------------------------------------------- /dtd/usrmods.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtd/usrmods.ent: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dummy.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /include.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/include.xsl -------------------------------------------------------------------------------- /locale/abbreviations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/abbreviations.xml -------------------------------------------------------------------------------- /locale/commonwords.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/commonwords.xml -------------------------------------------------------------------------------- /locale/messages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/messages.xml -------------------------------------------------------------------------------- /locale/messages.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/messages.xsl -------------------------------------------------------------------------------- /locale/messages2csv.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/messages2csv.xsl -------------------------------------------------------------------------------- /locale/messages2messages.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/messages2messages.xsl -------------------------------------------------------------------------------- /locale/messages2po.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/messages2po.pl -------------------------------------------------------------------------------- /locale/messages2po.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/messages2po.xsl -------------------------------------------------------------------------------- /locale/messages2xliff.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/messages2xliff.xsl -------------------------------------------------------------------------------- /locale/stopwords.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/locale/stopwords.xml -------------------------------------------------------------------------------- /merge-documents.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/merge-documents.xsl -------------------------------------------------------------------------------- /modules/betacode.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/betacode.xsl -------------------------------------------------------------------------------- /modules/block.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/block.xsl -------------------------------------------------------------------------------- /modules/colophon.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/colophon.xsl -------------------------------------------------------------------------------- /modules/configuration.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/configuration.xsl -------------------------------------------------------------------------------- /modules/contents.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/contents.xsl -------------------------------------------------------------------------------- /modules/copyright.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/copyright.xsl -------------------------------------------------------------------------------- /modules/css.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/css.xsl -------------------------------------------------------------------------------- /modules/divisions.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/divisions.xsl -------------------------------------------------------------------------------- /modules/drama.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/drama.xsl -------------------------------------------------------------------------------- /modules/exlibris.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/exlibris.xsl -------------------------------------------------------------------------------- /modules/facsimile.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/facsimile.xsl -------------------------------------------------------------------------------- /modules/figures.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/figures.xsl -------------------------------------------------------------------------------- /modules/formulas.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/formulas.xsl -------------------------------------------------------------------------------- /modules/functions.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/functions.xsl -------------------------------------------------------------------------------- /modules/gutenberg.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/gutenberg.xsl -------------------------------------------------------------------------------- /modules/header.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/header.xsl -------------------------------------------------------------------------------- /modules/index.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/index.xsl -------------------------------------------------------------------------------- /modules/inline.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/inline.xsl -------------------------------------------------------------------------------- /modules/levenshtein.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/levenshtein.xsl -------------------------------------------------------------------------------- /modules/lists.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/lists.xsl -------------------------------------------------------------------------------- /modules/localization.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/localization.xsl -------------------------------------------------------------------------------- /modules/log.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/log.xsl -------------------------------------------------------------------------------- /modules/normalize-table.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/normalize-table.xsl -------------------------------------------------------------------------------- /modules/notes.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/notes.xsl -------------------------------------------------------------------------------- /modules/numbers.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/numbers.xsl -------------------------------------------------------------------------------- /modules/plaintext.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/plaintext.xsl -------------------------------------------------------------------------------- /modules/references-func.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/references-func.xsl -------------------------------------------------------------------------------- /modules/references.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/references.xsl -------------------------------------------------------------------------------- /modules/rend.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/rend.xsl -------------------------------------------------------------------------------- /modules/segmentize.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/segmentize.xsl -------------------------------------------------------------------------------- /modules/spellout.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/spellout.xsl -------------------------------------------------------------------------------- /modules/splitter.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/splitter.xsl -------------------------------------------------------------------------------- /modules/stripns.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/stripns.xsl -------------------------------------------------------------------------------- /modules/tables.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/tables.xsl -------------------------------------------------------------------------------- /modules/tei2epubnav.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/tei2epubnav.xsl -------------------------------------------------------------------------------- /modules/tei2ncx.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/tei2ncx.xsl -------------------------------------------------------------------------------- /modules/tei2opf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/tei2opf.xsl -------------------------------------------------------------------------------- /modules/titlepage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/titlepage.xsl -------------------------------------------------------------------------------- /modules/utils.epub.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/utils.epub.xsl -------------------------------------------------------------------------------- /modules/utils.html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/utils.html.xsl -------------------------------------------------------------------------------- /modules/utils.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/utils.xsl -------------------------------------------------------------------------------- /modules/variables.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/modules/variables.xsl -------------------------------------------------------------------------------- /p4top5.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/p4top5.xsl -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pom.xml -------------------------------------------------------------------------------- /pptools/broken-images.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/broken-images.pl -------------------------------------------------------------------------------- /pptools/catpars.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/catpars.pl -------------------------------------------------------------------------------- /pptools/checkArchives.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/checkArchives.pl -------------------------------------------------------------------------------- /pptools/cleansvg.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/cleansvg.pl -------------------------------------------------------------------------------- /pptools/cleansvg.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/cleansvg.xsl -------------------------------------------------------------------------------- /pptools/copy2git.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/copy2git.pl -------------------------------------------------------------------------------- /pptools/corpus tools/collectFeatures.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/collectFeatures.pl -------------------------------------------------------------------------------- /pptools/corpus tools/collectFeatures.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/collectFeatures.txt -------------------------------------------------------------------------------- /pptools/corpus tools/collectWords.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/collectWords.pl -------------------------------------------------------------------------------- /pptools/corpus tools/confusables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/confusables.txt -------------------------------------------------------------------------------- /pptools/corpus tools/dictionary-queries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/dictionary-queries.sql -------------------------------------------------------------------------------- /pptools/corpus tools/dictionary-schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/dictionary-schema.sql -------------------------------------------------------------------------------- /pptools/corpus tools/partsofspeech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/partsofspeech.txt -------------------------------------------------------------------------------- /pptools/corpus tools/scannos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/corpus tools/scannos.txt -------------------------------------------------------------------------------- /pptools/dictionaries/de.stopwords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/de.stopwords -------------------------------------------------------------------------------- /pptools/dictionaries/dict-nl_1900.oxt/META-INF/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/dict-nl_1900.oxt/META-INF/manifest.xml -------------------------------------------------------------------------------- /pptools/dictionaries/dict-nl_1900.oxt/description.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/dict-nl_1900.oxt/description.xml -------------------------------------------------------------------------------- /pptools/dictionaries/dict-nl_1900.oxt/dictionaries.xcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/dict-nl_1900.oxt/dictionaries.xcu -------------------------------------------------------------------------------- /pptools/dictionaries/dict-nl_1900.oxt/nl_NL_1900.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/dict-nl_1900.oxt/nl_NL_1900.aff -------------------------------------------------------------------------------- /pptools/dictionaries/dict-nl_1900.oxt/nl_NL_1900.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/dict-nl_1900.oxt/nl_NL_1900.dic -------------------------------------------------------------------------------- /pptools/dictionaries/en.long.stopwords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/en.long.stopwords -------------------------------------------------------------------------------- /pptools/dictionaries/en.scannos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/en.scannos -------------------------------------------------------------------------------- /pptools/dictionaries/en.stopwords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/en.stopwords -------------------------------------------------------------------------------- /pptools/dictionaries/filter-frequency-report.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/filter-frequency-report.pl -------------------------------------------------------------------------------- /pptools/dictionaries/nl.stopwords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/nl.stopwords -------------------------------------------------------------------------------- /pptools/dictionaries/nl_NL_1900_changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/nl_NL_1900_changes.txt -------------------------------------------------------------------------------- /pptools/dictionaries/nl_NL_1900_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/dictionaries/nl_NL_1900_full.txt -------------------------------------------------------------------------------- /pptools/divn2div.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/divn2div.pl -------------------------------------------------------------------------------- /pptools/extract-page.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/extract-page.pl -------------------------------------------------------------------------------- /pptools/extract-segs.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/extract-segs.pl -------------------------------------------------------------------------------- /pptools/extractPdf.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/extractPdf.pl -------------------------------------------------------------------------------- /pptools/fb2tei.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/fb2tei.pl -------------------------------------------------------------------------------- /pptools/fixAnchors.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/fixAnchors.pl -------------------------------------------------------------------------------- /pptools/fixDitto.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/fixDitto.pl -------------------------------------------------------------------------------- /pptools/fixNotes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/fixNotes.pl -------------------------------------------------------------------------------- /pptools/fixPb.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/fixPb.pl -------------------------------------------------------------------------------- /pptools/handleFootnotes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/handleFootnotes.pl -------------------------------------------------------------------------------- /pptools/html2tei.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/html2tei.pl -------------------------------------------------------------------------------- /pptools/idelement.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/idelement.pl -------------------------------------------------------------------------------- /pptools/idformula.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/idformula.pl -------------------------------------------------------------------------------- /pptools/idnotes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/idnotes.pl -------------------------------------------------------------------------------- /pptools/lower-sc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/lower-sc.pl -------------------------------------------------------------------------------- /pptools/numberDiv2s.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/numberDiv2s.pl -------------------------------------------------------------------------------- /pptools/numberLines.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/numberLines.pl -------------------------------------------------------------------------------- /pptools/numberParagraphs.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/numberParagraphs.pl -------------------------------------------------------------------------------- /pptools/old/aposquote-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/aposquote-test.txt -------------------------------------------------------------------------------- /pptools/old/aposquote.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/aposquote.pl -------------------------------------------------------------------------------- /pptools/old/collectWords.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/collectWords.pl -------------------------------------------------------------------------------- /pptools/old/dirwin2utf8.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/dirwin2utf8.pl -------------------------------------------------------------------------------- /pptools/old/ent2win.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/ent2win.pl -------------------------------------------------------------------------------- /pptools/old/extractLanguage.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/extractLanguage.pl -------------------------------------------------------------------------------- /pptools/old/g4.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/g4.pl -------------------------------------------------------------------------------- /pptools/old/linkdex-test.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/linkdex-test.tei -------------------------------------------------------------------------------- /pptools/old/linkdex.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/linkdex.pl -------------------------------------------------------------------------------- /pptools/old/modernize.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/modernize.pl -------------------------------------------------------------------------------- /pptools/old/modernizeer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/modernizeer.txt -------------------------------------------------------------------------------- /pptools/old/normalize.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/normalize.pl -------------------------------------------------------------------------------- /pptools/old/normalizeText.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/normalizeText.pl -------------------------------------------------------------------------------- /pptools/old/resolveIndex.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/resolveIndex.pl -------------------------------------------------------------------------------- /pptools/old/sorted-sgml-entities.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/sorted-sgml-entities.pl -------------------------------------------------------------------------------- /pptools/old/uckwic.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/uckwic.pl -------------------------------------------------------------------------------- /pptools/old/win2utf8.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/old/win2utf8.pl -------------------------------------------------------------------------------- /pptools/optimg.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/optimg.pl -------------------------------------------------------------------------------- /pptools/pgpp.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/pgpp.pl -------------------------------------------------------------------------------- /pptools/pgprepare.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/pgprepare.pl -------------------------------------------------------------------------------- /pptools/pgpreview.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/pgpreview.pl -------------------------------------------------------------------------------- /pptools/pgreport.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/pgreport.pl -------------------------------------------------------------------------------- /pptools/quotes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/quotes.pl -------------------------------------------------------------------------------- /pptools/rename-images.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/rename-images.pl -------------------------------------------------------------------------------- /pptools/smallcaps.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/smallcaps.pl -------------------------------------------------------------------------------- /pptools/sortAttributes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/sortAttributes.pl -------------------------------------------------------------------------------- /pptools/speaker-uc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/speaker-uc.pl -------------------------------------------------------------------------------- /pptools/tagBibleRefs.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/tagBibleRefs.pl -------------------------------------------------------------------------------- /pptools/tagMeasures.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/tagMeasures.pl -------------------------------------------------------------------------------- /pptools/tagPoetry.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/tagPoetry.pl -------------------------------------------------------------------------------- /pptools/tagPoetryLgSp.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/tagPoetryLgSp.pl -------------------------------------------------------------------------------- /pptools/tagSegments.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/tagSegments.pl -------------------------------------------------------------------------------- /pptools/to7zip.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/to7zip.pl -------------------------------------------------------------------------------- /pptools/utf82ent.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/pptools/utf82ent.pl -------------------------------------------------------------------------------- /preprocess.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/preprocess.xsl -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/PhilippineFolkTales-1.1.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/PhilippineFolkTales-1.1.tei -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/PhilippineFolkTales.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/PhilippineFolkTales.html -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/PhilippineFolkTales.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/PhilippineFolkTales.xml -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/front.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p026-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p026-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p026-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p026-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p027.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p040-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p040-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p040-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p040-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p041-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p041-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p041-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p041-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p056-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p056-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p056-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p056-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p057-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p057-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p057-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p057-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p068-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p068-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p068-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p068-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p069-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p069-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p069-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p069-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p090-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p090-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p090-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p090-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p091-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p091-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p091-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p091-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p124.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p125.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p160-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p160-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p160-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p160-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p161.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p161.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p196.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p196.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p197-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p197-1.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/p197-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/p197-2.jpg -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/qr12814.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/qr12814.png -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/Processed/images/titlepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/Processed/images/titlepage.png -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/README.adoc -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/imageinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/imageinfo.xml -------------------------------------------------------------------------------- /samples/Cole - Philippine Folk Tales/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Cole - Philippine Folk Tales/metadata.xml -------------------------------------------------------------------------------- /samples/Fansler - Filipino Popular Tales/FilipinoPopularTales-1.0.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Fansler - Filipino Popular Tales/FilipinoPopularTales-1.0.tei -------------------------------------------------------------------------------- /samples/Fansler - Filipino Popular Tales/FilipinoPopularTales.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Fansler - Filipino Popular Tales/FilipinoPopularTales.xml -------------------------------------------------------------------------------- /samples/Kayme - Anting-Anting Stories/AntingAnting-1.0.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Kayme - Anting-Anting Stories/AntingAnting-1.0.tei -------------------------------------------------------------------------------- /samples/Kayme - Anting-Anting Stories/AntingAnting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Kayme - Anting-Anting Stories/AntingAnting.xml -------------------------------------------------------------------------------- /samples/Pratt - Armenia and the Armenians/ArmeniaArmenians-1.0.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Pratt - Armenia and the Armenians/ArmeniaArmenians-1.0.tei -------------------------------------------------------------------------------- /samples/Pratt - Armenia and the Armenians/ArmeniaArmenians.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Pratt - Armenia and the Armenians/ArmeniaArmenians.xml -------------------------------------------------------------------------------- /samples/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/README.adoc -------------------------------------------------------------------------------- /samples/Shakespeare - Twee Edellieden van Verona/WS-03-EdelliedenVerona-1.0.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Shakespeare - Twee Edellieden van Verona/WS-03-EdelliedenVerona-1.0.tei -------------------------------------------------------------------------------- /samples/Shakespeare - Twee Edellieden van Verona/WS-03-EdelliedenVerona.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/Shakespeare - Twee Edellieden van Verona/WS-03-EdelliedenVerona.xml -------------------------------------------------------------------------------- /samples/getRepos.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/samples/getRepos.pl -------------------------------------------------------------------------------- /sandbox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/README.md -------------------------------------------------------------------------------- /sandbox/css2xml.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/css2xml.xsl -------------------------------------------------------------------------------- /sandbox/extract-page.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/extract-page.xsl -------------------------------------------------------------------------------- /sandbox/extract-page.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/extract-page.xspec -------------------------------------------------------------------------------- /sandbox/extract-segs.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/extract-segs.xsl -------------------------------------------------------------------------------- /sandbox/fb2tei.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/fb2tei.xsl -------------------------------------------------------------------------------- /sandbox/html2tei.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/html2tei.xsl -------------------------------------------------------------------------------- /sandbox/linkIndex.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/linkIndex.pl -------------------------------------------------------------------------------- /sandbox/normalize-paragraphs.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/normalize-paragraphs.xsl -------------------------------------------------------------------------------- /sandbox/normalize-paragraphs.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/normalize-paragraphs.xspec -------------------------------------------------------------------------------- /sandbox/pageMap/pageMap.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/pageMap/pageMap.pl -------------------------------------------------------------------------------- /sandbox/pagemap.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/pagemap.xsl -------------------------------------------------------------------------------- /sandbox/pagemap.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/pagemap.xspec -------------------------------------------------------------------------------- /sandbox/patterns/compilePattern.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/patterns/compilePattern.pl -------------------------------------------------------------------------------- /sandbox/patterns/compilePatterns.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/patterns/compilePatterns.xsl -------------------------------------------------------------------------------- /sandbox/patterns/compiledTest.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/patterns/compiledTest.xsl -------------------------------------------------------------------------------- /sandbox/patterns/patterns.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/patterns/patterns.xsl -------------------------------------------------------------------------------- /sandbox/patterns/testPatterns.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/patterns/testPatterns.xsl -------------------------------------------------------------------------------- /sandbox/pgtei2tei.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/pgtei2tei.xsl -------------------------------------------------------------------------------- /sandbox/svg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/svg.html -------------------------------------------------------------------------------- /sandbox/svg.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/svg.pl -------------------------------------------------------------------------------- /sandbox/svg.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/svg.xsl -------------------------------------------------------------------------------- /sandbox/tei2pgtei.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/tei2pgtei.xsl -------------------------------------------------------------------------------- /sandbox/tei2txt.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/tei2txt.xsl -------------------------------------------------------------------------------- /sandbox/tei2txt.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/tei2txt.xspec -------------------------------------------------------------------------------- /sandbox/tei2wl.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/tei2wl.pl -------------------------------------------------------------------------------- /sandbox/tei2wl.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/tei2wl.xsl -------------------------------------------------------------------------------- /sandbox/usage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/sandbox/usage.xsl -------------------------------------------------------------------------------- /schemas/exlibris.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schemas/exlibris.xsd -------------------------------------------------------------------------------- /schemas/imageinfo.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schemas/imageinfo.xsd -------------------------------------------------------------------------------- /schemas/issues.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schemas/issues.xsd -------------------------------------------------------------------------------- /schemas/messages.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schemas/messages.xsd -------------------------------------------------------------------------------- /schemas/tei2html.config.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schemas/tei2html.config.xsd -------------------------------------------------------------------------------- /schemas/xsltdoc.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schemas/xsltdoc.xsd -------------------------------------------------------------------------------- /schematron/tei-namespace.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schematron/tei-namespace.xsl -------------------------------------------------------------------------------- /schematron/tei-validation.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schematron/tei-validation.sch -------------------------------------------------------------------------------- /schematron/validate-tei-fail-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schematron/validate-tei-fail-test.xml -------------------------------------------------------------------------------- /schematron/validate-tei-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schematron/validate-tei-test.xml -------------------------------------------------------------------------------- /schematron/validate-tei.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schematron/validate-tei.pl -------------------------------------------------------------------------------- /schematron/validation-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/schematron/validation-report.xsl -------------------------------------------------------------------------------- /style/aligned-text.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/aligned-text.css -------------------------------------------------------------------------------- /style/arctic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/arctic.css -------------------------------------------------------------------------------- /style/atkinson.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/atkinson.css -------------------------------------------------------------------------------- /style/aural.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/aural.css -------------------------------------------------------------------------------- /style/borneo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/borneo.css -------------------------------------------------------------------------------- /style/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/classic.css -------------------------------------------------------------------------------- /style/color-lang-de.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/color-lang-de.css -------------------------------------------------------------------------------- /style/color-lang-nl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/color-lang-nl.css -------------------------------------------------------------------------------- /style/color-lang.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/color-lang.css -------------------------------------------------------------------------------- /style/computer-modern.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/computer-modern.css -------------------------------------------------------------------------------- /style/crystal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/crystal.css -------------------------------------------------------------------------------- /style/debug.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/debug.css -------------------------------------------------------------------------------- /style/ditto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/ditto.css -------------------------------------------------------------------------------- /style/drama.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/drama.css -------------------------------------------------------------------------------- /style/epub.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/epub.css -------------------------------------------------------------------------------- /style/figure.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/figure.css -------------------------------------------------------------------------------- /style/formulas.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/formulas.css -------------------------------------------------------------------------------- /style/garamond.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/garamond.css -------------------------------------------------------------------------------- /style/heatmap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/heatmap.css -------------------------------------------------------------------------------- /style/intralinear.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/intralinear.css -------------------------------------------------------------------------------- /style/layout-epub.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/layout-epub.css -------------------------------------------------------------------------------- /style/layout-html.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/layout-html.css -------------------------------------------------------------------------------- /style/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/layout.css -------------------------------------------------------------------------------- /style/list.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/list.css -------------------------------------------------------------------------------- /style/modern.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/modern.css -------------------------------------------------------------------------------- /style/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/normalize.css -------------------------------------------------------------------------------- /style/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/print.css -------------------------------------------------------------------------------- /style/refine30.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/refine30.css -------------------------------------------------------------------------------- /style/table.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/table.css -------------------------------------------------------------------------------- /style/tagusage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/tagusage.css -------------------------------------------------------------------------------- /style/titlepage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/titlepage.css -------------------------------------------------------------------------------- /style/velvet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/style/velvet.css -------------------------------------------------------------------------------- /tei2adoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2adoc.xsl -------------------------------------------------------------------------------- /tei2asciidoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2asciidoc.xsl -------------------------------------------------------------------------------- /tei2dc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2dc.xsl -------------------------------------------------------------------------------- /tei2epub.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2epub.xsl -------------------------------------------------------------------------------- /tei2html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2html.xsl -------------------------------------------------------------------------------- /tei2html5.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2html5.xsl -------------------------------------------------------------------------------- /tei2imageinfo.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2imageinfo.xsl -------------------------------------------------------------------------------- /tei2readme.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2readme.xsl -------------------------------------------------------------------------------- /tei2sql.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2sql.xsl -------------------------------------------------------------------------------- /tei2tei.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2tei.xsl -------------------------------------------------------------------------------- /tei2xhtml.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tei2xhtml.xsl -------------------------------------------------------------------------------- /test/audio/test.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/audio/test.mp3 -------------------------------------------------------------------------------- /test/audio/test.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/audio/test.ogg -------------------------------------------------------------------------------- /test/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/custom.css -------------------------------------------------------------------------------- /test/ePub/META-INF/container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/META-INF/container.xml -------------------------------------------------------------------------------- /test/ePub/audio/test.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/audio/test.mp3 -------------------------------------------------------------------------------- /test/ePub/audio/test.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/audio/test.ogg -------------------------------------------------------------------------------- /test/ePub/cover.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/cover.xhtml -------------------------------------------------------------------------------- /test/ePub/images/Ornament.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/Ornament.png -------------------------------------------------------------------------------- /test/ePub/images/bracket3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/bracket3.png -------------------------------------------------------------------------------- /test/ePub/images/cover500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/cover500.jpg -------------------------------------------------------------------------------- /test/ePub/images/hg2101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/hg2101.png -------------------------------------------------------------------------------- /test/ePub/images/initial-A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/initial-A.png -------------------------------------------------------------------------------- /test/ePub/images/tarsier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/tarsier.jpg -------------------------------------------------------------------------------- /test/ePub/images/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/test.jpg -------------------------------------------------------------------------------- /test/ePub/images/thumbs/cover500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/thumbs/cover500.jpg -------------------------------------------------------------------------------- /test/ePub/images/thumbs/hg2101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/thumbs/hg2101.png -------------------------------------------------------------------------------- /test/ePub/images/thumbs/tarsier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/thumbs/tarsier.jpg -------------------------------------------------------------------------------- /test/ePub/images/thumbs/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/images/thumbs/test.jpg -------------------------------------------------------------------------------- /test/ePub/mimetype: -------------------------------------------------------------------------------- 1 | application/epub+zip -------------------------------------------------------------------------------- /test/ePub/test-alignFirst.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-alignFirst.xhtml -------------------------------------------------------------------------------- /test/ePub/test-alignSecond.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-alignSecond.xhtml -------------------------------------------------------------------------------- /test/ePub/test-alignThird.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-alignThird.xhtml -------------------------------------------------------------------------------- /test/ePub/test-backmatter-2.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-backmatter-2.xhtml -------------------------------------------------------------------------------- /test/ePub/test-bk1-1.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-bk1-1.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch01.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch02.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch03.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch04-1.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch04-1.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch04-3.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch04-3.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch05.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch06.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch07.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch08.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch11.xhtml -------------------------------------------------------------------------------- /test/ePub/test-ch11a.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-ch11a.xhtml -------------------------------------------------------------------------------- /test/ePub/test-figTest2.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-figTest2.xhtml -------------------------------------------------------------------------------- /test/ePub/test-frontmatter-2.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-frontmatter-2.xhtml -------------------------------------------------------------------------------- /test/ePub/test-index.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-index.xhtml -------------------------------------------------------------------------------- /test/ePub/test-nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-nav.xhtml -------------------------------------------------------------------------------- /test/ePub/test-test-toc.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-test-toc.xhtml -------------------------------------------------------------------------------- /test/ePub/test-usingStyle.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test-usingStyle.xhtml -------------------------------------------------------------------------------- /test/ePub/test.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test.css -------------------------------------------------------------------------------- /test/ePub/test.ncx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test.ncx -------------------------------------------------------------------------------- /test/ePub/test.opf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test.opf -------------------------------------------------------------------------------- /test/ePub/test.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/ePub/test.smil -------------------------------------------------------------------------------- /test/formulas/display-f2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f2.html -------------------------------------------------------------------------------- /test/formulas/display-f2.mml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f2.mml -------------------------------------------------------------------------------- /test/formulas/display-f2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f2.svg -------------------------------------------------------------------------------- /test/formulas/display-f2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f2.tex -------------------------------------------------------------------------------- /test/formulas/display-f3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f3.html -------------------------------------------------------------------------------- /test/formulas/display-f3.mml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f3.mml -------------------------------------------------------------------------------- /test/formulas/display-f3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f3.svg -------------------------------------------------------------------------------- /test/formulas/display-f3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f3.tex -------------------------------------------------------------------------------- /test/formulas/display-f6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f6.html -------------------------------------------------------------------------------- /test/formulas/display-f6.mml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f6.mml -------------------------------------------------------------------------------- /test/formulas/display-f6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/display-f6.svg -------------------------------------------------------------------------------- /test/formulas/display-f6.tex: -------------------------------------------------------------------------------- 1 | x = {-b \pm \sqrt{b^2-4ac} \over 2a}. -------------------------------------------------------------------------------- /test/formulas/inline-f1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f1.html -------------------------------------------------------------------------------- /test/formulas/inline-f1.mml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f1.mml -------------------------------------------------------------------------------- /test/formulas/inline-f1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f1.svg -------------------------------------------------------------------------------- /test/formulas/inline-f1.tex: -------------------------------------------------------------------------------- 1 | E = mc^2 -------------------------------------------------------------------------------- /test/formulas/inline-f4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f4.html -------------------------------------------------------------------------------- /test/formulas/inline-f4.mml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f4.mml -------------------------------------------------------------------------------- /test/formulas/inline-f4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f4.svg -------------------------------------------------------------------------------- /test/formulas/inline-f4.tex: -------------------------------------------------------------------------------- 1 | a \ne 0 -------------------------------------------------------------------------------- /test/formulas/inline-f5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f5.html -------------------------------------------------------------------------------- /test/formulas/inline-f5.mml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f5.mml -------------------------------------------------------------------------------- /test/formulas/inline-f5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/formulas/inline-f5.svg -------------------------------------------------------------------------------- /test/formulas/inline-f5.tex: -------------------------------------------------------------------------------- 1 | ax^2 + bx + c = 0 -------------------------------------------------------------------------------- /test/imageinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/imageinfo.xml -------------------------------------------------------------------------------- /test/images/Ornament.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/Ornament.png -------------------------------------------------------------------------------- /test/images/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/audio.png -------------------------------------------------------------------------------- /test/images/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/book.png -------------------------------------------------------------------------------- /test/images/bracket-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/bracket-left.png -------------------------------------------------------------------------------- /test/images/bracket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/bracket.png -------------------------------------------------------------------------------- /test/images/bracket3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/bracket3.png -------------------------------------------------------------------------------- /test/images/card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/card.png -------------------------------------------------------------------------------- /test/images/cover500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/cover500.jpg -------------------------------------------------------------------------------- /test/images/external.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/external.png -------------------------------------------------------------------------------- /test/images/hg2101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/hg2101.png -------------------------------------------------------------------------------- /test/images/initial-A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/initial-A.png -------------------------------------------------------------------------------- /test/images/lbrace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/lbrace2.png -------------------------------------------------------------------------------- /test/images/p081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/p081.png -------------------------------------------------------------------------------- /test/images/page-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/page-image.png -------------------------------------------------------------------------------- /test/images/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/qrcode.png -------------------------------------------------------------------------------- /test/images/rbrace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/rbrace2.png -------------------------------------------------------------------------------- /test/images/tarsier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/tarsier.jpg -------------------------------------------------------------------------------- /test/images/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/test.jpg -------------------------------------------------------------------------------- /test/images/thumbs/cover500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/thumbs/cover500.jpg -------------------------------------------------------------------------------- /test/images/thumbs/tarsier1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/thumbs/tarsier1.jpg -------------------------------------------------------------------------------- /test/images/thumbs/tarsier2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/thumbs/tarsier2.jpg -------------------------------------------------------------------------------- /test/images/thumbs/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/thumbs/test.jpg -------------------------------------------------------------------------------- /test/images/thumbs/test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/thumbs/test1.jpg -------------------------------------------------------------------------------- /test/images/thumbs/test2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/images/thumbs/test2.jpg -------------------------------------------------------------------------------- /test/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/metadata.xml -------------------------------------------------------------------------------- /test/normalize-table-test-output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/normalize-table-test-output.xml -------------------------------------------------------------------------------- /test/normalize-table-test.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/normalize-table-test.pl -------------------------------------------------------------------------------- /test/normalize-table-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/normalize-table-test.xml -------------------------------------------------------------------------------- /test/opf-manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/opf-manifest.xml -------------------------------------------------------------------------------- /test/opf-metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/opf-metadata.xml -------------------------------------------------------------------------------- /test/tei2html.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/tei2html.config -------------------------------------------------------------------------------- /test/test-alignment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test-alignment.xml -------------------------------------------------------------------------------- /test/test-dc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test-dc.xml -------------------------------------------------------------------------------- /test/test-html5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test-html5.html -------------------------------------------------------------------------------- /test/test-img-overlay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test-img-overlay.html -------------------------------------------------------------------------------- /test/test-include.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test-include.xml -------------------------------------------------------------------------------- /test/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test.html -------------------------------------------------------------------------------- /test/test.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test.pl -------------------------------------------------------------------------------- /test/test.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test.smil -------------------------------------------------------------------------------- /test/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/test.xml -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/display-f1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/display-f1.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/display-f2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/display-f2.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/display-f3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/display-f3.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/display-f4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/display-f4.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/display-f5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/display-f5.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/display-f6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/display-f6.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/display-f7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/display-f7.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/inline-f41.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/inline-f41.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/inline-f42.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/inline-f42.svg -------------------------------------------------------------------------------- /test/testMath/Processed/formulas/inline-f8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/formulas/inline-f8.svg -------------------------------------------------------------------------------- /test/testMath/Processed/testMath-MML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/testMath-MML.html -------------------------------------------------------------------------------- /test/testMath/Processed/testMath-MathJax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/testMath-MathJax.html -------------------------------------------------------------------------------- /test/testMath/Processed/testMath-SVG-IMG.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/testMath-SVG-IMG.html -------------------------------------------------------------------------------- /test/testMath/Processed/testMath-SVG.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/testMath-SVG.html -------------------------------------------------------------------------------- /test/testMath/Processed/testMath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/Processed/testMath.html -------------------------------------------------------------------------------- /test/testMath/tei2html.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/tei2html.config -------------------------------------------------------------------------------- /test/testMath/testMath-0.0.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/testMath-0.0.tei -------------------------------------------------------------------------------- /test/testMath/testMath.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testMath/testMath.xml -------------------------------------------------------------------------------- /test/testSplitter/testSplitter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testSplitter/testSplitter.xml -------------------------------------------------------------------------------- /test/testTable/Processed/testTable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testTable/Processed/testTable.html -------------------------------------------------------------------------------- /test/testTable/testTable.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/test/testTable/testTable.tei -------------------------------------------------------------------------------- /tools/LanguageNames.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/LanguageNames.pm -------------------------------------------------------------------------------- /tools/SgmlSupport.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/SgmlSupport.pm -------------------------------------------------------------------------------- /tools/addPositionInfo.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/addPositionInfo.pl -------------------------------------------------------------------------------- /tools/addTrans.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/addTrans.pl -------------------------------------------------------------------------------- /tools/cleanHtml.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/cleanHtml.pl -------------------------------------------------------------------------------- /tools/convertCrossWord.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/convertCrossWord.pl -------------------------------------------------------------------------------- /tools/convertCrossWordText.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/convertCrossWordText.pl -------------------------------------------------------------------------------- /tools/convertDraughtsDiagram.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/convertDraughtsDiagram.pl -------------------------------------------------------------------------------- /tools/convertFormulas.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/convertFormulas.pl -------------------------------------------------------------------------------- /tools/convertWylie.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/convertWylie.pl -------------------------------------------------------------------------------- /tools/ent2latin1.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/ent2latin1.pl -------------------------------------------------------------------------------- /tools/ent2ucs.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/ent2ucs.pl -------------------------------------------------------------------------------- /tools/extractNotes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/extractNotes.pl -------------------------------------------------------------------------------- /tools/filter-nsgmls-errors.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/filter-nsgmls-errors.pl -------------------------------------------------------------------------------- /tools/imageinfo.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/imageinfo.pl -------------------------------------------------------------------------------- /tools/inclusions.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/inclusions.pl -------------------------------------------------------------------------------- /tools/intralinear.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/intralinear.pl -------------------------------------------------------------------------------- /tools/patc/num2name.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/num2name.pat -------------------------------------------------------------------------------- /tools/patc/old/ent2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/old/ent2ucs.pat -------------------------------------------------------------------------------- /tools/patc/old/sgml2asc.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/old/sgml2asc.pat -------------------------------------------------------------------------------- /tools/patc/old/sgml2win.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/old/sgml2win.pat -------------------------------------------------------------------------------- /tools/patc/src/args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/args.h -------------------------------------------------------------------------------- /tools/patc/src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/makefile -------------------------------------------------------------------------------- /tools/patc/src/patc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/patc.c -------------------------------------------------------------------------------- /tools/patc/src/patc.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/patc.prj -------------------------------------------------------------------------------- /tools/patc/src/patc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/patc.sln -------------------------------------------------------------------------------- /tools/patc/src/patc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/patc.txt -------------------------------------------------------------------------------- /tools/patc/src/patc.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/patc.vcproj -------------------------------------------------------------------------------- /tools/patc/src/pstree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/pstree.c -------------------------------------------------------------------------------- /tools/patc/src/pstree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/pstree.h -------------------------------------------------------------------------------- /tools/patc/src/searchfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/searchfile.c -------------------------------------------------------------------------------- /tools/patc/src/searchfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/src/searchfile.h -------------------------------------------------------------------------------- /tools/patc/transcriptions/arabic/ar2rm.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/arabic/ar2rm.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/arabic/ar2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/arabic/ar2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/arabic/ar2utf8.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/arabic/ar2utf8.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/arabic/teiarb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/arabic/teiarb.ent -------------------------------------------------------------------------------- /tools/patc/transcriptions/arabic/ur2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/arabic/ur2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/armenian/hy2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/armenian/hy2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/armenian/test-armenian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/armenian/test-armenian.txt -------------------------------------------------------------------------------- /tools/patc/transcriptions/coptic/co2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/coptic/co2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/cy2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/cy2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/cyt2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/cyt2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/old/cy2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/old/cy2ucs.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/old/cypgdp2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/old/cypgdp2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/old/cyx2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/old/cyx2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/old/fixcy.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/old/fixcy.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/old/uncy.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/old/uncy.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/sr2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/sr2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/cyrillic/srt2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/cyrillic/srt2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/beta2unicode.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/beta2unicode.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/gr2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/gr2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/gr2utf8-new.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/gr2utf8-new.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/grt2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/grt2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/grt2sgml8.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/grt2sgml8.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/fixgreek.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/fixgreek.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/gr2beta.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/gr2beta.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/gr2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/gr2ucs.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/gr2utf8.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/gr2utf8.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/greek.tei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/greek.tei -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/greek.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/greek.txt -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/pgb2gr.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/pgb2gr.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/pgdp2gr.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/pgdp2gr.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/quotGR.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/quotGR.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/ungreek.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/ungreek.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/ungreek8.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/ungreek8.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/utf8-pgdp2gr.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/utf8-pgdp2gr.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/old/utf82gr.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/old/utf82gr.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/tagGreek.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/tagGreek.pl -------------------------------------------------------------------------------- /tools/patc/transcriptions/greek/utf82gr-new.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/greek/utf82gr-new.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/hebrew/he2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/hebrew/he2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/hebrew/he2utf8.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/hebrew/he2utf8.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/hebrew/het2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/hebrew/het2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/hebrew/utf82he.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/hebrew/utf82he.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/hieroglyphs/hg.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/hieroglyphs/hg.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/hieroglyphs/hg2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/hieroglyphs/hg2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/as2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/as2ucs.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/bn2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/bn2ucs.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/dn2latn.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/dn2latn.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/dn2latn8.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/dn2latn8.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/dn2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/dn2ucs.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/dn2utf8.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/dn2utf8.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/dnout2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/dnout2.html -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/dntest.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/dntest.htm -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/pgdp-dv2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/pgdp-dv2ucs.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/suggestion-unicode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/suggestion-unicode.txt -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/ta2ucs.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/ta2ucs.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/indic/untamil.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/indic/untamil.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/syriac/sy2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/syriac/sy2sgml.pat -------------------------------------------------------------------------------- /tools/patc/transcriptions/tagalog/Tagalog.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/transcriptions/tagalog/Tagalog.pat -------------------------------------------------------------------------------- /tools/patc/win2sgml.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/patc/win2sgml.pat -------------------------------------------------------------------------------- /tools/precheck.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/precheck.pl -------------------------------------------------------------------------------- /tools/stripDocType.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/stripDocType.pl -------------------------------------------------------------------------------- /tools/tei2html.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | perl -S tei2html.pl %* -------------------------------------------------------------------------------- /tools/tei2html.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/tei2html.pl -------------------------------------------------------------------------------- /tools/tei2imageinfo.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/tei2imageinfo.pl -------------------------------------------------------------------------------- /tools/tei2txt.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/tei2txt.pl -------------------------------------------------------------------------------- /tools/test/convertCrossWord-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/test/convertCrossWord-test.txt -------------------------------------------------------------------------------- /tools/test/convertDraughtsDiagram-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/test/convertDraughtsDiagram-test.txt -------------------------------------------------------------------------------- /tools/test/convertWylie-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/test/convertWylie-test.txt -------------------------------------------------------------------------------- /tools/transcribe.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/transcribe.pl -------------------------------------------------------------------------------- /tools/ucwords.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/ucwords.pl -------------------------------------------------------------------------------- /tools/wipeids.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/wipeids.pl -------------------------------------------------------------------------------- /tools/wrapLinesUnicode.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/wrapLinesUnicode.pl -------------------------------------------------------------------------------- /tools/wraplines.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/tools/wraplines.pl -------------------------------------------------------------------------------- /xml2kwic.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xml2kwic.pl -------------------------------------------------------------------------------- /xml2kwic.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xml2kwic.xsl -------------------------------------------------------------------------------- /xml_tei.stx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xml_tei.stx -------------------------------------------------------------------------------- /xsltdoc.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xsltdoc.config -------------------------------------------------------------------------------- /xsltdoc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xsltdoc.pl -------------------------------------------------------------------------------- /xspec/betacode.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/betacode.xspec -------------------------------------------------------------------------------- /xspec/block.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/block.xspec -------------------------------------------------------------------------------- /xspec/checks.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/checks.xspec -------------------------------------------------------------------------------- /xspec/colophon.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/colophon.xspec -------------------------------------------------------------------------------- /xspec/copyright.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/copyright.xspec -------------------------------------------------------------------------------- /xspec/css.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/css.xspec -------------------------------------------------------------------------------- /xspec/ditto.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/ditto.xspec -------------------------------------------------------------------------------- /xspec/divisions.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/divisions.xspec -------------------------------------------------------------------------------- /xspec/drama.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/drama.xspec -------------------------------------------------------------------------------- /xspec/facsimile.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/facsimile.xspec -------------------------------------------------------------------------------- /xspec/figures.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/figures.xspec -------------------------------------------------------------------------------- /xspec/header.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/header.xspec -------------------------------------------------------------------------------- /xspec/inline.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/inline.xspec -------------------------------------------------------------------------------- /xspec/kwic.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/kwic.xspec -------------------------------------------------------------------------------- /xspec/levenshtein.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/levenshtein.xspec -------------------------------------------------------------------------------- /xspec/lists.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/lists.xspec -------------------------------------------------------------------------------- /xspec/localization.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/localization.xspec -------------------------------------------------------------------------------- /xspec/merge-documents.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/merge-documents.xspec -------------------------------------------------------------------------------- /xspec/normalize-table.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/normalize-table.xspec -------------------------------------------------------------------------------- /xspec/notes.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/notes.xspec -------------------------------------------------------------------------------- /xspec/numbers.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/numbers.xspec -------------------------------------------------------------------------------- /xspec/opf.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/opf.xspec -------------------------------------------------------------------------------- /xspec/plaintext.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/plaintext.xspec -------------------------------------------------------------------------------- /xspec/preprocess.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/preprocess.xspec -------------------------------------------------------------------------------- /xspec/references.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/references.xspec -------------------------------------------------------------------------------- /xspec/rend.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/rend.xspec -------------------------------------------------------------------------------- /xspec/runall.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/runall.pl -------------------------------------------------------------------------------- /xspec/spellout.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/spellout.xspec -------------------------------------------------------------------------------- /xspec/splitter.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/splitter.xspec -------------------------------------------------------------------------------- /xspec/tables.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/tables.xspec -------------------------------------------------------------------------------- /xspec/test-tei2epub.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/test-tei2epub.xsl -------------------------------------------------------------------------------- /xspec/test-tei2html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/test-tei2html.xsl -------------------------------------------------------------------------------- /xspec/toc.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/toc.xspec -------------------------------------------------------------------------------- /xspec/utils.xspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhellingman/tei2html/HEAD/xspec/utils.xspec --------------------------------------------------------------------------------