mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
2818359075
This patch makes search.php autogenerated from search.php.in, thus removing hardcoded menus, footer etc. and the search.php is added to .gitignore. There is new rule added for *.php files (to make it bit less hardcoded) that takes *.php.code.in and injects it inside the generated *.php (xslt was not happy about php code in the source xml).
18 lines
390 B
XML
18 lines
390 B
XML
<?xml version="1.0"?>
|
|
<html>
|
|
<body>
|
|
<h1>Search the documentation on Libvirt.org</h1>
|
|
|
|
<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>
|
|
|
|
<a id="php_placeholder"/>
|
|
|
|
<img src="libvirtLogo.png" alt="libvirt Logo" />
|
|
|
|
</body>
|
|
</html>
|