Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '(python': 0.07; 'pypy': 0.07; 'skip:` 10': 0.07; 'etc).': 0.09; 'naturally': 0.09; 'runtime': 0.09; 'semantic': 0.09; 'url:apache': 0.09; 'url:github': 0.09; 'yui': 0.09; 'python': 0.11; '2.7': 0.14; '1.0.4': 0.16; 'aiming': 0.16; 'andr\xe9': 0.16; 'brace': 0.16; 'comma': 0.16; 'compression': 0.16; 'curly': 0.16; 'does,': 0.16; 'exclamation': 0.16; 'ie7': 0.16; 'license:': 0.16; 'only)': 0.16; 'redundant': 0.16; 'semantics': 0.16; 'syntactical': 0.16; 'to:addr:python-announce-list': 0.16; 'url:license-2': 0.16; 'url:licenses': 0.16; 'skip:= 10': 0.16; 'module': 0.19; 'written': 0.21; 'hack': 0.22; 'header:User- Agent:1': 0.23; '(by': 0.24; 'versions': 0.24; '2.0': 0.26; 'possibly': 0.26; 'supported': 0.26; 'world,': 0.26; 'properties': 0.29; '(like': 0.30; 'css': 0.30; "i'm": 0.30; 'comments': 0.31; 'fixing': 0.31; 'relies': 0.31; 'skip:= 20': 0.31; 'url:python': 0.33; 'announce': 0.33; 'version': 0.36; 'url:org': 0.36; 'list': 0.37; 'starting': 0.37; 'needed': 0.38; 'does': 0.39; 'itself': 0.39; 'to:addr:python.org': 0.39; 'space': 0.40; 'release': 0.40; 'removing': 0.60; 'received:unknown': 0.61; 'content- disposition:inline': 0.62; 'received:217': 0.63; 'header:Message- Id:1': 0.63; 'maximum': 0.63; 'provide': 0.64; 'kept': 0.65; 'license': 0.66; 'url:0': 0.67; 'between': 0.67; '(apparently': 0.84; '3.4': 0.84; '=====': 0.84; 'collapsing': 0.84; 'cosmetic': 0.84; 'isaac': 0.84; 'homepage': 0.91; 'received:(helo localhost)': 0.91 From: =?iso-8859-1?q?Andr=E9_Malo?= Organization: TIMTOWTDI To: python-announce-list@python.org Subject: rCSSmin 1.0.4 Date: Sun, 23 Feb 2014 22:43:58 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Mailman-Approved-At: Mon, 24 Feb 2014 16:08:40 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 64 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393254521 news.xs4all.nl 2882 [2001:888:2000:d::a6]:59090 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1230 Hello World, I'm pleased to announce version 1.0.4 of rCSSmin. About rCSSmin =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D rCSSmin is a CSS minifier written in python 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 spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). It does, however, support various CSS hacks (by keeping them working as intended): - IE7 hack (``>/**/``) - Mac-IE5 hack (``/*\*/.../**/``) - The boxmodelhack is supported naturally because it relies on valid CSS2 strings - Between ``:first-line`` and the following comma or curly brace a space is inserted. (apparently it's needed for IE6) - Same for ``:first-letter`` =20 Comments starting with an exclamation mark (``!``) can be kept optionally. About Release 1.0.4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This is a cosmetic release fixing documentation issues and adding benchmarks. Supported Python Versions =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D * Python 2.4 - 2.7 * Python 3.1 - 3.4 * PyPy 1.9, 2.0 * Jython 2.5, 2.7 (Python only) License =3D=3D=3D=3D=3D=3D=3D rCSSmin is available under the terms and conditions of the "Apache License, Version 2.0." Links =3D=3D=3D=3D=3D * Homepage + Documentation: http://opensource.perlig.de/rcssmin/ * PyPI: https://pypi.python.org/pypi/rcssmin * Github: https://github.com/ndparker/rcssmin * License: http://www.apache.org/licenses/LICENSE-2.0 Andr=E9 "nd" Malo