[libvirt] [PATCH] docs: move the apps page to the top level as its good promo

--- 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> -- 1.7.3.5

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 Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On 20/01/2011, at 6:05 PM, 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(-) <snip> Hum, it makes "Related Links" rather empty, but okay
Thanks Daniel, pushed. :) In theory, the "better promo" angle should make up for it. In reality... er... we get to find out. ;)

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

On 20/01/2011, at 9:58 PM, Daniel P. Berrange wrote: <snip>
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
Hmmm. The way I'm looking at it is pretty different. One page (the apps one) is purely showcase. It shows people there's a wide variety of things using libvirt, including some mission critical things (ie Tivoli, Hudson, etc). Ideally I'd like to get the logo's for each product/project on there too, but that can sometimes take a lot of legwork, sign-offs, etc. The "Related links" page is very different. That's pointers to other things people may find useful and relevant.
participants (3)
-
Daniel P. Berrange
-
Daniel Veillard
-
Justin Clift