65 projects tagged "MIT/X"
Aranha is a piece of software written to allow Web applications to be written more cleanly and more easily. It is a Local FastCGI Responder, although work is in progress to allow it to work as a FastCGI Authoriser and a FastCGI Filter. It is based on the programming language Lua, and contains many extensions to enable easy Web site development and maintenance.
CDuce is a programming language adapted to writing safe and efficient applications that manipulate XML documents. A type system checks at compile time that applications deal with all the possible inputs and produce only valid outputs. Pattern matching is a powerful operation based on regular expressions to inspect documents. CDuce also features general-purpose features; it is a higher-order functional language, with a type-safe interface with Objective Caml.
CHIP (Code Highlighting in PHP) is a simple source code highlighter designed to be used either on Web servers or from the command line. It takes C, C++, Java, Lisp, Python, PHP, HTML, or JavaScript code, and outputs an XHTML document that lists the code with appropriate highlighting. CHIP supports multiple styles of highlighting in one source file. It also features links to the unhighlighted code and obfuscation of email addresses and URLs.
DOMC is a lightweight implementation of the Document Object Model (DOM) in ANSI C as specified in the W3C DOM Core Level 1 recommendation. When coupled with the Expat XML Parser Toolkit, DOMC can load, store, build, and directly manipulate XML documents represented as a tree in memory.
DocBook is an XML vocabulary which enables you to create document content in a presentation-neutral form that captures the logical structure of the content. Using the DocBook Project XSL stylesheets, you can publish DocBook content as HTML pages and PDF files and other formats, including man pages, HTML Help, and JavaHelp.