bkmrkconv converts Netscape-generated bookmarks.html
into a nice tree of files that you can navigate using
your favorite browser.
A command-line (console) application to summarize information from Apache
logs, including hit counts, requests, referrers, and user activity.
A free, flexible, elegant, easy-to-use content management system
for all kinds of websites, even weblogs.
tinyproxy 是一个 GPL 授权的、轻量级的 HTTP 代理。
从设计之初就考虑到了快速和小巧,它是一个理想的 HTTP 代理服务器解决方案,
适用于那些需要一个功能齐全,但是没有足够的资源来运行一个对系统资源要求
较高的 HTTP 代理服务器的网站。tinyproxy 完全兼容现有的 web 浏览器,并包
含了很多有用的特性,比如匿名模式。
请注意 tinyproxy 需要一些配置才能运行在匿名模式下。详见
tinyproxy.conf.sample。
- Mitsuru Yoshida
mitsuru@riken.go.jp
drraw is a simple web based presentation front-end for RRDtool that
allows you to interactively build graphs of your own design. A graph
definition can be turned into a template which may be applied to many
Round Robin Database files. drraw specializes in providing an easy
means of displaying data stored with RRDtool and does not care about
how the data is collected, making it a great complement to other
RRDtool front-ends.
Flood is a profile-driven HTTP load tester. It can be used to gather
important performance metrics for your website.
SockJS-tornado is a Python server side counterpart of SockJS-client browser
library running on top of Tornado framework.
Get the contents of an http url and dumps
it to stdout. supports ipv6 and https (SSL).
A useful tool. :)
This is a subclass of WWW::Mechanize that uses the W3C DOM and provides support
for scripting.
mod_tidy validates the HTML output of your apache2 webserver. So you don't need
a separate application to check your HTML.
It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML
output to TidyLib which validates the HTML output. If TidyLib finds
an error the client receives a HTML page with a list of all found errors. If
TidyLib doesn't complain you will get your HTML data as without mod_tidy.