SW Name |
Home page |
Downloaded |
Xalan-J |
http://xml.apache.org/[..]-j/index.html |
23434x |
Summary: Java XSLT processor
Xalan is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations
for XSL Transformations (XSLT) and the XML Path Language (XPath). It can
be used from the command line, in an applet or a servlet, or as a module
in other program.
|
|
Devhelp |
http://www.imendio.com/[..]ects/devhelp/ |
17654x |
Devhelp is an API documentation browser for GNOME 2. It works natively with gtk-doc (the API reference framework developed for GTK+ and used throughout GNOME for documentating API:s).
|
|
Checkstyle |
http://checkstyle.sourceforge.net/ |
17488x |
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.
Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. As well, other sample configuration files are supplied for other well known conventions.
A good example of a report that can be produced using Checkstyle and Maven can be seen here.
|
|
Offline HTMLHelp.com Validator |
http://www.htmlhelp.com/[..]ator/offline/ |
14171x |
The Offline HTMLHelp.com Validator is an offline version of the WDG HTML Validator. It checks the syntax of HTML and XHTML documents using an SGML/XML parser.
|
|
autoproject |
http://www.gnu.org/[..]oproject.html |
12760x |
The idea is that you execute autoproject just once when you start a new project. It will ask a few questions, then create a new directory and populate it with standard files, customized for the new project.
|
|
CSSED |
http://cssed.sourceforge.net/ |
12552x |
CSSED is a small developer editor and validator, that tries to ease the CSS editing. It's an Open Source project, it means that you can download the program but also it's source.
It features syntax highligting, syntax validation, MDI notebook based interface, quick CSS properties and values insertion, autocompletion and dialog based CSS complex values insertion.
|
|
Saxon |
http://saxon.sourceforge.net/ |
12242x |
The SAXON package is a collection of tools for processing XML documents.
The main components are:
- An XSLT processor, which implements the Version 1.0 XSLT and XPath
Recommendations from the World Wide Web Consortium, found at
http://www.w3.org/TR/1999/REC-xslt-19991116 and
http://www.w3.org/TR/1999/REC-xpath-19991116 with a number of powerful
extensions. This version of Saxon also includes many of the new features
defined in the XSLT 1.1 working draft, but for conformance and portability
reasons these are not available if the stylesheet header specifies
version="1.0".
- A Java library, which supports a similar processing model to XSL, but allows
full programming capability, which you need if you want to perform complex
processing of the data or to access external services such as a relational
database.
So you can use SAXON with any SAX-compliant XML parser by writing XSLT
stylesheets, by writing Java applications, or by any combination of the two.
|
|
Syck |
http://www.whytheluckystiff.net/syck/ |
11886x |
Syck is an extension for reading and writing YAML swiftly in popular scripting languages. As Syck loads the YAML, it stores the data directly in your language's symbol table.
|
|
Bazaar Revision Control System |
http://bazaar.canonical.com/ |
10305x |
The Bazaar Revision Control System is a changeset-oriented revision control system based on Arch that makes it possible to retain previous changes to projects and coordinate development with other developers.
|
|
Achims Guestbook |
http://www.lkcc.org:8500/index.php |
8675x |
Achims Guestbook is a powerful multilanguage PHP guestbook. It does not need a database, but can handle big datafiles with an indexed database. You can configure the layout, and some other options to adapt it to your needs. An admin module is included to remove or change special entries, to configure the whole script, and do other important things.
|
|
msnlib |
http://auriga.wearlab.de/~alb/msnlib/ |
8302x |
msnlib is an MSN Messenger protocol library and text mode client written in Python.
|
|
Apache Ant |
http://ant.apache.org/ |
7572x |
This tool you must have if you are Java programmer, but it is very useful if you need compile some java programs which written somewho else.
|
|
Tyrex |
http://tyrex.sourceforge.net/ |
6939x |
an Open Source implementation of the Java Transaction Service
Tyrex is the missing piece in the J2EE puzzle, a J2EE service provider for both Servlet and EJB container, JMS providers and generic connectors. It provides services for security and authentication, local and distributed transactions, resource configuration and pooling, and TP monitoring.
|
|
Dialog |
http://hightek.org/dialog/ |
6936x |
Dialog lets you to present a variety of questions or display messages using dialog boxes from a shell script (or any scripting language). These types of dialog boxes are implemented: yes/no box, menu box, input box, message box, text box, info box, guage box, checklist box, fileselection box, and radiolist box.
|
|
jtidy |
http://sourceforge.net/[..]ojects/jtidy/ |
6797x |
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty
printer. Like its non-Java cousin, JTidy can be used as a tool for
cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM
parser for real-world HTML.
|
|