summaryrefslogtreecommitdiffstats
path: root/knewstuff/data/knewstuffproviders.dtd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-21 17:37:36 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-21 17:37:36 -0500
commit47ac4096211c3f8634bc5e17027523dfe955bcaf (patch)
tree81124942ac2548fde3eb84c6f8f70bd6c66ceb0c /knewstuff/data/knewstuffproviders.dtd
parent20e7ea1336a0c28c09b22623cb676d83a7fd168b (diff)
downloadtdelibs-47ac4096211c3f8634bc5e17027523dfe955bcaf.tar.gz
tdelibs-47ac4096211c3f8634bc5e17027523dfe955bcaf.zip
Rework the KHNS system to properly download data from the new OCS network
This relates to Bug 2093
Diffstat (limited to 'knewstuff/data/knewstuffproviders.dtd')
-rw-r--r--knewstuff/data/knewstuffproviders.dtd14
1 files changed, 0 insertions, 14 deletions
diff --git a/knewstuff/data/knewstuffproviders.dtd b/knewstuff/data/knewstuffproviders.dtd
deleted file mode 100644
index aebbdb39e..000000000
--- a/knewstuff/data/knewstuffproviders.dtd
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!ELEMENT knewstuffproviders (provider+)>
-
-<!ELEMENT provider (noupload?,title)>
- <!ATTLIST provider downloadurl CDATA #REQUIRED>
- <!ATTLIST provider uploadurl CDATA #REQUIRED>
- <!ATTLIST provider nouploadurl CDATA #IMPLIED>
- <!ATTLIST provider icon CDATA #IMPLIED>
- <!ATTLIST provider webaccess CDATA #IMPLIED>
-
-<!ELEMENT noupload EMPTY>
-
-<!ELEMENT title (#PCDATA)>