# HG changeset patch # User Christophe Lincoln # Date 1213054300 -7200 # Node ID f0113f37944257b380fa590f73946d523b27f50e # Parent b8eeb1944488a05e32658f04bc8e5fe28a42a5d2 Rm slitaz-hacker* (def user is created at boot time, configs in /etc/skel) diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker-wiki/receipt --- a/slitaz-hacker-wiki/receipt Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="slitaz-hacker-wiki" -VERSION="1.1" -CATEGORY="office" -SHORT_DESC="SliTaz user hacker personnal PHP Wiki Engine." -MAINTAINER="pankso@slitaz.org" -DEPENDS="slitaz-hacker lighttpd php" -WEB_SITE="http://wikiss.tuxfamily.org/" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/home/hacker/Public - cp -a stuff/hacker $fs/home - tar xzf stuff/wikiss.tar.gz -C $fs/home/hacker/Public - # Change permissions. - echo -n "Chmodig all files in $fs/home/hacker..." - chmod 0777 $fs/home/hacker/Public/wikiss - chmod 0777 $fs/home/hacker/Public/wikiss/historique - chmod 0777 $fs/home/hacker/Public/wikiss/pages - chmod 0777 $fs/home/hacker/Public/wikiss/plugins - chown -R 500.500 $fs/home/hacker/Public - status -} diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker-wiki/stuff/README --- a/slitaz-hacker-wiki/stuff/README Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -README - slitaz-hacker-wiki (package) -================================================================================ - -slitaz-hacker-wiki package provide WiKiss, a tiny PHP Wiki engine. - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker-wiki/stuff/hacker/.icons/wikiss.png Binary file slitaz-hacker-wiki/stuff/hacker/.icons/wikiss.png has changed diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker-wiki/stuff/hacker/.local/share/applications/wikiss.desktop --- a/slitaz-hacker-wiki/stuff/hacker/.local/share/applications/wikiss.desktop Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Wikiss PHP Wiki -GenericName=A Wiki engine -GenericName[fr]=Moteur de Wiki -Exec=firefox http://localhost/~hacker/wikiss/ -Icon=wikiss.png -Type=Application -Categories=Office; diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker-wiki/stuff/wikiss.tar.gz Binary file slitaz-hacker-wiki/stuff/wikiss.tar.gz has changed diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/receipt --- a/slitaz-hacker/receipt Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="slitaz-hacker" -VERSION="1.5" -CATEGORY="base-system" -SHORT_DESC="SliTaz user hacker." -DEPENDS="slitaz-base-files slitaz-configs" -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://www.slitaz.org/" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - # /home/hacker directories. - # - mkdir -p \ - $fs/home/hacker/Documents \ - $fs/home/hacker/Downloads \ - $fs/home/hacker/Music \ - $fs/home/hacker/Videos \ - $fs/home/hacker/.local/bin \ - $fs/home/hacker/.local/share \ - $fs/home/hacker/.mozilla/plugins - cp -a stuff/hacker $fs/home - # Change permissions. - # - echo -n "Chmodig all files in $fs/home/hacker..." - chown -R 500.500 $fs/home/hacker - status -} - -pre_install() -{ - local root - root=$1 - # Go for echoing on configuration files if any hacker was found. - # - if ! grep -q hacker $root/etc/passwd; then - echo -n "Configuring $root/etc..." - echo 'hacker:x:500:500:Linux User,,,:/home/hacker:/bin/ash' >> $root/etc/passwd - echo 'hacker::13646:0:99999:7:::' >> $root/etc/shadow - echo 'hacker:x:500:' >> $root/etc/group - echo 'hacker:!::' >> $root/etc/gshadow - status - else - echo "Hacker is already in : $root/etc/passwd" - fi - # Hacker can listen to music - # - if grep -q audio $root/etc/group; then - if ! grep -q "audio:x:20:hacker" $root/etc/group; then - sed -i s/'audio:x:20:'/'audio:x:20:hacker'/ $root/etc/group - fi - fi -} diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/README --- a/slitaz-hacker/stuff/README Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -README - slitaz-hacker (package) -================================================================================ - -slitaz-hacker package provide SHell profile and Ash history, creat a few -directories (done by the receipt) and configure system wide file such as -/etc/passwd or /etc/group. Note that some addfiles can be installed for hacker -when the LiveCD flavor is generated, depending on the flavor packages list. - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.Xdefaults --- a/slitaz-hacker/stuff/hacker/.Xdefaults Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -!~/.Xdefault: Control the behavior of x-clients. -! - -! Xcursor theme (~/.icons). -! -!Xcursor.theme: slitaz-polar - -! XTerm settings. -! -xterm*background: black -xterm*foreground: white -xterm*cursorColor: #6AA2D8 -xterm*scrollBar: off -xterm*faceName: DejaVu Sans Mono -xterm*faceSize: 11 - -! Xload settings. -! -!xload*background: black -!xload*foreground: lightblue diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.ash_history --- a/slitaz-hacker/stuff/hacker/.ash_history Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -ls -al -cat /proc/cpuinfo -cat /proc/partitions -free -ifconfig -a -exit -tazpkg list -cat Images/ASCII/tux.txt -less -EM /usr/share/doc/tazpkg/tazpkg.txt -less -EM /usr/share/doc/slitaz/apropos.txt -nInvaders -htop -rhapsody -nano -retawq -retawq http://localhost/server-status -retawq http://localhost/ -clex diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.clexbm --- a/slitaz-hacker/stuff/hacker/.clexbm Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -# -# CLEX bookmark file -# -/mnt -/media -/usr/share/doc diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.clexrc --- a/slitaz-hacker/stuff/hacker/.clexrc Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -# -# CLEX configuration file -# -CMD_F4=nano $f -CMD_F9=retawq $f diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.config/parcellite/parcelliterc --- a/slitaz-hacker/stuff/hacker/.config/parcellite/parcelliterc Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ - -[rc] -history_limit=25 -character_length=50 -ellipsize=2 -history_key=F11 -actions_key=F12 -save_history=true -single_line_mode=true -hyperlinks_mode=false diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.config/pcmanfm/main --- a/slitaz-hacker/stuff/hacker/.config/pcmanfm/main Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -[General] -big_icon_size=32 -terminal=xterm - -[Window] -width=640 -height=480 -splitter_pos=160 -maximized=0 - -[Desktop] -show_desktop=1 -show_wallpaper=1 -wallpaper=/usr/share/images/slitaz-background.jpg -show_wm_menu=1 diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.gtk-bookmarks --- a/slitaz-hacker/stuff/hacker/.gtk-bookmarks Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -file:///home/hacker/Public Public -file:///home/hacker/Templates Templates -file:///media /media diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.gtkrc-2.0 --- a/slitaz-hacker/stuff/hacker/.gtkrc-2.0 Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -# ~/.gtkrc-2.0 - GTK+ theme, icon and font configuration. -# -# System files : /usr/share/{themes,icons,fonts} -# Personal files : ~/.icons and ~/.fonts -# - -gtk-theme-name = "Clearlooks-DeepSky" -#gtk-theme-name = "Clearlooks-Quicksilver" -#gtk-theme-name = "Clearlooks-Olive" - -gtk-icon-theme-name = "Tango" - -gtk-font-name = "DejaVu Sans 11" diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.isomaster --- a/slitaz-hacker/stuff/hacker/.isomaster Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - -[ui] -windowwidth = 632 -windowheight = 550 -toppaneheight = 200 -fscurrentdir = /home/hacker/ -showhiddenfilesfs = 0 -sortdirsfirst = 1 -scanforduplicatefiles = 1 -followsymlinks = 0 -appendextension = 1 -editor = leafpad -viewer = firefox -tempdir = /tmp -isosortcolumnid = 1 -isosortdirection = 0 -fssortcolumnid = 1 -fssortdirection = 0 - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.local/share/applications/Xdefaults.desktop --- a/slitaz-hacker/stuff/hacker/.local/share/applications/Xdefaults.desktop Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=X defaults behavior -Icon=/usr/share/icons/Tango/jwm/preferences-system-session.png -Exec=leafpad /home/hacker/.Xdefaults -Type=Application -Categories=Settings;DesktopSettings;GTK; diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.local/share/applications/defaults.list --- a/slitaz-hacker/stuff/hacker/.local/share/applications/defaults.list Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ - -[Default Applications] -application/ogg=alsaplayer.desktop -image/png=gpicview.desktop -application/pdf=epdfview.desktop -image/jpeg=gpicview.desktop -application/x-shellscript=geany.desktop -application/x-desktop=leafpad.desktop -text/plain=leafpad.desktop -application/xml=geany.desktop -audio/mpeg=alsaplayer.desktop -text/html=firefox.desktop -application/x-php=geany.desktop -application/x-cd-image=isomaster.desktop -image/x-ico=gpicview.desktop diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.local/share/applications/shell-profile.desktop --- a/slitaz-hacker/stuff/hacker/.local/share/applications/shell-profile.desktop Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=SHell profile -Name[fr]=Profile du SHell -Icon=/usr/share/icons/Tango/jwm/utilities-terminal.png -Exec=leafpad /home/hacker/.profile -Type=Application -Categories=Settings;DesktopSettings;GTK; diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.mhwaveedit/config --- a/slitaz-hacker/stuff/hacker/.mhwaveedit/config Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# mhWaveEdit configuration file. -# Automatically generated by mhWaveEdit 1.4.14 -# May be hand edited but extra comments will be removed when the -# settings are saved. -# Remove this file to restore default settings. - -diskEditingThreshold = 131072 -speedSmooth = true -speedConv = 0 -viewQuality = 128 -showVerticalZoom = true -soundLock = false -centerCursor = true -tempfilesFP = true -ditherEditing = 1 -outputByteswap = false -tempDir1 = /home/hacker/.mhwaveedit -playerFallback_SampleSize = 2 -varispeed = true -varispeedConv = 0 -ditherPlayback = 0 -useGeometry = false -drawImprove = true -autoPlayMark = false -showSpeed = true -mainwinFront = true -recentFiles = 4 -playerFallback_Signed = true -speedReset = false -windowGeometry = 168_168_540_230 -mixerUtility = xterm -e alsamixer -soundDriver = auto -soundBufferSize = 65536 -timeDisplay = 0 -rollCursor = false -showTimeScale = true -showHorizontalZoom = true -playerFallback_BigEndian = false diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.profile --- a/slitaz-hacker/stuff/hacker/.profile Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ -# ~/.profile: Executed by Bourne-compatible login SHells. -# - -# Path to personal scripts and executables (~/.local/bin). -# -if [ -d "$HOME/.local/bin" ] ; then - PATH=$HOME/.local/bin:$PATH - export PATH -fi - -# Java JRE (paths). -# -#JAVA_HOME=$HOME/.local/lib/jre1.6.0_03 -#JAVA_BINDIR=$JAVA_HOME/bin -#if [ -d "$JAVA_BINDIR" ] ; then -# export PATH=$JAVA_BINDIR:$PATH -#fi - -# Environnement variables and prompt for Ash SHell -# or Bash. Default is a classic prompt. -# -PS1='\u@\h:\w\$ ' - -EDITOR='nano' -PAGER='less -EM' - -export PS1 EDITOR PAGER - -# Alias definitions. -# -alias df='df -h' -alias du='du -h' - -alias ls='ls -p' -alias ll='ls -l' -alias la='ls -la' - -# Avoid errors... use -f to skip confirmation. -alias rm='rm -i' -alias mv='mv -i' - -umask 022 diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.retawq/bookmarks.html --- a/slitaz-hacker/stuff/hacker/.retawq/bookmarks.html Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ - - - SliTaz Retawq - Bookmarks - - - -

