[pLog-svn] r5057 - plugins/branches/lifetype-1.2/rsd

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Mon Mar 12 03:31:38 EDT 2007


Author: pwestbro
Date: 2007-03-12 03:31:38 -0400 (Mon, 12 Mar 2007)
New Revision: 5057

Modified:
   plugins/branches/lifetype-1.2/rsd/README.txt
Log:
Fixed some spacing


Modified: plugins/branches/lifetype-1.2/rsd/README.txt
===================================================================
--- plugins/branches/lifetype-1.2/rsd/README.txt	2007-03-12 06:55:50 UTC (rev 5056)
+++ plugins/branches/lifetype-1.2/rsd/README.txt	2007-03-12 07:31:38 UTC (rev 5057)
@@ -21,29 +21,16 @@
  Allow from all
 </files>
 
-
-
 Add the following lines to the lifetype/.htaccess
 
-
-
 <IfModule mod_rewrite.c>
- 
-RewriteEngine On
-
+  RewriteEngine On
   RewriteBase /
-
-
   # Point to the rsd file that is local to the blog
-
   RewriteRule ^rsd([0-9]+)\.xml$ tmp/rsd/$1/rsd.xml [L,NC]
-
-
 </IfModule>
 
 
-
-
 Add the following code in header.template before the </head> tag: 
 
 Code: 



More information about the pLog-svn mailing list