Super duper modifications
updated template system updated XML template updated HTML template masturbated
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
<message>
|
||||
There isn't an add kwote page for the xml
|
||||
template because it is intended to be used
|
||||
by non human processes
|
||||
</message>
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
<kwote-added id="${KWOTE_ID}" />
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
</kwotes>
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
<kwotes>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<kwote-added id="${KWOTE_ID" />
|
||||
@@ -1,3 +0,0 @@
|
||||
|
||||
<error>${ERROR_MESSAGE}</error>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
<kwote id="${KWOTE_ID}" rating="${KWOTE_RATING}">
|
||||
${KWOTE_TEXT_XML}
|
||||
</kwote>
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
<message>
|
||||
The XML template doesn't have a default content
|
||||
</message>
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
<message>
|
||||
${ERROR_MESSAGE}
|
||||
</message>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
</kwotes.org>
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
|
||||
<site>
|
||||
<name>${SITE_NAME}</name>
|
||||
<tag-line>${TAG_LINE}</tag-line>
|
||||
<tagline>${TAG_LINE}</tagline>
|
||||
<kwote-count>${KWOTE_COUNT}</kwote-count>
|
||||
<deleted-kwote-count>${KWOTE_BACKUP_COUNT}</deleted-kwote-count>
|
||||
</site>
|
||||
|
||||
|
||||
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
Content-type: text/xml
|
||||
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
<kwote id="${KWOTE_ID}"><![CDATA[${KWOTE_TEXT_XML}]]></kwote>
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
<kwote id="${KWOTE_ID}"><![CDATA[${KWOTE_TEXT_XML}]]></kwote>
|
||||
Executable
Executable
Executable
Executable
+4
@@ -0,0 +1,4 @@
|
||||
<message>
|
||||
There is no search form for the xml template
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user