12 projects tagged "Apache License 2.0"
email2trac is a utility that converts email messages to Trac tickets. It features HTML message conversion, attachments, updating of tickets via email, command line options, a configuration file, Unicode support, spam detection, workflow support, and support for FullBlogPlugin and DiscussionPlugin.
RoboZombie allows easy integration with remote services by allowing you to replicate an endpoint contract and generate a proxy to access it. Contracts can be very flexible in terms of the resources they access. These could be vary from static HTML content or an RRS feed, to a RESTful web service endpoint. Each endpoint contract is specified on a single interface using annotations to provide the communication metadata. It is then wired into your code via an annotation, where it is created, cached, and injected at runtime.
epers stands for "Erlang persistence". As the name suggests, it tries to make it easy to use databases in Erlang programs, to make the language a little more agile, and (humbly) offer a nice adapter for several databases, hiding their implementation details (and the API of the library/framework/driver used to communicate with them). To achieve this, it aims to offer a somewhat consistent API to define and work with your model, while at the same not coupling your code too tightly to it.
The System Status Dashboard (SSD) is a status dashboard designed to provide an easy to understand view into an organization's infrastructure health status. It is modeled after status dashboard services like Google's App Status and Amazon's Service Health Dashboard and displays a matrix of services, dates, and their corresponding status in an easy to read calendar view. Services can be Web sites, APIs, internal IT systems, or anything else about which your users or customers require timely status information. It allows system administrators to easily create and track incidents and provides an excellent historical reference for SLA performance calculations.
IRC-API is a stateful, asynchronous IRC API written in Java. It offers an (a)synchronous programming model to its user, and has the ability to save the IRC server state per IRC connection. It supports SSL. The API has been tested on various IRC networks, including EFnet, DALnet, and Undernet. It offers a useful, detailed interface to the Server it connects to.