diff --git a/assets/banner-1544x500.png b/assets/banner-1544x500.png index 05f1e7a..12fd215 100644 Binary files a/assets/banner-1544x500.png and b/assets/banner-1544x500.png differ diff --git a/assets/banner-772x250.png b/assets/banner-772x250.png index f526290..fe70ce2 100644 Binary files a/assets/banner-772x250.png and b/assets/banner-772x250.png differ diff --git a/assets/readme.txt b/assets/readme.txt index 1799e56..cc9a0c0 100644 --- a/assets/readme.txt +++ b/assets/readme.txt @@ -1 +1,4 @@ +Banner File + - http://unsplash.com/ + https://developer.wordpress.org/plugins/the-basics/best-practices/ diff --git a/hosted-content-importer/pages/report-tags.php b/hosted-content-importer/pages/report-tags.php index e1e8113..b0f27be 100644 --- a/hosted-content-importer/pages/report-tags.php +++ b/hosted-content-importer/pages/report-tags.php @@ -28,8 +28,8 @@ S.N. - Posed On - Post Type + Posted On + Type Title View Edit diff --git a/hosted-content-importer/readme.txt b/hosted-content-importer/readme.txt index a8bdc00..799ac74 100644 --- a/hosted-content-importer/readme.txt +++ b/hosted-content-importer/readme.txt @@ -241,3 +241,10 @@ Just create a tiny class file inside **classes/processors** as like one of the e 3. Use as: `[third source="YOURNAME" section=""]` Just that much easy drop-in replacement. + + +== Banner File == + +Used from: + - http://unsplash.com/ + - Cable Cars: Representing contents from various sources comming to your website. diff --git a/inspirations.md b/inspirations.md index 0b4c06f..22b6259 100644 --- a/inspirations.md +++ b/inspirations.md @@ -6,6 +6,7 @@ Gist GitHub Shortcode by Claudio Sanches. * http://claudiosmweb.com/ * https://wordpress.org/plugins/gist-github-shortcode/ * https://github.com/claudiosmweb/gist-github-shortcode + * https://wordpress.org/plugins/embed-form Adds GitHub Gists in your posts via shortcode. diff --git a/todo.md b/todo.md index 8937806..94928d4 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,6 @@ ## @todo + * In a table, record which cache file was used in which post? * Document QR Code usage, properly * Remove unfinished classes * On a too big amount of files, pages or posts, it may slow down (admin report pages) @@ -8,7 +9,6 @@ * Download Parsedown on demand on first installation. * If undefined parameters are passed, pass them as separate array. eg. YouTube: Height, Width - * Some caches may remain permanently as is. * Show reports in tabbed pages - https://jqueryui.com/tabs/#default * When cache file is used, mention it as HTML Comments. @@ -23,6 +23,7 @@ - It may not be good to communicate over servers for each page serving - Contents are generally static - Configurable cache duration + - Some caches may remain permanently as is. * Replace curl with (HTTP_API](https://codex.wordpress.org/HTTP_API) * Write an article around it diff --git a/using-qr-code.md b/using-qr-code.md index 82c484f..679f911 100644 --- a/using-qr-code.md +++ b/using-qr-code.md @@ -4,4 +4,5 @@ Install [Hosted Content Importer](https://wordpress.org/plugins/hosted-content-i * `[third source="qr" id="url" section="internal"]` -The plugin will create a QR Code corresponding to your current URL. Visitors can visit the same page now in their mobiles. +The plugin will create a QR Code corresponding to your current URL. +Visitors can visit the same page now in their mobiles.