9 July 2009
WebGUI is a content management framework built to allow average business users to build and maintain complex Web sites. It is modular, pluggable, and platform independent. It was designed to allow the people who create the content to manage it online, rather than content management taking up the time of busy IT staff. WebGUI comes with a full host of features including shopping cart, subscriptions, forums, photo galleries, FAQs, link lists, blogs, SQL reports, a Web services interface, and a very configurable user privilege and profiling system.
Release Notes: This release has protection against cross-site request forgeries. There were many fixes related to the Thingy, rendering the add/edit field dialog, changing the thank you screen that is displayed when a ThingRecord is purchased, and fixing a bug with showing which fields are selected. Snippets are now allowed to be empty without triggering the Not Found page. When the Collaboration System creates a synopsis of a post, it will no longer cut off international characters. The missing icon for the new Map asset was added.
gtklick is a simple metronome with a GTK interface and native JACK support. It offers four different sounds, arbitrary meters and beat patterns, and a speed trainer. It's possible to save profiles and restore them later.
Release Notes: This release adds a Russian translation. The program icon was slightly changed to make it more visible on a dark background.
klick is an advanced JACK-based metronome, supporting tempo changes, meter changes, and more. It allows you to define complex tempo maps for entire songs or performances.
Release Notes: This version adds an option to export a click track directly to an audio file, instead of playing it through JACK.
Visualization Library is C++ middleware for high-performance 2D and 3D graphics applications based on the industry standard OpenGL 1.x-4.x, designed to develop portable applications for the Windows, Linux and Mac OS X operating systems. It supports advanced features like OpenGL Shading Language, Volume Rendering, Isosurface extraction, Frame Buffer Objects, Multiple Render Targets, Vertex and Pixel Buffer Objects, KdTree/AABB frustum culling, a multilingual Unicode-based text engine, advanced texturing, DDS cubemaps, mipmaps, compressed textures, and much more. Visualization Library can be especially useful in 3D/2D scientific visualization, virtual reality, augmented reality, visual simulation, data visualization, presentations, multimedia applications, special effects, and 3D/2D games.
Release Notes: This release adds many new features and relative tutorials like edge enhancement, molecule visualization, a portal/sector scene manager, occlusion culling, bicubic Bezier surfaces, polygon tessellation, extrusions, linear and Catmull-rom interpolators, and much more.
HCM is a server version of the widely used HL7 Comm integration tool. It is an simple integration engine designed for the health care industry. It supports everything HL7 Comm does, and adds the ability to manage and monitor multiple interfaces through an easy Web interface.
Release Notes: This is primarily a library update and GUI improvement version. There is no new functionality, and your previous configurations should work unmodified.
gitg targets cases where it is useful to provide a graphical representation of Git data or actions. The history view is a good example, where graphical representation helps to get an overview of the repository. gitg does not aim to be an advanced tool that allows access to every feature of Git through a graphical interface. However, it will try to incorporate common actions that might require multiple actions on the command line (like staging, unstaging, reverting, and committing).
Release Notes: This version allows you to manage branches, both local and remote, and do many things on them: create, checkout, push, merge, rebase, etc. It is also possible to manage stashes and tags. Finally, it is also possible to set identity (name and email) locally and/or globally.
isymchoose can automatically determine which symbols (functions, types, enumerators, etc.) are available in a given C language source file and present you with a list of completion possibilities, including return types and argument lists. With a little help, it can also display documentation for symbols. At its simplest, it functions as a keystroke-economical, context-sensitive symbol completer. However, additional features exist that aim to let the programmer remember in general, fuzzy terms what their libraries can do and quickly find and insert what is needed, rather than having to remember or awkwardly look up exactly what everything is called, what arguments are required, etc.
Release Notes: This release fixes a bug that caused some symbols to be incorrectly removed from the symbol list.
ConcourseConnect is a social networking platform. You can build social networking sites including corporate intranets, business community add-on sites, enthusiast sites, business or product directory sites (like a chamber of commerce or yellow pages), or even stand-alone Web sites. Features include a full range of Web 2.0 tools: ratings, reviews, wiki, blog, comments, discussion forums, an ideas engine, and more. Users begin by creating a rich profile and joining groups. It is perfect for internal collaboration or as a customer feedback forum. The portal framework allows developers to plug in custom portlets and themes.
Release Notes: This release fixes an issue in which Google Maps were not being displayed on a listing's profile page.
TikiWiki is a Groupware/Content Management System solution with a long list of features to help you build a compelling Web-based community: wikis, forums, blogs, articles, an image gallery, a map server, a link directory, translation, internationalization, and much more. Running a JumpBox allows you to be up and running with this software in minutes on any operating system. It carries other benefits such as portability across computing environments, a Web-based admin console to simplify administration, and a built-in automated backup system to protect your work.
Release Notes: This release has been updated to TikiWiki version 3.0. This is a major new release. Restoring from 0.9 and newer JumpBox backups should work, but when restoring from older versions there is a special upgrade process that is documented online.
Drupal is a powerful Web content management system that allows an individual or community of users to easily publish and maintain a Web site. Drupal has a large community supporting it that has created many modules for common tasks that you would want to perform on a Web site. Running a JumpBox allows you to be up and running with this software in minutes on any operating system. It carries other benefits such as portability across computing environments, a Web-based admin console to simplify administration, and a built-in automated backup system to protect your work.
Release Notes: Drupal has been upgaded to 5.19. Restoring from 1.0RC1 and newer JumpBox backups should work. This release fixes a security vulnerability and includes some minor bugfixes.
DeSmuME is a Nintendo DS emulator that aims to be portable. It can run commercial games or homebrew demos.
Release Notes: This release introduces many bug corrections, improvements, and new features, including new save autodetection, a new save file format, and full rerecording support.
NOCC is a simple and fast Web-based e-mail reader which can handle POP3, SMTP, and IMAP servers. It is written with PHP5, and uses sessions, has low requirements (no database, frames), and is easy to install. It also features multi-language support, MIME attachment decoding/encoding, and the ability to display HTML messages.
Release Notes: This release fixes an ugly bug from NOCC 1.8, which could not correctly decode some messages in the mail view.
The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations of some lock-free shared data structures are provided.
Release Notes: This release adds minor bugfixes in the example test_ada_parser.adb and in Parsers.Generic_Source.Get_Cpp_Blank.
The goal of dzo is to treat application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo uses a text file that contains native create statements for all database objects and compares them against the actual database-schema. As a result, dzo creates the SQL statements needed to update the database schema (or you can let dzo execute the SQL statements directly). If your application lives in a Tomcat or Java EE application server, dzo has a servlet that controls the deployment process, inspects and executes the necessary database changes, and finally deploys the application. Dzo currently works with HSQLDB, MySQL, Oracle, PostgreSQL, and SQL Server (more to come).
Release Notes: This release implements Oracle RLS (Row Level Security), adds refactoring, removes the DbItem.formatNormalized() method, removes printing in the Swing application, and fixes minor bugs.
OTRS is a platform independent Web-based help desk system that supports service organization of any kind (e.g. IT service, customer and technical product service, complaint management, public services, etc.) to increase their efficiency. It increases transparency as well as service quality and lowers your total cost of ownership. It has been certified ITIL V3 compatible by PinkVERIFY for incident, problem, change, service asset and configuration, request fulfillment, and knowledge management. Other ITIL processes like service catalog and service level management are supported as well.
Release Notes: Some minor bugs have been fixed. The translation files have been updated for Polish, French, Persian, and Italian. Furthermore, the single English translation has been split into US, UK, and Canadian English.
Fanurio is a time tracking and billing application designed to help freelancers manage their work and be paid for it. You can organize your work per client using projects, mark invoices as paid and track the overdue ones, mark your work as billable (flat rate, hourly rate) or non-billable, create partial invoices at any time during the project, create invoices for single or multiple projects, customize invoice templates using your own layouts, import clients from other applications by means of a CSV file, export data to a CSV or Excel file, and create backup copies of your data.
Release Notes: Support for languages other than English. Initial translations are available for German, Romanian, and Spanish. Printing support. Email support. A menu bar icon on Mac OS X. Idle time detection on Linux. Import time from other applications. Many other improvements and fixes.
OBM is a groupware, email, LDAP, Windows PDC, CRM, and project management application. It is mainly used as an Exchange or Notes/Domino groupware and mail server replacement, as an LDAP directory, as a Windows PDC, as a contact and customer database, as a project management tool, or as any combination of these functions. It provides groupware (calendars, contacts, and tasks) connectors for Outlook, Thunderbird/Lightning, and PDAs. It supports internationalization and themes. It is highly scalable, and is used by sites from five to many thousands of users.
Release Notes: Many fixes were made in Calendar PDF printing, in mailbox and mailshare ACL, in the Host module, and for better IE 6 compliance.
HOP is a software development kit designed for the Web 2.0. It works hand in hand with Web browsers in order to enhance the capabilities of the browsers. It is designed for programming interactive Web applications such as Web agendas, Web galleries, and music players. It is compatible with the major modern Web browsers (e.g., Firefox, Safari, Chrome, Opera, and IE 8). HOP features a versatile Web server, an optimizing native code compiler for server code, an on-the-fly JavaScript compiler for client code, an extensive set of widgets for programming fancy and portable Web GUIs, native multimedia support for enabling ubiquitous Web multimedia applications, fast WebDAV level 1 support, and an extensive set of libraries.
Release Notes: This a minor bugfix release.
Roxen WebServer is a complete Web server. It is platform-independent, modular, and features a version with strong 128/168-bit encryption. Add-on products for information retrieval, visitor behavior analysis, and powerful tools for application development offering connectivity to databases are available. Altogether the Roxen Platform is a secure Web-based workgroup solution for time and cost-efficient content and Web site management.
Release Notes: This release fixes memory garbage caused by calling the internal scheduling function (roxen.background_run()). It correctly supports FTP clients that close the command channel before the data transfer is complete. It fixes an IPv6-related problem where queries for the current configuration's IP address could return [::] (ANY) instead of [::1] (localhost). Pike has been updated to 7.8.332and MySQL to 5.0.83.
Pod Caster is an application that can capture Internet radio stations and store them locally. It can then add them to a podcast for downloading onto portal devices. The encoded podcast/media files can have cover art/meta data added to them.
Release Notes: Captures Internet radio to audio files. Creates MP3, WAV, and MP4 files. Encodes metadata and cover art into the media files. Creates podcasts from captured radio stations. Supports RealAudio and Microsoft ASF format.
beaTunes is an iTunes companion app capable of automatically analyzing your music collection to help you build better playlists. It analyzes BPM (beats per minute), silence at the beginning or end of a song, and the color (based on frequency spectrum) of a given song. Some of the data is stored through iTunes, and some is stored by beaTunes itself. beaTunes can suggest albums that would complement your music collection, display music charts, and help you find and fix errors in your song meta data, like typos and wrong genres. It also allows you to blog about selected songs or playlists.
Release Notes: This release fixes an issue with incorrectly embedded flat keys. It has faster startup on multi-core systems. The disabled 'clear queue' menu item has been fixed.
EditRocket is a text and source code editor with support for over 20 programming languages. It provides features and tools to help developers edit, create, navigate, and debug source code and search and manipulate text.
Release Notes: This version adds bookmarking enhancements and syntax highlighting enhancements for PHP and JSP.
Padre is an IDE for Perl developers. It provides syntax highlighting for many languages, but for Perl it also provides refactoring tools.
Release Notes: Some of the refactoring code was moved to PPIx-EditorTools. Detection of more Moose stuff is done in the Outline view. A warning is now given for an old Test::More. Open Selection (ctrl-shift-O) now displays all the files it finds and lets the user select. A crash when pressing F3/F4 while there are no open files was eliminated. ASCII files are automatically upgraded to be UTF-8 when saved if the user types in wide characters. The user is now allowed to use an external xterm to run the scripts. A number of lines were added to GoTo line dialog.
SummaryOfUsenetLinks extracts all of the links on a given Usenet group by thread. It posts that summary back to the group, archives the summary on your Web site, and even creates a newsfeed. It has a filtering facility to drop spam.
Release Notes: This is the initial release.
Cego-DBD implements a Perl DBD driver for the Cego database system.
Release Notes: Exception handling was improved.