Bookmarks the web!

-
- - - - - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/.retawq/config --- a/slitaz-hacker/stuff/hacker/.retawq/config Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# This is a run-time configuration for the web browser -# retawq (). -# This file is part of SliTaz GNU/Linux -# (http://www.slitaz.org/). - -# A bookmarks document; we use a local file: -bookmarks local:~/.retawq/bookmarks.html - -# Set colors, if you want black-on-white colors, -# use colors reverse: -colors on - -# Our home page, you can set this value to off: -home http://www.slitaz.org/ - -# Our favorite search engine. -search-engine http://www.google.com/ - -# When downloading something from an HTTP server, we prefer the French -# language, but would also accept English. -languages fr,en - -# Allow any ("*") CGI scripts in /var/www directory. -local-cgi - allow /var/www/cgi-bin/* - allow /home/hacker/Public/cgi-bin/* - -# Maximum number of automatic redirections; we need to access a completely -# screwed server which requires more than 10 redirections. -redirections 15 - -# Tell HTTP servers about our operating system. -user-agent 1 diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Desktop/firefox.desktop --- a/slitaz-hacker/stuff/hacker/Desktop/firefox.desktop Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Web Browser -Name[fr]=Navigateur Web -Exec=firefox %f -Icon=firefox.png -Type=Application -Categories=Application;Network; diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Desktop/leafpad.desktop --- a/slitaz-hacker/stuff/hacker/Desktop/leafpad.desktop Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Text editor -Name[cs]=Textový editor -Name[es]=Editor de texto -Name[fr]=Éditeur de texte -Name[it]=Editor testuale -Comment[zh_TW]=簡易文字編輯器 -Exec=leafpad %f -Icon=leafpad.png -Type=Application diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Images/ASCII/gnu-linux.txt --- a/slitaz-hacker/stuff/hacker/Images/ASCII/gnu-linux.txt Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ - ____ _ _ _ _ ___ _ - / ___| \ | | | | | / / | (_)_ __ _ ___ __ -| | _| \| | | | |/ /| | | | '_ \| | | \ \/ / -| |_| | |\ | |_| / / | |___| | | | | |_| |> < - \____|_| \_|\___/_/ |_____|_|_| |_|\__,_/_/\_\ diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Images/ASCII/gnu.txt --- a/slitaz-hacker/stuff/hacker/Images/ASCII/gnu.txt Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - , , - / \ -((__-^^-,-^^-__)) - `-_---' `---_-' - `--|o` 'o|--' - \ ` / - ): :( - :o_o: - "-" diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Images/ASCII/tux-mini.txt --- a/slitaz-hacker/stuff/hacker/Images/ASCII/tux-mini.txt Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ - (°- { Hi SliTaz User! } - //\ - v_/_ diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Images/ASCII/tux.txt --- a/slitaz-hacker/stuff/hacker/Images/ASCII/tux.txt Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ - .88888888:. - 88888888.88888. - .8888888888888888. - 888888888888888888 - 88' _`88'_ `88888 - 88 88 88 88 88888 - 88_88_::_88_:88888 - 88:::,::,:::::8888 - 88`:::::::::'`8888 - .88 `::::' 8:88. - 8888 `8:888. - .8888' `888888. - .8888:.. .::. ...:'8888888:. - .8888.' :' `'::`88:88888 - .8888 ' `.888:8888. - 888:8 . 888:88888 - .888:88 .: 888:88888: - 8888888. :: 88:888888 - `.::.888. :: .88888888 - .::::::.888. :: :::`8888'.:. - ::::::::::.888 ' .:::::::::::: - ::::::::::::.8 ' .:8::::::::::::. - .::::::::::::::. .:888::::::::::::: - :::::::::::::::88:.__..:88888:::::::::::' - `'.:::::::::::88888888888.88:::::::::' - `':::_:' -- '' -'-' `':_::::'` diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Public/cgi-bin/tests.sh --- a/slitaz-hacker/stuff/hacker/Public/cgi-bin/tests.sh Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -#!/bin/sh -# - -# Variables. -HOST=`cat /etc/hostname` -RELEASE=`uname -r` - -# Content type. -echo -e "Content-Type: text/html\n" - -# Header. -echo "" -echo "" -echo " cgi-bin tests" -echo "" -echo "" - -# Page content. -echo "

