phpW2ML download
SVN repositories
Anonymous read-only SVN repositories:
Packages and changelog
- 2008-12-08
phpW2ML-0.8.tar.gz
- W2ML processor: added support for
users and groups markup
- W2ML processor: added support for
ac
attribute when used with
user and
group
attributes
- W2ML processor: added support for edition access (
ac="e")
- 2008-12-04
phpW2ML-0.7.tar.gz
- W2ML processor: added support for
outclude and
backclude
elements.
- W2ML processor: added support for
exe
URI scheme. This is W2ML specific URI to address output from executables.
- W2ML processor: bug correction: last modification times are now
undone by
undo.
- W2ML processor: bug correction: including an empty document is
now a failure.
- 2008-11-24
phpW2ML-0.6.tar.gz
- W2ML processor: added support for
include
element; it supports inclusion through site, file,
and http URIs; it supports type attribute for W2ML and
text/plain data
- W2ML processor: added support for
base
attribute on inclusion
- W2ML processor: added support for
parent uri internal
variable
- W2ML processor: refactored code for document and request classes
- 2008-11-06
phpW2ML-0.5.tar.gz
- W2ML processor: added locking of W2ML files during processing
- W2ML processor: added complete logging of XML errors
- W2ML processor: made several XML errors fatal, notably for undeclared entities and
namespaces
- W2ML processor: more strict checking of requested document path, ".." path segment
is now totally forbidden
- W2ML processor: added support for HTTP HEAD method
- W2ML processor: quotes are now serialized as
" instead of
"
- W2ML processor: added support for
ac attribute
when used with
req,
internal,
match, and
nmatch
attributes
- W2ML processor: added
request variables names and
request variables values internal variables
- W2ML processor: changed output of
request variables
internal variable; it is now output in spans like
request variables names and
request variables values
- W2ML processor: added default user login (as
w2mlnolog,
w2mllogout, w2mlanon, w2mlwrong)
- 2008-10-14
phpW2ML-0.4.tar.gz
- W2ML processor: added support for
once and
next
attributes
- W2ML processor: added support for
undo,
res, and
del elements
- W2ML processor: added support for multivalued HTTP parameters (with limitations
inherent to PHP)
- W2ML processor: completed support for
log
attribute
- W2ML processor: added support for
<output to="null">
- W2ML applications: pngcrush'ed
bitmapped fonts
- updated installation notes and converted the file to HTML
- 2008-10-03
phpW2ML-0.3.tar.gz
- W2ML processor: added whitelisting of XHTML style attribute value on
WYSIWYG edition save
- W2ML processor: added support for
v W2ML element
- W2ML processor: better directory traversal prevention; it was possible to test
for the existence of files above document root
- W2ML applications: added a W2ML info page to demonstrate use of
v element
- W2ML applications: added 4 bitmapped fonts
- W2ML applications: added bitmap counters using
timg W2ML attribute
- W2ML applications: new file organization, with
index.w2ml ("It works!"
Apache-like home), editors.w2ml, hit_counter.w2ml,
and w2ml_info.w2ml
- 2008-09-28
phpW2ML-0.2.tar.gz
- online editor: icons preloading to avoid width calculation with alt text on first load
- W2ML processor: added support for
tfirst,
tlast,
twidth,
and timg
W2ML text attributes
- W2ML processor: cleaned up PHP in edition and namespace handling
- 2008-09-18
phpW2ML-0.1.tar.gz
First Open Source release: the PHP component is able to parse and output XML,
with minimal support for W2ML markup (see below); the JavaScript online editor is
imported from mod_w2ml;
a few W2ML applications are included.
- W2ML processor: added support for
time W2ML markup
- W2ML processor: added support for
counter W2ML element
- W2ML processor: added support for
next
and once
W2ML elements
- W2ML processor: added support for text, HTML and WYSIWYG
edition
- online editor: imported all JavaScript code from
mod_w2ml
- W2ML applications: created
editable_page.w2ml (online edition),
hello.w2ml (misc), and visit_counter.w2ml (hit counter)