]> xenbits.xensource.com Git - libvirt.git/commitdiff
Cosmetic doc improvements
authorDaniel Veillard <veillard@redhat.com>
Thu, 24 Apr 2008 07:56:37 +0000 (07:56 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 24 Apr 2008 07:56:37 +0000 (07:56 +0000)
* AUTHORS: indicate that the Logo is by Diana Fong
* docs/index.py: modify to also index subprojects pages
Daniel

AUTHORS
ChangeLog
NEWS
docs/devhelp/libvirt-virterror.html
docs/index.py

diff --git a/AUTHORS b/AUTHORS
index 4626302fdab1c3ae92bdf0d9912e8f05c181500d..8e353ca77d66e4a2d22e7f05a73b6b59465144f0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,11 +8,11 @@ The libvirt project was initiated by:
 The primary maintainers for various code sub-systems / drivers
 are:
 
-  Daniel Veillard      <veillard@redhat.com>   (xen & everything else)
+  Daniel Veillard      <veillard@redhat.com>
   Karel Zak            <kzak@redhat.com>       (virsh tool)
-  Daniel Berrange      <berrange@redhat.com>   (test & qemu drivers)
+  Daniel Berrange      <berrange@redhat.com>
   Mark McLoughlin      <markmc@redhat.com>     (network driver)
-  Richard W.M. Jones   <rjones@redhat.com>     (remote driver)
+  Richard W.M. Jones   <rjones@redhat.com>
 
 Patches have also been contributed by:
 
@@ -45,5 +45,6 @@ Patches have also been contributed by:
 
   [....send patches to get your name here....]
 
+The libvirt Logo was designed by Diana Fong
 
 -- End
index 04a097f20281a234dd0adf4f5fb600c21e7e0d09..edd59e89b9f5b0202914f2de1c16aa5158513b75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 24 09:54:19 CEST 2008 Daniel Veillard <veillard@redhat.com>
+
+       * AUTHORS: indicate that the Logo is by Diana Fong
+       * docs/index.py: modify to also index subprojects pages
+
 Wed Apr 23 15:38:11 EST 2008 Daniel P. Berrange <berrange@redhat.com>
 
        * docs/Makefile.am, docs/news.xsl: Fix generation of NEWS file
diff --git a/NEWS b/NEWS
index a8e55023b611365405f47f5ec8119fe2bde19382..5ecc0434041977c9a377ca556ca7459647b5d243 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@
   Note that this is automatically generated from the news webpage at:
        http://libvirt.org/news.html
 
-Releases
+
 0.4.2: Apr 8 2008:
    - New features: memory operation for QEmu/KVM driver (Cole Robinson),
       new routed networking schemas (Mads Olesen)
@@ -39,9 +39,9 @@ Releases
       driver (Cole Robinson), xen and hvm added to test driver capabilities
       (Cole Robinson)
    - Code cleanup: remove unused getopt header (Jim Meyering), mark more
-      strings as translatable (Guido Günther and Jim Meyering), convert
+      strings as translatable (Guido Günther and Jim Meyering), convert
       error strings to something meaningful and translatable (Jim Meyering),
-      Linux Containers code cleanup, last error initializer (Guido Günther)
+      Linux Containers code cleanup, last error initializer (Guido Günther)
 
 
 0.4.1: Mar 3 2008:
index 49e9993903a4de323f47347aa394a12a1784dfc5..79255b1281552fdb571359efca3062c9195fe5c5 100644 (file)
@@ -67,14 +67,14 @@ void        <a href="#virConnResetLastError">virConnResetLastError</a>              (<a href="libvi
     int        domain  : What part of the library raised this error
     char *     message : human-readable informative error message
     <a href="libvirt-virterror.html#virErrorLevel">virErrorLevel</a>   level   : how consequent is the error
-    <a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a>     conn    : the connection if available
-    <a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a>       dom     : the domain if available
+    <a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a>     conn    : connection if available, see note above
+    <a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a>       dom     : domain if available, see note above
     char *     str1    : extra string information
     char *     str2    : extra string information
     char *     str3    : extra string information
     int        int1    : extra number information
     int        int2    : extra number information
-    <a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a>     net     : the network if available
+    <a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a>     net     : network if available, see note above
 } virError;
 </pre><p/>
 </div>
index e9d0a43f6db098bae477bc3c7188eec652f9c8ab..7df540505149b2e85698eb75c18b0d3616f72ed9 100755 (executable)
@@ -1027,7 +1027,9 @@ def analyzeHTML(doc, resource):
 
 def analyzeHTMLPages():
     ret = 0
-    HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html")
+    HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html") + \
+                glob.glob("CIM/*.html") + glob.glob("ocaml/*.html") + \
+               glob.glob("ruby/*.html")
     for html in HTMLfiles:
        if html[0:3] == "API":
            continue