wok-next rev 894
Rm slitaz-hacker* (def user is created at boot time, configs in /etc/skel)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jun 10 01:31:40 2008 +0200 (2008-06-10) |
parents | b8eeb1944488 |
children | 14b8cd9b18d0 |
files | slitaz-hacker-wiki/receipt slitaz-hacker-wiki/stuff/README slitaz-hacker-wiki/stuff/hacker/.icons/wikiss.png slitaz-hacker-wiki/stuff/hacker/.local/share/applications/wikiss.desktop slitaz-hacker-wiki/stuff/wikiss.tar.gz slitaz-hacker/receipt slitaz-hacker/stuff/README slitaz-hacker/stuff/hacker/.Xdefaults slitaz-hacker/stuff/hacker/.ash_history slitaz-hacker/stuff/hacker/.clexbm slitaz-hacker/stuff/hacker/.clexrc slitaz-hacker/stuff/hacker/.config/parcellite/parcelliterc slitaz-hacker/stuff/hacker/.config/pcmanfm/main slitaz-hacker/stuff/hacker/.gtk-bookmarks slitaz-hacker/stuff/hacker/.gtkrc-2.0 slitaz-hacker/stuff/hacker/.isomaster slitaz-hacker/stuff/hacker/.local/share/applications/Xdefaults.desktop slitaz-hacker/stuff/hacker/.local/share/applications/defaults.list slitaz-hacker/stuff/hacker/.local/share/applications/shell-profile.desktop slitaz-hacker/stuff/hacker/.mhwaveedit/config slitaz-hacker/stuff/hacker/.profile slitaz-hacker/stuff/hacker/.retawq/bookmarks.html slitaz-hacker/stuff/hacker/.retawq/config slitaz-hacker/stuff/hacker/Desktop/firefox.desktop slitaz-hacker/stuff/hacker/Desktop/leafpad.desktop slitaz-hacker/stuff/hacker/Images/ASCII/gnu-linux.txt slitaz-hacker/stuff/hacker/Images/ASCII/gnu.txt slitaz-hacker/stuff/hacker/Images/ASCII/tux-mini.txt slitaz-hacker/stuff/hacker/Images/ASCII/tux.txt slitaz-hacker/stuff/hacker/Public/cgi-bin/tests.sh slitaz-hacker/stuff/hacker/Templates/Makefile slitaz-hacker/stuff/hacker/Templates/cgi-bin-html.sh slitaz-hacker/stuff/hacker/Templates/cgi-bin-text.sh slitaz-hacker/stuff/hacker/Templates/html-page.html slitaz-hacker/stuff/hacker/Templates/lua-prog.lua slitaz-hacker/stuff/hacker/Templates/php-script.php slitaz-hacker/stuff/hacker/Templates/shell-script.sh |
line diff
1.1 --- a/slitaz-hacker-wiki/receipt Tue Jun 10 01:24:16 2008 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,25 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="slitaz-hacker-wiki" 1.7 -VERSION="1.1" 1.8 -CATEGORY="office" 1.9 -SHORT_DESC="SliTaz user hacker personnal PHP Wiki Engine." 1.10 -MAINTAINER="pankso@slitaz.org" 1.11 -DEPENDS="slitaz-hacker lighttpd php" 1.12 -WEB_SITE="http://wikiss.tuxfamily.org/" 1.13 - 1.14 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 -genpkg_rules() 1.16 -{ 1.17 - mkdir -p $fs/home/hacker/Public 1.18 - cp -a stuff/hacker $fs/home 1.19 - tar xzf stuff/wikiss.tar.gz -C $fs/home/hacker/Public 1.20 - # Change permissions. 1.21 - echo -n "Chmodig all files in $fs/home/hacker..." 1.22 - chmod 0777 $fs/home/hacker/Public/wikiss 1.23 - chmod 0777 $fs/home/hacker/Public/wikiss/historique 1.24 - chmod 0777 $fs/home/hacker/Public/wikiss/pages 1.25 - chmod 0777 $fs/home/hacker/Public/wikiss/plugins 1.26 - chown -R 500.500 $fs/home/hacker/Public 1.27 - status 1.28 -}
2.1 --- a/slitaz-hacker-wiki/stuff/README Tue Jun 10 01:24:16 2008 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,5 +0,0 @@ 2.4 -README - slitaz-hacker-wiki (package) 2.5 -================================================================================ 2.6 - 2.7 -slitaz-hacker-wiki package provide WiKiss, a tiny PHP Wiki engine. 2.8 -
3.1 Binary file slitaz-hacker-wiki/stuff/hacker/.icons/wikiss.png has changed
4.1 --- a/slitaz-hacker-wiki/stuff/hacker/.local/share/applications/wikiss.desktop Tue Jun 10 01:24:16 2008 +0200 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,9 +0,0 @@ 4.4 -[Desktop Entry] 4.5 -Encoding=UTF-8 4.6 -Name=Wikiss PHP Wiki 4.7 -GenericName=A Wiki engine 4.8 -GenericName[fr]=Moteur de Wiki 4.9 -Exec=firefox http://localhost/~hacker/wikiss/ 4.10 -Icon=wikiss.png 4.11 -Type=Application 4.12 -Categories=Office;
5.1 Binary file slitaz-hacker-wiki/stuff/wikiss.tar.gz has changed
6.1 --- a/slitaz-hacker/receipt Tue Jun 10 01:24:16 2008 +0200 6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 6.3 @@ -1,55 +0,0 @@ 6.4 -# SliTaz package receipt. 6.5 - 6.6 -PACKAGE="slitaz-hacker" 6.7 -VERSION="1.5" 6.8 -CATEGORY="base-system" 6.9 -SHORT_DESC="SliTaz user hacker." 6.10 -DEPENDS="slitaz-base-files slitaz-configs" 6.11 -MAINTAINER="pankso@slitaz.org" 6.12 -WEB_SITE="http://www.slitaz.org/" 6.13 - 6.14 -# Rules to gen a SliTaz package suitable for Tazpkg. 6.15 -genpkg_rules() 6.16 -{ 6.17 - # /home/hacker directories. 6.18 - # 6.19 - mkdir -p \ 6.20 - $fs/home/hacker/Documents \ 6.21 - $fs/home/hacker/Downloads \ 6.22 - $fs/home/hacker/Music \ 6.23 - $fs/home/hacker/Videos \ 6.24 - $fs/home/hacker/.local/bin \ 6.25 - $fs/home/hacker/.local/share \ 6.26 - $fs/home/hacker/.mozilla/plugins 6.27 - cp -a stuff/hacker $fs/home 6.28 - # Change permissions. 6.29 - # 6.30 - echo -n "Chmodig all files in $fs/home/hacker..." 6.31 - chown -R 500.500 $fs/home/hacker 6.32 - status 6.33 -} 6.34 - 6.35 -pre_install() 6.36 -{ 6.37 - local root 6.38 - root=$1 6.39 - # Go for echoing on configuration files if any hacker was found. 6.40 - # 6.41 - if ! grep -q hacker $root/etc/passwd; then 6.42 - echo -n "Configuring $root/etc..." 6.43 - echo 'hacker:x:500:500:Linux User,,,:/home/hacker:/bin/ash' >> $root/etc/passwd 6.44 - echo 'hacker::13646:0:99999:7:::' >> $root/etc/shadow 6.45 - echo 'hacker:x:500:' >> $root/etc/group 6.46 - echo 'hacker:!::' >> $root/etc/gshadow 6.47 - status 6.48 - else 6.49 - echo "Hacker is already in : $root/etc/passwd" 6.50 - fi 6.51 - # Hacker can listen to music 6.52 - # 6.53 - if grep -q audio $root/etc/group; then 6.54 - if ! grep -q "audio:x:20:hacker" $root/etc/group; then 6.55 - sed -i s/'audio:x:20:'/'audio:x:20:hacker'/ $root/etc/group 6.56 - fi 6.57 - fi 6.58 -}
7.1 --- a/slitaz-hacker/stuff/README Tue Jun 10 01:24:16 2008 +0200 7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 7.3 @@ -1,8 +0,0 @@ 7.4 -README - slitaz-hacker (package) 7.5 -================================================================================ 7.6 - 7.7 -slitaz-hacker package provide SHell profile and Ash history, creat a few 7.8 -directories (done by the receipt) and configure system wide file such as 7.9 -/etc/passwd or /etc/group. Note that some addfiles can be installed for hacker 7.10 -when the LiveCD flavor is generated, depending on the flavor packages list. 7.11 -
8.1 --- a/slitaz-hacker/stuff/hacker/.Xdefaults Tue Jun 10 01:24:16 2008 +0200 8.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 8.3 @@ -1,20 +0,0 @@ 8.4 -!~/.Xdefault: Control the behavior of x-clients. 8.5 -! 8.6 - 8.7 -! Xcursor theme (~/.icons). 8.8 -! 8.9 -!Xcursor.theme: slitaz-polar 8.10 - 8.11 -! XTerm settings. 8.12 -! 8.13 -xterm*background: black 8.14 -xterm*foreground: white 8.15 -xterm*cursorColor: #6AA2D8 8.16 -xterm*scrollBar: off 8.17 -xterm*faceName: DejaVu Sans Mono 8.18 -xterm*faceSize: 11 8.19 - 8.20 -! Xload settings. 8.21 -! 8.22 -!xload*background: black 8.23 -!xload*foreground: lightblue
9.1 --- a/slitaz-hacker/stuff/hacker/.ash_history Tue Jun 10 01:24:16 2008 +0200 9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 9.3 @@ -1,18 +0,0 @@ 9.4 -ls -al 9.5 -cat /proc/cpuinfo 9.6 -cat /proc/partitions 9.7 -free 9.8 -ifconfig -a 9.9 -exit 9.10 -tazpkg list 9.11 -cat Images/ASCII/tux.txt 9.12 -less -EM /usr/share/doc/tazpkg/tazpkg.txt 9.13 -less -EM /usr/share/doc/slitaz/apropos.txt 9.14 -nInvaders 9.15 -htop 9.16 -rhapsody 9.17 -nano 9.18 -retawq 9.19 -retawq http://localhost/server-status 9.20 -retawq http://localhost/ 9.21 -clex
10.1 --- a/slitaz-hacker/stuff/hacker/.clexbm Tue Jun 10 01:24:16 2008 +0200 10.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 10.3 @@ -1,6 +0,0 @@ 10.4 -# 10.5 -# CLEX bookmark file 10.6 -# 10.7 -/mnt 10.8 -/media 10.9 -/usr/share/doc
11.1 --- a/slitaz-hacker/stuff/hacker/.clexrc Tue Jun 10 01:24:16 2008 +0200 11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 11.3 @@ -1,5 +0,0 @@ 11.4 -# 11.5 -# CLEX configuration file 11.6 -# 11.7 -CMD_F4=nano $f 11.8 -CMD_F9=retawq $f
12.1 --- a/slitaz-hacker/stuff/hacker/.config/parcellite/parcelliterc Tue Jun 10 01:24:16 2008 +0200 12.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 12.3 @@ -1,10 +0,0 @@ 12.4 - 12.5 -[rc] 12.6 -history_limit=25 12.7 -character_length=50 12.8 -ellipsize=2 12.9 -history_key=F11 12.10 -actions_key=F12 12.11 -save_history=true 12.12 -single_line_mode=true 12.13 -hyperlinks_mode=false
13.1 --- a/slitaz-hacker/stuff/hacker/.config/pcmanfm/main Tue Jun 10 01:24:16 2008 +0200 13.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 13.3 @@ -1,15 +0,0 @@ 13.4 -[General] 13.5 -big_icon_size=32 13.6 -terminal=xterm 13.7 - 13.8 -[Window] 13.9 -width=640 13.10 -height=480 13.11 -splitter_pos=160 13.12 -maximized=0 13.13 - 13.14 -[Desktop] 13.15 -show_desktop=1 13.16 -show_wallpaper=1 13.17 -wallpaper=/usr/share/images/slitaz-background.jpg 13.18 -show_wm_menu=1
14.1 --- a/slitaz-hacker/stuff/hacker/.gtk-bookmarks Tue Jun 10 01:24:16 2008 +0200 14.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 14.3 @@ -1,3 +0,0 @@ 14.4 -file:///home/hacker/Public Public 14.5 -file:///home/hacker/Templates Templates 14.6 -file:///media /media
15.1 --- a/slitaz-hacker/stuff/hacker/.gtkrc-2.0 Tue Jun 10 01:24:16 2008 +0200 15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 15.3 @@ -1,13 +0,0 @@ 15.4 -# ~/.gtkrc-2.0 - GTK+ theme, icon and font configuration. 15.5 -# 15.6 -# System files : /usr/share/{themes,icons,fonts} 15.7 -# Personal files : ~/.icons and ~/.fonts 15.8 -# 15.9 - 15.10 -gtk-theme-name = "Clearlooks-DeepSky" 15.11 -#gtk-theme-name = "Clearlooks-Quicksilver" 15.12 -#gtk-theme-name = "Clearlooks-Olive" 15.13 - 15.14 -gtk-icon-theme-name = "Tango" 15.15 - 15.16 -gtk-font-name = "DejaVu Sans 11"
16.1 --- a/slitaz-hacker/stuff/hacker/.isomaster Tue Jun 10 01:24:16 2008 +0200 16.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 16.3 @@ -1,19 +0,0 @@ 16.4 - 16.5 -[ui] 16.6 -windowwidth = 632 16.7 -windowheight = 550 16.8 -toppaneheight = 200 16.9 -fscurrentdir = /home/hacker/ 16.10 -showhiddenfilesfs = 0 16.11 -sortdirsfirst = 1 16.12 -scanforduplicatefiles = 1 16.13 -followsymlinks = 0 16.14 -appendextension = 1 16.15 -editor = leafpad 16.16 -viewer = firefox 16.17 -tempdir = /tmp 16.18 -isosortcolumnid = 1 16.19 -isosortdirection = 0 16.20 -fssortcolumnid = 1 16.21 -fssortdirection = 0 16.22 -
17.1 --- a/slitaz-hacker/stuff/hacker/.local/share/applications/Xdefaults.desktop Tue Jun 10 01:24:16 2008 +0200 17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 17.3 @@ -1,7 +0,0 @@ 17.4 -[Desktop Entry] 17.5 -Encoding=UTF-8 17.6 -Name=X defaults behavior 17.7 -Icon=/usr/share/icons/Tango/jwm/preferences-system-session.png 17.8 -Exec=leafpad /home/hacker/.Xdefaults 17.9 -Type=Application 17.10 -Categories=Settings;DesktopSettings;GTK;
18.1 --- a/slitaz-hacker/stuff/hacker/.local/share/applications/defaults.list Tue Jun 10 01:24:16 2008 +0200 18.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 18.3 @@ -1,15 +0,0 @@ 18.4 - 18.5 -[Default Applications] 18.6 -application/ogg=alsaplayer.desktop 18.7 -image/png=gpicview.desktop 18.8 -application/pdf=epdfview.desktop 18.9 -image/jpeg=gpicview.desktop 18.10 -application/x-shellscript=geany.desktop 18.11 -application/x-desktop=leafpad.desktop 18.12 -text/plain=leafpad.desktop 18.13 -application/xml=geany.desktop 18.14 -audio/mpeg=alsaplayer.desktop 18.15 -text/html=firefox.desktop 18.16 -application/x-php=geany.desktop 18.17 -application/x-cd-image=isomaster.desktop 18.18 -image/x-ico=gpicview.desktop
19.1 --- a/slitaz-hacker/stuff/hacker/.local/share/applications/shell-profile.desktop Tue Jun 10 01:24:16 2008 +0200 19.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 19.3 @@ -1,8 +0,0 @@ 19.4 -[Desktop Entry] 19.5 -Encoding=UTF-8 19.6 -Name=SHell profile 19.7 -Name[fr]=Profile du SHell 19.8 -Icon=/usr/share/icons/Tango/jwm/utilities-terminal.png 19.9 -Exec=leafpad /home/hacker/.profile 19.10 -Type=Application 19.11 -Categories=Settings;DesktopSettings;GTK;
20.1 --- a/slitaz-hacker/stuff/hacker/.mhwaveedit/config Tue Jun 10 01:24:16 2008 +0200 20.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 20.3 @@ -1,38 +0,0 @@ 20.4 -# mhWaveEdit configuration file. 20.5 -# Automatically generated by mhWaveEdit 1.4.14 20.6 -# May be hand edited but extra comments will be removed when the 20.7 -# settings are saved. 20.8 -# Remove this file to restore default settings. 20.9 - 20.10 -diskEditingThreshold = 131072 20.11 -speedSmooth = true 20.12 -speedConv = 0 20.13 -viewQuality = 128 20.14 -showVerticalZoom = true 20.15 -soundLock = false 20.16 -centerCursor = true 20.17 -tempfilesFP = true 20.18 -ditherEditing = 1 20.19 -outputByteswap = false 20.20 -tempDir1 = /home/hacker/.mhwaveedit 20.21 -playerFallback_SampleSize = 2 20.22 -varispeed = true 20.23 -varispeedConv = 0 20.24 -ditherPlayback = 0 20.25 -useGeometry = false 20.26 -drawImprove = true 20.27 -autoPlayMark = false 20.28 -showSpeed = true 20.29 -mainwinFront = true 20.30 -recentFiles = 4 20.31 -playerFallback_Signed = true 20.32 -speedReset = false 20.33 -windowGeometry = 168_168_540_230 20.34 -mixerUtility = xterm -e alsamixer 20.35 -soundDriver = auto 20.36 -soundBufferSize = 65536 20.37 -timeDisplay = 0 20.38 -rollCursor = false 20.39 -showTimeScale = true 20.40 -showHorizontalZoom = true 20.41 -playerFallback_BigEndian = false
21.1 --- a/slitaz-hacker/stuff/hacker/.profile Tue Jun 10 01:24:16 2008 +0200 21.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 21.3 @@ -1,42 +0,0 @@ 21.4 -# ~/.profile: Executed by Bourne-compatible login SHells. 21.5 -# 21.6 - 21.7 -# Path to personal scripts and executables (~/.local/bin). 21.8 -# 21.9 -if [ -d "$HOME/.local/bin" ] ; then 21.10 - PATH=$HOME/.local/bin:$PATH 21.11 - export PATH 21.12 -fi 21.13 - 21.14 -# Java JRE (paths). 21.15 -# 21.16 -#JAVA_HOME=$HOME/.local/lib/jre1.6.0_03 21.17 -#JAVA_BINDIR=$JAVA_HOME/bin 21.18 -#if [ -d "$JAVA_BINDIR" ] ; then 21.19 -# export PATH=$JAVA_BINDIR:$PATH 21.20 -#fi 21.21 - 21.22 -# Environnement variables and prompt for Ash SHell 21.23 -# or Bash. Default is a classic prompt. 21.24 -# 21.25 -PS1='\u@\h:\w\$ ' 21.26 - 21.27 -EDITOR='nano' 21.28 -PAGER='less -EM' 21.29 - 21.30 -export PS1 EDITOR PAGER 21.31 - 21.32 -# Alias definitions. 21.33 -# 21.34 -alias df='df -h' 21.35 -alias du='du -h' 21.36 - 21.37 -alias ls='ls -p' 21.38 -alias ll='ls -l' 21.39 -alias la='ls -la' 21.40 - 21.41 -# Avoid errors... use -f to skip confirmation. 21.42 -alias rm='rm -i' 21.43 -alias mv='mv -i' 21.44 - 21.45 -umask 022
22.1 --- a/slitaz-hacker/stuff/hacker/.retawq/bookmarks.html Tue Jun 10 01:24:16 2008 +0200 22.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 22.3 @@ -1,26 +0,0 @@ 22.4 -<html> 22.5 -<head> 22.6 - <title>SliTaz Retawq - Bookmarks</title> 22.7 -</head> 22.8 -<body> 22.9 - 22.10 -<h1>Bookmarks the web!</h1> 22.11 -<hr /> 22.12 - 22.13 -<ul> 22.14 - <li><a href="http://localhost/">http://localhost/</a></li> 22.15 - <li><a href="http://localhost/~hacker/">http://localhost/~hacker/</a></li> 22.16 - <li><a href="http://localhost/doc/">http://localhost/doc/</a></li> 22.17 - <li><a href="http://www.slitaz.org/">www.slitaz.org</a></li> 22.18 - <li><a href="http://www.libordux.org/">www.libordux.org</a></li> 22.19 - <li><a href="http://www.tuxfamily.org/">www.tuxfamily.org</a></li> 22.20 - <li><a href="http://freshmeat.net/">freshmeat.net</a></li> 22.21 - <li><a href="http://www.gnu.org/">www.gnu.org</a></li> 22.22 - <li><a href="http://www.kernel.org/">www.kernel.org</a></li> 22.23 - <li><a href="http://www.busybox.net/">www.busybox.net</a></li> 22.24 - <li><a href="http://www.lighttpd.net/">www.lighttpd.net</a></li> 22.25 - <li><a href="http://www.google.com/">www.google.com</a></li> 22.26 -</ul> 22.27 - 22.28 -</body> 22.29 -</html>
23.1 --- a/slitaz-hacker/stuff/hacker/.retawq/config Tue Jun 10 01:24:16 2008 +0200 23.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 23.3 @@ -1,33 +0,0 @@ 23.4 -# This is a run-time configuration for the web browser 23.5 -# retawq (<http://retawq.sourceforge.net/>). 23.6 -# This file is part of SliTaz GNU/Linux 23.7 -# (http://www.slitaz.org/). 23.8 - 23.9 -# A bookmarks document; we use a local file: 23.10 -bookmarks local:~/.retawq/bookmarks.html 23.11 - 23.12 -# Set colors, if you want black-on-white colors, 23.13 -# use colors reverse: 23.14 -colors on 23.15 - 23.16 -# Our home page, you can set this value to off: 23.17 -home http://www.slitaz.org/ 23.18 - 23.19 -# Our favorite search engine. 23.20 -search-engine http://www.google.com/ 23.21 - 23.22 -# When downloading something from an HTTP server, we prefer the French 23.23 -# language, but would also accept English. 23.24 -languages fr,en 23.25 - 23.26 -# Allow any ("*") CGI scripts in /var/www directory. 23.27 -local-cgi 23.28 - allow /var/www/cgi-bin/* 23.29 - allow /home/hacker/Public/cgi-bin/* 23.30 - 23.31 -# Maximum number of automatic redirections; we need to access a completely 23.32 -# screwed server which requires more than 10 redirections. 23.33 -redirections 15 23.34 - 23.35 -# Tell HTTP servers about our operating system. 23.36 -user-agent 1
24.1 --- a/slitaz-hacker/stuff/hacker/Desktop/firefox.desktop Tue Jun 10 01:24:16 2008 +0200 24.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 24.3 @@ -1,8 +0,0 @@ 24.4 -[Desktop Entry] 24.5 -Encoding=UTF-8 24.6 -Name=Web Browser 24.7 -Name[fr]=Navigateur Web 24.8 -Exec=firefox %f 24.9 -Icon=firefox.png 24.10 -Type=Application 24.11 -Categories=Application;Network;
25.1 --- a/slitaz-hacker/stuff/hacker/Desktop/leafpad.desktop Tue Jun 10 01:24:16 2008 +0200 25.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 25.3 @@ -1,11 +0,0 @@ 25.4 -[Desktop Entry] 25.5 -Encoding=UTF-8 25.6 -Name=Text editor 25.7 -Name[cs]=Textový editor 25.8 -Name[es]=Editor de texto 25.9 -Name[fr]=Éditeur de texte 25.10 -Name[it]=Editor testuale 25.11 -Comment[zh_TW]=簡易文å—編輯器 25.12 -Exec=leafpad %f 25.13 -Icon=leafpad.png 25.14 -Type=Application
26.1 --- a/slitaz-hacker/stuff/hacker/Images/ASCII/gnu-linux.txt Tue Jun 10 01:24:16 2008 +0200 26.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 26.3 @@ -1,5 +0,0 @@ 26.4 - ____ _ _ _ _ ___ _ 26.5 - / ___| \ | | | | | / / | (_)_ __ _ ___ __ 26.6 -| | _| \| | | | |/ /| | | | '_ \| | | \ \/ / 26.7 -| |_| | |\ | |_| / / | |___| | | | | |_| |> < 26.8 - \____|_| \_|\___/_/ |_____|_|_| |_|\__,_/_/\_\
27.1 --- a/slitaz-hacker/stuff/hacker/Images/ASCII/gnu.txt Tue Jun 10 01:24:16 2008 +0200 27.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 27.3 @@ -1,9 +0,0 @@ 27.4 - , , 27.5 - / \ 27.6 -((__-^^-,-^^-__)) 27.7 - `-_---' `---_-' 27.8 - `--|o` 'o|--' 27.9 - \ ` / 27.10 - ): :( 27.11 - :o_o: 27.12 - "-"
28.1 --- a/slitaz-hacker/stuff/hacker/Images/ASCII/tux-mini.txt Tue Jun 10 01:24:16 2008 +0200 28.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 28.3 @@ -1,3 +0,0 @@ 28.4 - (°- { Hi SliTaz User! } 28.5 - //\ 28.6 - v_/_
29.1 --- a/slitaz-hacker/stuff/hacker/Images/ASCII/tux.txt Tue Jun 10 01:24:16 2008 +0200 29.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 29.3 @@ -1,26 +0,0 @@ 29.4 - .88888888:. 29.5 - 88888888.88888. 29.6 - .8888888888888888. 29.7 - 888888888888888888 29.8 - 88' _`88'_ `88888 29.9 - 88 88 88 88 88888 29.10 - 88_88_::_88_:88888 29.11 - 88:::,::,:::::8888 29.12 - 88`:::::::::'`8888 29.13 - .88 `::::' 8:88. 29.14 - 8888 `8:888. 29.15 - .8888' `888888. 29.16 - .8888:.. .::. ...:'8888888:. 29.17 - .8888.' :' `'::`88:88888 29.18 - .8888 ' `.888:8888. 29.19 - 888:8 . 888:88888 29.20 - .888:88 .: 888:88888: 29.21 - 8888888. :: 88:888888 29.22 - `.::.888. :: .88888888 29.23 - .::::::.888. :: :::`8888'.:. 29.24 - ::::::::::.888 ' .:::::::::::: 29.25 - ::::::::::::.8 ' .:8::::::::::::. 29.26 - .::::::::::::::. .:888::::::::::::: 29.27 - :::::::::::::::88:.__..:88888:::::::::::' 29.28 - `'.:::::::::::88888888888.88:::::::::' 29.29 - `':::_:' -- '' -'-' `':_::::'`
30.1 --- a/slitaz-hacker/stuff/hacker/Public/cgi-bin/tests.sh Tue Jun 10 01:24:16 2008 +0200 30.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 30.3 @@ -1,27 +0,0 @@ 30.4 -#!/bin/sh 30.5 -# 30.6 - 30.7 -# Variables. 30.8 -HOST=`cat /etc/hostname` 30.9 -RELEASE=`uname -r` 30.10 - 30.11 -# Content type. 30.12 -echo -e "Content-Type: text/html\n" 30.13 - 30.14 -# Header. 30.15 -echo "<html>" 30.16 -echo "<head>" 30.17 -echo " <title>cgi-bin tests</title>" 30.18 -echo "</head>" 30.19 -echo "<body>" 30.20 - 30.21 -# Page content. 30.22 -echo "<h1>Web server cgi-bin tests</h1>" 30.23 -echo "<hr>" 30.24 -echo "<p>" 30.25 -echo "This script is runnig on $HOST with a Linux kernel $RELEASE." 30.26 -echo "</p>" 30.27 - 30.28 -# Footer. 30.29 -echo "</body>" 30.30 -echo "</html>"
31.1 --- a/slitaz-hacker/stuff/hacker/Templates/Makefile Tue Jun 10 01:24:16 2008 +0200 31.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 31.3 @@ -1,8 +0,0 @@ 31.4 -PREFIX?=/usr/local 31.5 - 31.6 -all: 31.7 - 31.8 -install: 31.9 - 31.10 -uninstall: 31.11 -
32.1 --- a/slitaz-hacker/stuff/hacker/Templates/cgi-bin-html.sh Tue Jun 10 01:24:16 2008 +0200 32.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 32.3 @@ -1,27 +0,0 @@ 32.4 -#!/bin/sh 32.5 -# 32.6 - 32.7 -# Variables. 32.8 -HOST=`cat /etc/hostname` 32.9 -RELEASE=`uname -r` 32.10 - 32.11 -# Content type. 32.12 -echo -e "Content-Type: text/html\n" 32.13 - 32.14 -# Header. 32.15 -echo "<html>" 32.16 -echo "<head>" 32.17 -echo " <title>cgi-bin</title>" 32.18 -echo "</head>" 32.19 -echo -e "<body bgcolor=\"#ffffff\">" 32.20 - 32.21 -# Page content. 32.22 -echo "<h1>HTML cgi-bin SHell script</h1>" 32.23 -echo "<hr>" 32.24 -echo "<p>" 32.25 -echo "This script is runnig on $HOST with a Linux kernel $RELEASE." 32.26 -echo "</p>" 32.27 - 32.28 -# Footer. 32.29 -echo "</body>"; 32.30 -echo "</html>"
33.1 --- a/slitaz-hacker/stuff/hacker/Templates/cgi-bin-text.sh Tue Jun 10 01:24:16 2008 +0200 33.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 33.3 @@ -1,10 +0,0 @@ 33.4 -#!/bin/sh 33.5 -# 33.6 - 33.7 -# Content type. 33.8 -echo Content-Type: text/plain 33.9 -echo "" 33.10 - 33.11 -# Page content. 33.12 -echo "Text file powered by SHell script." 33.13 -
34.1 --- a/slitaz-hacker/stuff/hacker/Templates/html-page.html Tue Jun 10 01:24:16 2008 +0200 34.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 34.3 @@ -1,26 +0,0 @@ 34.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 34.5 -<html dir="ltr" lang="fr"> 34.6 -<head> 34.7 - <title>Titre de la page</title> 34.8 - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 34.9 - <meta name="description" content="Déscription du contenu de la page"> 34.10 - <meta name="keywords" lang="fr" content="Mots clés"> 34.11 - <meta name="modified" content="2007-01-27 13:41:16"> 34.12 -</head> 34.13 -<body style="direction: ltr;"> 34.14 -<!-- Commantaire. --> 34.15 -<h1>Titre h1</h1> 34.16 -<h2>Titre h2</h2> 34.17 -<h3>Titre h3</h3> 34.18 -<p> 34.19 -Paragraphe. 34.20 -</p> 34.21 -<ul> 34.22 - <li>Liste non-ordonnée</li> 34.23 - <li><a href="">Lien</a></li> 34.24 -</ul> 34.25 -<pre> 34.26 -Texte préformaté. 34.27 -</pre> 34.28 -</body> 34.29 -</html>
35.1 --- a/slitaz-hacker/stuff/hacker/Templates/lua-prog.lua Tue Jun 10 01:24:16 2008 +0200 35.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 35.3 @@ -1,3 +0,0 @@ 35.4 -#!/usr/bin/lua 35.5 - 35.6 -print "Hello World!"
36.1 --- a/slitaz-hacker/stuff/hacker/Templates/php-script.php Tue Jun 10 01:24:16 2008 +0200 36.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 36.3 @@ -1,7 +0,0 @@ 36.4 -<?php 36.5 - 36.6 -// Un commentaire. 36.7 - 36.8 -echo "Ce texte est affiché avec echo."; 36.9 - 36.10 -?>
37.1 --- a/slitaz-hacker/stuff/hacker/Templates/shell-script.sh Tue Jun 10 01:24:16 2008 +0200 37.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 37.3 @@ -1,16 +0,0 @@ 37.4 -#!/bin/sh 37.5 -# 37.6 - 37.7 -# Comment. 37.8 - 37.9 -echo "Hello world!" 37.10 - 37.11 -# Variables. 37.12 -NAME= 37.13 - 37.14 -# Functions. 37.15 -example() 37.16 -{ 37.17 - echo "This is a function." 37.18 -} 37.19 -