]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* docs/index.py docs/search.php: fixing the search engine.
authorDaniel Veillard <veillard@redhat.com>
Fri, 24 Feb 2006 21:17:54 +0000 (21:17 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 24 Feb 2006 21:17:54 +0000 (21:17 +0000)
Daniel

ChangeLog
docs/index.py
docs/search.php

index c460f660183f85e6a5fcf12fa2fff7c74abd2d1b..46e24cfc18faf0da30fdaf361ed200a470248b9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 24 22:17:12 CET 2006 Daniel Veillard <veillard@redhat.com>
+
+       * docs/index.py docs/search.php: fixing the search engine.
+
 Fri Feb 24 13:25:36 CET 2006 Daniel Veillard <veillard@redhat.com>
 
        * python/generator.py python/libvir.c python/libvirt-python-api.xml:
index a76c61a70a75c3a90287049cbfa106d923cc77cd..b9a3aa46a8f2b587620ac4509945a6adad6df968 100755 (executable)
@@ -35,7 +35,7 @@
 #
 # Then run the script in the doc subdir, it will create the symbols and
 # word tables and populate them with informations extracted from 
-# the libvir-api.xml API description, and make then accessible read-only
+# the libvirt-api.xml API description, and make then accessible read-only
 # by nobody@loaclhost the user expected to be Apache's one
 #
 # On the Apache configuration, make sure you have php support enabled
@@ -116,7 +116,7 @@ TABLES={
 #
 # The XML API description file to parse
 #
-API="libvir-api.xml"
+API="libvirt-api.xml"
 DB=None
 
 #########################################################################
index 6e2ef9d5fa6eb5755ae24620e5ca553739d6abaf..905054e969bb99a1b9f688dc43f6a13164e5998a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-    <link rel="stylesheet" type="text/css" href="libvir.css" />
+    <link rel="stylesheet" type="text/css" href="libvirt.css" />
     <link rel="SHORTCUT ICON" href="/32favicon.png" />
     <title>Search the documentation on Libvir.org</title>
   </head>
@@ -28,7 +28,7 @@
         $scope = "any";
 
 ?>
-<p> The search service indexes the libvir APIs and documentation as well as the libvir-list@redhat.com mailing-list archives. To use it simply provide a set of keywords:
+<p> The search service indexes the libvirt APIs and documentation as well as the libvir-list@redhat.com mailing-list archives. To use it simply provide a set of keywords:
 <p>
 <form action="<?php echo "$PHP_SELF", "?query=", rawurlencode($query) ?>"
       enctype="application/x-www-form-urlencoded" method="GET">
                            } else {
                                $id = $name;
                                $m = strtolower($module);
-                               $url = "html/libvir-$module.html#$id";
+                               $url = "html/libvirt-$module.html#$id";
                                $results[$name] = array($relevance,$type,
                                                $module, $desc, $name, $url);
                            }
                                $id = $name;
                                $m = strtolower($module);
                                $u = str_replace(
-                       "http://mail.gnome.org/archives/xml/", "", $url);
+                       "http://www.redhat.com/archives/libvir-list/", "", $url);
                                $results[$url] = array($relevance,$type,
                                                $u, $desc, $name, $url);
                            }
                            } else {
                                $id = $name;
                                $m = strtolower($module);
-                               $url = "html/libvir-$module.html#$id";
+                               $url = "html/libvirt-$module.html#$id";
                                $results[$name] = array($relevance,$type,
                                                $module, $desc, $name, $url);
                            }
               <a href="intro.html">Introduction</a>
             </li>
             <li>
-              <a href="architecture.html">libvir architecture</a>
+              <a href="architecture.html">libvirt architecture</a>
             </li>
             <li>
               <a href="downloads.html">Downloads</a>