Ämne:
[dcdev] XML Filelists
Från:
"Jacek Sieka" <[email protected]>
Datum:
2004-01-21 12:00
Till:
"'Direct Connect developers'" <[email protected]>

DC++ (and adc) is soon going to get XML filelists...here's a suggestion as
to what it should look like:

<FileList Ver="1" Generator="DC++ 0.4">
<Columns>
 <Column Name="Name" Type="string">Name</Column>
 <Column Name="Size" Type="bytes">Size</Column>
</Columns>
<Directory Name="xxx">
 <Directory Name="yyy">
  <File Name="zzz" Size="2134"/>
  <File Name="ttt" Size="342342"/>
 </Directory>
</Directory>
</FileList>

The columns description should map every attribute to a type and english
name so that earlier clients can view the extra info from newer
clients...it's valid all across the tree, including directory attribs.

Comments?

/J

-- 
DC Developers mailinglist
http://3jane.ashpool.org/cgi-bin/mailman/listinfo/dcdev