diff options
author | dakkar <dakkar@thenautilus.net> | 2009-08-17 10:54:50 +0200 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2009-08-17 10:54:50 +0200 |
commit | f3b6e73ca1fcf29731cc2a85114c41fad87d0d96 (patch) | |
tree | 452b0c5a8612aceb6975e530193c57dafaba36e7 /src/index/document.en.rest.txt | |
parent | CV updated (diff) | |
download | thenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.tar.gz thenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.tar.bz2 thenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.zip |
moved stuff around
it's a good idea to separate the documents from the templates
Diffstat (limited to 'src/index/document.en.rest.txt')
-rw-r--r-- | src/index/document.en.rest.txt | 83 |
1 files changed, 83 insertions, 0 deletions
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/ |