Suppression fichiers obsoletes

This commit is contained in:
Laurent Destailleur 2006-08-20 22:19:22 +00:00
parent 973f822b2d
commit df75348ead
2 changed files with 0 additions and 77 deletions

View File

@ -1,40 +0,0 @@
# Authors: Loic Dachary <loic@gnu.org> and Jaime Villate <villate@gnu.org>
#
# XML/XSLT processor (validator)
# -------------------------
#
# sablotron (sabcmd)
# apt-get install sablotron
#
# libxslt + libxml2 (xsltproc)
# http://www.xmlsoft.org/
#
# XML validator
# -------------
# apt-get install rxp
# or
# ftp://ftp.cogsci.ed.ac.uk/pub/richard/rxp-1.2.3.tar.gz
#
XSLTPROC = sabcmd
WGET = wget
XSLTOPTS = \
'$$fsfeurope=$(FSFEUROPE)' \
'$$fsf=$(FSF)' \
'$$gnu=$(GNU)'
all:
$(XSLTPROC) main-eucd.xsl don.xhtml > don.php
$(XSLTPROC) main-eucd.xsl graph.xhtml > graph.php
$(XSLTPROC) main-eucd.xsl donateurs.xhtml > donateurs.php
$(XSLTPROC) main-eucd.xsl depenses.xhtml > depenses.php
$(XSLTPROC) main-eucd.xsl valid.xhtml > valid.php
$(XSLTPROC) main-eucd.xsl erreur.xhtml > erreur.php
$(XSLTPROC) main-eucd.xsl merci.xhtml > merci.php
get:
rm -f navigation.fr.xsl fsfe-fr.xsl eucd.css
$(WGET) http://eucd.info/eucd.css
$(WGET) http://eucd.info/navigation.fr.xsl
$(WGET) http://eucd.info/fsfe-fr.xsl

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<html lang="fr">
<head>
<!-- $Id$ -->
<title>EUCD.INFO - Dépenses</title>
<script language="php">
require("../../conf/conf.class.php");
require("../../lib/mysql.lib.php");
</script>
</head>
<body>
<div class="main">
<h1>Liste des dépenses.</h1>
<p>
Dépenses engagées pour la défense de la copie privée par
l'initiative EUCD.INFO. Les montants sont TTC. Voir aussi <a
href="donateurs.php">la liste des donateurs</a>.
</p>
<script language="php">
require("depenses_code.php");
</script>
</div>
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->