Ports Search

Results 641650 of 8,048 for /www/.(0.004 seconds)
www/dhttpd-1.02a (Score: 0.056974534)
Minimal secure webserver. Fast and efficient, no cgi-bin support
dhttpd is a secure and efficient personal HTTP server. It does not need a permanent IP address and can be run from a user account on high ports. Among its features, dhttpd supports caching, customized error messages, low profile memory usage, little hard disk space, highly portable code, and easy setup. dhttpd is the perfect solution for the minimalist in all of us.
www/fcgiwrap-1.1.0 (Score: 0.056974534)
Simple FastCGI wrapper for CGI scripts
fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that may need it). Features: * very lightweight (84KB of private memory per instance) * fixes broken CR/LF in headers * handles environment in a sane way (CGI scripts get HTTP-related env. vars * from FastCGI parameters and inherit all the others from fcgiwrap's * environment) * no configuration, so you can run several sites off the same fcgiwrap pool * passes CGI stderr output to fcgiwrap's stderr (this is by design but * stderr could be also passed to FastCGI stderr stream)
www/feedjack-0.9.16 (Score: 0.056974534)
Feed aggregator written in Python using the Django framework
Feedjack is a feed aggregator writen in Python using the Django web development framework.
www/ffproxy-1.6 (Score: 0.056974534)
Filtering HTTP proxy server
ffproxy is a filtering HTTP proxy server. It is able to filter by host, URL, and header. Custom header entries can be filtered and added. It can even drop its privileges and optionally chroot() to some directory. Logging to syslog() is supported, as is using another auxiliary proxy server. Contacting IPv6 servers is supported and allows transparent IPv6 over IPv4 browsing.
www/Dancer-Plugin-RPC-1.01 (Score: 0.056974534)
Configure endpoints for XMLRPC and JSONRPC procedures
This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than Plack::Middleware. Dancer::Plugin::RPC::XMLRPC This plugin exposes the new keyword "xmlrpc" that is followed by 2 arguments: the endpoint and the arguments to configure the xmlrpc-calls at this endpoint. Dancer::Plugin::RPC::JSONRPC This plugin exposes the new keyword "jsonrpc" that is followed by 2 arguments: the endpoint and the arguments to configure the jsonrpc-calls at this endpoint. See the /t dir for examples (until some tutorial exists)
www/lionwiki-3.2.7 (Score: 0.056974534)
Minimalis wiki, extensible, templatable and file based
LionWiki is a minimalis Wiki engine programmed in PHP. It's extensible, templatable, file based (it doesn't need database like MySQL) and requires just one file to function. It's suitable for small websites, personal notebooks or journals.
www/mgstat-0.12 (Score: 0.056974534)
Produce graphs from mod_gzip log files
Mgstat produces html reports for years, months and days (with png or gif charts generated with GD library) that shows you how many bytes you saved by using this excellent free Apache module. It produces history files so you can rotate your logs without losing previous statistics. You can also run mgstat on the same log file and statistics won't be doubled because program will start from the place where previous processing ended. You can also run mgstat on totally unsorted (date order) log file (that were produced for example by merging various log files); program will run a little bit slower but will produce correct reports.
www/Dancer2-Plugin-Interchange6-0.203 (Score: 0.056974534)
Dancer2 Plugin for Interchange6 Open Source Shop Machine
Interchange6, the Open Source Shop Machine, is the Modern Perl ecosystem for online business. This plugin turns your Dancer2 site into a shop.
www/wml-2.0.12 (Score: 0.056974534)
Website META Language, webdesign toolkit for HTML generation
__ ___ __ _ \ \ / / \/ | | Website META Language \ \ /\ / / |\/| | | \ V V /| | | | |___ ``WML is the Unix toolkit for getting \_/\_/ |_| |_|_____| your webdesigner's HTML job done.'' Copyright (c) 1996-2002 Ralf S. Engelschall Copyright (c) 1999-2002 Denis Barbier WML is a free and extensible Webdesigner's off-line HTML generation toolkit for Unix, distributed under the GNU General Public License (GPL v2). It is written in ANSI C and Perl 5, build via a GNU Autoconf based source tree and runs out-of-the-box on all major Unix derivates. It can be used free of charge both in educational and commercial environments. WML consists of a control frontend driving up to nine backends in a sequential pass-oriented filtering scheme. Each backend provides one particular core language. For maximum power WML additionally ships with a well-suited set of include files which provide higher-level features build on top of the backends core languages. While not trivial and idiot proof WML provides most of the core features real hackers always wanted for HTML generation.
www/flickcurl-1.26 (Score: 0.056974534)
C library for the Flickr API
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. It uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current version supports part of the API (see Flickcurl API coverage) primarily the functions for reading photo, people and tags description, uploading photos, changing tags and comments.