New directory. This is a XML DTD for "backend info" XML files. In future,

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.
This commit is contained in:
Martin Baulig
2000-02-27 18:13:16 +00:00
committed by Martin Baulig
parent f36d5e5370
commit a790130414
3 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<?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>