20 projects tagged "English"
METAMOD is a portal solution providing Discovery, Access and Retrieve functionality for scientific datasets along with tools for DAR metadata like automatic extraction, manual editing, and conversion between different formats. Metadata can be converted to different formats and exposed using different search interfaces, i.e. ISO23950 and OAI-PM. It has been designed to be easily integratable with OpENDAP or FTP data servers, and allows data to be uploaded through FTP and HTTP interfaces. A WMS client is built in for visualizing the data.
HylaArchive is a real time or cron-based archiving script for HylaFAX. The real time part integrates into the fax receiving function and archives the incoming fax as a PDF file in a date structured directory. The cron-based part does the same but as a cron job rather than in real time.
OOOGUI is a dynamic CMS that lets you define your data structure (objects, relations between objects, queries on objects), and lets you create public and private HTML pages to view and modify your content. All of this is done through a WYSIWYG interface. OOOGUI is multilingual, manages role based permissions, and generates PHP and Smarty code that you can customize for your needs. Other features include an easy installation wizard, rich HTML and PHP editors, automatic resampling of uploaded images, automatic flv conversion of uploaded videos, automated site replication, caching of all queries, caching of all resized images, multiple sites with one backend, and creation of pages and navigation through drag and drop. The data model can be modified at production time, and all frontend pages can be regenerated with one click. The frontend pages have inline content administration.
Flac-utils is a toolkit for managing FLAC files. Its primary usage is syncing metadata between sets of FLAC files. Flac-utils also provides a Python module called flac_compare that can be used separately. The utilitiy consist of three tools: flac-sync, which syncs a file tree of FLAC comments for files with the same audio-part; flac-diff, which compares two FLAC files' metadata information and shows the differences; and flac-add-picture, which adds album cover art to the files using Amazon.
mod_pLua is an Apache HTTP Server 2.x module for developing Web applications with Lua. With mod_pLua, you can use Lua for scripting in two distinct ways; Embedded Lua scripting, <?lua print("Hello, world!") ?>, or plain Lua scripting with a CGI-style interface. mod_pLua precompiles all scripts and caches the compiled binary code so that each new call to the same file will be lightning fast, allowing you to serve hundreds of thousands of requests per minute on any modern server. Mod_pLua supports both the traditional Lua interpreter as well as LuaJIT for both Windows and UNIX platforms. If your Web server supports it, mod_pLua also utilizes APR_DBD and mod_dbd to handle persistent database connections through the dbopen() Lua function.