[libvirt] [PATCH 0/3] Remove website search, just use google

Cole Robinson crobinso at redhat.com
Wed Apr 3 22:26:48 UTC 2019


Andrea's ChangeLog patches reminder me that I attempted something
similarish once, and also tried to drop our custom website search:

http://www.redhat.com/archives/libvir-list/2016-May/msg01616.html

danpb recommended I just make our search bar use google instead but
I never made the attempt. 3 years later here it is.

Patch #1 makes the switch but doesn't remove anything

Patch #2 drops index.py, the search indexer

Patch #3 drops search.php and all the references to it.
    libvirt.org/search.php is still a valid URL so this may break some
    links, even though at the moment the page prints virtually nothing
    except some boilerplate text. Maybe we can redirect it to the
    homepage or something, ideas welcome


Cole Robinson (3):
  docs: Use google sitesearch for website search
  docs: Remove index.py
  docs: Remove search.php and all references

 .gitignore              |    1 -
 docs/Makefile.am        |   22 +-
 docs/devhelp/html.xsl   |    4 -
 docs/index.py           | 1266 ---------------------------------------
 docs/page.xsl           |    9 +-
 docs/search.php.code.in |  225 -------
 docs/search.php.in      |   16 -
 7 files changed, 6 insertions(+), 1537 deletions(-)
 delete mode 100755 docs/index.py
 delete mode 100644 docs/search.php.code.in
 delete mode 100644 docs/search.php.in

-- 
2.21.0




More information about the libvir-list mailing list