unreferenced date December 2010 Notability date February 2011 DooPHP is designed to be a lightweight, low footprint and easy to learn PHP Software framework framework . Key Features Built in authentication support via Access Control List ACL Database replication Code Generation I18n l18n internationalization RESTful API Support for Ajax programming Ajax E STRICT Compliant External links Official website http www.doophp.com DooPHP tutorial German language http realpr.de doophp installation konfiguration anleitung.html DEFAULTSORT Doophp Category PHP programming language ... more details
unreferenced date September 2011 The CITRUS Comprehensive I18N Framework Towards Respectable Unix Systems project aims to implement a complete Multilingualism multilingual programming environment for BSD based operating system s. The goals include the creation of the following things for FreeBSD , NetBSD , OpenBSD , BSD OS and DragonFly BSD An ISO C SUS V2 compatible multilingual programming environment locale iconv support . Development of an implementation of gettext and POSIX National Language Support NLS catalog under the BSD license . Multi script framework, which decouples C programming language C Application programming interface API and actual external internal encoding. To develop system standard multi script encoding by Internationalization and localization internationalization of filename . For As of 2006 alt now , the aim is to reach the same level of functionality as Solaris Operating Environment Solaris 7 . See also Software localization Internationalization and localization External links http citrus.bsdclub.org Official website Category Free software projects Category Berkeley Software Distribution Category Internationalization and localization Category Unix programming tools Category Computer programming tools Unix stub interwiki fr Projet Citrus ... more details
, of which there are six different types core , i18nc , layout , i18n , theme and user . These layers .... The remaining three types of layers &mdash i18n layers, theme layers and user layers &mdash are all ... and functions methods from the layout layer, but their intended purpose varies. i18n are provided ..., i18nc layers are used to translate the core layer, while i18n layers are used to translate a layout ... below. An i18n layer can override these documentary strings for properties in order to allow for speakers ... more details
one source date January 2012 Universal Network Objects UNO is the software component component model used in the OpenOffice.org and LibreOffice computer software application suite s. It is interface based and designed to offer interoperability between different programming language s, object models and machine architectures, on a single machine, within a LAN or over the Internet. Users can implement or access UNO components from any programming language for which a language binding exists. Complete UNO language bindings exist for C compiler dependent , Java programming language Java , Python programming language Python and Tcl programming language Tcl . Work is in progress for Object REXX . Bindings allowing access, but not writing, to components exist for StarOffice Basic , Object Linking and Embedding OLE OLE Automation Automation and the Microsoft .NET .NET Common Language Infrastructure . Universal Network Objects operate within the UNO Runtime Environment URE . ref cite web url http l10n.openoffice.org Universal i18n framework.pdf title Universal I18n Framework for Office Applications Technical Overview first Dieter last Loeschky authorlink coauthors Shanmugam Senthil year 2001 publisher Sun Microsystems location Palo Alto page 8 pages 1 26 format PDF accessdate 2010 05 18 ref UNO is released under the terms GNU Lesser General Public License LGPL as free and open source software . References Reflist External links http udk.openoffice.org UNO Development Kit project page http api.openoffice.org SDK index.html OpenOffice.org Software Development Kit http odftoolkit.openoffice.org transition.html ODF Toolkit Transition Steps http wiki.services.openoffice.org wiki Documentation DevGuide OpenOffice.org Developers Guide Developer s Guide Compu soft stub OpenOffice.org Category Object oriented programming de Universal Network Objects ja Universal Network Objects ru UNO zh ... more details
Unreferenced date July 2011 Notability Products date July 2011 Infobox software name JXplorer logo File JXplorer logo.png frameless screenshot caption developer Chris Betts, Trudi Ersvaer latest release version 3.2 latest release date latest preview version latest preview date operating system programming language Java programming language Java genre LDAP license Apache License Apache equivalent license website http jxplorer.org JXplorer is a free, open source client for browsing Lightweight Directory Access Protocol LDAP servers and LDAP Data Interchange Format LDIF files. It is released under an Apache equivalent license. JXplorer is written in Java and is platform independent, configurable, and has been translated into a number of languages. The primary authors and maintainers are Chris Betts and Trudi Ersvaer, originally both working in the CA, Inc. CA then Computer Associates eTrust Directory now CA Directory software lab in Melbourne, Australia . Several common Linux distributions include JXplorer Software for LDAP server administration. The software also runs on BSD variants, AIX operating system AIX , HP UX , Mac OS X , Solaris Operating System Solaris , Microsoft Windows 2000, XP and z OS . Key features are SSL, SASL and GSSAPI DSML LDIF I18n currently German, French, Japanese, Chinese optional LDAP filter constructor GUI extensible architecture. A limitation is the inability to browse flat directory structures with more than 2,000 nodes. Citation needed date July 2011 See also List of LDAP software External links Official website http jxplorer.org SourceForge jxplorer Category Directory services ... more details
orphan date October 2009 Infobox Software name Main Pyrus DMS logo Image Mainpyrus logo.png developer Main IT GmbH & Co. KG latest release version 1.2.0 latest release date February 7, 2008 operating system Cross platform genre Document Management System license GPL website http www.mainpyrus.org Main Pyrus DMS is a free Open Source Document Management System . It is based on open standards to integrate itself in given environments. The server side of the system runs on Unix like operating systems . On the client side it is web based and contains clients for Microsoft Windows Windows and Linux written in Java programming language Java . Its design aims at the needs of small and medium enterprise with the need for long term archiving and document management. Main Pyrus DMS consists of a server written in C and a Web application written in php which contains the Web page definitions written in xml . History Development of Main Pyrus DMS started in 2003 . Then it was called uniVarc. In 2005 it was renamed to Callimachus. One year later it became part of the newly founded company Main IT GmbH & Co. KG which then renamed it to Main Pyrus DMS. Until 2007 it was developed as a closed source application. In the beginning of 2007 it was released under the terms of the GPL . Since then it is hosted on SourceForge . Main Pyrus DMS Features The Main Pyrus DMS is capable of the following Document Management Records Management Versioning of Documents similar to revision control Federated servers i18n Multi language support Multi platform support officially Windows and Linux Browser based GUI official support for Internet Explorer and Firefox Image scanner support Journaling of changes similar to journaling file system Extensive format conversions Integration of Common Unix Printing System External links http www.mainpyrus.org index.php?L 1 Main Pyrus DMS Homepage http demo.mainpyrus.org Trialsystem http sourceforge.net project showfiles.php?group id 190747 Downloads http bugzilla ... more details
cleanup date June 2011 Twig is a template engine for the PHP PHP programming language . Its syntax originates from Jinja template engine Jinja and Django web framework Django templates. ref name twigfortemplatedesigners http twig.sensiolabs.org doc templates.html Twig documentation for template designers ref It s an open source product ref https github.com fabpot Twig Twig repository on GitHub ref licensed under a BSD licenses BSD License and developed by Fabien Potencier. Symfony Symfony2 PHP framework comes with a bundled support for Twig as its default template engine. ref http docs.symfony reloaded.org ?page learn Symfony2 Documentation ref Example The example below demonstrates some basic features of Twig. source lang html4strict extends base.html block navigation ul id navigation for item in navigation li a href item.href if 2 item.level     endif item.caption upper a li endfor ul endblock navigation source Features complex control flow automatic escaping template inheritance variable filters i18n support gettext macros fully extendable ref name twigfortemplatedesigners ref http twig.sensiolabs.org doc advanced.html Extending Twig ref References Reflist See also Smarty External links http twig.sensiolabs.org Twig official website cite web last Potencier first Fabien title Templating Engines in PHP url http fabien.potencier.org article 34 templating engines in php accessdate 6 April 2011 author Fabien Potencier language English date October 07, 2009 cite web last Potencier first Fabien title Templating Engines in PHP PHP url http habrahabr.ru blogs php 75901 accessdate 6 April 2011 author Fabien Potencier language russian date November 20, 2009 Categories DEFAULTSORT Twig Template Engine Category Template engines Category PHP programming language ru Twig ... more details
yesButton i18n Hello , QString , i18n This is a tooltip , i18n This is a WhatsThis help text. KMessageBox questionYesNo 0, i18n Hello World , i18n Hello , yesButton return 0 source References Reflist ... more details
i18n services such as audits, i18n training, coding and enabling, consulting, and localization readiness and functional i18n testing. Development and Test Lionbridge provides application development ... more details
i18n . A localized system has been adapted or converted for use in a particular locale ... output of literal strings, and literal parsing of input in UI code must be replaced by hooks to i18n ... support of these types. Some tools help in detecting i18n issues and guiding software resolution ... more details
Cleanup date September 2008 Infobox Software name Griffon logo Image Griffon banner.png screenshot caption author Danno Ferrin, Andres Almiray, James Williams developer released September 10, 2008 latest release version 0.9.5 latest release date release date 2012 04 05 operating system Cross platform platform Cross platform Java Virtual Machine JVM language English programming language Groovy programming language Groovy genre Rich Client Platform license Apache License 2.0 website http griffon.codehaus.org Griffon is an open source Rich Client Platform framework which uses the Groovy programming language Groovy programming language which is in turn based on the Java platform . Griffon is intended to be a high productivity framework by rewarding use of the Model View Controller paradigm, providing a stand alone development environment and hiding much of the configuration detail from the developer. A significant portion of the build environment is directly derived from the Grails Framework Grails codebase and hence follows many of its conventions. The first release is the fruit of the effort by the Groovy Swing team and an attempt to take the best of rapid application development, as indicated by its Grails framework Grails like structure, the agility of the Groovy programming language Groovy , and the availability of components for Swing. Overview Griffon aims to reduce the typical confusion that occurs with traditional Swing development. Due to the MVC structure of Griffon, developers never have to go searching for files or be confused on how to start a new project. Everything begins with griffon create app APP NAME The generated project follows this structure pre PROJECT HOME griffon app conf location of configuration artifacts like builder configuration keys keys for code signing webstart webstart and applet config controllers location of controller classes i18n location of message bundles for i18n lifecycle location of lifecycle scripts models location of model c ... more details
Orphan date April 2012 infobox software name DocPoint logo Image Docpoint logo.png screenshot Deleted image removed Image DocPoint screenshot.png 250px caption DocPoint Corporate Edition developer Do It Software Ltd released 1998 latest release version 7.04.08 latest release date release date and age 2011 08 01 programming language C programming language C , SQL , Visual Basic operating system Microsoft Windows genre Enterprise content management ECM , EDMS , Document Management , Groupware license Proprietary software Proprietary website http www.docpoint.co.uk www.docpoint.co.uk DocPoint is a commercial document management system . DocPoint targets a wide variety of audiences ranging from corporations and government institutions, to small and medium enterprises across a broad spectrum of market verticals. Features DocPoint is designed to meet the requirements of Audit control Barcode recognition Document management Document versioning similar to revision control E mail archiving Image scanner support Integration with Microsoft Office i18n Multi language support Arabic, English, French, Dutch, Italian, German, Spanish, Russian, Hebrew, Chinese Optical character recognition Optical character recognition OCR Records management Standards Compliance DocPoint simplifies regulatory compliance with the following standards AS 3806 FERPA Gramm Leach Bliley Act Health Insurance Portability and Accountability Act HIPAA ISO 15489 1 2001 Records Management Part 1 General ISO TR 15489 2 2001 Records Management Part 2 Guidelines Sarbanes Oxley Act SEC Electronic Record Keeping Ruling USA Patriot Act Relevant Topics Business process management Document management Document imaging EDRMS Enterprise content management Records management External links http www.docpoint.co.uk Company website http blog.docpoint.biz DocPoint document management blog http www.docpoint.biz docs html manual corporate.html DocPoint documentation http www.docpoint.biz ftp docpoint personal ltr.exe DocPoint F ... more details
Unreferenced date July 2011 Infobox software name JetBrains RubyMine developer JetBrains latest release version 4.0.2 latest release date release date 2012 03 07 latest preview version latest preview date operating system Microsoft Windows Windows , Mac OS X , Linux programming language Java programming language Java , JRuby , Ruby genre Integrated development environment for Ruby and Rails Ruby Ruby on Rails IDE license Proprietary software Proprietary website http www.jetbrains.com ruby JetBrains RubyMine is a commercial Integrated Development Environment IDE for Ruby programming language Ruby and Ruby on Rails built on JetBrains IntelliJ IDEA platform. RubyMine provides intelligent code completion for Ruby and Ruby on Rails code, on the fly code analysis and refactoring support for both plain Ruby programming language Ruby projects and web applications built with Ruby on Rails. Key Features In addition to the smart editor RubyMine offers a set of tools for complete development cycle Code refactoring s for Ruby with knowledge about Ruby on Rails specifics RSpec , Cucumber software Cucumber , Shoulda & Test Unit test frameworks support with test runner GUI Specialized support for Ruby on Rails Internationalization and localization i18n Graphical Ruby Debugger Model Dependency Diagram for Ruby on Rails projects Version Control Integrations Subversion software Subversion , Git software Git , Perforce , Concurrent Versions System CVS supported out of the box with changelists and shelved changes Open API for creating plugins in Ruby or Java IntelliJ IDEA Plugin for Ruby JetBrains also creates http www.jetbrains.net confluence display RUBYDEV Ruby plugin for IntelliJ IDEA . Plugin provides similar functionality with RubyMine but also supports development with JRuby . See also Comparison of integrated development environments Ruby Comparison of integrated development environments http rubyonrails.org ecosystem RubyMine is one of the recommended IDEs inside Ruby on Rails ... more details
Infobox software logo screenshot File IRIS example screenshot.jpg 300px caption Screenshot of IRIS Variable message sign DMS functionality and map. developer Minnesota Department of Transportation released start date May, 2007 frequently updated yes programming language Java programming language Java operating system Cross platform language English, uses Internationalization and localization I18N genre Advanced Traffic Management System ATMS license GNU General Public License V2 website http iris.dot.state.mn.us Mn DOT IRIS site IRIS Intelligent Roadway Information System is an open source Advanced Traffic Management System ATMS software project developed by the Minnesota Department of Transportation . It is used by transportation agencies to monitor and manage interstate and highway traffic. IRIS uses the GPL license. Functional areas Variable speed limit monitoring and control Active traffic management and lane control Congestion Detection Automatic Warning System Automated Warning System AWS Road Weather Information System s Dynamic message sign monitoring and control Ramp meter monitoring and control Traffic camera monitoring and control Vehicle Detector Station s VDS for monitoring real time vehicle speed, flow, density Integrated mapping Supported hardware devices Variable message sign DMS NTCIP Class A, B, C DMS XML a simple XML protocol for interfacing with external Variable message sign DMS systems Road Weather Information System Optical Scientific ORG 815 Optical Rain Gauge SSI Traffic camera s PTZ Manchester, Pelco D, Vicon, Infinova Switchers Pelco, Vicon Vehicle Detector Station VDS Canoga Wavetronix SmartSensor 105 Wavetronix SmartSensor 125 EIS RTMS UDP EIS G4 Caltrans URMS 2070 Sensys Minneapolis Saint Paul IRIS System The IRIS implementation in the Minneapolis Saint Paul region consists of DMS 135 VDS 5452 RWIS 4 Cameras 476 Ramp meters 433 LCS 194 most can also be used as DMS Lane marking 1 in road lighting Static sign with wig wag beacons 2 Galler ... more details
notability date July 2011 refimprove date July 2011 Infobox programming language name Boo logo File BooLogo.png paradigm Object oriented analysis and design Object oriented year 2003 designer Rodrigo B. De Oliveira developer Rodrigo B. De Oliveira latest release version 0.9.4 latest release date 2011 01 21 typing static typing static , strong typing strong , duck typing duck implementations dialects influenced by Python programming language Python influenced platform Common Language Infrastructure .NET Framework & Mono software Mono license MIT License MIT BSD licenses BSD style license website http boo.codehaus.org boo.codehaus.org Boo is an Object oriented programming object oriented , Type system Static typing statically typed , general purpose programming language that seeks to make use of the Common Language Infrastructure s support for Unicode , I18n internationalization , and web applications, while using a Python programming language Python inspired syntax ref cite web url http boo.codehaus.org BooManifesto.pdf title The boo Programming Language author Rodrigo Barreto de Oliveira year 2005 format PDF accessdate February 22, 2009 ref and a special focus on language and compiler extensibility. Some features of note include type inference , generator computer science generators , multimethods , optional duck typing , Macro computer science macros , true Closure computer science closures , currying , and first class function s. Boo has been actively developed since 2003. Boo is free software released under an MIT License MIT BSD licenses BSD style license. It is compatible with both the Microsoft .NET Framework .NET and Mono software Mono frameworks. Code samples Hello world program source lang python print Hello, world source Fibonacci series generator function source lang python def fib a, b 0L, 1L The L s make the numbers double word length typically 64 bits while true yield b a, b b, a b Print the first 5 numbers in the series for index as int, element in zi ... more details
Infobox Software name DBClient Yet Another Jdbc Tool screenshot caption developer Taha BEN SALAH latest release version 0.4 alpha 3 latest release date release date 2008 06 01 operating system Cross platform programming language Java programming language Java genre Relational database management system RDBMS website https dbclient.dev.java.net DBClient is a new Open Source Tool for connecting to JDBC compliant relational databases. It is almost written in Java programming language Java which makes it platform independent and it stores it configuration info using an embedded version of Apache Derby . DBClient is massively based on Plugin architecture and supports Apache Derby , Oracle database Oracle , MS SQL Server , MySQL , PostgreSQL . HSQL . Features class wikitable Features Developer oriented product Plugin Architecture Database Objects Tree Explorer Multiple SQL Command windows Multiple Result Tables SQL Syntax coloring Autocomplete SQL words Script handling Debugging tools for scripts Embedded Java Code Support la JSP SQL generation SQL formatting Code Generation Tools Java, J2EE, C .Net using Neormf Framework User Friendly Front end I18N including English, Arabic, French, Dutch and German Plugins DBClient supports three types of plugins 1 messagesets Messagesets are language pack archive files for localizing DBClient messages. 2 iconsets Iconsets are icon pack archive files for customizing all icons. 3 artsets ArtSets are image pack archive files for customizing all banners, splashscreen, ... 4 dbsupport DBSupport plugins are sql centric plugins than add specific rdbms functionality to DBClient. Thus, we could find a dbsupport plugin for oracle, another for mysql and so on. 5 dbdriver DBDriver plugins are simple archive holders for some known rdbms. This is provided to simplify their integration in DBClient. 6 library Library plugins are simple archive holders for some known other jar files libraries needed by more than one plugin. 7 presentation Presentati ... more details
notability date January 2012 Infobox software name Transifex logo Image Tx Logo.png caption Frontpage of Transifex.net collapsible author developer Indifex released Start date 2007 9 discontinued latest release version 1.2 latest release date Start date and age 2011 12 14 latest preview version latest preview date frequently updated programming language Python programming language Python operating system engine platform size language status genre Computer assisted translation license GNU General Public License GPL website http transifex.net www.transifex.net Transifex is an open source platform for Internationalization and localization localization with a focus on integrating well with the existing workflow of both translators and developers. It is a service offering users an easy to use interface to submit translations to various projects hosted on a number of hosting platform types. The name literally means translation builder from the latin verb facere . History What started as a Google Summer of Code project to solve a specific Fedora Project problem has evolved to be a complete movement backed by a new start up business, Indifex. The creator of Transifex, http fedoraproject.org wiki User Glezos Dimitris Glezos , has worked since 2007 evangelizing the Indifex vision of Internationalization and localization localization and Internationalization i18n tools. As of November 2009, the hosted site http transifex.net Transifex.net had over 600 project translations hosted across 103 languages, including Django, Ekiga, Empathy, F Spot, PackageKit, and a number of GNOME projects. It is used directly by other projects, such as http translations.xfce.org XFCE . Workflow description A project owner creates a corresponding project in Transifex. He then creates a translation team or defines some maintainers to create the teams for him. Afterwards, the owner or the project maintainer uploads the translatable content and the localization teams are ready to begin the translation ... more details
lowercase Refimprove date August 2008 Manual date May 2009 Infobox software name gettext developer Various released 1995 latest release version 0.18.1.1 latest release date 6 June 2010 GNU gettext operating system Cross platform genre Internationalization and localization license Various free software license s GNU gettext website URL http www.gnu.org software gettext gettext.html In computing , gettext is an internationalization and localization i18n system commonly used for writing multilingual programs on Unix like computer operating system s. The most commonly used implementation of gettext is GNU gettext , released by the GNU Project in 1995. History gettext was originally written by Sun Microsystems in the early 1990s. The GNU Project released GNU gettext, a free software implementation of the system in 1995. ref http compgroups.net comp.unix.solaris History of gettext et al ref Operation Programming Source code is first modified to use the GNU gettext calls. This is, for most programming languages , done by wrapping strings that the user will see in the code gettext code function. To save on typing time, and to reduce code clutter, this function is commonly aliasing computing aliased to code code , so that the C programming language C code source lang C printf gettext My name is s. n , my name source would become source lang C printf My name is s. n , my name source Comment computer programming Comment s starting with code code placed directly before strings thus marked are made available as hints to translators by helper programs. code gettext code then uses the supplied strings as keys for looking up alternative translations, and will return the original string when no translation is available. This is in contrast to systems like code catgets code or the use of code LoadString code under Microsoft Windows where a programmatic ID often an integer is used. code xgettext code is run on the sources to produce a code .pot code file, or template, which contains a ... more details