|
From: <ul...@us...> - 2013-06-30 13:32:34
|
Revision: 108
http://sourceforge.net/p/adc/code/108
Author: ullner
Date: 2013-06-30 13:32:30 +0000 (Sun, 30 Jun 2013)
Log Message:
-----------
Added XML schema information for TIGR.
Modified Paths:
--------------
trunk/ADC-EXT.txt
Modified: trunk/ADC-EXT.txt
===================================================================
--- trunk/ADC-EXT.txt 2013-06-30 13:08:29 UTC (rev 107)
+++ trunk/ADC-EXT.txt 2013-06-30 13:32:30 UTC (rev 108)
@@ -17,6 +17,7 @@
* Improved 'NATT' documentation, as according to the original paper.
* Added 'ONID' extension to provide online service integration.
+* TIGR now specifies the changes done to the file list.
=== Version 1.0.7
Fredrik Ullner <ul...@gm...>, 2012-11-22
@@ -131,6 +132,23 @@
|TD |Tree depth, index of the highest level of tree data available, root-only = 0, first level (2 leaves) = 1, second level = 2, etc...
|=====
+The following changes are done to the file list XML schema:
+
+A new type is defined with an appropriate attribute:
+----
+<xs:simpleType name="tthType">
+ <xs:restriction base="xs:string">
+ <xs:pattern value="[A-Za-z2-7]{39}" />
+ </xs:restriction>
+</xs:simpleType>
+<xs:attribute name="TTH" type="tthType" />
+----
+
+The attribute is then referenced in the File element:
+----
+<xs:attribute ref="TTH" use="required" />
+----
+
=== BZIP - File list compressed with bzip2
This extension adds a special file "files.xml.bz2" in the unnamed root of the
share which contains "files.xml" compressed with bzip2 1.0.3+ (www.bzip.org).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|