Ports Search

Results 16,23116,240 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
www/mod_vhost_ldap-2.0.8 (Score: 5.180394E-5)
Virtual Hosting from ldap built on top of mod_ldap
mod_vhost_ldap is an Apache 2.x module for storing and configuring virtual hosts from LDAP. It supports DocumentRoot, ScriptAlias, ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives. It's built on top of mod_ldap, so it uses its caching capabilities and can be used with a threaded Apache httpd.
www/wt-3.3.6 (Score: 5.180394E-5)
Widget-centric C++ library for developing web applications
Wt (pronounced as witty) is a C++ library for developing web applications. The API is widget-centric and uses well-tested patterns of desktop GUI development tailored to the web. To the developer, it offers abstraction of many web-specific implementation details, including client-server protocols (HTTP, Ajax, WebSockets), and frees the developer from tedious JavaScript manipulations of HTML and dealing with cross-browser issues. Instead, with Wt, you can focus on actual functionality with a rich set of feature-complete widgets. Unlike old-school page-based frameworks or current-day single-page JavaScript "frameworks", Wt allows you to create stateful applications that are at the same time highly interactive (using WebSockets and Ajax for everything) but still support plain HTML browsers or web crawlers using automatic graceful degradation or progressive enhancement. Things that are natural and simple with Wt would require an impractical amount of development effort otherwise: switching widgets using animations, while retaining clean URLs and browser navigation functions, or having a persistent chat widget open throughout the entire application, that even works in legacy browsers like Microsoft Internet Explorer 6. The library comes with an application server that acts as a stand-alone Http(s)/WebSocket server or integrates through FastCGI with other web servers.
www/myfaces-1.1.1 (Score: 5.180394E-5)
Free open source JavaServer(tm) Faces implementation
The first free open source JavaServer(tm) Faces implementation. JavaServer(tm) Faces is a new and upcoming web application framework that accomplishes the MVC paradigm. It is comparable to the well-known Struts Framework but has features and concepts that are beyond those of Struts; especially the component orientation.
www/nibbleblog-3.0.2 (Score: 5.180394E-5)
Lightweight blog system for general use
Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure. The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS.
Access to the prototype JavaScript library using HTML::Prototype
CGI::Application::Plugin::HTMLPrototype - Give easy access to the prototype JavaScript library using HTML::Prototype HTML::Prototype is a JavaScript code generator for the prototype.js JavaScript library, and the script.aculo.us extensions to prototype.js. It allows you to easily add AJAX calls and dynamic elements to your website.
www/CGI-Fast-2.10 (Score: 5.180394E-5)
Perl CGI Interface for FastCGI
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work with the FCGI module, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initialization processes, such as loading large modules or opening persistent database connections, will see large performance improvements.
www/Catalyst-Action-REST-1.20 (Score: 5.180394E-5)
Automated REST Method Dispatching for Catalyst
Catalyst::Controller::REST implements a mechanism for building RESTful services in Catalyst. It does this by extending the normal Catalyst dispatch mechanism to allow for different subroutines to be called based on the HTTP Method requested, while also transparently handling all the serialization/deserialization for you.
Make the Catalyst request context available in Models and Views
Make the current Catalyst request context available in Models and Views. Models and Views don't usually have access to the request object, since they probably don't really need it. Sometimes, however, having the request context available outside of Controllers makes your application cleaner. If that's the case, just use this module as a base class.
www/Catalyst-Model-DBIC-Plain-0.03 (Score: 5.180394E-5)
DBIx::Class model class for Catalyst, without loader
This is the DBIx::Class model class for Catalyst. Whilst it allows you to use DBIC as your model in Catalyst, it does not make your tables classes Catalyst-specific, so you can still use them in a non-Catalyst context.
www/CGI-Utils-0.12 (Score: 5.180394E-5)
Utilities for retrieving information through the CGI
This module can be used almost as a drop-in replacement for CGI.pm for those of you who do not use the HTML generating features of CGI.pm This module provides an object-oriented interface for retrieving information provided by the Common Gateway Interface, as well as url-encoding and decoding values, and parsing CGI parameters.