From patchwork Fri May 20 14:27:03 2016
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Cole Robinson
X-Patchwork-Id: 68247
Delivered-To: patch@linaro.org
Received: by 10.140.92.199 with SMTP id b65csp3811405qge;
Fri, 20 May 2016 07:30:23 -0700 (PDT)
X-Received: by 10.28.158.79 with SMTP id h76mr3865805wme.79.1463754623193;
Fri, 20 May 2016 07:30:23 -0700 (PDT)
Return-Path:
Received: from mx5-phx2.redhat.com (mx5-phx2.redhat.com. [209.132.183.37])
by mx.google.com with ESMTPS id
g2si25989584wjh.185.2016.05.20.07.30.22
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Fri, 20 May 2016 07:30:23 -0700 (PDT)
Received-SPF: pass (google.com: domain of libvir-list-bounces@redhat.com
designates 209.132.183.37 as permitted sender)
client-ip=209.132.183.37;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of libvir-list-bounces@redhat.com
designates 209.132.183.37 as permitted sender)
smtp.mailfrom=libvir-list-bounces@redhat.com
Received: from lists01.pubmisc.prod.ext.phx2.redhat.com
(lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33])
by mx5-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4KERFhd045131;
Fri, 20 May 2016 10:27:15 -0400
Received: from int-mx10.intmail.prod.int.phx2.redhat.com
(int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23])
by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with
ESMTP
id u4KERCu7022316 for ;
Fri, 20 May 2016 10:27:12 -0400
Received: from colepc.redhat.com (ovpn-116-14.phx2.redhat.com [10.3.116.14])
by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with
ESMTP id u4KERAx5012195; Fri, 20 May 2016 10:27:11 -0400
From: Cole Robinson
To: libvirt-list@redhat.com
Date: Fri, 20 May 2016 10:27:03 -0400
Message-Id: <15ab4bd0961697fbb96c3e1ba8bbff7495a9e710.1463754234.git.crobinso@redhat.com>
In-Reply-To:
References:
In-Reply-To:
References:
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23
X-loop: libvir-list@redhat.com
Subject: [libvirt] [PATCH 1/3] docs: website: remove search
X-BeenThere: libvir-list@redhat.com
X-Mailman-Version: 2.1.12
Precedence: junk
List-Id: Development discussions about the libvirt library & tools
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
MIME-Version: 1.0
Sender: libvir-list-bounces@redhat.com
Errors-To: libvir-list-bounces@redhat.com
It's currently broken:
Could not connect to the database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
And honestly there's no way this can be as effective as a targeted
google search, so I think we should just drop it.
https://bugzilla.redhat.com/show_bug.cgi?id=1337741
---
.gitignore | 1 -
docs/404.html.in | 9 +-
docs/devhelp/html.xsl | 4 -
docs/index.py | 1266 -----------------------------------------------
docs/libvirt.css | 24 -
docs/page.xsl | 8 -
docs/search.php.code.in | 225 ---------
docs/search.php.in | 18 -
8 files changed, 2 insertions(+), 1553 deletions(-)
delete mode 100755 docs/index.py
delete mode 100644 docs/search.php.code.in
delete mode 100644 docs/search.php.in
--
2.7.4
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
diff --git a/.gitignore b/.gitignore
index ee89787..103edc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,7 +73,6 @@
/docs/libvirt-lxc-*.xml
/docs/libvirt-qemu-*.xml
/docs/libvirt-refs.xml
-/docs/search.php
/docs/todo.html.in
/examples/object-events/event-test
/examples/dominfo/info1
diff --git a/docs/404.html.in b/docs/404.html.in
index 5b771bb..19e8ca7 100644
--- a/docs/404.html.in
+++ b/docs/404.html.in
@@ -7,14 +7,9 @@
Someone appears to have eaten the penguin
page you were looking for. You might want to try
+ going back to the home page to find
+ a collection of links to interesting pages on this site.
-
- - going back to the home page to find
- a collection of links to interesting pages on this site
- - using the search box at the top right corner of the screen to
- locate the content on this site or mailing list archives
-
-
diff --git a/docs/devhelp/html.xsl b/docs/devhelp/html.xsl
index 5e063f3..9cdc049 100644
--- a/docs/devhelp/html.xsl
+++ b/docs/devhelp/html.xsl
@@ -565,10 +565,6 @@ by a Linux instance. The library aim at providing long term stable C API
initially for the Xen
paravirtualization but should be able to integrate other virtualization
mechanisms if needed.
- If you get lost searching for some specific API use, try
-the online search
-engine hosted on libvirt.org
-it indexes the project page, the APIs as well as the mailing-list archives.