> Pyblosxom is a weblog engine that uses standard text files located
> on your filesystem as a database of weblog entries. The concept is
> simple, managing content is as easy as editing a text file with your
> favourite text editor. It also supports publishing a blog as a set of
> static HTML and RSS files, without the need for online executables
> (CGIs, etc).
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit. It consists of a control frontend driving up to nine backends
in a sequential pass-oriented filtering scheme. Each backend provides
one particular core language. For maximum power WML additionally ships
with a well-suited set of include files which provide higher-level
features built on top of the backend core languages. While not trivial
and idiot proof WML provides most of the core features real hackers
always wanted for HTML generation.
Lots of testing and feedback from steven@. Thanks!
This module automatically inserts data from a previous HTML form into the
HTML input and select tags. It is a subclass of HTML::Parser and uses it
to parse the HTML and insert the values into the form tags.
* Fixed reStructuredText breach of privacy and denial of service
vulnerability found by Felix Wiemann.
from maintainer Ben Lovett <ben at tilderoot.com>
Mozilla Localization Project, abbreviated as MLP, tries to help and ease
the availability of mozilla.org products toward different world cultures
and languages through the support of the open source community.
submitted by Antoine Jacoutot <ajacoutot at lphp.org>
ok sturm@
The HTML::Clean module encapsulates a number of common techniques for
minimizing the size of HTML files. You can typically save between 10%
and 50% of the size of a HTML file using these methods. It provides the
following features:
- Remove unneeded whitespace (begining of line, etc)
- Remove unneeded META elements.
- Remove HTML comments (except for styles, javascript and SSI)
- Replace tags with equivilant shorter tags (<strong> --> <b>)
- etc.
The entire proces is configurable, so you can pick and choose what you want
to clean.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
from msf
Simple support for publishing Web Service APIs for Rails applications.
Supports SOAP and XML-RPC, as well as generating WSDL for SOAP bindings.
from msf