xhtml
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 243
mod_xhtml 0.9
mod_xhtml is a namespace module for XHTML (ensure W3C Appendix C) and SSI implementation. more>>
mod_xhtml is a namespace module for XHTML (ensure W3C Appendix C) and SSI implementation.
mod_xhtml provides a namespace processor for http://www.w3.org/1999/xhtml that serves to ensure XHTML meets the W3C Appendix C guidelines for compatibility with HTML browsers and the text/html MIME type. In addition, mod_xhtml implements Server Side Includes (SSI), both as Apaches comment-driven processing language and as a separate XML namespace processor.
SSI Implementation
The mod_xhtml SSI implementation is simpler than Apaches traditional mod_include, in that it decouples the task of markup parsing from SSI processing. Most importantly, as a namespace processor, it plugs directly in to general XML-based publishing systems, without the overhead of having to parse the markup twice.
mod_xhtml actually provides two ways to implement SSI:
- Using traditional comments [an error occurred while processing this directive]
- Using a separate namespace processor
The two are exactly equivalent and are implemented by the same code. They can be enabled separately or mixed in a single document.
Limitations
The principal limitation in mod_xhtml is in what it works on. Unlike mod_include, it requires its input to be well-formed XML, and cannot be used on HTML4 or tagsoup input.
The SSI implementation is also incomplete:
- The SSI exec directive is deprecated in Apache, and not implemented in mod_xhtml. - This will probably never be implemented. As in mod_include, include virtual is preferred.
- Regular expressions in expression matching are not supported. This will probably be implemented sometime in future.
<<lessmod_xhtml provides a namespace processor for http://www.w3.org/1999/xhtml that serves to ensure XHTML meets the W3C Appendix C guidelines for compatibility with HTML browsers and the text/html MIME type. In addition, mod_xhtml implements Server Side Includes (SSI), both as Apaches comment-driven processing language and as a separate XML namespace processor.
SSI Implementation
The mod_xhtml SSI implementation is simpler than Apaches traditional mod_include, in that it decouples the task of markup parsing from SSI processing. Most importantly, as a namespace processor, it plugs directly in to general XML-based publishing systems, without the overhead of having to parse the markup twice.
mod_xhtml actually provides two ways to implement SSI:
- Using traditional comments [an error occurred while processing this directive]
- Using a separate namespace processor
The two are exactly equivalent and are implemented by the same code. They can be enabled separately or mixed in a single document.
Limitations
The principal limitation in mod_xhtml is in what it works on. Unlike mod_include, it requires its input to be well-formed XML, and cannot be used on HTML4 or tagsoup input.
The SSI implementation is also incomplete:
- The SSI exec directive is deprecated in Apache, and not implemented in mod_xhtml. - This will probably never be implemented. As in mod_include, include virtual is preferred.
- Regular expressions in expression matching are not supported. This will probably be implemented sometime in future.
Download (0.044MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1297 downloads
XHTML Doclet 0.2
XHTML Doclet is a standards-compliant alternative to the Javadoc standard HTML doclet. more>>
XHTML Doclet is a standards-compliant alternative to the Javadoc standard HTML doclet. The project revises the document structure to exclude outdated tags and inline styles, creates valid XHTML markup, and provides better hooks for more flexible CSS manipulation.
Quick Start:
XHTML Doclet can be integrated with your current Javadoc setup by downloading the JAR file and adding the following to the javadoc command (or equivalent arguments to Javadoc tasks in Ant):
-docletpath {local path}/XHTML_Doclet.jar
-doclet xhtmldoclet.XhtmlDoclet
<<lessQuick Start:
XHTML Doclet can be integrated with your current Javadoc setup by downloading the JAR file and adding the following to the javadoc command (or equivalent arguments to Javadoc tasks in Ant):
-docletpath {local path}/XHTML_Doclet.jar
-doclet xhtmldoclet.XhtmlDoclet
Download (0.17MB)
Added: 2007-07-12 License: LGPL (GNU Lesser General Public License) Price:
838 downloads
bib2xhtml 2.26
bib2xhtml is a program that converts BibTeX files into HTML (specifically, XHTML 1.0). more>>
bib2xhtml project can convert BibTeX files into HTML (specifically, XHTML 1.0). The conversion is mostly done by specialized BibTeX style files, derived from a converted bibliography style template.
This ensures that the original BibTeX styles are faithfully reproduced. Some post-processing is performed by Perl code. This is an update of the bib2html program written by David Hull in 1996 and maintained by him until 1998.
Enhancements:
- This version adds an option for specifying how extended file information is displayed.
- This can be used for including PDF file icons or providing more descriptive names.
- In addition, it provides support for counting and listing the number of pages in PDF documents, and documents a previously undocumented option for specifying the file path to URL mappings.
<<lessThis ensures that the original BibTeX styles are faithfully reproduced. Some post-processing is performed by Perl code. This is an update of the bib2html program written by David Hull in 1996 and maintained by him until 1998.
Enhancements:
- This version adds an option for specifying how extended file information is displayed.
- This can be used for including PDF file icons or providing more descriptive names.
- In addition, it provides support for counting and listing the number of pages in PDF documents, and documents a previously undocumented option for specifying the file path to URL mappings.
Download (0.12MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
864 downloads
Python XHTML 0.4.1
Python XHTML is a simple Python module for the generation of valid XHTML. more>>
Python XHTML is a simple Python module for the generation of valid XHTML.
ToDo:
* include tests for all methods in xhtml_test.py
* ensure that all text that is added to the document is xml safe
* include methods for added w3.org validation link buttons
* complete support for XHTML 1.1 specification
<<lessToDo:
* include tests for all methods in xhtml_test.py
* ensure that all text that is added to the document is xml safe
* include methods for added w3.org validation link buttons
* complete support for XHTML 1.1 specification
Download (0.032MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
827 downloads
mod_xhtml_neg 1.0
mod_xhtml_neg performs content-negotiation for XHTML documents conforming to Appendix C of the XHTML 1.0 specification. more>>
mod_xhtml_neg performs content-negotiation for XHTML documents conforming to Appendix C of the XHTML 1.0 specification.
This module for the the Apache HTTP server gives it the ability to correctly negotiate content types for XHTML documents. Without negotiation, these would be sent as text/html. For browsers that support XHTML as an XML document, the content can (and should) be sent as application/xhtml+xml. See the W3Cs technical note for details.
Also see RFC 3236 for some of the technicalities of correctly negotiating XHTML documents.
One solution thats been seen around the web in a few places is to use the Apache mod_rewrite module to sniff the Accept: header in HTTP requests. This is crude but will work most of the time. See an example of this at Greytower Technologies.
This Apache module does similar negotiation, but with the following advantages:
- It can correctly handle relative quality values for different content-types based on the browsers Accept header
- It will correctly send Vary headers and a unique ETag header for each response type, thus ensuring proxy caches will work correctly
- Can perform character set negotiation based on the Accept-Charset header, taking into account the default character sets defined in RFC 2616 and RFC 3023
- Can perform negotiation based on XHTML profiles using the optional "profile" parameter in the Accept header.*
Will correctly degrade caching for HTTP 1.0 proxies
Profiles are XML namespaces that refer to the XHTML variants, such as XHTML Basic, XHTML Mobile Profile, and so on. The profile parameter was introduced in section 8 of RFC 3236.
<<lessThis module for the the Apache HTTP server gives it the ability to correctly negotiate content types for XHTML documents. Without negotiation, these would be sent as text/html. For browsers that support XHTML as an XML document, the content can (and should) be sent as application/xhtml+xml. See the W3Cs technical note for details.
Also see RFC 3236 for some of the technicalities of correctly negotiating XHTML documents.
One solution thats been seen around the web in a few places is to use the Apache mod_rewrite module to sniff the Accept: header in HTTP requests. This is crude but will work most of the time. See an example of this at Greytower Technologies.
This Apache module does similar negotiation, but with the following advantages:
- It can correctly handle relative quality values for different content-types based on the browsers Accept header
- It will correctly send Vary headers and a unique ETag header for each response type, thus ensuring proxy caches will work correctly
- Can perform character set negotiation based on the Accept-Charset header, taking into account the default character sets defined in RFC 2616 and RFC 3023
- Can perform negotiation based on XHTML profiles using the optional "profile" parameter in the Accept header.*
Will correctly degrade caching for HTTP 1.0 proxies
Profiles are XML namespaces that refer to the XHTML variants, such as XHTML Basic, XHTML Mobile Profile, and so on. The profile parameter was introduced in section 8 of RFC 3236.
Download (0.032MB)
Added: 2006-04-05 License: The Apache License Price:
1298 downloads
JXHTMLEDIT 4.0.005
JXHTMLEDIT is a browser-based HTML/XHTML content authoring. more>>
JXHTMLEDIT is a browser-based HTML/XHTML content authoring. JXHTMLEDIT tool is based on the Java 2 Platform that allows WYSIWYG editing on multiple platforms (require the Sun JavaTM Plug-in 1.4 or higher installed on client).
JXHTMLEdit is a cross-platform WYSIWYG (What You See Is What You Get) HTML/XHTML content authoring tool, a very small Java Applet based on the Java 2 Platform. JXHTMLEdit provides word processor-like user interface that allows users to edit the XHTML document directly in the final form (as will be rendered). This empower non-technical users to become content contributors without any knowledge of HTML or XHTML.
Specifically designed and optimized to edit only the < body > portion of HTML/XHTML page, JXHTMLEdit outputs to your choice HTML or well-formed XHTML.
JXHTMLEDIT preloads the HTML/XHTML content during startup from a specified html form field (e.g.: < textarea >) where it also saves the generated code.
JXHTMLEdit has been designed to offer great flexibility and could be used to easily integrate WYSIWYG authoring functionality into existing websites, CMS, WMS or any other Web-based software. The Applet JAR archive is less than 150 KB and its cacheable, so it loads very quickly.
Main features:
- platform independent, works on most Operating Systems available today
- browser-based and cross-browser Java Applet, works fine with any Javascript-enabled internet browser that support Sun JavaTM Plug-in 1.4 or higher
- two different jar versions are available:
- signed (jxhtmledit.jar) : to support cut-and-paste to and from system clipboard;
- unsigned (jxhtmledit_u.jar) : support only local clipboard;
- applet jar is less than 150 KB, loads quickly
- WYSIWYG and source code editing (the source editor pane may be disabled)
- partial support for stylesheet CSS1
- support custom tags
- customizable charset encoding, support international character sets and html entities (require appropriate OS/browsers)
- output HTML or well-formed XHTML to your choice
- support XHTML indentation (to increase readability) or compact mode (to reduce code size)
- could be launched as a popup window or used as a textarea
- support copy, cut-n-paste, undo, redo, search and select-all
- buttons and combo boxes are configured using external XML file (java/config/buttons.xml)
- support custom buttons and custom selection boxes to add custom tags or execute predefined actions
- strings could be localized using external TMX file (java/config/tmx.xml)
- all x/HTML tags and relative attributes are defined using external XML files (java/config/tags.xml, attributes.xml, categories.xml, status.xml)
- support help tooltips (popup descriptions that appear when mouse pointer is over the button)
Enhancements:
- The license was changed to the GPL.
<<lessJXHTMLEdit is a cross-platform WYSIWYG (What You See Is What You Get) HTML/XHTML content authoring tool, a very small Java Applet based on the Java 2 Platform. JXHTMLEdit provides word processor-like user interface that allows users to edit the XHTML document directly in the final form (as will be rendered). This empower non-technical users to become content contributors without any knowledge of HTML or XHTML.
Specifically designed and optimized to edit only the < body > portion of HTML/XHTML page, JXHTMLEdit outputs to your choice HTML or well-formed XHTML.
JXHTMLEDIT preloads the HTML/XHTML content during startup from a specified html form field (e.g.: < textarea >) where it also saves the generated code.
JXHTMLEdit has been designed to offer great flexibility and could be used to easily integrate WYSIWYG authoring functionality into existing websites, CMS, WMS or any other Web-based software. The Applet JAR archive is less than 150 KB and its cacheable, so it loads very quickly.
Main features:
- platform independent, works on most Operating Systems available today
- browser-based and cross-browser Java Applet, works fine with any Javascript-enabled internet browser that support Sun JavaTM Plug-in 1.4 or higher
- two different jar versions are available:
- signed (jxhtmledit.jar) : to support cut-and-paste to and from system clipboard;
- unsigned (jxhtmledit_u.jar) : support only local clipboard;
- applet jar is less than 150 KB, loads quickly
- WYSIWYG and source code editing (the source editor pane may be disabled)
- partial support for stylesheet CSS1
- support custom tags
- customizable charset encoding, support international character sets and html entities (require appropriate OS/browsers)
- output HTML or well-formed XHTML to your choice
- support XHTML indentation (to increase readability) or compact mode (to reduce code size)
- could be launched as a popup window or used as a textarea
- support copy, cut-n-paste, undo, redo, search and select-all
- buttons and combo boxes are configured using external XML file (java/config/buttons.xml)
- support custom buttons and custom selection boxes to add custom tags or execute predefined actions
- strings could be localized using external TMX file (java/config/tmx.xml)
- all x/HTML tags and relative attributes are defined using external XML files (java/config/tags.xml, attributes.xml, categories.xml, status.xml)
- support help tooltips (popup descriptions that appear when mouse pointer is over the button)
Enhancements:
- The license was changed to the GPL.
Download (0.48MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1612 downloads
XhtmlValidator.php 0.2
XhtmlValidator can be used to validate XHTML documents. more>>
XhtmlValidator.php can be used to validate XHTML documents. It uses only the expat extension functions always available under since PHP 3 and it does not need other external XML processing extensions.
This validator is part of the Akelos Framework and is enabled by default when the framework is on development mode.
The class parses the documents and check whether the tags and attributes used by the documents are allowed within the XHTML standard.
If validation errors are found, highlighted error messages and offending document line numbers will be returned.
This is an experimental class, so you should double check your code with the w3c validator, as in only 1000 lines of code the XhtmlValidator lacks support for Encoding and Doctype validation.
Enhancements:
- Support for literal entities was added.
<<lessThis validator is part of the Akelos Framework and is enabled by default when the framework is on development mode.
The class parses the documents and check whether the tags and attributes used by the documents are allowed within the XHTML standard.
If validation errors are found, highlighted error messages and offending document line numbers will be returned.
This is an experimental class, so you should double check your code with the w3c validator, as in only 1000 lines of code the XhtmlValidator lacks support for Encoding and Doctype validation.
Enhancements:
- Support for literal entities was added.
Download (0.007MB)
Added: 2006-08-28 License: LGPL (GNU Lesser General Public License) Price:
1153 downloads
Html To Xhtml Convertor 0.7.7
Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. more>>
Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages.
It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more.
Installation:
To install, simply run the following command as root: make install
Alternatively, simply move the htx file to wherever you would like. The command above installs it to /usr/local/bin/
Usage:
Use the following command to get usage information after installing:
htx --help
or if the htx file is in the current directory, try:
./htx --help
Example use:
htx --dos --verbose index.html index2.html
That will take a file with DOS line breaks, index.html, convert it
to XHTML as best it can and save the result as index2.html
Version restrictions:
- oes not check for closing < /p >, < /li > or other block-level tags.
- Assumes there are no < or > which are not part of tags, use < and >
- Does not distingish between block and inline tags.
Enhancements:
- Added the --tty option to dump output to STDOUT rather than a file
- Added detection of old ICRA data
- Improved handling of single quoted attribute values
- Removed updating of Pico version
- Fixed a typo with the years in the Changelog file
- Did a couple of very minor internal changes
<<lessIt can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more.
Installation:
To install, simply run the following command as root: make install
Alternatively, simply move the htx file to wherever you would like. The command above installs it to /usr/local/bin/
Usage:
Use the following command to get usage information after installing:
htx --help
or if the htx file is in the current directory, try:
./htx --help
Example use:
htx --dos --verbose index.html index2.html
That will take a file with DOS line breaks, index.html, convert it
to XHTML as best it can and save the result as index2.html
Version restrictions:
- oes not check for closing < /p >, < /li > or other block-level tags.
- Assumes there are no < or > which are not part of tags, use < and >
- Does not distingish between block and inline tags.
Enhancements:
- Added the --tty option to dump output to STDOUT rather than a file
- Added detection of old ICRA data
- Improved handling of single quoted attribute values
- Removed updating of Pico version
- Fixed a typo with the years in the Changelog file
- Did a couple of very minor internal changes
Download (0.010MB)
Added: 2005-08-06 License: GPL (GNU General Public License) Price:
1543 downloads
XHTML Family Tree Generator 2.3.2
XHTML Family Tree Generator is a CGI Perl script that will create views of a family tree from a supplied data file. more>>
XHTML Family Tree Generator project is a CGI Perl script together with some Perl modules that will create views of a family tree from a supplied data file. The data file is a simple text or Excel file listing the family members, parents, and other details.
It is possible to show a tree of ancestors and descendants for any person, showing any number of generations. Other facilities are provided for showing email directories, birthday reminders, facehall, and more. It has a simple configuration, makes heavy use of CGI (and other CPAN modules), generates valid XHTML, and has support for Unicode and multiple languages.
Enhancements:
- Italian support was added.
<<lessIt is possible to show a tree of ancestors and descendants for any person, showing any number of generations. Other facilities are provided for showing email directories, birthday reminders, facehall, and more. It has a simple configuration, makes heavy use of CGI (and other CPAN modules), generates valid XHTML, and has support for Unicode and multiple languages.
Enhancements:
- Italian support was added.
Download (0.64MB)
Added: 2007-03-24 License: GPL (GNU General Public License) Price:
955 downloads
PerlPoint::Generator::XML::XHTML::Paged 0.07
PerlPoint::Generator::XML::XHTML::Paged is a Perl module that generates paged XHTML via XML. more>>
PerlPoint::Generator::XML::XHTML::Paged is a Perl module that generates paged XHTML via XML.
<<less Download (0.018MB)
Added: 2007-02-20 License: Perl Artistic License Price:
976 downloads
TkHTMLtidy 0.50
TkHTMLtidy is a Tcl/Tk front-end for the W3C tool more>>
TkHTMLtidy is a Tcl/Tk front-end for tidy, the W3C utility to clean up and pretty print HTML/XHTML/XML. It includes support for most of tidys options.
<<less Download (0.013MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
mod_proxy_html 2.5.1
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation. more>>
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. mod_proxy_html serves the same purpose as Apaches ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy.
For example, if a company has an application server at appserver.example.com that is only visible from within the companys internal network, and a public webserver www.example.com, they may wish to provide a gateway to the application server at http://www.example.com/appserver/.
When the application server links to itself, those links need to be rewritten to work through the gateway. mod_proxy_html serves to rewrite < a href="http://appserver.example.com/foo/bar.html" >foobar< /a > to < a href="http://www.example.com/appserver/foo/bar.html" >foobar< /a > making it accessible from outside.
Capabilities
The original capabilities of mod_proxy_html are:
- Parses HTML and XHTML markup, rewriting links according to rules defined by the server admin.
- Optionally converts HTML to XHTML or vice versa.
- Optionally makes some minor corrections to broken HTML.
Important changes from 1.x to 2.x include:
- Support for rewriting URLs in scripts, stylesheets and scripting events
- Support for regular expression match-and-replace
- Improved charset detection, including XML BOM, XML declaration, and HTML META where the information is not available in HTTP.
- Support for converting meta http-equiv HTML elements to real HTTP headers.
- The default FPI (doctype) generated has changed to none, on the grounds that its better to omit it than declare a bogus doctype. You should now configure it explicitly if your backend generates sane HTML or XHTML.
- A verbose logging option is provided to help with testing your configuration and diagnosing exactly what it is doing.
With these new features, mod_proxy_html might find applications outside a proxy context. But reverse-proxying remains its primary purpose, while mod_publisher offers a far wider range of capabilities for other applications.
<<lessFor example, if a company has an application server at appserver.example.com that is only visible from within the companys internal network, and a public webserver www.example.com, they may wish to provide a gateway to the application server at http://www.example.com/appserver/.
When the application server links to itself, those links need to be rewritten to work through the gateway. mod_proxy_html serves to rewrite < a href="http://appserver.example.com/foo/bar.html" >foobar< /a > to < a href="http://www.example.com/appserver/foo/bar.html" >foobar< /a > making it accessible from outside.
Capabilities
The original capabilities of mod_proxy_html are:
- Parses HTML and XHTML markup, rewriting links according to rules defined by the server admin.
- Optionally converts HTML to XHTML or vice versa.
- Optionally makes some minor corrections to broken HTML.
Important changes from 1.x to 2.x include:
- Support for rewriting URLs in scripts, stylesheets and scripting events
- Support for regular expression match-and-replace
- Improved charset detection, including XML BOM, XML declaration, and HTML META where the information is not available in HTTP.
- Support for converting meta http-equiv HTML elements to real HTTP headers.
- The default FPI (doctype) generated has changed to none, on the grounds that its better to omit it than declare a bogus doctype. You should now configure it explicitly if your backend generates sane HTML or XHTML.
- A verbose logging option is provided to help with testing your configuration and diagnosing exactly what it is doing.
With these new features, mod_proxy_html might find applications outside a proxy context. But reverse-proxying remains its primary purpose, while mod_publisher offers a far wider range of capabilities for other applications.
Download (0.035MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
739 downloads
HTML::Chunks 1.53
HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. more>>
HTML::Chunks is a simple nested template engine for HTML, XML and XHTML.
This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to other text-based situations where templates are helpful, such as generating email messages, XML data files, etc.
SYNOPSIS
my $engine = new HTML::Chunks(@chunkFiles);
$engine->readChunkFile(morechunks.html);
$engine->addChunk($smallChunk, $hugeChunk);
$engine->addNamedChunk(myChunk, $chunk);
$engine->output(myChunk, {
firstName => Homer,
lastName => Simpson,
meals => &outputMeals
}, @extraData);
my @names = $engine->getChunkNames();
my $chunk = $engine->getChunk(myChunk);
my $oldValue = $engine->setCrush(0);
<<lessThis class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to other text-based situations where templates are helpful, such as generating email messages, XML data files, etc.
SYNOPSIS
my $engine = new HTML::Chunks(@chunkFiles);
$engine->readChunkFile(morechunks.html);
$engine->addChunk($smallChunk, $hugeChunk);
$engine->addNamedChunk(myChunk, $chunk);
$engine->output(myChunk, {
firstName => Homer,
lastName => Simpson,
meals => &outputMeals
}, @extraData);
my @names = $engine->getChunkNames();
my $chunk = $engine->getChunk(myChunk);
my $oldValue = $engine->setCrush(0);
Download (0.010MB)
Added: 2006-09-08 License: Perl Artistic License Price:
1141 downloads
Rextile 1.5.1
Rextile project allows you to build XHTML documents and entire Web sites with ease. more>>
Rextile project allows you to build XHTML documents and entire Web sites with ease.
You write text using Textile (a format much more concise than XHTML), automate document parts with Ruby scripting, and generate the site offline (the server gets static XHTML).
Rextile was inspired by Xilize. It uses RedCloth to convert Textile to XHTML, erb to run script blocks, and Hpricot for DOM manipulation.
Enhancements:
- Support for dt tags was added.
- Support for Debian-based Ruby (without gems) was improved.
- Minor fixes required by newer versions of RedCloth were made.
<<lessYou write text using Textile (a format much more concise than XHTML), automate document parts with Ruby scripting, and generate the site offline (the server gets static XHTML).
Rextile was inspired by Xilize. It uses RedCloth to convert Textile to XHTML, erb to run script blocks, and Hpricot for DOM manipulation.
Enhancements:
- Support for dt tags was added.
- Support for Debian-based Ruby (without gems) was improved.
- Minor fixes required by newer versions of RedCloth were made.
Download (0.042MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
863 downloads
XiSQL 0.3
XiSQL is a XInclude and Oracle XSQL-like processor implemented as CGI program. more>>
XiSQL is a XInclude and Oracle XSQL-like processor implemented as CGI program. It makes it possible to insert data from a database into XHTML without the need to develop any scripts.
Enhancements:
- The error messages have been made more informative.
- Compatibility with old versions of GCC and GNU Make was improved.
- The requirements regarding the version of MySQL have been lowered.
- XiSQL now works with MySQL version 3.23 and later, but without support for multi-statements.
- Compatibility with various POSIX-compatible OSes was improved.
- Some bugs with encodings have been fixed.
- Major bugfixes were made.
<<lessEnhancements:
- The error messages have been made more informative.
- Compatibility with old versions of GCC and GNU Make was improved.
- The requirements regarding the version of MySQL have been lowered.
- XiSQL now works with MySQL version 3.23 and later, but without support for multi-statements.
- Compatibility with various POSIX-compatible OSes was improved.
- Some bugs with encodings have been fixed.
- Major bugfixes were made.
Download (0.017MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1529 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xhtml search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed