From f3b6e73ca1fcf29731cc2a85114c41fad87d0d96 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 17 Aug 2009 10:54:50 +0200 Subject: moved stuff around it's a good idea to separate the documents from the templates --- src/index/document.en.rest.txt | 83 ++++++++++++++++++++++++++++++++++++++++ src/index/document.it.rest.txt | 86 ++++++++++++++++++++++++++++++++++++++++++ src/index/du2html.xsl | 1 + 3 files changed, 170 insertions(+) create mode 100644 src/index/document.en.rest.txt create mode 100644 src/index/document.it.rest.txt create mode 120000 src/index/du2html.xsl (limited to 'src/index') diff --git a/src/index/document.en.rest.txt b/src/index/document.en.rest.txt new file mode 100644 index 0000000..1216f4f --- /dev/null +++ b/src/index/document.en.rest.txt @@ -0,0 +1,83 @@ +Gianni Ceccarelli Home Page +=========================== +:CreationDate: 2003-01-28 10:09:25 + +Hello! +------ + +This website of mine exists to publish my productions, to experiment layout and +graphic ideas, and overall to show off a bit. (there's always a sort of +exibitionism in publishing works of one's own, isn't it?) + +Initially these pages have been produced with `XWeb`_; later on, using +a home-grown system based on `XML`_, `XSLT`_, and `GNU Make`_, +unimaginatively called sitemake_; now, they're made with another +system, based on ReST_ and XSLT_, with the even more banal name of WebCoso_. + +.. + Input files have been written in `EMACS`_, and the resulting pages + conform to `HTML 4.01`_ and use `CSS2`_. It's quite probable that + you have problems correctly viewing these pages: start using a + standard-compliant browser. At the moment (20010701) the browser + with the most complete support for W3C standards is (among the ones + I know) `Mozilla`_; follows `Internet Explorer`_, version 5 or + later, for `Windows`_ or `Macintosh`_, `Konqueror`_ has made great + progresses. I have no idea how `Opera`_ work. + +To know the last updates to these pages, read the `news section`_. + +`Dakkar`_ + +.. _`xml`: + http:/www.w3.org/TR/REC-xml + +.. _`css2`: + http://www.w3.org/Style/CSS/ + +.. _`gnu make`: + http://www.gnu.org/software/make/make.html + +.. _`xslt`: + http://www.w3.org/TR/xslt + +.. _`windows`: + http://www.microsoft.com/windows/ + +.. _`news section`: + /news/ + +.. _`mozilla`: + http://www.mozilla.org + +.. _sitemake: + /SW/sitemake/ + +.. _WebCoso: + /SW/WebCoso/ + +.. _`xweb`: + http://xweb.sourceforge.net + +.. _`dakkar`: + mailto:dakkar@thenautilus.net + +.. _`opera`: + http://www.opera.com + +.. _`emacs`: + http://www.gnu.org/software/emacs/emacs.html + +.. _`konqueror`: + http://www.konqueror.org + +.. _`internet explorer`: + http://www.microsoft.com/windows/ie/default.html + +.. _`macintosh`: + http://www.apple.com/macos/ + +.. _`html 4.01`: + http://www.w3.org/TR/html4/ + +.. _ReST: + http://docutils.sourceforge.net/ diff --git a/src/index/document.it.rest.txt b/src/index/document.it.rest.txt new file mode 100644 index 0000000..cb21f87 --- /dev/null +++ b/src/index/document.it.rest.txt @@ -0,0 +1,86 @@ +Home page di Gianni Ceccarelli +============================== +:CreationDate: 2003-01-28 10:09:25 + +Salve! +------ + +Questa mia manifestazione nel Web serve a pubblicare le mie produzioni, a +sperimentare idee di impaginazione e grafica, e in generale a pavoneggiarmi un +po'. (C'è sempre un po' di esibizionismo del rendere pubblico qualcosa di +proprio, no?) + +Inizialmente queste pagine erano state prodotte con `XWeb`_; +successivamente con un sistema "fatto in casa", basato su `XML`_, +`XSLT`_, e `GNU Make`_, chiamato (con poca fantasia) sitemake_; +infine, con un altro sistema "casalingo", basato su ReST_ e XSLT_, +dall'ancora più banale nome di WebCoso_. + +.. + I file di input sono scritti con `EMACS`_, e le pagine risultanti + sono scritte in `HTML 4.01`_ e `CSS2`_. È piuttosto probabile che + abbiate problemi a visualizzare correttamente queste pagine: + procuratevi un browser compatibile con gli standard. Al momento + (20030130) il browser con il miglior supporto per gli standard (tra + quelli che conosco) è `Mozilla`_; segue `Internet Explorer`_, + versione almeno 5, per `Windows`_ o `Macintosh`_, `Konqueror`_ ha + fatto grandi progressi. Non ho idea di come si comporti `Opera`_. + +Per vedere le ultime modifiche a queste pagine, consultate `la sezione delle +novità`_. + +`Dakkar`_ + +.. _`xml`: + http://www.w3.org/TR/REC-xml + +.. _`css2`: + http://www.w3.org/Style/CSS/ + +.. _`gnu make`: + http://www.gnu.org/software/make/make.html + +.. _`la sezione delle novità`: + /news/ + +.. _`xslt`: + http://www.w3.org/TR/xslt + +.. _`windows`: + http://www.microsoft.com/windows/ + +.. _`dakkar`: + mailto:dakkar@thenautilus.net + +.. _`mozilla`: + http://www.mozilla.org + +.. _`xweb`: + http://xweb.sourceforge.net + +.. _`sitemake`: + /SW/sitemake/ + +.. _WebCoso: + /SW/WebCoso/ + +.. _`opera`: + http://www.opera.com + +.. _`emacs`: + http://www.gnu.org/software/emacs/emacs.html + +.. _`konqueror`: + http://www.konqueror.org + +.. _`internet explorer`: + http://www.microsoft.com/windows/ie/default.html + +.. _`macintosh`: + http://www.apple.com/macos/ + +.. _`html 4.01`: + http://www.w3.org/TR/html4/ + +.. _ReST: + http://docutils.sourceforge.net/ diff --git a/src/index/du2html.xsl b/src/index/du2html.xsl new file mode 120000 index 0000000..911609c --- /dev/null +++ b/src/index/du2html.xsl @@ -0,0 +1 @@ +../../templates/du2html.xsl \ No newline at end of file -- cgit v1.2.3