diff --git a/ChangeLog b/ChangeLog index eaeda546..14d47801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-02-27 Martin Baulig + + * 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. + 2000-02-27 Martin Baulig * libgtop-sysdeps.m4 (libgtop_have_sysdeps): Set this to "no" for diff --git a/dtd/libgtop-backend-info.dtd b/dtd/libgtop-backend-info.dtd new file mode 100644 index 00000000..9ff3e1c1 --- /dev/null +++ b/dtd/libgtop-backend-info.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sysdeps/linux/backend-info.xml b/sysdeps/linux/backend-info.xml new file mode 100644 index 00000000..1ee92c4d --- /dev/null +++ b/sysdeps/linux/backend-info.xml @@ -0,0 +1,37 @@ + + + + + + + linux-sysdeps + + + + Linux sysdeps port. + + + + + This is the Linux sysdeps port which uses the /proc filesystem + to get all the data. + + + + + + Martin Baulig + + + martin@home-of-linux.org + + + + + + + GNU General Public License + + + +