Software @ Germane-Software

Y ou've reached the top-level projects page for Germane-Software. From here you, you can access repositories, documentation, and issue trackers for various projects.

Admin page
REXML
REXML is an XML processor for the language Ruby. REXML is conformant (passes 100% of the Oasis non-validating tests), and includes full XPath support. It is reasonably fast, and is implemented in pure Ruby. Best of all, it has a clean, intuitive API.
Gozirra
Gozirra is a lightweight implementation of the Stomp specification[1]. As of the first release it includes both client and server implementations for Java.
SVG::Graph
SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. SVG::Graph has a very similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same.
duodecimal
A collection of libraries and tools for DuoDecimal manipulation. Calculators and libraries, in Ruby and Haskell.
DAAP
This project contains an extension to the Ruby DAAP library that enables access to mt-daap (Firefly) features. It also includes a Ruby+Korundum playlist application, for creating static playlists on the server.
designflow
Designflow provides maintainable linkages between a systems requirements document and other child documents, such as an acceptance criteria document and a functional specification. Templates for child documents can be generated from the master document, and documents can be updated and re-synchronized with each other as development progresses. History can be maintained. Designflow provides a tool for maintaining traceability, coverage, and agility.
sitrep
A status reporting tool backed by a sqlite DB. Essentially, a glorified to-do list, tracking impact, effort, project, and description for each task. Tasks are prioritized based on their impact and effort; low impact, high effort tasks are ranked lowest, while high impact, low effort tasks are ranked highest. Dependencies between tasks are supported. The main application is written in Haskell and currently contains a robust command-line interface, and a rudimentary CGI interface. A GUI and a REST interface is in development.