837 projects tagged "OS Independent"
Template Data Interface (TDI, /ʹtedɪ/) is a markup templating system written in Python with (optional but recommended) speedup code written in C. Unlike most templating systems, TDI does not invent its own language to provide functionality. Instead, you simply mark the nodes you want to manipulate within the template document. The template is parsed, and the marked nodes are presented to your Python code, where they can be modified in any way you want.
libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is a superset of, and supersedes, liblinebreak. It is designed to be used in a generic text renderer. FBReader is one real-world example.
ogEditor is a Web-based WYSIWYG HTML editor with a built-in file manager. It features a Tag Selector which lets you view and edit a tag's attributes and internal styles while working in the Design view of an HTML page. Tag Selector displays the entire chain of tags which apply to the current selection or to the cursor position. When any of the tags is selected, its corresponding element will be highlighted in the Design view, and the selected element's attributes and internal styles are also displayed and can be edited in the Property editor window.
pyexpander is a macro processor based on Python. Instead of simple text replacement, it offers evaluation of arbitrary Python expressions and execution of Python code. It features simple syntax definition: all expander commands start with a dollar sign ("$") followed by word characters, parameters, Python code enclosed in brackets, or a combination of these. The full power of the Python programming language can be used, including all operators, functions and modules. Any Python expression can be used to insert text. It also provides a Python library that you can use to develop other macro tools based on pyexpander.
xsltester is an applet for testing XSL files. It can execute and judge test routines written in XSL templates without another applied XML file. Therefore developers have to create only one testing XSL file for a test. It contains another applet, xslviewer, which can displays an API document for an XSL file. It displays lists of templates (elements), named templates (functions and subroutines), and parameters, and optionally displays test results for each.
Serene is a validation engine that implements the JAXP 1.3 Validation Framework API for RELAX NG based on an algorithm centered on providing good messages and having a clear handling of ambiguity and conflicts. It has an implementation of the JAXP Validation Framework API for ISO Schematron and support for Schematron markup embedded in RELAX NG schemas.
xslhtml is an XSL library to display (X)HTML in XSL applets. This library contains the function not only to display HTML elements simply but also to append attribute values in form of elements. It also contains custom tags to display HTML elements easily and conveniently. xslhtml is a subproject in the xslet.sourceforge.net project.
xslbook is an XSLT applet to display a book-style document in a Web browser that supports XSLT. xslbook transforms XML files created by users into HTML documents with an XSLT engine built in Web browsers. It can display HTML documents in Web browsers directly without other transformation tools. It has an automatic numbering function for chapters or block elements, an automatic generation function for table of contents and navigation links, a data operating function for other XML files, keyword search, and so on. It is a sub-project of xslet.
Software which turns your BeagleBoard-xM or BeagleBone Black hardware into a Super Nintendo Entertainment System.