162 projects tagged "OS Independent"
ASAPlate separates PHP source code from templates. The library is based on FastTemplate, but the project has a different philosophy. It is easy to learn and use. There's no need to especify in the source code which templates will be found in the template files. Template files can be edited with any WYSIWYG editor, can be dynamic, and are recursively parsed.
ASCIIweb is a text-to-HTML formatting system that uses the 'pre' tag to create ASCII art Web pages, either on the fly or for static retrieval. It has a simple and flexible module system that also allows you to integrate shell scripts and practically any text output into your Web pages. It will also parse and include live Apache-style directory listings into your pages, giving you a creative and sharp looking way to make files available to your users. It looks just as good in Lynx as it does in Firefox.
Absolut Engine is a PHP/MySQL framework built on the basis of a former news publishing system. It features 3 layer access, article posting, editing, and deleting. Included are a basic image and file manager as well as a related articles manager. Rich text editing is provided via a built-in WYSIWYG editor that produces XHTML 1.0 Strict compliant code. It is easy to extend via the module functionality. It is fully configurable and easy-to-use. Modules include discussions, surveys, RSS feed export and import, search engine optimization, a messaging system, weather reports, and Google Maps.
AlberT-EasySite is a PHP-based site generation system that pays particular attention to graphics and to the complete separation of PHP and HTML code. It is a plugin based system. Template "objects" are handled by a plugin, making it very easy to add your own custom objects. Multiple themes and users support are included, as are the predefined HTML objects include, repeat, title, table, subDomain, counter, etc. It embeds AlberT-cache to speed up performance.
AltioLive Studio provides a development environment to rapidly build front ends to complex Web based applications, with rich client interactivity beyond the capabilities of the best AJAX front ends. Included are a Visual GUI builder, a backend integration tool, and other development tools, which allow developers to build the interface for their applications quickly, remotely, and without touching an XML or Java editor, so that they can get on with developing the business logic on the backend.
Annotate provides an annotation facility for DocBook documents. It enables visitors to an online version of a DocBook document to add comments to any paragraph or chapter of the document. It extends the DocBook XSL stylesheets, leading to modified HTML output which contains anchors at those places where annotations can be made. Comments and notes are stored in a DBMS. A CGI program then merges the HTML document and the comments to produce the output for the visitor.
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. When Velocity is used for Web development, Web designers can work in parallel with Java programmers to develop Web sites according to the Model-View-Controller (MVC) model, meaning that Web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the Web pages, making the web site more maintainable over the long run and providing a viable alternative to Java Server Pages (JSPs) or PHP. Velocity also provides template services for the Turbine Web application framework, making a template service that allows Web applications to be developed according to a true MVC model.
Aquarium is a text filtering package written in PHP. It filters nearly all four-letter words, profanities, curses, and pornographic language from any text, while filtering nearly no benign words. Aquarium can keep your blog, forum, guestbook, or other dynamic Web application clean and suitable for all ages.
Archetypes is a framework for developing new content types in Plone. The power of Archetypes is first in automatically generating forms, second in providing a library of stock field types, form widgets, and field validators, third in easily integrating custom fields, widgets, and validators, and fourth in automating transformations of rich content.
C++ template classes implementing a B+ tree key/data container in main memory.