ブックマーク / opensource.perlig.de (3)

  • rJSmin - Javascript Minifier — rJSmin 1.2.2 documentation

    rJSmin - Javascript Minifier¶ rJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: there is no error detection

    makotan
    makotan 2014/02/15
    rJSmin is a fast reimplemenation of jsmin.c by Douglas Crockford. Although it's written in Python, nearly all logic happens inside the regular expression engine: rJSmin is actually a single regex substitution call.
  • rCSSmin - CSS Minifier — rCSSmin 1.1.2 documentation

    rCSSmin - CSS Minifier¶ rCSSmin is a CSS minifier written in python. The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter. This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). rCSSmin does syntactical compression only (removing sp

    makotan
    makotan 2013/03/01
    RCSSmin is a CSS minifier. The implementation is based on the semantics of the YUI compressor, but aiming for speed instead of maximum compression so that it can be used at runtime rather than during a preprocessing step. rCSSmin does syntactical compression only (removing spaces, comments, and poss
  • svnmailer

    Einleitung Der svnmailer ist ein Tool, um Commit-Informationen eines Subversion-Repositories per E-Mail, als News oder als XML (zu einem CIA-Tracker) zu versenden. Das svnmailer-Paket ist vom mailer.py-Skript der Subversiondistribution abgeleitet. Es ist aus der Idee heraus entstanden, dem Original-Mailerskript weitere Features hinzuzufügen. Da ich das Skript jedoch nicht so erweiterbar fand, wie

    makotan
    makotan 2005/05/23
    Svnmailer is a tool to post subversion repository commit information by mail, news or XML
  • 1