Plugin Directory

Changeset 1238980


Ignore:
Timestamp:
09/06/2015 02:50:33 AM (11 years ago)
Author:
mranderson
Message:

Version 0.9.2

Location:
base64-encoderdecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • base64-encoderdecoder/tags/0.9.2/readme.txt

    r1238977 r1238980  
    1 === WP-Base64 Encoder/Decoder ===
     1=== Base64 Encoder/Decoder ===
    22Contributors: mranderson
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2920389
     
    1313== Description ==
    1414
    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.
     15Base64 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.
    1616
    1717It 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 ===
    22Contributors: mranderson
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2920389
     
    1313== Description ==
    1414
    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.
     15Base64 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.
    1616
    1717It 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.