Plugin Directory

Changeset 2008486


Ignore:
Timestamp:
01/08/2019 03:18:59 PM (7 years ago)
Author:
geekysoft
Message:

Tested up to 5.0.2

Location:
post-archival
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • post-archival/tags/1.3.1/post-archival.php

    r1755565 r2008486  
    22/*
    33Plugin Name: Post Archival in the Internet Archive
    4 Plugin URI:  https://www.geeky.software/wordpress-plugins/post-archival/
     4Plugin URI:  https://www.ctrl.blog/entry/wordpress-internet-archive-plugin
    55Description: Automatically save new blog posts to the Internet Archive.
    66Version:     1.3.1
    77Author:      Geeky Software
    8 Author URI:  https://www.geeky.software/
     8Author URI:  https://www.ctrl.blog/topic/wordpress
    99License:     GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1717
    1818/* wppaiapi_file_get_contents() and wppaiapi_file_get_intbound_contents()
    19    are documented at https://www.slightfuture.com/devel/php-file-contents-dual-stack */
     19   are documented at https://www.ctrl.blog/entry/php-file-contents-dual-stack */
    2020function wppaiapi_file_get_contents( $url ) {
    2121    $hostname = parse_url( $url, PHP_URL_HOST );
     
    8181    wppaiapi_archive_link( $url );
    8282
    83     // Archive any linked resources in the post (only on publish) 
     83    // Archive any linked resources in the post (only on publish)
    8484    if ( $on_publish ) {
    8585        $post = get_post( $ID );
  • post-archival/tags/1.3.1/readme.txt

    r1834875 r2008486  
    33Tags: Internet Archive, Wayback Machine
    44Requires at least: 4.5.2
    5 Tested up to: 4.9.4
     5Tested up to: 5.0.2
    66Stable tag: 1.3.1
    77License: GPLv3
     
    1212== Description ==
    1313
    14 The Internet Archive saves snapshots of web pages and makes them available for prosperity. Now you can have your blog posts included in this internet-wide archive of knowledge!
     14The Internet Archive saves snapshots of web pages and makes them available for posterity. Now you can have your blog posts included in this internet-wide archive of knowledge!
    1515
    1616Install and enable this plugin and it will silently take care of the rest. There is no configuration or anything else required from you than to keep writing great blog posts. New posts will be submitted to the archive 12 hours after you publish them on your website.
     
    9292* Archive the home page as a one-off when activating the plugin
    9393* Shortened timeout when archiving posts
    94 * More [fault-tolerant use of `file_get_contents()`](https://www.slightfuture.com/devel/php-file-contents-dual-stack) (IPv6)
     94* More [fault-tolerant use of `file_get_contents()`](https://www.ctrl.blog/entry/php-file-contents-dual-stack) (IPv6)
    9595* Resolved a problem leading to all edits incorrectly triggering new archival requests
    9696* Stop send separate archive requests for shortlinks.
  • post-archival/trunk/post-archival.php

    r1755565 r2008486  
    22/*
    33Plugin Name: Post Archival in the Internet Archive
    4 Plugin URI:  https://www.geeky.software/wordpress-plugins/post-archival/
     4Plugin URI:  https://www.ctrl.blog/entry/wordpress-internet-archive-plugin
    55Description: Automatically save new blog posts to the Internet Archive.
    66Version:     1.3.1
    77Author:      Geeky Software
    8 Author URI:  https://www.geeky.software/
     8Author URI:  https://www.ctrl.blog/topic/wordpress
    99License:     GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1717
    1818/* wppaiapi_file_get_contents() and wppaiapi_file_get_intbound_contents()
    19    are documented at https://www.slightfuture.com/devel/php-file-contents-dual-stack */
     19   are documented at https://www.ctrl.blog/entry/php-file-contents-dual-stack */
    2020function wppaiapi_file_get_contents( $url ) {
    2121    $hostname = parse_url( $url, PHP_URL_HOST );
     
    8181    wppaiapi_archive_link( $url );
    8282
    83     // Archive any linked resources in the post (only on publish) 
     83    // Archive any linked resources in the post (only on publish)
    8484    if ( $on_publish ) {
    8585        $post = get_post( $ID );
  • post-archival/trunk/readme.txt

    r1885146 r2008486  
    33Tags: Internet Archive, Wayback Machine
    44Requires at least: 4.5.2
    5 Tested up to: 4.9.4
     5Tested up to: 5.0.2
    66Stable tag: 1.3.1
    77License: GPLv3
     
    9292* Archive the home page as a one-off when activating the plugin
    9393* Shortened timeout when archiving posts
    94 * More [fault-tolerant use of `file_get_contents()`](https://www.slightfuture.com/devel/php-file-contents-dual-stack) (IPv6)
     94* More [fault-tolerant use of `file_get_contents()`](https://www.ctrl.blog/entry/php-file-contents-dual-stack) (IPv6)
    9595* Resolved a problem leading to all edits incorrectly triggering new archival requests
    9696* Stop send separate archive requests for shortlinks.
Note: See TracChangeset for help on using the changeset viewer.