This commit is contained in:
briandilley
2004-11-02 01:40:14 +00:00
parent 73a87c5461
commit efbce54dca
18 changed files with 422 additions and 0 deletions

View File

@ -0,0 +1 @@
<kwote-added id="${KWOTE_ID" />

View File

@ -0,0 +1,3 @@
<error>${ERROR_MESSAGE}</error>

View File

@ -0,0 +1,3 @@
<kwote id="${KWOTE_ID}" rating="${KWOTE_RATING}">
${KWOTE_TEXT_XML}
</kwote>

5
templates/xml/footer.html Executable file
View File

@ -0,0 +1,5 @@
</kwotes.org>

9
templates/xml/header.html Executable file
View File

@ -0,0 +1,9 @@
<kwotes.org>
<site>
<name>${SITE_NAME}</name>
<tag-line>${TAG_LINE}</tag-line>
<kwote-count>${KWOTE_COUNT}</kwote-count>
<deleted-kwote-count>${KWOTE_BACKUP_COUNT}</deleted-kwote-count>
</site>