5663 projects tagged "English"
Gnew is a simple content management system. It is fully customizable using a template system, and supports multiple languages. It features easy installation, a simple but complete administration section, multi-level categories, article management, news management with an advanced comments system, poll management, user management, a forum, search engine, RSS feed generation, BBCode and HTML support, emoticons, and more.
Spaghetti Parenthesis Visualizer is an in-browser (meaning that it doesn't send your code to a server) tool that takes deeply nested conditionals in languages that follow in C's footsteps, including Python, Perl, PHP, and Java, SQL queries, or some Lisp code, and provides two visual presentations that clearly and cleanly display how deep each part of the code is in the layers of nesting.
Simple Validator is a class that validates string value according to rules. It currently supports validation of non-empty values, number values, e-mail addresses, alphanumeric, alphabetic, and numeric values, IP addresses, URLs, length ranges, and user-defined rules. The error messages associated with each validation are defined in a separate configuration script.
Coquelicot is a “one-click” file sharing Web application with a focus on protecting users’ privacy. Its basic principle is that users can upload a file to the server, and in return they get a unique URL which can be shared with others in order to download the file. Coquelicot aims to protect, to some extent, users and system administrators from disclosure of the files exchanged from passive and not-so-active attackers.
"PHP Web Security Monitor" is designed to protect Internet sites created with PHP from malicious queries from hackers and Web viruses. It filters common PHP variables via prepared security patterns and compares (unprotected) input variables against patterns of dangerous data, such as SQL injection, XSS injection, and PHP code compromising.
Kune is a distributed social network focused on collaboration rather than just on communication. It focuses on online real-time collaborative editing (Wave-based), decentralized social networking (federation), and Web publishing, while focusing on workgroups rather than just on individuals. It aims to create online spaces for collaborative work where organizations and individuals can build projects online, coordinate common agendas, set up virtual meetings, publish on the Web, and join organizations with similar interests. It has a special focus on Free Culture and social movements needs.
libqt4report is a library for Qt 4 that creates database report from an XML description. It is able to validate the XML file from an XSD schema, print the report directly, or generate SVG files. Calculations are performed by QScriptEngine. It can group data according to the result field value, calculate totals, and display images.
Dynamic Form is a Python request abstraction library that lets you write one request handler that will run on multiple Python Web frameworks (such as Django and Google's AppEngine). This allows you to create pages and apps once and use them on multiple projects without concern about which framework is being used. Additionally, it makes AJAX easy. Simply adding nested request classes allows you to define AJAX handlers that can easily be refreshed both sever-side and client-side.
WebElements is a collection of Python objects that enable developers to generate and interact with Web apps on the server side. It encourages object oriented Web site development, and code reuse by separating each DOM element into its own object, and then allowing inheritance and child elements to come together to form new elements not defined in the standard DOM.