Css-mode.el emacs-lisp program is an editing major mode.
You can edit CSS(Cascade Style Sheet)-format text easily.
To use this, put the following into your ~/.emacs:
(autoload 'css-mode "css-mode")
(setq auto-mode-alist (cons '("\\.css\\'" . css-mode) auto-mode-alist))
DAViCal is a PHP based CalDAV server which uses a Postgres backend.
It is administered using a Web interface.
Script to correct moronic and gratuitously incompatible HTML
generated by Microsoft applications.
This program is in the public domain.
The Dojo Toolkit's compressor, ShrinkSafe, uses the Rhino JavaScript
interpreter to safely rename variables and reduce the size of your
scripts without interferring with their operation. It does not
change any public APIs making it easy to use in your JavaScript
development process.
A free, flexible, elegant, easy-to-use content management system
for all kinds of websites, even weblogs.
When editing HTML it's easy to make mistakes. Wouldn't it be nice if
there was a simple way to fix these mistakes automatically and tidy up
sloppy editing into nicely layed out markup? Well now there is thanks
to Hewlett Packard's Dave Raggett. HTML TIDY is a free utility for
doing just that. It also works great on the attrociously hard to read
markup generated by specialized HTML editors and conversion tools, and
can help you identify where you need to pay further attention on
making your pages more accessible to people with disabilities.
Tidy is able to fix up a wide range of problems and to bring to your
attention things that you need to work on yourself. Each item found is
listed with the line number and column so that you can see where the
problem lies in your markup. Tidy won't generate a cleaned up version
when there are problems that it can't be sure of how to handle. These
are logged as "errors" rather than "warnings".
LICENSE: BSD
Tiki CMS/Groupware, also known as TikiWiki, is a powerful
web-based Groupware and Content Management System (CMS)
using PHP, ADOdb and smarty.
It can be used to create all sorts of web applications,
sites, portals, intranets and extranets. For example you can
use it as GeoCMS (Geospatial Content Management System) too.
It's developed by a large number of contributors which forms
the TikiWiki Community.
tivoka is a JSON-RPC client and server for PHP 5.3+. For convenience,
you can easily switch between JSON-RPC 1.0 and JSON-RPC 2.0 without
having to change your code.
Trac 使用较低门槛的方法来实施基于 web 的软件项目管理。我们的使命是,帮助开发者
编写出很好的软件。Trac 应该尽可能少地改变团队已有的开发过程和策略。
Trac 的所有方面都符合一个单一的目标,简化跟踪和软件问题的交流,增强和监测整个进程。
Trac 是什么?
* 一个管理软件项目的集成系统
* 一个增强的 wiki
* 一个灵活的基于 web 的问题跟踪器
* 一个 Subversion 版本控制系统的界面
Trac 的核心在于集成 wiki 和问题/bug 数据库。使用 wiki 标记,所有管理的对象
都可以直接连接到其他的问题/bug 报告、代码变更集、文档和文件。
transproxy - transparently proxy HTTP requests.
This program is used with ipfw's fwd rules or Darren Reed's IPFILTER
package, and is used to intercept HTTP requests and divert them to a
HTTP proxy server (eg: squid), without requiring user intervention or
configuration.
It accepts connections on the redirected port, connects to the real proxy
server, and transports data between the two sockets. The original HTTP
request is modified to allow the HTTP proxy server to fetch the correct
document. In most cases this doesn't cause any DNS activity.
Unlike some other transparent proxy solutions, this does not require the
HTTP proxy server to run on the machine itself.
See /usr/local/sbin/tproxyrun for an example of how to add filter rules
and start tproxy. Also see /usr/local/sbin/tproxywatch for an example of
how to ensure that tproxy keeps running regardless of faults.