# HG changeset patch # User fabien # Date 1135709727 18000 # Node ID 08de8d15f932e807c658d9df91fb5f6bb1a3e8f8 [svn r1850] r2001@freebird: fabien | 2005-12-27 01:28:42 -0500 Last cleanup. diff -r 000000000000 -r 08de8d15f932 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,30 @@ +TOP=. +INSTALL_DIR=`pwd`/install + +DIST_FILES= \ + common.xsl \ + html.xsl \ + print.xsl \ + masters_print.xsl \ + cv_html.xsl \ + cv_print.xsl \ + poetry_html.xsl \ + story_html.xsl \ + story_print.xsl \ + cv_str.en.xml \ + cv_str.fr.xml \ + html.css \ + blog.css \ + poetry.css \ + contes.css \ + cv.css + +all: + +install: + mkdir -p $(INSTALL_DIR) + cp $(DIST_FILES) $(INSTALL_DIR) + +clean: + +purge: diff -r 000000000000 -r 08de8d15f932 TODO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,3 @@ +* Finir la version imprimable (book) +* Faire une version 1/pdf/contes. +* Faire une version HTML-1-PAGE (pour la version texte). diff -r 000000000000 -r 08de8d15f932 blog.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blog.css Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,26 @@ +@import "html.css"; + +#lcol { width: 70% } +#title { margin: 10pt } +#icon { float: left } +div.stories { clear: both; padding: 10pt; border: solid teal } +.dateheader { font-weight: bold } +div.comments { text-align: right } + +#rcol { margin: 15pt; position: absolute; left: 70%; top: 0; max-width: 20% } +/* #rcol { border: solid teal; padding: 10pt } */ +#rcol { text-align: center } +#rcol div { text-align: left } +.calendar { font-size: 80%; text-align: center } + +/* +.stories { background: #aaaaff; + color: black; + padding: 10pt; } +.stories :link { color: blue } +.stories :visited { color: navy } +.story_title { color: blue } +.stories .dateheader { color: blue } +.stories strong, .stories b, .stories em { color: blue } +*/ + diff -r 000000000000 -r 08de8d15f932 common.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + © + + + + + + + + + + , + + + + + + + + + + + + + + + . + + + + + + + , + + + + . + + + + + , + + + + . + + + + + + diff -r 000000000000 -r 08de8d15f932 contes.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contes.css Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,3 @@ +@import "html.css"; +.nda { font-style: italic; border: solid; padding: 0pt 10pt } +li .nda { font-style: normal; border: none } diff -r 000000000000 -r 08de8d15f932 cv.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cv.css Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,2 @@ +#identification div.first { width: 50% } +#identification div.rest { width: 50% ; float: right } diff -r 000000000000 -r 08de8d15f932 cv_html.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cv_html.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,290 @@ + + + + + + + + + + cv_str. + + .xml + + + + + + + + + + + + + + <xsl:call-template name="gentext"> + <xsl:with-param name="string">str-curriculum</xsl:with-param> + </xsl:call-template> + <xsl:value-of select="$fullname"/> + + + +
+ +
+

+ + str-experience + +

+ +
+

+ + str-formation + +

+
    + +
+
+

+ + str-competences + +

+
+ +
+ + str-languages + +
+
+
    + +
+
+
+ +
+

+ + str-projects + +

+
    + +
+
+

+ + str-hobbies + +

+
    + +
+ + +
+ + + + + + + + + +
+

+

+ +

+
+
+ + + +
+
+ +
+
+ + + str-email + + :
+
+ +
+
+ + + + + + + + str-phone-fax + str-phone-pager + str-phone-mobile + str-phone-home + str-phone-work + str-phone + + + + : +
+
+ + + +
+ +
+
+ +

+
+ + +

+
    + +
