Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第7,4417,450项(搜索用时0.008秒)
www/lessc-2.5.1 (Score: 0.0012383816)
Javascript CSS pre-processor
Less is a CSS pre-processor, that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
www/impresscms-1.3.7 (Score: 0.0012383816)
Community Developed Content Management System
ImpressCMS is a community developed Content Management System for easily building and maintaining a dynamic web site. Keep your web site up to date with this easy to use, secure and flexible system. It is the ideal tool for a wide range of users: from business to community users, from large enterprises to people who want a simple, easy to use blogging tool. ImpressCMS is a powerful system that gets outstanding results!
www/jspwiki-2.8.4 (Score: 0.0012383816)
Feature-rich and extensible Wiki engine built around J2EE
JSPWiki is a feature-rich and extensible WikiWiki engine built around the standard J2EE components (Java, servlets, JSP). It's features include: WikiMarkup/Structured Text, File attachments, Templates support, Data storage, Security, Easy plugin interface for writing your own additions,UTF-8 support, JavaServer Pages-based, Easy-ish installation, Page locking to prevent editing conflicts, Support for Multiple Wikis, etc.
www/mediawiki-1.23.15 (Score: 0.0012383816)
Wiki engine used by Wikipedia
MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It's designed to handle a large number of users and pages without imposing too rigid a structure or workflow.
www/limesurvey-1.91 (Score: 0.0012383816)
PHP-based survey building and runing system
From the website: What is PHP Surveyor? PHP Surveyor is a set of PHP scripts that interact with MySQL to develop surveys, publish surveys and collect responses to surveys. Once a survey has been created it can be published as an online survey (displayed as single questions, group by group or all in one page) or you can use a dataentry system for administration of paper-based versions of the survey. PHP Surveyor can produced 'branching' surveys (set conditions on whether individual questions will display), can vary the look and feel of your survey through a templating system, and can provide basic statistical analysis of your survey results. PHP Surveyor includes the capacity to generate individualised 'tokens', so if you have a list of people you want to invite to participate in a survey you can issue each one with a token, and they will be able to access the survey using that token. This allows for quite good quality control of your surveys.
www/Flask-0.11.1 (Score: 0.0012383816)
Micro web framework
Flask is a microframework for Python based on Werkzeug and Jinja2.
www/funkload-1.17.1 (Score: 0.0012383816)
Functional and load web tester
FunkLoad is a functional and load web tester, written in Python, whose main use cases are: * Functional testing of web projects, and thus regression testing as well. * Performance testing: by loading the web application and monitoring your servers it helps you to pinpoint bottlenecks, giving a detailed report of performance measurement. * Load testing tool to expose bugs that do not surface in cursory testing, like volume testing or longevity testing. * Stress testing tool to overwhelm the web application resources and test the application recoverability. * Writing web agents by scripting any web repetitive task, like checking if a site is alive.
www/mt-1.0 (Score: 0.0012383816)
Python module which provides Movable Type XML-RPC connectivity
PyMT is a simple Python module which allows you to easily connect to a Movable Type weblog, using it's built in XML-RPC API. PyMT is capable of handling every MT call available. This interface allows you to access most of the core functionality of Movable Type, including the ability to view, post, delete and edit weblog entries, fetch user information, apply categories to your posts and get information about trackback pings. Every XML-RPC method is accessed using a PyMT method with exactly the same name. PyMT is basically just a light wrapper, which hides the xml-rpc part of the work.
www/jonpy-0.12 (Score: 0.0012383816)
Python FastCGI interface library
The fcgi module builds upon the classes defined in the cgi module to provide an implementation of the FastCGI protocol.
www/PasteDeploy-1.5.2 (Score: 0.0012383816)
Load, configure, and compose WSGI applications and servers
Load, configure, and compose WSGI applications and servers Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. The result is something a system administrator can install and manage without knowing any Python, or the details of the WSGI application or its container. This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file.