Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

16
authors.dtd Normal file
View File

@ -0,0 +1,16 @@
<!-- simple DTD for PIKA authors -->
<!ELEMENT pika-authors (creator+, maintainer+, contributor+)>
<!ATTLIST pika-authors xmlns CDATA #FIXED "http://purl.org/dc/elements/1.1/">
<!ELEMENT creator (#PCDATA)>
<!ATTLIST creator role CDATA #REQUIRED>
<!ATTLIST creator last-active CDATA #REQUIRED>
<!ELEMENT maintainer (#PCDATA)>
<!ATTLIST maintainer role CDATA #REQUIRED>
<!ATTLIST maintainer last-active CDATA #REQUIRED>
<!ELEMENT contributor (#PCDATA)>
<!ATTLIST contributor role CDATA #REQUIRED>
<!ATTLIST contributor last-active CDATA #REQUIRED>