38 projects tagged "BSD Three-Clause"
HtmlCleaner is an HTML parser. HTML found on the Web is usually dirty, ill-formed, and unsuitable for further processing. For any serious consumption of such documents, it is necessary to first clean up the mess and bring order to the tags, attributes, and ordinary text. For a given HTML document, HtmlCleaner reorders individual elements and produces well-formed XML. By default, it follows rules similar to those which most Web browsers use to create a Document Object Model. However, the user may provide custom tag and rule sets for tag filtering and balancing.
pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL, it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient, with performance comparable to using CLUSTER directly.
Running sccs2rcs in a directory with an SCCS subdirectory will convert all the SCCS files to corresponding RCS master files in a new RCS directory; the SCCS data itself is accessed read-only. It will complain and terminate if any of the SCCS files are checked out, or if the RCS directory already exists and is non-empty. If the directory contains snapshot auxiliary data produced by Emacs VC mode for tagging, that will be used too.