Changeset 1238980
- Timestamp:
- 09/06/2015 02:50:33 AM (11 years ago)
- Location:
- base64-encoderdecoder
- Files:
-
- 2 edited
-
tags/0.9.2/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
base64-encoderdecoder/tags/0.9.2/readme.txt
r1238977 r1238980 1 === WP-Base64 Encoder/Decoder ===1 === Base64 Encoder/Decoder === 2 2 Contributors: mranderson 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2920389 … … 13 13 == Description == 14 14 15 WP-Base64 Encoder/Decoder is a Wordpress Plugin that enables you to encode parts of your post in base64. The encoded text looks like unreadable text, but when you press the "Decode" button it gets readable with inline replacement using AJAX, so it's invisible to search robots.15 Base64 Encoder/Decoder is a Wordpress Plugin that enables you to encode parts of your post in base64. The encoded text looks like unreadable text, but when you press the "Decode" button it gets readable with inline replacement using AJAX, so it's invisible to search robots. 16 16 17 17 It uses '[base64]' and '[/base64]' tags for opening and closing the parts of post you need to encode. The tags are browser invisible, this is, if you decide to deactivate the plugin, the content enclosed by this tags will be shown like normal text in the post. -
base64-encoderdecoder/trunk/readme.txt
r1238977 r1238980 1 === WP-Base64 Encoder/Decoder ===1 === Base64 Encoder/Decoder === 2 2 Contributors: mranderson 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2920389 … … 13 13 == Description == 14 14 15 WP-Base64 Encoder/Decoder is a Wordpress Plugin that enables you to encode parts of your post in base64. The encoded text looks like unreadable text, but when you press the "Decode" button it gets readable with inline replacement using AJAX, so it's invisible to search robots.15 Base64 Encoder/Decoder is a Wordpress Plugin that enables you to encode parts of your post in base64. The encoded text looks like unreadable text, but when you press the "Decode" button it gets readable with inline replacement using AJAX, so it's invisible to search robots. 16 16 17 17 It uses '[base64]' and '[/base64]' tags for opening and closing the parts of post you need to encode. The tags are browser invisible, this is, if you decide to deactivate the plugin, the content enclosed by this tags will be shown like normal text in the post.
Note: See TracChangeset
for help on using the changeset viewer.