14 projects tagged "Web"
WebBot is a Web development toolset which is designed to sit nicely on top of your existing infrastructure. It is built with a collection of Open Source tools which together enable building Python Web applications the same way native ones are built and running these applications on top of the leading Python frameworks (such as Django and Google's App Engine). As a result, the WebBot framework encourages reuse, concise code, rapid development, and happy developers.
GUI Builder is a drag and drop interface for creating WebElement User Interface (WUI) templates that can be used as the foundation of a responsive Wep app. It simplifies the process of designing applications, and encourages separation of the logic and view. It is part of the WebBot Web development framework, which makes it possible to build Web apps in a similar fashion to Qt/KDE apps.
MN Viewer (Mobile Network Viewer) is a lightweight framework designed for system administrators who would like to be able to monitor many aspects of their network from their mobile phone. It allows for very simple expansion using simple PHP plugins. It is designed to integrate with other monitoring tools such as Cacti.
PageWork is a wiki that focuses on fast content delivery as well as an expandable and adaptable code library. It explicitly separates the volatile run-time environment of a hosted site from the encapsulated code library, and has the ability to host multiple sites based on the same software. All pages and files undergo revision control of arbitrary depth. In combination with users and groups, access to resources is controlled by ACLs that resemble Unix permissions. Features include tagging, SEO, media and meta data management, comments, breadcrumbs, bookmarks, templates, memos, Atom/RSS feeds, adaptable resource caching, and site-wise and personal customization.
psx tracker is a torrent tracker designed as a private tracker. There is no public registration. Only administrators and moderators can create an account. This tracker was developed to share big files with friends over the Internet. The tracker lacks a ratio system, so all users can seed or leech how they like. psx tracker has an easy-to-use user managment system and you can access the torrents via an RSS feed.
PHPTAL is a fast, safe, XML-based template engine for XHTML and HTML5. It implements Zope's Template Attribute Language, which has clean, concise syntax that is compatible with XML tools (no custom ugly tags), and template source files can even be previewed in Web browsers or opened in WYSIWYG editors. Templates are compiled to PHP and cached, giving great performance and taking advantage of PHP accelerators. PHPTAL by default ensures well-formed output and escapes XML-unsafe characters everywhere, which means that your pages can be completely safe against HTML-injection (XSS) without great effort. It features fine-grained caching of output, pre- and post- filters, internationalization via gettext or custom backend, creation of custom template attributes and expressions, and templates loaded from non-standard sources (e.g. databases). It supports UTF-8 well, is easy to integrate and redistribute with PHP frameworks and applications, and has an object-oriented design and a comprehensive unit test suite.