On Thu, Jan 20, 2011 at 03:05:52PM +0800, Daniel Veillard wrote:
On Thu, Jan 20, 2011 at 05:19:53PM +1100, Justin Clift wrote:
> ---
> docs/sitemap.html.in | 10 ++++------
> 1 files changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in
> index 7077038..bcce62f 100644
> --- a/docs/sitemap.html.in
> +++ b/docs/sitemap.html.in
> @@ -19,6 +19,10 @@
> </ul>
> </li>
> <li>
> + <a href="apps.html">Applications</a>
> + <span>Applications known to use libvirt</span>
> + </li>
> + <li>
> <a href="downloads.html">Downloads</a>
> <span>Get the latest source releases, binary builds and get access to
the source repository</span>
> <ul>
> @@ -313,12 +317,6 @@
> <li>
> <a href="relatedlinks.html">Related Links</a>
> <span>Miscellaneous links of interest related to
libvirt</span>
> - <ul>
> - <li>
> - <a href="apps.html">Applications</a>
> - <span>Overview of applications using the libvirt
APIs</span>
> - </li>
> - </ul>
> </li>
> <li>
> <a href="sitemap.html">Sitemap</a>
Hum, it makes "Related Links" rather empty, but okay
I think perhaps the two pages should be re-arranged, it doesn't
entirely make sense to have two different pages of related links
at the same level in the nav. Either just have one page with
all the data, or split up the apps page into a set of pages
one per main heading, and put the current related links content
as another section
Daniel