Web server cgi-bin tests

" -echo "
" -echo "

" -echo "This script is runnig on $HOST with a Linux kernel $RELEASE." -echo "

" - -# Footer. -echo "" -echo "" diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Templates/Makefile --- a/slitaz-hacker/stuff/hacker/Templates/Makefile Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -PREFIX?=/usr/local - -all: - -install: - -uninstall: - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Templates/cgi-bin-html.sh --- a/slitaz-hacker/stuff/hacker/Templates/cgi-bin-html.sh Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -#!/bin/sh -# - -# Variables. -HOST=`cat /etc/hostname` -RELEASE=`uname -r` - -# Content type. -echo -e "Content-Type: text/html\n" - -# Header. -echo "" -echo "" -echo " cgi-bin" -echo "" -echo -e "" - -# Page content. -echo "

HTML cgi-bin SHell script

" -echo "
" -echo "

" -echo "This script is runnig on $HOST with a Linux kernel $RELEASE." -echo "

" - -# Footer. -echo ""; -echo "" diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Templates/cgi-bin-text.sh --- a/slitaz-hacker/stuff/hacker/Templates/cgi-bin-text.sh Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh -# - -# Content type. -echo Content-Type: text/plain -echo "" - -# Page content. -echo "Text file powered by SHell script." - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Templates/html-page.html --- a/slitaz-hacker/stuff/hacker/Templates/html-page.html Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ - - - - Titre de la page - - - - - - - -

Titre h1

-

Titre h2

-

Titre h3

-

-Paragraphe. -

- -
-Texte préformaté.
-
- - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Templates/lua-prog.lua --- a/slitaz-hacker/stuff/hacker/Templates/lua-prog.lua Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -#!/usr/bin/lua - -print "Hello World!" diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Templates/php-script.php --- a/slitaz-hacker/stuff/hacker/Templates/php-script.php Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ - diff -r b8eeb1944488 -r f0113f379442 slitaz-hacker/stuff/hacker/Templates/shell-script.sh --- a/slitaz-hacker/stuff/hacker/Templates/shell-script.sh Tue Jun 10 01:24:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -#!/bin/sh -# - -# Comment. - -echo "Hello world!" - -# Variables. -NAME= - -# Functions. -example() -{ - echo "This is a function." -} -