Difference between revisions of "WWP Prefixes"

From Digital Scholarship Group
Jump to navigation Jump to search
(Created page with " {| class="wikitable" ! prefix !! pneumonic !! match !! replace !! where !! comments |- | ea || exhibit editorial || (\i\c*) || ./editorial.xml#''$1'' || exhibits || |- | ep |...")
 
(Added info, sorted prefix table by prefix)
Line 3: Line 3:
 
! prefix !! pneumonic !! match !! replace !! where !! comments
 
! prefix !! pneumonic !! match !! replace !! where !! comments
 
|-
 
|-
| ea || exhibit editorial || (\i\c*) || ./editorial.xml#''$1'' || exhibits ||
+
| b || bibliography || (\i\c*) || ./bibliography.xml#''$1'' || textbase/IN, IN, MME/IN || Refers to entries in the Intertextual Networks bibliography.
 +
|-
 +
| e || event || ? || ? || ? || Probably not in use, as WWiC would be the only one to use it.
 +
|-
 +
| ea || exhibit editorial || (\i\c*) || ./editorial.xml#''$1'' || exhibits || Possibly legacy?
 
|-
 
|-
 
| ep || exhibit person || (\i\c*) || ./persons.xml#''$1'' || exhibits ||
 
| ep || exhibit person || (\i\c*) || ./persons.xml#''$1'' || exhibits ||
Line 10: Line 14:
 
|-
 
|-
 
| ee || exhibit event || (\i\c*) || ./events.xml#''$1'' || exhibits ||
 
| ee || exhibit event || (\i\c*) || ./events.xml#''$1'' || exhibits ||
|-
 
| b || bibliography || (\i\c*) || ./bibliography.xml#''$1'' || textbase/IT, IT, MME/IT ||
 
|-
 
| t || textbase || ([\w-]+\.[\w-]+)#([\w\.-]+) || http://www.wwp.northeastern.edu/texts/''$1''.html#''$2'' || IT ||
 
|-
 
| s || source || ? || ? || WWiR ||
 
|-
 
| e || event || ? || ? || ? ||
 
 
|-  
 
|-  
 
| mbel || Mary Baker Eddy Library || ? || ? || MBEL || not really in use any more
 
| mbel || Mary Baker Eddy Library || ? || ? || MBEL || not really in use any more
Line 27: Line 23:
 
| p || person || ([a-z]{2-9}\.[a-z]{3}) || ./personography.xml#''$1'' || textbase ||
 
| p || person || ([a-z]{2-9}\.[a-z]{3}) || ./personography.xml#''$1'' || textbase ||
 
|-
 
|-
| p || person || ([a-z]{2-9}\.[a-z]{3}) || ./personography.xml#''$1'' || IT ||
+
| p || person || ([a-z]{2-9}\.[a-z]{3}) || ./personography.xml#''$1'' || IN ||
 
|-
 
|-
 
| s || source || ([a-z]+) || ../common/periodicals.xml#''$1'' || WWiR ||
 
| s || source || ([a-z]+) || ../common/periodicals.xml#''$1'' || WWiR ||
 +
|-
 +
| t || textbase || ([\w-]+\.[\w-]+)#([\w\.-]+) || http&#x003A;//www.wwp.northeastern.edu/texts/''$1''.html#''$2'' || IN || Used to point to specific <code>@xml:id</code>'d elements within a WWO document.
 
|-
 
|-
 
| w || work || ([a-z])+ || ../common/received-texts.xml#''$1'' || WWiR ||
 
| w || work || ([a-z])+ || ../common/received-texts.xml#''$1'' || WWiR ||
Line 40: Line 38:
 
; glossary of ''where''
 
; glossary of ''where''
 
; WWiR : <tt>.../research/publications/reception/boilerplate/</tt>
 
; WWiR : <tt>.../research/publications/reception/boilerplate/</tt>
; IT : <tt>.../wwo/source/sandbox/intertextuality/</tt>
+
; IN : <tt>.../wwo/source/sandbox/intertextuality/</tt>
 
; textbase : <tt>.../wwo/source/</tt>
 
; textbase : <tt>.../wwo/source/</tt>
 
; MBEL : <tt>.../outreach/seminars/mbel/TEI_development</tt>
 
; MBEL : <tt>.../outreach/seminars/mbel/TEI_development</tt>

Revision as of 14:51, 20 January 2021

prefix pneumonic match replace where comments
b bibliography (\i\c*) ./bibliography.xml#$1 textbase/IN, IN, MME/IN Refers to entries in the Intertextual Networks bibliography.
e event ? ? ? Probably not in use, as WWiC would be the only one to use it.
ea exhibit editorial (\i\c*) ./editorial.xml#$1 exhibits Possibly legacy?
ep exhibit person (\i\c*) ./persons.xml#$1 exhibits
el exhibit location (\i\c*) ./places.xml#$1 exhibits
ee exhibit event (\i\c*) ./events.xml#$1 exhibits
mbel Mary Baker Eddy Library ? ? MBEL not really in use any more
l location ([A-Z]{1-6}(-[A-Z]{1-6}){0-6}) ../common/places.xml#$1 WWiR
p person ([a-z]{2-9}\.[a-z]{3}) ../common/persons.xml#$1 WWiR
p person ([a-z]{2-9}\.[a-z]{3}) ./personography.xml#$1 textbase
p person ([a-z]{2-9}\.[a-z]{3}) ./personography.xml#$1 IN
s source ([a-z]+) ../common/periodicals.xml#$1 WWiR
t textbase ([\w-]+\.[\w-]+)#([\w\.-]+) http://www.wwp.northeastern.edu/texts/$1.html#$2 IN Used to point to specific @xml:id'd elements within a WWO document.
w work ([a-z])+ ../common/received-texts.xml#$1 WWiR
mb MME bibliography (\i\c*) ./bibliography.xml#$1 MME future!

Note: all replacement strings that are to relative URIs start with “./” even if the actual value of @replacementPattern does not.

glossary of where
WWiR
.../research/publications/reception/boilerplate/
IN
.../wwo/source/sandbox/intertextuality/
textbase
.../wwo/source/
MBEL
.../outreach/seminars/mbel/TEI_development