Ports Search

Results 11,84111,850 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.017 seconds)
www/httrack-3.48.22 (Score: 1.6188293E-4)
Easy-to-use offline browser utility and website copier
HTTrack is an easy-to-use offline browser utility. It allows you to download a World Wide website from the Internet to a local directory, building recursively all directories, getting html, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.
www/shakespeare-2.0.5 (Score: 1.6188293E-4)
Toolkit for making compile-time interpolated templates
Shakespeare is a family of type-safe, efficient template languages. Shakespeare templates are expanded at compile-time, ensuring that all interpolated variables are in scope. Variables are interpolated according to their type through a typeclass. Shakespeare templates can be used inline with a quasi-quoter or in an external file. Note there is no dependency on haskell-src-extras. Instead Shakespeare believes logic should stay out of templates and has its own minimal Haskell parser. Packages that use this: shakespeare-js, shakespeare-css, shakespeare-text, hamlet, and xml-hamlet.
www/libwww-5.4.0 (Score: 1.6188293E-4)
The W3C Reference Library
The W3C Reference Library is a general code base that can be used to build clients and servers. It contains code for accessing HTTP, FTP, Gopher, News, WAIS, Telnet servers, and the local file system. Furthermore it provides modules for parsing, managing and presenting hypertext objects to the user and a wide spectra of generic programming utilities. The Library is the basis for many World-Wide Web applications and all the W3C software is build on top of it. The Library is a required part of all other W3C applications in this distribution.
www/ljdump-1.5 (Score: 1.6188293E-4)
Tool to download LiveJournal entries and comments
ljdump reads the journal entries from a LiveJournal (or compatible) blog site and archives them in a subdirectory named after the journal name. Both the journal entries and journal comments are downloaded, which makes ljdump a great backup tool for creating offline copy of your journal. The program may be run as often as needed to bring the backup copy up to date. Both new and updated items are downloaded. ljdump uses only standard Python libraries, so it will work wherever Python itself does (Windows, Linux, FreeBSD, Mac OS X, etc).
www/mkapachepw-1.121 (Score: 1.6188293E-4)
Group & Password Management Tool For Apache
'mkapachepw' is an Apache user/group management package with a rich set of features: - automatically create apache users/groups from underlying os users/groups - break large, complex user & group data into separately managed files - specify which particular users/groups are to be included or excluded - catch (and prevent) redefinition of user/groups 'mkapachepw' is a pure-Python application and should run on any Unix system that support Python 2.4 or later. 'mkapachepw' is free for individual, non-commerical, personal use. Use in any setting where there is any remuneration, direct or indirect, requires payment of a licensing fee. Individual, multiple, and enterprise licensing is available. Contact mkapachepw@tundraware.com for current pricing.
www/phproxy-0.5b2 (Score: 1.6188293E-4)
PHP based web proxy
PHProxy is a web HTTP (for now; FTP is not supprted yet) proxy programmed in PHP designed to bypass firewalls and other proxy restrictions through a web interface very similar to the popular CGIProxy. The server that this script runs on simply acts as a medium that retrives resources for you. The only IP address shown will be the server's IP address. So basically, it is indirect browsing. The only catch being that the server has to has access to those otherwise inaccessible resources.
www/pligg-2.0.2 (Score: 1.6188293E-4)
Open Source Web2.0 CMS
Pligg is an Open Source Web 2.0 CMS. The main features that make Pligg unique are collaborative bookmarking, social networking, folksonomy and blogging. Each of the News links, unit of pligg content, has a vote button, URL and optionally a short description of news. Here Visitors are supplier, consumer and judge of the content. Every visitor has right and freedom to vote and veto any news item. At the end of the day, depending on count of vote news are either promoted to main site,or move or remains in incoming queue, or permanently removed from site. Being a collaborative CMS, Pligg sites grow very fast in terms of traffic and popularity.
Authentication from an LDAP Directory for Catalyst
This plugin implements the Catalyst::Authentication v.10 API. This plugin uses Net::LDAP to let your application authenticate against an LDAP directory. It has a pretty high degree of flexibility, given the wide variation of LDAP directories and schemas from one system to another. It authenticates users in two steps: 1) A search of the directory is performed, looking for a user object that matches the username you pass. This is done with the bind credentials supplied in the "binddn" and "bindpw" configuration options. 2) If that object is found, we then re-bind to the directory as that object. Assuming this is successful, the user is Authenticated.
www/Catalyst-Plugin-Log-Handler-0.08 (Score: 1.6188293E-4)
Catalyst log handler
If your Catalyst project logs many messages, logging via standard error to Apache's error log is not very clean: The log messages are mixed with other web applications' noise; and especially if you use mod_fastcgi, every line will be prepended with a long prefix. An alternative is logging to a file. But then you have to make sure that multiple processes won't corrupt the log file. The module Log::Handler by Jonny Schulz does exactly this, because it supports message-wise flocking. This module is a wrapper for said Log::Handler.
www/HTML-Tree-5.03 (Score: 1.6188293E-4)
Collection of modules to manipulate HTML syntax trees
This is a collection of modules that represent, create, and extract information from HTML syntax trees. The modules present in this collection are: HTML::Element - represents the nodes of the HTML syntax trees. The elements have other elements and text segments as children. The HTML::Element class have methods to methods to build, alter, and traverse the structure of the tree. HTML::TreeBuilder - uses HTML::Parser to read HTML document text and build from it a syntax tree made of HTML::Element nodes. HTML::Parse - deprecated. Now just a wrapper around HTML::TreeBuilder HTML::AsSubs - Easy way to build an HTML syntax tree by nesting functions.