Commit Graph

15 Commits

Author SHA1 Message Date
eraviart 2ddd370e5f Once upon a time, a minor god decided to use the term "stylesheet".
Then God (The True and Only God) sayd : "Use XSL".
Later God decided: "Use XSLT".
And now He says "Use SiteXslt".

In God I trust, so I obey.
2004-06-29 20:02:53 +00:00
fpeters e37b2ec757 renamed getStylesheet to getXslt and xslFilePath config option to xsltFilePath
(rationale: """XSL  is a family of recommendations""" while we only use the
"transformation" part)
2004-06-22 18:47:14 +00:00
eraviart 6a24b67957 Removed non Python <module> in general configuration files. Now XML elements
are declared in <element> elements in config files.
2004-06-09 20:21:18 +00:00
fpeters 5b23074006 fixed xslt location 2004-05-31 22:27:48 +00:00
fpeters c34da760d7 <port> and <ip> are now children of <virtualHost> (they were attributes).
ip defaults to '' which means to listen on every addresses (so I removed most
ip="*" and didn't replace them with <ip> tags)
2004-05-28 09:11:37 +00:00
eraviart 2dd0cc8c68 Removed use of "system" virtual host. Use aliases instead (See elements
<item ...> in config.xml).
2004-05-21 15:02:38 +00:00
eraviart c13fde58ed Updated titles of virtual hosts. 2004-04-27 15:09:19 +00:00
eraviart fd81b5f222 Removed attributes schema & descriptions, which were no more necessary. 2004-04-11 13:38:09 +00:00
eraviart 087456797e Created class ElementFeature to store all informations about anx XML element
(namespace URI, name, schema, description, Python class, holder Python class).

This simplifies everything and it is no more necessary to store the
attributes "schema" and "description" in XML elements.
2004-04-11 12:51:20 +00:00
eraviart 5f631d0b2d Changed everything (even the application name). 2004-03-31 07:53:26 +00:00
eraviart 8a01737811 First steps for login/password identification.
Fred: Id doesn't work yet but /login can be accessed and improved.
2004-03-07 18:25:24 +00:00
eraviart 997024f071 Created first page of "questionnaire Label Villes Internet". Try
/questionnaires/new-questionnaire to use it.

Added xsd:integer XML Schema type.
2004-03-05 16:22:22 +00:00
eraviart ada3af40da Corrected namespace handling of new nodes added to existing doc.
Slightly improved Villes-Internet inscription form. Still very incomplete,
but it is now possible to create a new inscription
(/inscriptions/new-inscription) with a nice file name (which is the city
name, without non ASCII characters).
2004-03-03 23:25:50 +00:00
eraviart b6ddcb99d8 Added XForms label translation, using attribute yep:translatable="true".
Converted a Villes-Internet file to UTF-8.
2004-03-03 15:33:56 +00:00
eraviart 7a3917a1da Added configuration file for label.villes-internet.net.
Added very preliminary version of inscription card.
2004-02-20 22:43:47 +00:00