5276
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 13, 2009, 01:32 PM »possible request: use a standard file format for configuration (xml?) so that alternative tools could also use the same configuration files?I wasn't planning on it but I went ahead and implemented it. It currently looks like this:-mouser (April 12, 2009, 11:50 PM)
Code: Text [Select]
- <?xml version="1.0" encoding="iso-8859-1"?>
- <meters version="1.0">
- <meter>
- <title>Groping for Truth</title>
- <type>articles</type>
- <number>6</number>
- <total>8</total>
- <bar_fg_color>Blue</bar_fg_color>
- <bar_bg_color>Aqua</bar_bg_color>
- </meter>
- <meter>
- <title>The Swordsmith's Son</title>
- <type>words</type>
- <number>6486</number>
- <total>12000</total>
- <bar_fg_color>Purple</bar_fg_color>
- <bar_bg_color>Fuchsia</bar_bg_color>
- </meter>
- </meters>
Apologies for the delay in providing something tangible to play with; I just need to implement a few more things before releasing the first version. As always...any ideas on a name for this?