index
:
xerl
develop
hosts
main
Xerl is an open source website template engine (TE) with some features of a Content Management System (CMS) programmed in object oriented Perl (boosted by FastCGI) and using XML.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xerl
/
XML
/
Reader.pm
Age
Commit message (
Expand
)
Author
2013-09-28
change license to the perl one
Paul Buetow (pluto.buetow.org)
2013-09-28
initial HTML rendering with new SAX parser works
Paul Buetow (pluto.buetow.org)
2013-09-28
add parsing of CDATA, return SAX objects from sax method
Paul Buetow (pluto.buetow.org)
2013-09-15
can parse xml and attribs
Paul Buetow (pluto.buetow.org)
2013-09-15
initial SAX parser
Paul Buetow (pluto.buetow.org)
2013-09-15
remove libXML
Paul Buetow (pluto.buetow.org)
2013-09-15
No XML error with external XML parser
Paul Buetow (pluto.buetow.org)
2013-09-15
temp remove includedirs tag, perltidy indention set to 2, initial XML::LibXML
Paul Buetow (pluto.buetow.org)
2013-09-07
modify copyright header
Paul Buetow (pluto.buetow.org)
2013-02-03
add do while loop to Reader.pm, may fixes XML bug
xerl
2011-05-01
s/shutdown/finish_request/
Paul Buetow
2011-04-26
fixed a bug (returning 0 if success now)
Paul Buetow
2011-04-26
updated copyright headers
Paul Buetow
2011-04-26
code cleanup using perltidy
Paul Buetow
2011-04-26
added initial fcgi support to all the code files
Paul Buetow
2011-03-06
initial xerl import to utils
Paul Buetow