1193 projects tagged "Markup"
Dwoo is a template engine for PHP5 where you write less and do more. It is mostly compatible with Smarty templates, but it's a full rewrite that builds upon Smarty's syntax to offer more flexibility, both in templates and in PHP extensibility. It also comes with a few adapters for the major PHP development frameworks.
oo.WebsiteTools is a set of basic tools which are needed on almost every Web site. Using these tools speeds up your Web development radically. It consists of three different parts: oo.Admin, oo.Sql, and oo.Ajax. oo.Admin is used to administer the site and allow users to manage their accounts. oo.Sql lets you change database backends without changing your SQL code. oo.Ajax is an AJAX library that can load and update div elements, send forms without reloading the page, and more.
SitemapGen4j is a Java library to generate XML sitemaps. It supports gzipped output, sitemap validation, and sitemap index generation. It can also generate Google-specific sitemaps, such as Mobile sitemaps, Geo sitemaps, Code Search sitemaps, Google News sitemaps, and Video sitemaps.
XSLT syntax highlighting is an implementation of syntax highlighting as an extension module for Java based XSLT processors (such as Xalan or Saxon). For example, if you have an article about programming written in DocBook, code examples can be automatically syntax highlighted during the XSLT processing phase.
CollabNet Connector Framework is an Openadaptor-based SDK that allows rapid integrations and migrations dealing with the artifact data shared between different tools in the ALM cycle in combination with the collaborative platforms from CollabNet. It features bidirectional, out-of-the-box tracker integration between HP Quality Center, CollabNet SourceForge Enterprise, CollabNet Enterprise Edition, database tables, and CSV files.
Sputnik is a content management system (CMS) designed for extensibility. It works as a wiki out of the box, but can be extended into other things. It offers editable nodes, history and diff, user accounts with optional email validation, a flexible permission system, RSS feeds, and more. Sputnik supports access control and has editable templates. It can be used to maintain a personal Web site that doesn't look like a wiki and that only you can edit. Sputnik is easy to install on shared hosting without root accounts.
seltz_analyzer is a PHP class that tries to find the most important words inside a well-formed XHTML trunk. Every word takes a score based on the role in the XHTML structure. For example, a word between strong tags will take 5 points. In addition, it will look at some simple syntax rules. For example a word with the first character uppercase will take 4 points. The score is cumulative, so the more a word is used, the more meaning it will have.
Ezphpconfig generates a set of PHP configuration classes from a supplied XML file. You can then access your configuration values very quickly without having to parse the XML file on every request. The element (tag) names become property names and the text contained in the elements becomes the property's value. It also supports nested elements. If the generated PHP file is older than the XML file, it is re-generated using the data in the newer XML file. This class also supports array types using the element inside an element whose type attribute is set to "array".