summaryrefslogtreecommitdiff
path: root/textproc/tei-guidelines-p4
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 12:04:30 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 12:04:30 +0000
commitd5b956092846ce95cb85ebb20fd6d49db71bb693 (patch)
tree9127f3f17cabe6bf433f018d0e5413e6ac1559c0 /textproc/tei-guidelines-p4
parentNew Port: DTD parser and clean-up tool (diff)
New Port: TEI P4 Guidelines
TEI's Guidelines for Electronic Text Encoding and Interchange PR: ports/38337 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=72384
Diffstat (limited to 'textproc/tei-guidelines-p4')
-rw-r--r--textproc/tei-guidelines-p4/Makefile30
-rw-r--r--textproc/tei-guidelines-p4/distinfo1
-rw-r--r--textproc/tei-guidelines-p4/files/patch-SA.html20
-rw-r--r--textproc/tei-guidelines-p4/files/patch-SG.html11
-rw-r--r--textproc/tei-guidelines-p4/pkg-comment1
-rw-r--r--textproc/tei-guidelines-p4/pkg-descr11
-rw-r--r--textproc/tei-guidelines-p4/pkg-plist728
7 files changed, 802 insertions, 0 deletions
diff --git a/textproc/tei-guidelines-p4/Makefile b/textproc/tei-guidelines-p4/Makefile
new file mode 100644
index 000000000000..b2e0c1582db0
--- /dev/null
+++ b/textproc/tei-guidelines-p4/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: tei-guidelines
+# Date created: 29 April 2002
+# Whom: Henrik Motakef <henrik.motakef@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tei
+PORTVERSION= p4
+CATEGORIES= textproc
+MASTER_SITES= http://www.tei-c.org/Guidelines2/
+PKGNAMESUFFIX= -guidelines
+DISTNAME= p4html
+
+MAINTAINER= henrik.motakef@web.de
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+INSTDIR= ${PREFIX}/share/doc/tei/p4
+
+do-install:
+ @${MKDIR} ${INSTDIR}
+ @${MKDIR} ${INSTDIR}/Status
+ @${INSTALL_MAN} ${WRKSRC}/*.html ${INSTDIR}
+ @${INSTALL_MAN} ${WRKSRC}/*.css ${INSTDIR}
+ @${INSTALL_MAN} ${WRKSRC}/*.gif ${INSTDIR}
+ @${INSTALL_MAN} ${WRKSRC}/*.jpg ${INSTDIR}
+ @${INSTALL_MAN} ${WRKSRC}/Status/* ${INSTDIR}/Status
+
+.include <bsd.port.mk>
diff --git a/textproc/tei-guidelines-p4/distinfo b/textproc/tei-guidelines-p4/distinfo
new file mode 100644
index 000000000000..a6d8307b4973
--- /dev/null
+++ b/textproc/tei-guidelines-p4/distinfo
@@ -0,0 +1 @@
+MD5 (p4html.tar.gz) = f5b5bb296446e052ec17cf79f7cfaf4c
diff --git a/textproc/tei-guidelines-p4/files/patch-SA.html b/textproc/tei-guidelines-p4/files/patch-SA.html
new file mode 100644
index 000000000000..e973b9d31b79
--- /dev/null
+++ b/textproc/tei-guidelines-p4/files/patch-SA.html
@@ -0,0 +1,20 @@
+--- SA.html.orig Mon May 20 11:08:58 2002
++++ SA.html Mon May 20 11:09:11 2002
+@@ -490,7 +490,7 @@
+ connections among elements, consider the practice (common in 18th
+ century English verse and elsewhere) of providing footnotes citing
+ parallel passages from classical authors.
+-<a name="POPE"></a><img src="/TEI/Guidelines/Figures/dunpic.png" class="float fullpage" alt="The figure shows the original page of Pope's
++<a name="POPE"></a><img src="Figures/dunpic.png" class="float fullpage" alt="The figure shows the original page of Pope's
+ which is discussed in the text.">
+ Such footnotes can of course simply be encoded using the <a name="GDX-1418"></a><b><tt>&lt;note&gt;</tt></b>
+ element (see section <a class="ptr" href="CO.html#CONO">6.8 Notes, Annotation, and Indexing</a>) without a <tt><b>target</b></tt>
+@@ -3525,7 +3525,7 @@
+ <a name="id2792371"></a>To demonstrate this facility, we consider how we might encode the
+ alignments in an extract from Comenius' <i>Orbis Sensualium
+ Pictus</i>.
+-<a name="COMENIUS"></a><img src="/TEI/Guidelines/Figures/compic.png" class="float full page" alt="The figure shows the page from the
++<a name="COMENIUS"></a><img src="Figures/compic.png" class="float full page" alt="The figure shows the page from the
+ of Comenius which is discussed in the text.">
+ Each topic covered in this work has three parts: a
+ picture, a prose text in Latin describing the topic, and a
diff --git a/textproc/tei-guidelines-p4/files/patch-SG.html b/textproc/tei-guidelines-p4/files/patch-SG.html
new file mode 100644
index 000000000000..326ec71fe1eb
--- /dev/null
+++ b/textproc/tei-guidelines-p4/files/patch-SG.html
@@ -0,0 +1,11 @@
+--- SG.html.orig Mon May 20 11:09:56 2002
++++ SG.html Mon May 20 11:10:03 2002
+@@ -812,7 +812,7 @@
+ stanzas and the second a single stanza, by a tree structure like the following figure:
+
+
+-<img src="/TEI/Guidelines/Figures/xmlpic.png">
++<img src="Figures/xmlpic.png">
+
+
+ </p>
diff --git a/textproc/tei-guidelines-p4/pkg-comment b/textproc/tei-guidelines-p4/pkg-comment
new file mode 100644
index 000000000000..94b6c1b4fcec
--- /dev/null
+++ b/textproc/tei-guidelines-p4/pkg-comment
@@ -0,0 +1 @@
+TEI's Guidelines for Electronic Text Encoding and Interchange
diff --git a/textproc/tei-guidelines-p4/pkg-descr b/textproc/tei-guidelines-p4/pkg-descr
new file mode 100644
index 000000000000..330131050ee0
--- /dev/null
+++ b/textproc/tei-guidelines-p4/pkg-descr
@@ -0,0 +1,11 @@
+The DTD of the Text Encoding Initiative allows encoding of a wide range
+of document types in the domain of humanities. If focuses on, but is not
+restricted to, the needs of the scholarly research and education community.
+
+This port contains the TEI P4 Guidelines for Electronic Text Encoding
+and Interchange.
+
+WWW: http://www.tei-c.org/
+
+-- Henrik Motakef
+ <henrik.motakef@web.de>
diff --git a/textproc/tei-guidelines-p4/pkg-plist b/textproc/tei-guidelines-p4/pkg-plist
new file mode 100644
index 000000000000..919f237c8802
--- /dev/null
+++ b/textproc/tei-guidelines-p4/pkg-plist
@@ -0,0 +1,728 @@
+share/doc/tei/p4/Status/ABc01.txt
+share/doc/tei/p4/Status/ABdiffs.txt
+share/doc/tei/p4/Status/AIc01.txt
+share/doc/tei/p4/Status/CCc01.txt
+share/doc/tei/p4/Status/CEc01.txt
+share/doc/tei/p4/Status/CEc02.txt
+share/doc/tei/p4/Status/COc01.txt
+share/doc/tei/p4/Status/COc02.txt
+share/doc/tei/p4/Status/COco1.txt
+share/doc/tei/p4/Status/Chap31_terms.txt
+share/doc/tei/p4/Status/Concur_Outside_31.html
+share/doc/tei/p4/Status/DIc01.txt
+share/doc/tei/p4/Status/DIc02.txt
+share/doc/tei/p4/Status/DRc01.txt
+share/doc/tei/p4/Status/DSc01.txt
+share/doc/tei/p4/Status/FDc01.txt
+share/doc/tei/p4/Status/FMc01.txt
+share/doc/tei/p4/Status/FSc01.txt
+share/doc/tei/p4/Status/FTc01.htm
+share/doc/tei/p4/Status/HDc01.txt
+share/doc/tei/p4/Status/NDc01.txt
+share/doc/tei/p4/Status/NHc01.htm
+share/doc/tei/p4/Status/PHc01.txt
+share/doc/tei/p4/Status/PHc02.txt
+share/doc/tei/p4/Status/SAc01.txt
+share/doc/tei/p4/Status/SHc01.txt
+share/doc/tei/p4/Status/STc01.txt
+share/doc/tei/p4/Status/TCc01.txt
+share/doc/tei/p4/Status/TEc01.txt
+share/doc/tei/p4/Status/TSc01.txt
+share/doc/tei/p4/Status/VEc01.txt
+share/doc/tei/p4/Status/VEc02.txt
+share/doc/tei/p4/Status/chapters.xml
+share/doc/tei/p4/Status/index.html
+share/doc/tei/p4/Status/index.xml
+share/doc/tei/p4/Status/p2chrev.html
+share/doc/tei/p4/Status/press.txt
+share/doc/tei/p4/Status/review.txt
+share/doc/tei/p4/AB.html
+share/doc/tei/p4/AI.html
+share/doc/tei/p4/CC.html
+share/doc/tei/p4/CE.html
+share/doc/tei/p4/CF.html
+share/doc/tei/p4/CH.html
+share/doc/tei/p4/CO.html
+share/doc/tei/p4/CR.html
+share/doc/tei/p4/DI.html
+share/doc/tei/p4/DR.html
+share/doc/tei/p4/DS.html
+share/doc/tei/p4/DT.html
+share/doc/tei/p4/FD.html
+share/doc/tei/p4/FM1.html
+share/doc/tei/p4/FS.html
+share/doc/tei/p4/FT.html
+share/doc/tei/p4/GD.html
+share/doc/tei/p4/GR.html
+share/doc/tei/p4/HD.html
+share/doc/tei/p4/IN.html
+share/doc/tei/p4/MD.html
+share/doc/tei/p4/ND.html
+share/doc/tei/p4/NH.html
+share/doc/tei/p4/P2BIB.html
+share/doc/tei/p4/P2COL.html
+share/doc/tei/p4/PARTIND.html
+share/doc/tei/p4/PF.html
+share/doc/tei/p4/PH.html
+share/doc/tei/p4/PPF2.html
+share/doc/tei/p4/PR.html
+share/doc/tei/p4/PREFS.html
+share/doc/tei/p4/REFCLA.html
+share/doc/tei/p4/REFENT.html
+share/doc/tei/p4/REFTAG.html
+share/doc/tei/p4/SA.html
+share/doc/tei/p4/SG.html
+share/doc/tei/p4/SH.html
+share/doc/tei/p4/ST.html
+share/doc/tei/p4/TC.html
+share/doc/tei/p4/TD.html
+share/doc/tei/p4/TE.html
+share/doc/tei/p4/TS.html
+share/doc/tei/p4/VE.html
+share/doc/tei/p4/WD.html
+share/doc/tei/p4/WG.html
+share/doc/tei/p4/XT.html
+share/doc/tei/p4/XW.html
+share/doc/tei/p4/dedication.html
+share/doc/tei/p4/index-div2-id2976966.html
+share/doc/tei/p4/index-div2-id2976975.html
+share/doc/tei/p4/index-div2-id2976976.html
+share/doc/tei/p4/index-notes.html
+share/doc/tei/p4/index.html
+share/doc/tei/p4/p4pf01.html
+share/doc/tei/p4/ppf.html
+share/doc/tei/p4/ref-ABBR.html
+share/doc/tei/p4/ref-ACTIVITY.html
+share/doc/tei/p4/ref-ACTOR.html
+share/doc/tei/p4/ref-ADD.html
+share/doc/tei/p4/ref-ADDNAME.html
+share/doc/tei/p4/ref-ADDRESS.html
+share/doc/tei/p4/ref-ADDRLINE.html
+share/doc/tei/p4/ref-ADDRPART.html
+share/doc/tei/p4/ref-ADDSPAN.html
+share/doc/tei/p4/ref-ADMIN.html
+share/doc/tei/p4/ref-AFFILIAT.html
+share/doc/tei/p4/ref-AGENT.html
+share/doc/tei/p4/ref-AIDTD.html
+share/doc/tei/p4/ref-AIENT.html
+share/doc/tei/p4/ref-AITOP.html
+share/doc/tei/p4/ref-ALT.html
+share/doc/tei/p4/ref-ALTGRP.html
+share/doc/tei/p4/ref-ANALYTIC.html
+share/doc/tei/p4/ref-ANCHOR.html
+share/doc/tei/p4/ref-ANONB.html
+share/doc/tei/p4/ref-ANY.html
+share/doc/tei/p4/ref-APP.html
+share/doc/tei/p4/ref-ARC.html
+share/doc/tei/p4/ref-ARGUMENT.html
+share/doc/tei/p4/ref-ATT.html
+share/doc/tei/p4/ref-ATTDEF.html
+share/doc/tei/p4/ref-ATTLDECL.html
+share/doc/tei/p4/ref-ATTLIST.html
+share/doc/tei/p4/ref-ATTNAME.html
+share/doc/tei/p4/ref-AUTHOR.html
+share/doc/tei/p4/ref-AUTHORTY.html
+share/doc/tei/p4/ref-AVAIL.html
+share/doc/tei/p4/ref-BACK.html
+share/doc/tei/p4/ref-BASESTD.html
+share/doc/tei/p4/ref-BASEWSD.html
+share/doc/tei/p4/ref-BIBL.html
+share/doc/tei/p4/ref-BIBLFULL.html
+share/doc/tei/p4/ref-BICOND.html
+share/doc/tei/p4/ref-BIBLPART.html
+share/doc/tei/p4/ref-BIBLSCOP.html
+share/doc/tei/p4/ref-BIBLSTRU.html
+share/doc/tei/p4/ref-BINARY.html
+share/doc/tei/p4/ref-BIRTH.html
+share/doc/tei/p4/ref-BLOC.html
+share/doc/tei/p4/ref-BODY.html
+share/doc/tei/p4/ref-BOOLEAN.html
+share/doc/tei/p4/ref-BROADCAS.html
+share/doc/tei/p4/ref-BYLINE.html
+share/doc/tei/p4/ref-C.html
+share/doc/tei/p4/ref-CAESURA.html
+share/doc/tei/p4/ref-CAMERA.html
+share/doc/tei/p4/ref-CAPTION.html
+share/doc/tei/p4/ref-CASE.html
+share/doc/tei/p4/ref-CASTGRP.html
+share/doc/tei/p4/ref-CASTITEM.html
+share/doc/tei/p4/ref-CASTLIST.html
+share/doc/tei/p4/ref-CATDESC.html
+share/doc/tei/p4/ref-CATEGORY.html
+share/doc/tei/p4/tei.css
+share/doc/tei/p4/ref-CATREF.html
+share/doc/tei/p4/ref-CBCOMP.html
+share/doc/tei/p4/ref-CBGEDTD.html
+share/doc/tei/p4/ref-CBGEPLUS.html
+share/doc/tei/p4/ref-CBGESEQ.html
+share/doc/tei/p4/ref-CBGETOP.html
+share/doc/tei/p4/ref-CBMXDTD.html
+share/doc/tei/p4/ref-CBMXTOP.html
+share/doc/tei/p4/ref-CCDTD.html
+share/doc/tei/p4/ref-CCTOP.html
+share/doc/tei/p4/ref-CEDTD.html
+share/doc/tei/p4/ref-CELL.html
+share/doc/tei/p4/ref-CERTAIN.html
+share/doc/tei/p4/ref-CETOP.html
+share/doc/tei/p4/ref-CHANGE.html
+share/doc/tei/p4/ref-CHANNEL.html
+share/doc/tei/p4/ref-CHILDREN.html
+share/doc/tei/p4/ref-CHUNK.html
+share/doc/tei/p4/ref-CIT.html
+share/doc/tei/p4/ref-CL.html
+share/doc/tei/p4/ref-CLANA.html
+share/doc/tei/p4/ref-CLASDECL.html
+share/doc/tei/p4/ref-CLASS.html
+share/doc/tei/p4/ref-CLASSCOD.html
+share/doc/tei/p4/ref-CLASSDOC.html
+share/doc/tei/p4/ref-CLASSES.html
+share/doc/tei/p4/ref-CLBIBL.html
+share/doc/tei/p4/ref-CLDATE.html
+share/doc/tei/p4/ref-CLFRONT.html
+share/doc/tei/p4/ref-CLINTERP.html
+share/doc/tei/p4/ref-CLLINK.html
+share/doc/tei/p4/ref-CLLOC.html
+share/doc/tei/p4/ref-CLOSER.html
+share/doc/tei/p4/ref-CLSEG.html
+share/doc/tei/p4/ref-CLTERM.html
+share/doc/tei/p4/ref-COLBR.html
+share/doc/tei/p4/ref-COLLOC.html
+share/doc/tei/p4/ref-COMMON.html
+share/doc/tei/p4/ref-COMPDICT.html
+share/doc/tei/p4/ref-COMPDRAM.html
+share/doc/tei/p4/ref-COMPSEQ.html
+share/doc/tei/p4/ref-COMPSPOK.html
+share/doc/tei/p4/ref-COMPTERM.html
+share/doc/tei/p4/ref-COMPVERS.html
+share/doc/tei/p4/ref-COND.html
+share/doc/tei/p4/ref-CONSTITN.html
+share/doc/tei/p4/ref-CORR.html
+share/doc/tei/p4/ref-CORRECTN.html
+share/doc/tei/p4/ref-COUNTRY.html
+share/doc/tei/p4/ref-CPLXVAL.html
+share/doc/tei/p4/ref-CREATN.html
+share/doc/tei/p4/ref-DAMAGE.html
+share/doc/tei/p4/ref-DATA.html
+share/doc/tei/p4/ref-DATADESC.html
+share/doc/tei/p4/ref-DATATYPE.html
+share/doc/tei/p4/ref-DATE.html
+share/doc/tei/p4/ref-DATELINE.html
+share/doc/tei/p4/ref-DATERANG.html
+share/doc/tei/p4/ref-DATESTRU.html
+share/doc/tei/p4/ref-DAY.html
+share/doc/tei/p4/ref-DECLABL.html
+share/doc/tei/p4/ref-DECLING.html
+share/doc/tei/p4/ref-DEF.html
+share/doc/tei/p4/ref-DEFAULT.html
+share/doc/tei/p4/ref-DEL.html
+share/doc/tei/p4/ref-DELSPAN.html
+share/doc/tei/p4/ref-DEMOG.html
+share/doc/tei/p4/ref-DERIVATN.html
+share/doc/tei/p4/ref-DESC.html
+share/doc/tei/p4/ref-DESCRIP.html
+share/doc/tei/p4/ref-DFT.html
+share/doc/tei/p4/ref-DFTANA.html
+share/doc/tei/p4/ref-DFTDICT.html
+share/doc/tei/p4/ref-DFTLINK.html
+share/doc/tei/p4/ref-DFTTERM.html
+share/doc/tei/p4/ref-DICOMP.html
+share/doc/tei/p4/ref-DICSCRAP.html
+share/doc/tei/p4/ref-DIDTD.html
+share/doc/tei/p4/ref-DIEG.html
+share/doc/tei/p4/ref-DIENT.html
+share/doc/tei/p4/ref-DIGEN.html
+share/doc/tei/p4/ref-DIGENXX.html
+share/doc/tei/p4/ref-DIGLOBAL.html
+share/doc/tei/p4/ref-DIMIX.html
+share/doc/tei/p4/ref-DIMIXXX.html
+share/doc/tei/p4/ref-DIPARTS.html
+share/doc/tei/p4/ref-DIRECTN.html
+share/doc/tei/p4/ref-DISTANCE.html
+share/doc/tei/p4/ref-DISTINCT.html
+share/doc/tei/p4/ref-DISTRIB.html
+share/doc/tei/p4/ref-DITOP.html
+share/doc/tei/p4/ref-DITOPLEV.html
+share/doc/tei/p4/ref-DIV.html
+share/doc/tei/p4/ref-DIV0.html
+share/doc/tei/p4/ref-DIV1.html
+share/doc/tei/p4/ref-DIV2.html
+share/doc/tei/p4/ref-DIV3.html
+share/doc/tei/p4/ref-DIV4.html
+share/doc/tei/p4/ref-F.html
+share/doc/tei/p4/ref-DIV5.html
+share/doc/tei/p4/ref-DIV6.html
+share/doc/tei/p4/ref-DIV7.html
+share/doc/tei/p4/ref-DIVBOT.html
+share/doc/tei/p4/ref-DIVGEN.html
+share/doc/tei/p4/ref-DIVN.html
+share/doc/tei/p4/ref-DIVTOP.html
+share/doc/tei/p4/ref-DOCAUTH.html
+share/doc/tei/p4/ref-DOCDATE.html
+share/doc/tei/p4/ref-DOCEDITN.html
+share/doc/tei/p4/ref-DOCIMPRT.html
+share/doc/tei/p4/ref-DOCTITLE.html
+share/doc/tei/p4/ref-DOMAIN.html
+share/doc/tei/p4/ref-DRCOMP.html
+share/doc/tei/p4/ref-DRDTD.html
+share/doc/tei/p4/ref-DRENT.html
+share/doc/tei/p4/ref-DRFRONT.html
+share/doc/tei/p4/ref-DRGEN.html
+share/doc/tei/p4/ref-DRGENXX.html
+share/doc/tei/p4/ref-DRMIX.html
+share/doc/tei/p4/ref-DRMIXXX.html
+share/doc/tei/p4/ref-DRROLE.html
+share/doc/tei/p4/ref-DRTOP.html
+share/doc/tei/p4/ref-EDDECL.html
+share/doc/tei/p4/ref-EDIT.html
+share/doc/tei/p4/ref-EDITINCL.html
+share/doc/tei/p4/ref-EDITION.html
+share/doc/tei/p4/ref-EDITOR.html
+share/doc/tei/p4/ref-EDITPH.html
+share/doc/tei/p4/ref-EDSTMT.html
+share/doc/tei/p4/ref-EDUCN.html
+share/doc/tei/p4/ref-ELEAF.html
+share/doc/tei/p4/ref-ELEMDECL.html
+share/doc/tei/p4/ref-EMPH.html
+share/doc/tei/p4/ref-ENCDESC.html
+share/doc/tei/p4/ref-ENJAMB.html
+share/doc/tei/p4/ref-ENTDOC.html
+share/doc/tei/p4/ref-ENTNAME.html
+share/doc/tei/p4/ref-ENTRIES.html
+share/doc/tei/p4/ref-ENTRY.html
+share/doc/tei/p4/ref-ENTRYFR.html
+share/doc/tei/p4/ref-EPIGRAPH.html
+share/doc/tei/p4/ref-EPILOGUE.html
+share/doc/tei/p4/ref-EQUIPMEN.html
+share/doc/tei/p4/ref-EQUIV.html
+share/doc/tei/p4/ref-ETREE.html
+share/doc/tei/p4/ref-ETYM.html
+share/doc/tei/p4/ref-EVENT.html
+share/doc/tei/p4/ref-EXCEPTNS.html
+share/doc/tei/p4/ref-EXEMPLUM.html
+share/doc/tei/p4/ref-EXPAN.html
+share/doc/tei/p4/ref-EXTENT.html
+share/doc/tei/p4/ref-EXTPTR.html
+share/doc/tei/p4/ref-FACTUAL.html
+share/doc/tei/p4/ref-FALT.html
+share/doc/tei/p4/ref-FDECL.html
+share/doc/tei/p4/ref-FDESCR.html
+share/doc/tei/p4/ref-FEATVAL.html
+share/doc/tei/p4/ref-FIGDESC.html
+share/doc/tei/p4/ref-FIGURE.html
+share/doc/tei/p4/ref-FILES.html
+share/doc/tei/p4/ref-FILDESC.html
+share/doc/tei/p4/ref-FLIB.html
+share/doc/tei/p4/ref-FMCHUNK.html
+share/doc/tei/p4/ref-FOREIGN.html
+share/doc/tei/p4/ref-FORENAME.html
+share/doc/tei/p4/ref-FOREST.html
+share/doc/tei/p4/ref-FORESTGP.html
+share/doc/tei/p4/ref-FORM.html
+share/doc/tei/p4/ref-FORMCONT.html
+share/doc/tei/p4/ref-FORMINFO.html
+share/doc/tei/p4/ref-FORMNOTN.html
+share/doc/tei/p4/ref-FORMPTRS.html
+share/doc/tei/p4/ref-FORMULA.html
+share/doc/tei/p4/ref-FRAGMENT.html
+share/doc/tei/p4/ref-FRONT.html
+share/doc/tei/p4/ref-FRSTLANG.html
+share/doc/tei/p4/ref-FSCONSTR.html
+share/doc/tei/p4/ref-FSDDECL.html
+share/doc/tei/p4/ref-FSDECL.html
+share/doc/tei/p4/ref-FSDESCR.html
+share/doc/tei/p4/ref-FSDTD.html
+share/doc/tei/p4/ref-FSLIB.html
+share/doc/tei/p4/ref-FSTAG.html
+share/doc/tei/p4/ref-FSTOP.html
+share/doc/tei/p4/ref-FTDTD.html
+share/doc/tei/p4/ref-FTENT.html
+share/doc/tei/p4/ref-FTTOP.html
+share/doc/tei/p4/ref-FUNDER.html
+share/doc/tei/p4/ref-FVLIB.html
+share/doc/tei/p4/ref-FW.html
+share/doc/tei/p4/ref-GAP.html
+share/doc/tei/p4/ref-GDDTD.html
+share/doc/tei/p4/ref-GDTOP.html
+share/doc/tei/p4/ref-GEN.html
+share/doc/tei/p4/ref-GENNAME.html
+share/doc/tei/p4/ref-GEOG.html
+share/doc/tei/p4/ref-GEOGNAME.html
+share/doc/tei/p4/ref-GI.html
+share/doc/tei/p4/ref-GLOBAL.html
+share/doc/tei/p4/ref-GLOBINCL.html
+share/doc/tei/p4/ref-GLOSS.html
+share/doc/tei/p4/ref-GRAM.html
+share/doc/tei/p4/ref-GRAMGRP.html
+share/doc/tei/p4/ref-GRAMINFO.html
+share/doc/tei/p4/ref-GRAPH.html
+share/doc/tei/p4/ref-GROUP.html
+share/doc/tei/p4/ref-HAND.html
+share/doc/tei/p4/ref-HANDLIST.html
+share/doc/tei/p4/ref-HANDSHFT.html
+share/doc/tei/p4/ref-HEAD.html
+share/doc/tei/p4/ref-HEADIT.html
+share/doc/tei/p4/ref-HEADLAB.html
+share/doc/tei/p4/ref-HI.html
+share/doc/tei/p4/ref-HOM.html
+share/doc/tei/p4/ref-HOUR.html
+share/doc/tei/p4/ref-HQINTER.html
+share/doc/tei/p4/ref-HQPHRASE.html
+share/doc/tei/p4/ref-HYPH.html
+share/doc/tei/p4/ref-HYPHEN.html
+share/doc/tei/p4/ref-IDNO.html
+share/doc/tei/p4/ref-IF.html
+share/doc/tei/p4/ref-IFF.html
+share/doc/tei/p4/ref-IHS.html
+share/doc/tei/p4/ref-IMPRIMAT.html
+share/doc/tei/p4/ref-IMPRINT.html
+share/doc/tei/p4/ref-INDEX.html
+share/doc/tei/p4/ref-INHERIT.html
+share/doc/tei/p4/ref-INODE.html
+share/doc/tei/p4/ref-INTER.html
+share/doc/tei/p4/ref-INTERACT.html
+share/doc/tei/p4/ref-INTERP.html
+share/doc/tei/p4/ref-INTERPGP.html
+share/doc/tei/p4/ref-INTERPTN.html
+share/doc/tei/p4/ref-ISODATE.html
+share/doc/tei/p4/ref-ITEM.html
+share/doc/tei/p4/ref-ITYPE.html
+share/doc/tei/p4/ref-JOIN.html
+share/doc/tei/p4/ref-JOINGRP.html
+share/doc/tei/p4/ref-KEYWORDS.html
+share/doc/tei/p4/ref-L.html
+share/doc/tei/p4/ref-KINESIC.html
+share/doc/tei/p4/ref-LABEL.html
+share/doc/tei/p4/ref-LACEND.html
+share/doc/tei/p4/ref-LACSTART.html
+share/doc/tei/p4/ref-LANG.html
+share/doc/tei/p4/ref-LANGKNOW.html
+share/doc/tei/p4/ref-LANGUAGE.html
+share/doc/tei/p4/ref-LANGUSG.html
+share/doc/tei/p4/ref-LBL.html
+share/doc/tei/p4/ref-LEAF.html
+share/doc/tei/p4/ref-LEM.html
+share/doc/tei/p4/ref-LG.html
+share/doc/tei/p4/ref-LG1.html
+share/doc/tei/p4/ref-LG2.html
+share/doc/tei/p4/ref-LG3.html
+share/doc/tei/p4/ref-LG4.html
+share/doc/tei/p4/ref-LG5.html
+share/doc/tei/p4/ref-LINEBR.html
+share/doc/tei/p4/ref-LINK.html
+share/doc/tei/p4/ref-LINKGRP.html
+share/doc/tei/p4/ref-LIST.html
+share/doc/tei/p4/ref-LISTBIBL.html
+share/doc/tei/p4/ref-LISTS.html
+share/doc/tei/p4/ref-LOCALE.html
+share/doc/tei/p4/ref-M.html
+share/doc/tei/p4/ref-MEASURE.html
+share/doc/tei/p4/ref-MEETING.html
+share/doc/tei/p4/ref-MENTIOND.html
+share/doc/tei/p4/ref-METADATA.html
+share/doc/tei/p4/ref-METDECL.html
+share/doc/tei/p4/ref-METRICAL.html
+share/doc/tei/p4/ref-MILEST.html
+share/doc/tei/p4/ref-MINUS.html
+share/doc/tei/p4/ref-MINUTE.html
+share/doc/tei/p4/ref-MIXNO.html
+share/doc/tei/p4/ref-MIXYES.html
+share/doc/tei/p4/ref-MONOGR.html
+share/doc/tei/p4/ref-MONTH.html
+share/doc/tei/p4/ref-MOOD.html
+share/doc/tei/p4/ref-MORPH.html
+share/doc/tei/p4/ref-MOVE.html
+share/doc/tei/p4/ref-MSR.html
+share/doc/tei/p4/ref-NAME.html
+share/doc/tei/p4/ref-NAMELINK.html
+share/doc/tei/p4/ref-NAMES.html
+share/doc/tei/p4/ref-NBR.html
+share/doc/tei/p4/ref-NDDTD.html
+share/doc/tei/p4/ref-NDENT.html
+share/doc/tei/p4/ref-NDTOP.html
+share/doc/tei/p4/ref-NODE.html
+share/doc/tei/p4/ref-NONE.html
+share/doc/tei/p4/ref-NORMALZN.html
+share/doc/tei/p4/ref-NOTE.html
+share/doc/tei/p4/ref-NOTES.html
+share/doc/tei/p4/ref-NOTSTMT.html
+share/doc/tei/p4/ref-NULL.html
+share/doc/tei/p4/ref-NUM.html
+share/doc/tei/p4/ref-NUMBER.html
+share/doc/tei/p4/ref-OCCASION.html
+share/doc/tei/p4/ref-OCCUPAT.html
+share/doc/tei/p4/ref-OFFSET.html
+share/doc/tei/p4/ref-OFIG.html
+share/doc/tei/p4/ref-OMROS.html
+share/doc/tei/p4/ref-OMROX.html
+share/doc/tei/p4/ref-OMRRS.html
+share/doc/tei/p4/ref-OMRRX.html
+share/doc/tei/p4/ref-OPENER.html
+share/doc/tei/p4/ref-OREF.html
+share/doc/tei/p4/ref-ORGDIVN.html
+share/doc/tei/p4/ref-ORGNAME.html
+share/doc/tei/p4/ref-ORGTITLE.html
+share/doc/tei/p4/ref-ORGTYPE.html
+share/doc/tei/p4/ref-ORIG.html
+share/doc/tei/p4/ref-ORTH.html
+share/doc/tei/p4/ref-OTHFORM.html
+share/doc/tei/p4/ref-OVAR.html
+share/doc/tei/p4/ref-P.html
+share/doc/tei/p4/ref-PAGEBR.html
+share/doc/tei/p4/ref-PARENTS.html
+share/doc/tei/p4/ref-PART.html
+share/doc/tei/p4/ref-PARTDESC.html
+share/doc/tei/p4/ref-PARTIREL.html
+share/doc/tei/p4/ref-PAUSE.html
+share/doc/tei/p4/ref-PEPARAC.html
+share/doc/tei/p4/ref-PEPHRASE.html
+share/doc/tei/p4/ref-PER.html
+share/doc/tei/p4/ref-PERFORM.html
+share/doc/tei/p4/ref-PERSGRP.html
+share/doc/tei/p4/ref-PERSNAME.html
+share/doc/tei/p4/ref-PERSON.html
+share/doc/tei/p4/ref-PERSPART.html
+share/doc/tei/p4/ref-PESPECP.html
+share/doc/tei/p4/ref-PHDTD.html
+share/doc/tei/p4/ref-PHENT.html
+share/doc/tei/p4/ref-PHR.html
+share/doc/tei/p4/ref-PHRASE.html
+share/doc/tei/p4/ref-PHRSEQ.html
+share/doc/tei/p4/ref-PHTOP.html
+share/doc/tei/p4/ref-PLACNAME.html
+share/doc/tei/p4/ref-PLACPART.html
+share/doc/tei/p4/ref-PLCOL.html
+share/doc/tei/p4/ref-PLLINE.html
+share/doc/tei/p4/ref-PLPAGE.html
+share/doc/tei/p4/ref-PLUS.html
+share/doc/tei/p4/ref-PLVOL.html
+share/doc/tei/p4/ref-POINTER.html
+share/doc/tei/p4/ref-POS.html
+share/doc/tei/p4/ref-POSTBOX.html
+share/doc/tei/p4/ref-POSTCODE.html
+share/doc/tei/p4/ref-PRCOMP.html
+share/doc/tei/p4/ref-PRDTD.html
+share/doc/tei/p4/ref-PREF.html
+share/doc/tei/p4/ref-PREPNESS.html
+share/doc/tei/p4/ref-PRINCIPL.html
+share/doc/tei/p4/ref-PROFDESC.html
+share/doc/tei/p4/ref-PROJDESC.html
+share/doc/tei/p4/ref-PROLOGUE.html
+share/doc/tei/p4/ref-PRON.html
+share/doc/tei/p4/ref-PRTOP.html
+share/doc/tei/p4/ref-PRXML.html
+share/doc/tei/p4/ref-PTR.html
+share/doc/tei/p4/ref-PTRGROUP.html
+share/doc/tei/p4/ref-PUBLISHR.html
+share/doc/tei/p4/ref-PUBPLACE.html
+share/doc/tei/p4/ref-PUBSTMT.html
+share/doc/tei/p4/ref-PURPOSE.html
+share/doc/tei/p4/ref-PVAR.html
+share/doc/tei/p4/ref-Q.html
+share/doc/tei/p4/ref-QUOTE.html
+share/doc/tei/p4/ref-QUOTN.html
+share/doc/tei/p4/ref-RATE.html
+share/doc/tei/p4/ref-RDG.html
+share/doc/tei/p4/ref-RDGGRP.html
+share/doc/tei/p4/ref-RE.html
+share/doc/tei/p4/ref-READINGS.html
+share/doc/tei/p4/ref-RECORDIN.html
+share/doc/tei/p4/ref-RECSTMT.html
+share/doc/tei/p4/ref-REF.html
+share/doc/tei/p4/ref-REFSDECL.html
+share/doc/tei/p4/ref-REFSYS.html
+share/doc/tei/p4/ref-REG.html
+share/doc/tei/p4/ref-REGION.html
+share/doc/tei/p4/ref-RELATION.html
+share/doc/tei/p4/ref-REMARKS.html
+share/doc/tei/p4/ref-RENDITN.html
+share/doc/tei/p4/ref-RESIDENC.html
+share/doc/tei/p4/ref-RESP.html
+share/doc/tei/p4/ref-RESPONS.html
+share/doc/tei/p4/ref-RESTORE.html
+share/doc/tei/p4/ref-REVDESC.html
+share/doc/tei/p4/ref-ROLE.html
+share/doc/tei/p4/ref-ROLEDESC.html
+share/doc/tei/p4/ref-ROLENAME.html
+share/doc/tei/p4/ref-ROOT.html
+share/doc/tei/p4/ref-ROW.html
+share/doc/tei/p4/ref-RS.html
+share/doc/tei/p4/ref-S.html
+share/doc/tei/p4/ref-SADTD.html
+share/doc/tei/p4/ref-SAENT.html
+share/doc/tei/p4/ref-SALUTE.html
+share/doc/tei/p4/ref-SAMPDECL.html
+share/doc/tei/p4/ref-SATOP.html
+share/doc/tei/p4/ref-SCRIPT.html
+share/doc/tei/p4/ref-SCRSTMT.html
+share/doc/tei/p4/ref-SECOND.html
+share/doc/tei/p4/ref-SEG.html
+share/doc/tei/p4/ref-SEGMENTN.html
+share/doc/tei/p4/ref-SENSE.html
+share/doc/tei/p4/ref-SEQTE.html
+share/doc/tei/p4/ref-SERIES.html
+share/doc/tei/p4/ref-SERSTMT.html
+share/doc/tei/p4/ref-SET.html
+share/doc/tei/p4/ref-SETTDESC.html
+share/doc/tei/p4/ref-SETTING.html
+share/doc/tei/p4/ref-SETTLE.html
+share/doc/tei/p4/ref-SGMLKW.html
+share/doc/tei/p4/ref-SHIFT.html
+share/doc/tei/p4/ref-SIC.html
+share/doc/tei/p4/ref-SIGNED.html
+share/doc/tei/p4/ref-SINGVAL.html
+share/doc/tei/p4/ref-SOCALLED.html
+share/doc/tei/p4/ref-SOCECSTA.html
+share/doc/tei/p4/ref-SOUND.html
+share/doc/tei/p4/ref-SOUSTMT.html
+share/doc/tei/p4/ref-SP.html
+share/doc/tei/p4/ref-SPACE.html
+share/doc/tei/p4/ref-SPAN.html
+share/doc/tei/p4/ref-SPANGRP.html
+share/doc/tei/p4/ref-SPEAKER.html
+share/doc/tei/p4/ref-SPONSOR.html
+share/doc/tei/p4/ref-STAGE.html
+share/doc/tei/p4/ref-STAGEDIR.html
+share/doc/tei/p4/ref-STATE.html
+share/doc/tei/p4/ref-STDVALS.html
+share/doc/tei/p4/ref-STEP.html
+share/doc/tei/p4/ref-STR.html
+share/doc/tei/p4/ref-STREET.html
+share/doc/tei/p4/ref-STRESS.html
+share/doc/tei/p4/ref-STRING.html
+share/doc/tei/p4/ref-SUBC.html
+share/doc/tei/p4/ref-SUPENTRY.html
+share/doc/tei/p4/ref-SUPPLIED.html
+share/doc/tei/p4/ref-SURNAME.html
+share/doc/tei/p4/ref-SYLL.html
+share/doc/tei/p4/ref-SYM.html
+share/doc/tei/p4/ref-SYMBOL.html
+share/doc/tei/p4/ref-TABLE.html
+share/doc/tei/p4/ref-TAG.html
+share/doc/tei/p4/ref-TAGDOC.html
+share/doc/tei/p4/ref-TAGSDECL.html
+share/doc/tei/p4/ref-TAGUSAGE.html
+share/doc/tei/p4/ref-TAXONOMY.html
+share/doc/tei/p4/ref-TCDTD.html
+share/doc/tei/p4/ref-TCENT.html
+share/doc/tei/p4/ref-TCTOP.html
+share/doc/tei/p4/ref-TDEG.html
+share/doc/tei/p4/ref-TECH.html
+share/doc/tei/p4/ref-TECOMP.html
+share/doc/tei/p4/ref-TEDTD.html
+share/doc/tei/p4/ref-TEENT.html
+share/doc/tei/p4/ref-TEGEN.html
+share/doc/tei/p4/ref-TEGENXX.html
+share/doc/tei/p4/ref-TEI2.html
+share/doc/tei/p4/ref-TEIBACK.html
+share/doc/tei/p4/ref-TEICORE.html
+share/doc/tei/p4/ref-TEICORP2.html
+share/doc/tei/p4/ref-TEIECGA.html
+share/doc/tei/p4/ref-TEIEXTD.html
+share/doc/tei/p4/ref-TEIEXTE.html
+share/doc/tei/p4/ref-TEIFORM.html
+share/doc/tei/p4/ref-TEIFRONT.html
+share/doc/tei/p4/ref-TEIFSD2.html
+share/doc/tei/p4/ref-TEIGIS.html
+share/doc/tei/p4/ref-TEIHDR.html
+share/doc/tei/p4/ref-TEIHEAD.html
+share/doc/tei/p4/ref-TEIKW.html
+share/doc/tei/p4/ref-TEISTR.html
+share/doc/tei/p4/ref-TEIWSD.html
+share/doc/tei/p4/ref-TEMIX.html
+share/doc/tei/p4/ref-TEMIXXX.html
+share/doc/tei/p4/ref-TEMPEXP.html
+share/doc/tei/p4/ref-TERM.html
+share/doc/tei/p4/ref-TERMENTF.html
+share/doc/tei/p4/ref-TERMENTN.html
+share/doc/tei/p4/ref-TERMINCL.html
+share/doc/tei/p4/ref-TERMMISC.html
+share/doc/tei/p4/ref-TERMTN.html
+share/doc/tei/p4/ref-TETOP.html
+share/doc/tei/p4/ref-TEXT.html
+share/doc/tei/p4/ref-TEXTCLAS.html
+share/doc/tei/p4/ref-TEXTDESC.html
+share/doc/tei/p4/ref-THEN.html
+share/doc/tei/p4/ref-TIG.html
+share/doc/tei/p4/ref-TIME.html
+share/doc/tei/p4/ref-TIMED.html
+share/doc/tei/p4/ref-TIMELINE.html
+share/doc/tei/p4/ref-TIMERANG.html
+share/doc/tei/p4/ref-TIMESTRU.html
+share/doc/tei/p4/ref-TITLE.html
+share/doc/tei/p4/ref-TITLEPA.html
+share/doc/tei/p4/ref-TITLEPT.html
+share/doc/tei/p4/ref-TITSTMT.html
+share/doc/tei/p4/ref-TNS.html
+share/doc/tei/p4/ref-TPPARTS.html
+share/doc/tei/p4/ref-TR.html
+share/doc/tei/p4/ref-TRAILER.html
+share/doc/tei/p4/ref-TRANS.html
+share/doc/tei/p4/ref-TREE.html
+share/doc/tei/p4/ref-TRIANGLE.html
+share/doc/tei/p4/ref-TSCOMP.html
+share/doc/tei/p4/ref-TSD.html
+share/doc/tei/p4/ref-TSDTD.html
+share/doc/tei/p4/ref-TSENT.html
+share/doc/tei/p4/ref-TSGEN.html
+share/doc/tei/p4/ref-TSGENXX.html
+share/doc/tei/p4/ref-TSMIX.html
+share/doc/tei/p4/ref-TSMIXXX.html
+share/doc/tei/p4/ref-TSTOP.html
+share/doc/tei/p4/ref-TYPED.html
+share/doc/tei/p4/ref-U.html
+share/doc/tei/p4/ref-UNCERT.html
+share/doc/tei/p4/ref-UNCLEAR.html
+share/doc/tei/p4/ref-USG.html
+share/doc/tei/p4/ref-VAL.html
+share/doc/tei/p4/ref-VALDESC.html
+share/doc/tei/p4/ref-VALLIST.html
+share/doc/tei/p4/ref-VALT.html
+share/doc/tei/p4/ref-VARENCOD.html
+share/doc/tei/p4/ref-VDFT.html
+share/doc/tei/p4/ref-VECOMP.html
+share/doc/tei/p4/ref-VEDTD.html
+share/doc/tei/p4/ref-VEENT.html
+share/doc/tei/p4/ref-VEGEN.html
+share/doc/tei/p4/ref-VEGENXX.html
+share/doc/tei/p4/ref-VEMIX.html
+share/doc/tei/p4/ref-VEMIXXX.html
+share/doc/tei/p4/ref-VEPHR.html
+share/doc/tei/p4/ref-VERNAME.html
+share/doc/tei/p4/ref-VERSION.html
+share/doc/tei/p4/ref-VETOP.html
+share/doc/tei/p4/ref-VIEW.html
+share/doc/tei/p4/ref-VOCAL.html
+share/doc/tei/p4/ref-VRANGE.html
+share/doc/tei/p4/ref-W.html
+share/doc/tei/p4/ref-WDGIS.html
+share/doc/tei/p4/ref-WEEK.html
+share/doc/tei/p4/ref-WHEN.html
+share/doc/tei/p4/ref-WIT.html
+share/doc/tei/p4/ref-WITDTL.html
+share/doc/tei/p4/ref-WITEND.html
+share/doc/tei/p4/ref-WITLIST.html
+share/doc/tei/p4/ref-WITNESS.html
+share/doc/tei/p4/ref-WITSTART.html
+share/doc/tei/p4/ref-WRITING.html
+share/doc/tei/p4/ref-WSDCCS.html
+share/doc/tei/p4/ref-WSDCHAR.html
+share/doc/tei/p4/ref-WSDCHARS.html
+share/doc/tei/p4/ref-WSDDESC.html
+share/doc/tei/p4/ref-WSDENTS.html
+share/doc/tei/p4/ref-WSDFIG.html
+share/doc/tei/p4/ref-WSDFORM.html
+share/doc/tei/p4/ref-WSDGLOB.html
+share/doc/tei/p4/ref-WSDLANG.html
+share/doc/tei/p4/ref-WSDNOTE.html
+share/doc/tei/p4/ref-WSDXFIG.html
+share/doc/tei/p4/ref-XPOINTER.html
+share/doc/tei/p4/ref-XPTR.html
+share/doc/tei/p4/ref-XR.html
+share/doc/tei/p4/ref-XREF.html
+share/doc/tei/p4/ref-YEAR.html
+share/doc/tei/p4/background.gif
+share/doc/tei/p4/jaco001d.gif
+share/doc/tei/p4/logo.jpg
+@dirrm share/doc/tei/p4/Status
+@dirrm share/doc/tei/p4/
+@unexec rmdir share/doc/tei/ 2>/dev/null || true