From: sjg Date: Fri, 15 Mar 2013 14:50:17 +0000 (-0700) Subject: (no commit message) X-Git-Url: http://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/d299f726de2ff6ed0ed7bb5d0825be0578f6614f --- diff --git a/docs/developer/ProjectsPage.mdwn b/docs/developer/ProjectsPage.mdwn index 5b3972a5..e957af8d 100644 --- a/docs/developer/ProjectsPage.mdwn +++ b/docs/developer/ProjectsPage.mdwn @@ -66,6 +66,17 @@ Projects that can be clearly used for Google Code-In are marked with their categ * crypt(3) can legitimately return NULL on error, but many consumers do not check for this, instead passing the return directly to str[n]cmp. Fix these cases. * Fix these cases in pkgsrc as well. +### Live images enhancement + +The live images could be made easier to use by not assuming a QWERTY keyboard layout. + +Not beeing able to choose a localized keyboard layout before having to type 'installer' or 'root' may be a deal breaker for some users. +A simple menu replacing login(1) and displaying the following three choices could be a good solution: + +1. Set keyboard layout +2. Launch the installer +3. Login as root + ## Kernel projects ### One-liners @@ -297,15 +308,5 @@ Projects that can be clearly used for Google Code-In are marked with their categ 1. machdep.cpu.core_count: 1 1. machdep.cpu.thread_count: 1 -## Live images enhancement - -The live images could be made easier to use by not assuming a QWERTY keyboard layout. - -Not beeing able to choose a localized keyboard layout before having to type 'installer' or 'root' may be a deal breaker for some users. -A simple menu replacing login(1) and displaying the following three choices could be a good solution: - -1. Set keyboard layout -2. Launch the installer -3. Login as root For more theoretical projects and project concepts see [[ResearchProjects|/docs/developer/ResearchProjectsPage]]