2000-02-27 Martin Baulig <martin@home-of-linux.org> * dtd/: New directory. * dtd/libgtop-backend-info.dtd: This is a XML DTD for "backend info" XML files. In future, each backend will have such a xml file which contains information like a short description of the backend, its authors etc. * sysdeps/linux/backend-info.xml: New file. First version of such a "backend info" XML file as described above.
38 lines
758 B
XML
38 lines
758 B
XML
<?xml version="1.0"?> <!-- -*-xml-*- -->
|
|
<!DOCTYPE libgtop:backendinfo SYSTEM 'libgtop-backend-info.dtd'>
|
|
<libgtop:BackendInfo xmlns:libgtop="http://www.home-of-linux.org/libgtop/1.1">
|
|
|
|
<name>
|
|
<short_name>
|
|
linux-sysdeps
|
|
</short_name>
|
|
|
|
<long_name>
|
|
Linux sysdeps port.
|
|
</long_name>
|
|
</name>
|
|
|
|
<description>
|
|
This is the Linux sysdeps port which uses the /proc filesystem
|
|
to get all the data.
|
|
</description>
|
|
|
|
<authors>
|
|
<author>
|
|
<author_name>
|
|
Martin Baulig
|
|
</author_name>
|
|
<author_email>
|
|
martin@home-of-linux.org
|
|
</author_email>
|
|
</author>
|
|
</authors>
|
|
|
|
<legalnotice>
|
|
<license>
|
|
GNU General Public License
|
|
</license>
|
|
</legalnotice>
|
|
|
|
</libgtop:BackendInfo>
|