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 uses a minimalistic approach to web-based software project management.
Our mission; to help developers write great software while staying out of
the way. Trac should impose as little as possible on a team's established
development process and policies.
All aspects of Trac have been designed with one single goal, to simplify
tracking and communication of software issues, enhancements and monitoring
overall progress.
What is Trac?
* An integrated system for managing software projects
* An enhanced wiki
* A flexible web-based issue tracker
* An interface to the Subversion revision control system
At the core of Trac lies an integrated wiki and issue/bug database. Using
wiki markup, all objects managed by Trac can directly link to other
issues/bug reports, code changesets, documentation and files.
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.