slitaz-configs rev 32
Minor edits and typos
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Mar 09 21:18:22 2009 +0000 (2009-03-09) |
parents | d6f3a8097510 |
children | 76952e055c18 |
files | README rootfs/etc/skel/Public/cgi-bin/tests.sh rootfs/etc/xdg/openbox/autostart.sh rootfs/etc/xdg/openbox/menu.xml |
line diff
1.1 --- a/README Fri Feb 27 22:17:10 2009 +0100 1.2 +++ b/README Mon Mar 09 21:18:22 2009 +0000 1.3 @@ -4,12 +4,12 @@ 1.4 1.5 English 1.6 ------- 1.7 -SliTaz configs provide the files and images used by default on the core LiveCD. 1.8 -SliTaz package is generated from the wok and Tazwok. It give Openbox themes, 1.9 -autostart script, menu and RC file. /usr/share have Slim Login Manager theme 1.10 -and the dektop background of the moment. 1.11 +SliTaz configs provide the files and images used by default on the core 1.12 +LiveCD. A SliTaz package is generated from the wok and Tazwok. It gives 1.13 +Openbox themes, an autostart script, menu and RC file. /usr/share contains 1.14 +the Slim Login Manager theme and the desktop background of the moment. 1.15 1.16 -Artwork is all done on SliTaz with mtPaint, The Gimp or Inkscape. 1.17 +All artwork is done on SliTaz with mtPaint, The Gimp or Inkscape. 1.18 1.19 1.20 Français
2.1 --- a/rootfs/etc/skel/Public/cgi-bin/tests.sh Fri Feb 27 22:17:10 2009 +0100 2.2 +++ b/rootfs/etc/skel/Public/cgi-bin/tests.sh Mon Mar 09 21:18:22 2009 +0000 2.3 @@ -19,7 +19,7 @@ 2.4 echo "<h1>Web server cgi-bin tests</h1>" 2.5 echo "<hr>" 2.6 echo "<p>" 2.7 -echo "This script is runnig on $HOST with a Linux kernel $RELEASE." 2.8 +echo "This script is running on $HOST with a Linux kernel $RELEASE." 2.9 echo "</p>" 2.10 2.11 # Footer.
3.1 --- a/rootfs/etc/xdg/openbox/autostart.sh Fri Feb 27 22:17:10 2009 +0100 3.2 +++ b/rootfs/etc/xdg/openbox/autostart.sh Mon Mar 09 21:18:22 2009 +0000 3.3 @@ -1,19 +1,19 @@ 3.4 # This shell script is run before Openbox launches. 3.5 # Environment variables set here are passed to the Openbox session. 3.6 3.7 -# DBUS message bus (automount removables devices) 3.8 +# DBUS message bus (automount removable devices) 3.9 dbus-launch --exit-with-session & 3.10 3.11 -# Handel Hal events with Ivman (notification with desktopbox). 3.12 +# Handle Hal events with Ivman (notification with desktopbox). 3.13 ivman & 3.14 3.15 -# Start PCmanFM as deamon for Wallpaper and desktop icons. 3.16 +# Start PCmanFM as daemon for Wallpaper and desktop icons. 3.17 pcmanfm -d & 3.18 3.19 -# Start the panel Freedesktop standard menu. 3.20 +# Start the Freedesktop panel standard menu. 3.21 lxpanel & 3.22 3.23 -# Start Pacellite clipboard manager. 3.24 +# Start Parcellite clipboard manager. 3.25 #parcellite & 3.26 3.27 # Launch Xpad desktop notes utility.
4.1 --- a/rootfs/etc/xdg/openbox/menu.xml Fri Feb 27 22:17:10 2009 +0100 4.2 +++ b/rootfs/etc/xdg/openbox/menu.xml Mon Mar 09 21:18:22 2009 +0000 4.3 @@ -2,7 +2,7 @@ 4.4 4.5 <openbox_menu xmlns="http://openbox.org/3.4/menu"> 4.6 4.7 -<!-- Favorites applications --> 4.8 +<!-- Favorite applications --> 4.9 <menu id="favorites-menu" label="Favorite Applications"> 4.10 <item label="File Manager"> 4.11 <action name="Execute"><command>pcmanfm</command></action>