|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] docs: expand docs/INDEX, sort html index by title rather than filename
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1332752860 -3600
# Node ID 95b8f34756fb07db3f549d7d9cfb21c6357010ad
# Parent 6f81f4d79fde3fe95a67545267567cd825169ce8
docs: expand docs/INDEX, sort html index by title rather than filename
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
---
diff -r 6f81f4d79fde -r 95b8f34756fb docs/INDEX
--- a/docs/INDEX Mon Apr 02 17:32:39 2012 +0100
+++ b/docs/INDEX Mon Mar 26 10:07:40 2012 +0100
@@ -5,3 +5,20 @@ man Man Pages
misc Miscellaneous Documentation
misc/hvm-emulated-unplug Xen HVM emulated device unplug protocol
misc/console Xen PV Console notes
+misc/xen-command-line Xen Hypervisor Command Line Options
+misc/crashdb Xen crash debugger notes
+misc/grant-tables A Rough Introduction to Using Grant Tables
+misc/kexec_and_kdump Kexec and Kdump for Xen
+misc/tscmode TSC Mode HOWTO
+misc/vbd-interface Xen Guest Disk (VBD) Interface
+misc/xenstore Xenstore protocol specification
+misc/xl-disk-configuration XL Disk Configuration
+misc/xl-network-configuration XL Network Configuration
+misc/distro_mapping Distro Directory Layouts
+misc/dump-core-format Xen Core Dump Format
+misc/sedf_scheduler_mini-HOWTO sEDF Mini HOWTO
+misc/vtd VT-d HOWTO
+misc/vtpm Virtual TPM
+misc/xen-error-handling Xen Error Handling
+misc/xenpaging Xen Paging
+misc/xsm-flask XSM/FLASK Configuration
diff -r 6f81f4d79fde -r 95b8f34756fb docs/gen-html-index
--- a/docs/gen-html-index Mon Apr 02 17:32:39 2012 +0100
+++ b/docs/gen-html-index Mon Mar 26 10:07:40 2012 +0100
@@ -79,7 +79,7 @@ sub make_link ($$) {
sub make_links ($$@) {
my ($dir,$base,@docs) = @_;
my $idx = '';
- foreach my $of (sort { $a cmp $b } @docs) {
+ foreach my $of (sort { make_linktext($a) cmp make_linktext($b) } @docs) {
$idx .= make_link($of,$base);
}
return $idx;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |