From a7901304141fbefba95d56a276710d7db4c00aae Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 27 Feb 2000 18:13:16 +0000 Subject: [PATCH] New directory. This is a XML DTD for "backend info" XML files. In future, 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. --- ChangeLog | 11 ++++++++++ dtd/libgtop-backend-info.dtd | 23 +++++++++++++++++++++ sysdeps/linux/backend-info.xml | 37 ++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 dtd/libgtop-backend-info.dtd create mode 100644 sysdeps/linux/backend-info.xml 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 + + + +