From 4750942abe97212463fec086d77791e07202ed12 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 24 Feb 2006 21:17:54 +0000 Subject: [PATCH] * docs/index.py docs/search.php: fixing the search engine. Daniel --- ChangeLog | 4 ++++ docs/index.py | 4 ++-- docs/search.php | 12 ++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index c460f66018..46e24cfc18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 24 22:17:12 CET 2006 Daniel Veillard + + * docs/index.py docs/search.php: fixing the search engine. + Fri Feb 24 13:25:36 CET 2006 Daniel Veillard * python/generator.py python/libvir.c python/libvirt-python-api.xml: diff --git a/docs/index.py b/docs/index.py index a76c61a70a..b9a3aa46a8 100755 --- a/docs/index.py +++ b/docs/index.py @@ -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 ######################################################################### diff --git a/docs/search.php b/docs/search.php index 6e2ef9d5fa..905054e969 100644 --- a/docs/search.php +++ b/docs/search.php @@ -1,7 +1,7 @@ - + Search the documentation on Libvir.org @@ -28,7 +28,7 @@ $scope = "any"; ?> -

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: +

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:

@@ -135,7 +135,7 @@ } 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); } @@ -180,7 +180,7 @@ $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); } @@ -207,7 +207,7 @@ } 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); } @@ -258,7 +258,7 @@ Introduction
  • - libvir architecture + libvirt architecture
  • Downloads