+
+ +
  • + + + ; + + +
  • +
    + + + +
    + + + + +
    +
    + +

    +
    + +

    + + str-supervisor + + : + + + +

    +
    + +

    +
    + +
    + +
    +
    + + + +
  • + ( + + ), + +
  • +
    + + + +
    +
    +
      + +
    +
    +
    + +
  • + + + + + str-level-notions + str-level-learning + str-level-known + + + + : + + +
  • +
    + + +
  • + + : + + + + + str-lang-notions + str-lang-learning + str-lang-functional + str-lang-known + + + + +
  • +
    + + + +
  • + ( + + ) + + , + + +
  • +
    + + +
  • +
    + +
    diff -r 000000000000 -r 08de8d15f932 cv_print.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cv_print.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,471 @@ + + + + + + + + + + + + cv_str. + + .xml + + + + + + + + + 12pt + bold + 4pt + underline + true + always + + + 12pt + bold + 4pt + 4pt + small-caps + + + 14pt + bold + 8pt + 12pt + small-caps + + + 12pt + bold + 4pt + 4pt + small-caps + + + 10pt + bold + 4pt + + + 16pt + bold + 8pt + + + + 10pt + 4pt + + + + always + + + + + 10mm + discard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + + + + + + + str-page + + + + str-page-of + + + + + +
    +
    +
    + + + + + + + + str-formation + + + + + + + + + + str-competences + + + + + + + str-languages + + + + + + + + + + + + + + +
    +
    +
    + + + + str-projects + + + + + + + + + + str-hobbies + + + + + + + + + + str-experience + + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + + + + str-email + + : + + + + + + + + + + + + + + + str-phone-fax + str-phone-pager + str-phone-mobile + str-phone-home + str-phone-work + str-phone + + + + : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ; + + + . + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    + + + + + + + + str-supervisor + + : + + + + + + + + + + + + + + + ( + + ), + + . + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + str-level-notions + str-level-learning + str-level-known + + + + : + + + + + + + + + + + + : + + + + + str-lang-notions + str-lang-learning + str-lang-functional + str-lang-known + + + + + + + + + + + + + + + ( + + ); + + + + + + + + + + + + + + + + + + +
    diff -r 000000000000 -r 08de8d15f932 cv_str.en.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cv_str.en.xml Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,28 @@ + + +page + of +Work Experience +Studies +Knowledges +Languages +Projects and Realisations +Hobbies +Email +fax +pager +mobile +evenings +day +phone +Supervisor +Notions +Learning +Known +basic notions +learning +functional +fluent +Resume of + + diff -r 000000000000 -r 08de8d15f932 cv_str.fr.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cv_str.fr.xml Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,27 @@ + + +page + de +Expériences professionnelles +Formation +Compétences +Langues parlées et écrites +Projets et réalisations +Loisirs et intérêts +Courriel +télécopieur +téléavertisseur +cellulaire +soir +jour +téléphone +Supérieur immédiat +Notions +En cours d'apprentissage +Acquis +notions de base +en apprentissage +fonctionnel +courant +Curriculum Vitae de + diff -r 000000000000 -r 08de8d15f932 html.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html.css Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,14 @@ +/* Standard style for the site. */ +body { background: black; color: silver } +em { color: white } +b, strong { color: teal } +hr { color: teal } +:visited { color: teal; text-decoration: none } +:visited * { color: teal } +:link { color: aqua; text-decoration: none } +:link * { color: aqua } +a:hover { color: lime; text-decoration: underline } +a:hover * { color: lime } +h1, h2, h3, h4, h5, h6 { color: teal } +h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { color: teal } +blockquote { color: white; font-style: italic } diff -r 000000000000 -r 08de8d15f932 html.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,436 @@ + + + + + + + + +html.xsl +book.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +

    Aussi disponible au format PDF.

    +
    + + +
    + + + + + +

    + + + +

    +
    + + + +

    +
    + +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (), +
    + +
    + +
    +
    + + + + + + +
    + +
    +
    + + + + + + + <xsl:apply-templates/> + + + + + + + + + + + + + + + + + + + + + © + + + + + + + + + + , + + + + + + + + <xsl:apply-templates/><xsl:text> (Notes de l'auteur)</xsl:text> + + + + + + + + + +

    +
    + + + + + + + + + +

    +
    + + + +
    +
    + +
    +
    + + + + , + + + + + + + + + + +
      + +
    +
    + +
      + +
    +
    +
    +
    + +

    +
    + + +
  • +
    + + + + + + + + + + + + + + [ + + ] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .html + + + +
    +
    + + + + + Section précédente: + + + + + + + Section suivante: + + + + + + + + + + + Retour à la table des matières
    +
    + + + + + + + + + + + + + +

    + +
      + +
    +
    +
    + +
    + + + +
    + +
    + + + + + + + + + + + + + + + + +

    +
    + + + + + . + + + + + + + , + + + + . + + + + + , + + + + . + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + diff -r 000000000000 -r 08de8d15f932 masters_print.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/masters_print.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 000000000000 -r 08de8d15f932 poetry.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/poetry.css Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,1 @@ +@import "html.css"; diff -r 000000000000 -r 08de8d15f932 poetry_html.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/poetry_html.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,174 @@ + + + + + +poetry.css +poetry.pdf + + + + + +
  • + + + [NdA] + +
  • +
    + + + + + +
  • + +
  • +
    + + + + + + + + + + + + + + + + Précédent: + + + + + + + Suivant: + + + + + + + + + + + + + + + + + + + + + + + + Retour à la section
    +
    + + + + + + + + + + + + + + + +
    +
    + +
    + + Notes de l'auteur.
    +
    + + + +
    +
    + + + + + + + + + + + + + +
    +
    + +
    + Retour au poème.
    + + + +
    +
    + + + +

    +
    + + + +
    +
    + + + +

    +
    + + + + : + + + + + +
    + diff -r 000000000000 -r 08de8d15f932 poetry_print.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/poetry_print.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,196 @@ + + + + + + + + + + + 10mm + 10pt + discard + justify + + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + + + page + + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5pt + 10pt + + + + + + + 5pt + 10pt + + + + + + + + + + + + + + + + + + + + + + + + + " + + " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + : + + + + + +
    + + diff -r 000000000000 -r 08de8d15f932 print.dsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/print.dsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,471 @@ + + + + + + + + + + +]> + + + +table + + + + + + +page multi-column query expression + + + + + + + diff -r 000000000000 -r 08de8d15f932 print.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/print.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,162 @@ + + + + + + + 18pt + bold + + + 16pt + bold + + + 14pt + bold + + + 12pt + bold + + + 10pt + + + + + + + + + + + + + + + + + + + + + + + + + + + (), + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [ + + ] + + + + + + + + + + + + + + + + + diff -r 000000000000 -r 08de8d15f932 story_html.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/story_html.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,246 @@ + + + + + +contes.css +contes.pdf + + + + + +
  • +

    + + + +
  • +
    + + + + + + + + + + + + + + + + + + + + + + .html + + + + + + + + + + + + + previous + + + + + + + next + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .html + + + +
    +
    + + + + Précédent: + + + + + + + Suivant: + + + + + + + + + + + + + + + + + + + + + + + + Retour à la section
    +
    + + + + + + + + + + + + + + + + +
    +
    + +
    + + + +
    +
    + + + +

    +
    + + + +
    +
    + + + +

    +
    + + + + : + + + + + + +
    + +
    +
    + +

    « - + + »

    +
    + + » + + « + + + +

    +
    + +

    +
    + + +
    + +
    +
    + +
    + diff -r 000000000000 -r 08de8d15f932 story_print.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/story_print.xsl Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,186 @@ + + + + + + + + + + + 10mm + 10pt + discard + justify + + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + + + page + + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5pt + 10pt + + + + + + + 5pt + 10pt + + + + + + + 5pt + 10pt + + + + + + + + + + + + + + + + + + + + + + + + + " + + " + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +