From d235b53396afe9b3d3936ab87b4d108eba50b5e5 Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Sat, 15 May 2010 23:37:39 -0700 Subject: [PATCH] Testing markdown --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9115d71..41c366f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -CSS Minify plugin for Apache Traffic Server +# CSS Minify plugin for Apache Traffic Server +

Derived from the append-transform example plugin

-Derived from the append-transform example plugin --- +## Usage +- Check out Apache Traffic Server 2.x +- Add css-transform-plugin to the SUBDIRS list in traffic/example/Makefile.am +- Copy cssmin-ts-plugin into traffic/example/ +- Add the following to traffic/configure.ac +> AC_CONFIG_FILES([example/css-transform/Makefile]) -Usage -1) Check out Apache Traffic Server 2.x -2) Add css-transform-plugin to the SUBDIRS list in traffic/example/Makefile.am -3) Copy cssmin-ts-plugin into traffic/example/ -4) Add the following to traffic/configure.ac - AC_CONFIG_FILES([example/css-transform/Makefile]) - -5) Add css-transform.so /usr/local/etc/trafficserver/plugin.config -6) Make and install the cssmin-ts-plugin. make; sudo make install; -7) Launch traffic server. traffic_server -p 9090 +- Add css-transform.so /usr/local/etc/trafficserver/plugin.config +- Make and install the cssmin-ts-plugin. +> make; sudo make install; +- Launch traffic server. +> traffic_server -p 9090