Changeset 2782905
- Timestamp:
- 09/11/2022 05:20:08 AM (4 years ago)
- Location:
- base64-shortlinks
- Files:
-
- 2 edited
- 3 copied
-
tags/1.6 (copied) (copied from base64-shortlinks/trunk)
-
tags/1.6/base64-shortlinks.php (copied) (copied from base64-shortlinks/trunk/base64-shortlinks.php) (4 diffs)
-
tags/1.6/readme.txt (copied) (copied from base64-shortlinks/trunk/readme.txt) (2 diffs)
-
trunk/base64-shortlinks.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
base64-shortlinks/tags/1.6/base64-shortlinks.php
r2735016 r2782905 3 3 Plugin Name: Base64 Shortlinks 4 4 Plugin URI: https://www.jwz.org/base64-shortlinks/ 5 Version: 1. 55 Version: 1.6 6 6 Description: This plugin makes your shortlinks shorter! Depending on your domain name, this can reduce the length of your shortlink URLs to as few as 20 characters, which is comparable to or better than what most public URL-shortening services can accomplish. 7 7 Author: Jamie Zawinski … … 252 252 them to 21 total bytes, which is comparable to most public 253 253 URL-shortener services, and better than many. 254 <? 254 <?php 255 255 // print "<p><pre>" . b64sl_encoder_selftest() . "</pre><p>"; 256 256 ?> … … 275 275 <code>http://exam.pl/b/</code>. 276 276 <p> 277 <? 277 <?php 278 278 279 279 /* I guess this is the closest we can get to "flush the rules … … 376 376 registering a second domain with fewer characters just to use 377 377 for shortlinks. 378 <? 378 <?php 379 379 } 380 380 -
base64-shortlinks/tags/1.6/readme.txt
r2735016 r2782905 4 4 Tags: shortlinks 5 5 Requires at least: 2.7 6 Tested up to: 6.0 7 Stable tag: 1. 56 Tested up to: 6.0.2 7 Stable tag: 1.6 8 8 9 9 This plugin makes your shortlinks shorter! … … 46 46 * Eliminated some PHP warnings. 47 47 48 = 1.6 = 49 * Don't use PHP short-open tags. 50 -
base64-shortlinks/trunk/base64-shortlinks.php
r2735016 r2782905 3 3 Plugin Name: Base64 Shortlinks 4 4 Plugin URI: https://www.jwz.org/base64-shortlinks/ 5 Version: 1. 55 Version: 1.6 6 6 Description: This plugin makes your shortlinks shorter! Depending on your domain name, this can reduce the length of your shortlink URLs to as few as 20 characters, which is comparable to or better than what most public URL-shortening services can accomplish. 7 7 Author: Jamie Zawinski … … 252 252 them to 21 total bytes, which is comparable to most public 253 253 URL-shortener services, and better than many. 254 <? 254 <?php 255 255 // print "<p><pre>" . b64sl_encoder_selftest() . "</pre><p>"; 256 256 ?> … … 275 275 <code>http://exam.pl/b/</code>. 276 276 <p> 277 <? 277 <?php 278 278 279 279 /* I guess this is the closest we can get to "flush the rules … … 376 376 registering a second domain with fewer characters just to use 377 377 for shortlinks. 378 <? 378 <?php 379 379 } 380 380 -
base64-shortlinks/trunk/readme.txt
r2735016 r2782905 4 4 Tags: shortlinks 5 5 Requires at least: 2.7 6 Tested up to: 6.0 7 Stable tag: 1. 56 Tested up to: 6.0.2 7 Stable tag: 1.6 8 8 9 9 This plugin makes your shortlinks shorter! … … 46 46 * Eliminated some PHP warnings. 47 47 48 = 1.6 = 49 * Don't use PHP short-open tags. 50
Note: See TracChangeset
for help on using the changeset viewer.