[or-cvs] r13471: Added Hebrew locale. (in incognito/trunk: . arch/x86/overlay/isolinux root_overlay/etc root_overlay/var/lib/kdesession)
anonym at seul.org
anonym at seul.org
Mon Feb 11 22:57:39 UTC 2008
Author: anonym
Date: 2008-02-11 17:57:39 -0500 (Mon, 11 Feb 2008)
New Revision: 13471
Modified:
incognito/trunk/TODO
incognito/trunk/arch/x86/overlay/isolinux/isolinux.cfg
incognito/trunk/root_overlay/etc/locale.gen
incognito/trunk/root_overlay/var/lib/kdesession/kxkbrc
Log:
Added Hebrew locale.
Modified: incognito/trunk/TODO
===================================================================
--- incognito/trunk/TODO 2008-02-11 19:32:09 UTC (rev 13470)
+++ incognito/trunk/TODO 2008-02-11 22:57:39 UTC (rev 13471)
@@ -41,24 +41,13 @@
- Consider using grsec ?
-- Add Torbutton, disabling Tor enable/disable in toolbar and status bar
-Torbutton is more user friendly and less annoying than NoScript+CookieCuller so if it provides a reasonable amount of protection for Tor (which it should since that's its design goal) it should replace the other two extensions when it becomes more stable.
-Also, if we setup a new http(s) proxy that is excluded from the netfiler Tor forwarding, Torbutton could be used to have firefox access the network directly, which can be necessary when ISP require logins (see below).
-
- Update Incognito branded images
livecd-stage2.sh has some branding support so you can change the name. There are a few images that still have Incognito. ImageMagick scripting looks like a possible way to do this.
-- Change gensplash theme to use a modified livecd-2007.0 variant
-Because I think it looks nicer. All the "Gentoo" branding needs to be removed due to trademark restrictions.
+- Change gensplash theme to use a modified livecd-2007.0 variant?
+All the "Gentoo" branding needs to be removed due to trademark restrictions.
-- Handle ISP login requirement
-Public networks may require a login before allowing access to the outside. Generally this is done by a transparent proxy that redirects to the login screen whenever an http request is made. A solution to this may be to add the class C network to the iptables exclusion list so the redirect won't run through Tor. The user will need to access something on the local net first though since the redirect won't happen when running through Tor. Other suggestions are welcome.
-(see entry for Torbutton for a possible solution)
-- Allow Tor to be bypassed
-Sometimes a direct connection to the Internet is desired. We need a way to bypass the iptables filter. Possibly another proxy process that does not go through Tor. There should be a clear indicator that we are not anonymous.
-(see entry for Torbutton for a possible solution)
-
- Fix virtual USB boot for read/write mode
The CD or USB may be run in a virtual PC for computers that won't boot from removable media. USB must be run read-only due to bugs in QEMU (writable vvfat). When QEMU fixes this, we should use it.
See http://www.h7.dion.ne.jp/~qemu-win/HowToFloppyCdrom-en.html
@@ -86,3 +75,17 @@
- Incognito config app
A configuration program for Incognito specific things like creating USB, clearing persistent home etc.
+
+The following three items are implemented in the torbutton svn branch:
+
+- Add Torbutton, disabling Tor enable/disable in toolbar and status bar
+Torbutton is more user friendly and less annoying than NoScript+CookieCuller so if it provides a reasonable amount of protection for Tor (which it should since that's its design goal) it should replace the other two extensions when it becomes more stable.
+Also, if we setup a new http(s) proxy that is excluded from the netfiler Tor forwarding, Torbutton could be used to have firefox access the network directly, which can be necessary when ISP require logins (see below).
+
+- Handle ISP login requirement
+Public networks may require a login before allowing access to the outside. Generally this is done by a transparent proxy that redirects to the login screen whenever an http request is made. A solution to this may be to add the class C network to the iptables exclusion list so the redirect won't run through Tor. The user will need to access something on the local net first though since the redirect won't happen when running through Tor. Other suggestions are welcome.
+(see entry for Torbutton for a possible solution)
+
+- Allow Tor to be bypassed
+Sometimes a direct connection to the Internet is desired. We need a way to bypass the iptables filter. Possibly another proxy process that does not go through Tor. There should be a clear indicator that we are not anonymous.
+(see entry for Torbutton for a possible solution)
Modified: incognito/trunk/arch/x86/overlay/isolinux/isolinux.cfg
===================================================================
--- incognito/trunk/arch/x86/overlay/isolinux/isolinux.cfg 2008-02-11 19:32:09 UTC (rev 13470)
+++ incognito/trunk/arch/x86/overlay/isolinux/isolinux.cfg 2008-02-11 22:57:39 UTC (rev 13471)
@@ -41,6 +41,11 @@
kernel gentoo
append root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot initrd=gentoo.igz vga=791 splash=silent,theme:livecd-2006.1 CONSOLE=/dev/tty1 acpi=on dopcmcia quiet lang=de keymap=de
+label gentoo-he
+ menu label Hebrew
+ kernel gentoo
+ append root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot initrd=gentoo.igz vga=791 splash=silent,theme:livecd-2006.1 CONSOLE=/dev/tty1 acpi=on dopcmcia quiet lang=de keymap=he
+
label gentoo-it
menu label Italian
kernel gentoo
Modified: incognito/trunk/root_overlay/etc/locale.gen
===================================================================
--- incognito/trunk/root_overlay/etc/locale.gen 2008-02-11 19:32:09 UTC (rev 13470)
+++ incognito/trunk/root_overlay/etc/locale.gen 2008-02-11 22:57:39 UTC (rev 13471)
@@ -82,3 +82,6 @@
#zh_TW.EUC-TW EUC-TW
#zh_TW.UTF-8 UTF-8
#zh_TW BIG5
+
+he_IL.UTF-8 UTF-8
+he_IL ISO-8859-8
Modified: incognito/trunk/root_overlay/var/lib/kdesession/kxkbrc
===================================================================
--- incognito/trunk/root_overlay/var/lib/kdesession/kxkbrc 2008-02-11 19:32:09 UTC (rev 13470)
+++ incognito/trunk/root_overlay/var/lib/kdesession/kxkbrc 2008-02-11 22:57:39 UTC (rev 13471)
@@ -2,7 +2,7 @@
DisplayNames=
EnableXkbOptions=false
IncludeGroups=
-LayoutList=us,de,es,fr,it,jp,pt
+LayoutList=us,de,es,fr,it,jp,pt,ara,il
Model=pc104
Options=
ResetOldOptions=false
More information about the tor-commits
mailing list