Changeset 399996
- Timestamp:
- 06/22/2011 08:08:56 PM (15 years ago)
- Location:
- purlem-personal-url-marketing
- Files:
-
- 3 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/purlem.php (added)
-
tags/1.0.5/readme.txt (added)
-
trunk/purlem.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r385569 r399996 3 3 Plugin Name: Purlem Personalized URL 4 4 Plugin URI: http://www.purlem.com 5 Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http:// www.purlem.com'>Purlem Account</a>.</strong>6 Version: 1.0. 35 Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://purlem.com'>Purlem Account</a>.</strong> 6 Version: 1.0.5 7 7 Author: Marty Thomas 8 Author URI: http:// www.purlem.com/pages/personalized-url-company.php8 Author URI: http://purlem.com/company 9 9 License: A "Slug" license name e.g. GPL2 10 10 … … 42 42 RewriteCond %{REQUEST_FILENAME} !-d 43 43 RewriteCond %{REQUEST_FILENAME} !-f 44 RewriteRule ^([A-Za-z ]+)\.([A-Za-z]+)/?$ ".get_option('purlemURI')."&purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R]\n#END PURL CODE";44 RewriteRule ^([A-Za-z0-9]+)\.([A-Za-z0-9]+)/?$ ".get_option('purlemURI')."&purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R]\n#END PURL CODE"; 45 45 $code_permalink = "#PURL CODE 46 46 <IfModule mod_rewrite.c> … … 49 49 RewriteCond %{REQUEST_FILENAME} !-f 50 50 RewriteCond %{REQUEST_FILENAME} !-d 51 RewriteRule ^([a-zA-Z ]+)\\\\\.([a-zA-Z]+)/?$ ".get_option('purlemURI')."?purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R,L]51 RewriteRule ^([a-zA-Z0-9]+)\\\\\.([a-zA-Z0-9]+)/?$ ".get_option('purlemURI')."?purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R,L] 52 52 </IfModule> 53 53 #END PURL CODE\n"; -
purlem-personal-url-marketing/trunk/readme.txt
r385570 r399996 4 4 Link: http://purlem.com/ 5 5 Requires at least: 2.1 6 Tested up to: 3.1 7 Stable tag: 1.0. 46 Tested up to: 3.1.3 7 Stable tag: 1.0.5 8 8 9 9 Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset
for help on using the changeset viewer.