From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Outline menu
Date: Mon, 05 Nov 2007 17:56:33 +0200 [thread overview]
Message-ID: <472F3D31.3010204@nic.fi> (raw)
In-Reply-To: <fgihln$flh$1@ger.gmane.org>
Markus Elfring wrote:
> I suggest to add the capability to present the menu as an outline.
> http://en.wikipedia.org/wiki/Outline#Sample_alphanumeric_outline
>
> Example boot menu:
> A) Windows:
> - XP
> - Vista
>
> B) Linux:
> - Knoppix
> - Debian
> * Etch
> - Red Hat
> * Fedora
> - openSUSE
> * 10.2 release
> * 10.3 debug
> - Ubuntu
> * Gutsy Gibbon
> - Xen
> - Real-time
>
> How do you think about such a hierarchical view for the selection of a great
> variety of bootable systems?
I don't think it is a big issue, there just needs to be indentation
settings for different levels and some logic to handle it. In "GRUB CSS"
this could be something like:
menuitem {
left: 0px;
}
menuitem indent1 {
left: 10px;
}
meunitem indent2 {
left: 20px;
}
And then add something like:
set menumode=outline
set menumode=hierarchical (or normal, default)
So end result would be something like this:
Windows (menuitem indent0 odd)
-- XP (menuitem indent1 even)
Linux (menuitem indent0 odd)
-- openSUSE (menuitem indent1 even)
---- 10.2 release (menuitem indent2 odd)
next prev parent reply other threads:[~2007-11-05 15:56 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-03 19:20 Outline menu Markus Elfring
2007-11-05 15:38 ` Robert Millan
2007-11-05 15:56 ` Vesa Jääskeläinen [this message]
2007-11-05 22:01 ` Markus Elfring
2007-11-06 10:01 ` Amin Azez
2007-11-06 21:37 ` Vesa Jääskeläinen
2007-11-07 15:56 ` Amin Azez
2007-11-06 21:35 ` Vesa Jääskeläinen
2007-11-07 7:50 ` Markus Elfring
2007-11-07 15:44 ` Vesa Jääskeläinen
2007-11-07 19:00 ` Markus Elfring
2007-11-07 19:25 ` Vesa Jääskeläinen
2007-11-08 6:05 ` Markus Elfring
2007-11-08 16:23 ` Vesa Jääskeläinen
2007-11-08 18:15 ` menu attributes Markus Elfring
2007-11-08 18:55 ` Vesa Jääskeläinen
2007-11-08 18:30 ` Improvements for menu display Markus Elfring
2007-11-10 16:19 ` Outline menu Marco Gerards
2007-11-11 8:20 ` Markus Elfring
2007-11-18 11:07 ` Marco Gerards
2007-11-10 16:17 ` Marco Gerards
2007-11-11 8:01 ` Markus Elfring
2007-11-18 11:06 ` Marco Gerards
2007-11-26 10:54 ` software design clarification Markus Elfring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=472F3D31.3010204@nic.fi \
--to=chaac@nic.fi \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.