slitaz-configs rev 83

Removed Text editor desktop icon and Templates
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 28 21:06:27 2011 +0200 (2011-03-28)
parents 4361b9fbe9f3
children b538dd606bb5
files rootfs/etc/skel/Desktop/leafpad.desktop rootfs/etc/skel/Templates/Makefile rootfs/etc/skel/Templates/cgi-bin-html.sh rootfs/etc/skel/Templates/cgi-bin-text.sh rootfs/etc/skel/Templates/html-page.html rootfs/etc/skel/Templates/lua-prog.lua rootfs/etc/skel/Templates/php-script.php rootfs/etc/skel/Templates/shell-script.sh rootfs/usr/share/webhome/index.html rootfs/usr/share/webhome/style.css
line diff
     1.1 --- a/rootfs/etc/skel/Desktop/leafpad.desktop	Thu Mar 10 22:22:35 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 -[Desktop Entry]
     1.5 -Encoding=UTF-8
     1.6 -Name=Text editor
     1.7 -Name[cs]=Textový editor
     1.8 -Name[es]=Editor de texto
     1.9 -Name[fr]=Éditeur de texte
    1.10 -Name[it]=Editor testuale
    1.11 -Comment[zh_TW]=簡易文字編輯器
    1.12 -Exec=leafpad %f
    1.13 -Icon=leafpad.png
    1.14 -Type=Application
     2.1 --- a/rootfs/etc/skel/Templates/Makefile	Thu Mar 10 22:22:35 2011 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,8 +0,0 @@
     2.4 -PREFIX?=/usr/local
     2.5 -
     2.6 -all:
     2.7 -
     2.8 -install:
     2.9 -
    2.10 -uninstall:
    2.11 -
     3.1 --- a/rootfs/etc/skel/Templates/cgi-bin-html.sh	Thu Mar 10 22:22:35 2011 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,27 +0,0 @@
     3.4 -#!/bin/sh
     3.5 -#
     3.6 -
     3.7 -# Variables.
     3.8 -HOST=`cat /etc/hostname`
     3.9 -RELEASE=`uname -r`
    3.10 -
    3.11 -# Content type.
    3.12 -echo -e "Content-Type: text/html\n"
    3.13 -
    3.14 -# Header.
    3.15 -echo "<html>"
    3.16 -echo "<head>"
    3.17 -echo "  <title>cgi-bin</title>"
    3.18 -echo "</head>"
    3.19 -echo -e "<body bgcolor=\"#ffffff\">"
    3.20 -
    3.21 -# Page content.
    3.22 -echo "<h1>HTML cgi-bin SHell script</h1>"
    3.23 -echo "<hr>"
    3.24 -echo "<p>"
    3.25 -echo "This script is running on $HOST with a Linux kernel $RELEASE."
    3.26 -echo "</p>"
    3.27 -
    3.28 -# Footer.
    3.29 -echo "</body>";
    3.30 -echo "</html>"
     4.1 --- a/rootfs/etc/skel/Templates/cgi-bin-text.sh	Thu Mar 10 22:22:35 2011 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,10 +0,0 @@
     4.4 -#!/bin/sh
     4.5 -#
     4.6 -
     4.7 -# Content type.
     4.8 -echo Content-Type: text/plain
     4.9 -echo ""
    4.10 -
    4.11 -# Page content.
    4.12 -echo "Text file powered by SHell script."
    4.13 -
     5.1 --- a/rootfs/etc/skel/Templates/html-page.html	Thu Mar 10 22:22:35 2011 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,26 +0,0 @@
     5.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     5.5 -<html dir="ltr" lang="fr">
     5.6 -<head>
     5.7 -    <title>Titre de la page</title>
     5.8 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     5.9 -    <meta name="description" content="Déscription du contenu de la page">
    5.10 -    <meta name="keywords" lang="fr" content="Mots clés">
    5.11 -    <meta name="modified" content="2007-01-27 13:41:16">
    5.12 -</head>
    5.13 -<body style="direction: ltr;">
    5.14 -<!-- Commantaire. -->
    5.15 -<h1>Titre h1</h1>
    5.16 -<h2>Titre h2</h2>
    5.17 -<h3>Titre h3</h3>
    5.18 -<p>
    5.19 -Paragraphe.
    5.20 -</p>
    5.21 -<ul>
    5.22 -    <li>Liste non-ordonnée</li>
    5.23 -    <li><a href="">Lien</a></li>
    5.24 -</ul>
    5.25 -<pre>
    5.26 -Texte préformaté.
    5.27 -</pre>
    5.28 -</body>
    5.29 -</html>
     6.1 --- a/rootfs/etc/skel/Templates/lua-prog.lua	Thu Mar 10 22:22:35 2011 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,3 +0,0 @@
     6.4 -#!/usr/bin/lua
     6.5 -
     6.6 -print "Hello World!"
     7.1 --- a/rootfs/etc/skel/Templates/php-script.php	Thu Mar 10 22:22:35 2011 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,7 +0,0 @@
     7.4 -<?php
     7.5 -
     7.6 -// Un commentaire.
     7.7 -
     7.8 -echo "Ce texte est affiché avec echo.";
     7.9 -
    7.10 -?>
     8.1 --- a/rootfs/etc/skel/Templates/shell-script.sh	Thu Mar 10 22:22:35 2011 +0100
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,16 +0,0 @@
     8.4 -#!/bin/sh
     8.5 -#
     8.6 -
     8.7 -# Comment.
     8.8 -
     8.9 -echo "Hello world!"
    8.10 -
    8.11 -# Variables.
    8.12 -NAME=
    8.13 -
    8.14 -# Functions.
    8.15 -example()
    8.16 -{
    8.17 -  echo "This is a function."
    8.18 -}
    8.19 -
     9.1 --- a/rootfs/usr/share/webhome/index.html	Thu Mar 10 22:22:35 2011 +0100
     9.2 +++ b/rootfs/usr/share/webhome/index.html	Mon Mar 28 21:06:27 2011 +0200
     9.3 @@ -39,11 +39,11 @@
     9.4  <p style="text-align: center;">
     9.5  	SliTaz Network:
     9.6  	<a href="http://www.slitaz.org/">Website</a>
     9.7 +	<a href="http://scn.slitaz.org/">Community</a>
     9.8  	<a href="http://doc.slitaz.org/">Documentation</a>
     9.9 +	<a href="http://forum.slitaz.org/">Forum</a>
    9.10  	<a href="http://pkgs.slitaz.org/">Packages</a>
    9.11 -	<a href="http://forum.slitaz.org/">Forum</a>
    9.12 -	<a href="http://scn.slitaz.org/">Community</a>
    9.13 -	<a href="http://labs.slitaz.org/">Labs</a>
    9.14 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
    9.15  	<a href="http://hg.slitaz.org/">Hg</a>
    9.16  </p>
    9.17  
    10.1 --- a/rootfs/usr/share/webhome/style.css	Thu Mar 10 22:22:35 2011 +0100
    10.2 +++ b/rootfs/usr/share/webhome/style.css	Mon Mar 28 21:06:27 2011 +0200
    10.3 @@ -12,12 +12,10 @@
    10.4  	padding: 12px; 
    10.5  	background: #f8f8f8;
    10.6  	text-align: center;
    10.7 -	-moz-border-radius: 8px;
    10.8 -	-webkit-border-radius: 8px;
    10.9 -	border-radius: 8px;
   10.10 -	-moz-box-shadow: 0 1px 3px #666;
   10.11 -	-webkit-box-shadow: 0 1px 3px #666;
   10.12 -	box-shadow: 0 1px 3px #666;
   10.13 +	border: 1px solid #ddd;
   10.14 +	-moz-border-radius: 4px;
   10.15 +	-webkit-border-radius: 4px;
   10.16 +	border-radius: 4px;
   10.17  }
   10.18  a:hover { text-decoration: none; color: #000; }
   10.19  h1 { margin: 6px 20px; color: #fff; }