Plugin Directory

Changeset 2738502


Ignore:
Timestamp:
06/07/2022 09:09:22 AM (4 years ago)
Author:
seenthis
Message:

Name change to Apart

Location:
greenweb
Files:
4 added
6 edited

Legend:

Unmodified
Added
Removed
  • greenweb/tags/1.1.0/README.txt

    r2732598 r2738502  
    1 === Greenweb ===
     1=== Apart ===
    22Contributors: seenthis, rhyme sthlm
    33Donate link: rhymesthlm.se
    4 Tags: imagestreaming, greenweb, carbon, save
     4Tags: imagestreaming, greenweb, carbon, save, apart
    55Requires at least: 3.0.1
    66Tested up to: 5.9.3
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Greenweb reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
     11APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
    1212
    1313== Description ==
    1414
    15 Greenweb reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
     15APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
    1616
    1717Using our proprietary image streaming technology, we stream your content directly from our super fast and optimized, global CDN network directly to your site’s visitors. Data efficient, reliable and SEO friendly.
     
    5757== Frequently Asked Questions ==
    5858
    59 = Does SeenThis work with CSS image backgrounds?  =
     59= Does APART work with CSS image backgrounds?  =
    6060
    61 SeenThis are working on a solution for handling basic CSS image backgrounds in upcoming releases
     61APART are working on a solution for handling basic CSS image backgrounds in upcoming releases
    6262
    63 = What image file types does SeenThis support for streaming?  =
     63= What image file types does APART support for streaming?  =
    6464
    6565JPG and PNG.
    6666
    67 = Why are my website images blurry after implementing the SeenThis script? =
    68 When blurry images are shown this is most likely a result of prefixing images on pages where the SeenThis script is not implemented in the head tag. Make sure that the SeenThis script is added to every page where the SeenThis prefix is used.
     67= Why are my website images blurry after implementing the APART script? =
     68When blurry images are shown this is most likely a result of prefixing images on pages where the APART script is not implemented in the head tag. Make sure that the APART script is added to every page where the APART prefix is used.
    6969
    7070= Why are the images not streamed when I’m testing the website in a local development environment? =
    71 SeenThis requires the images to be publicly accessible over the internet. If not, SeenThis will fallback to the original image.
     71APART requires the images to be publicly accessible over the internet. If not, APART will fallback to the original image.
    7272
    7373= How does the solution work? =
    74 The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the SeenThis server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be SeenThis. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site.
    75 
     74The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the APART server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be APART. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site.
    7675
    7776
     
    7978
    8079== Changelog ==
     80
     81= 1.1.0 =
     82* Name change from Greenweb to Apart
    8183
    8284= 1.0 =
  • greenweb/tags/1.1.0/admin/class-greenweb-admin.php

    r2732598 r2738502  
    5050     */
    5151    public function admin_enqueue_styles($hook) {
    52         if (!strpos($hook, 'greenweb-admin-display.php')) {
     52        if (!strpos($hook, 'apart-admin-display.php')) {
    5353            return;
    5454        }
     
    6363     */
    6464    public function admin_enqueue_scripts($hook) {
    65         if (!strpos($hook, 'greenweb-admin-display.php')) {
     65        if (!strpos($hook, 'apart-admin-display.php')) {
    6666            return;
    6767        }
     
    7474     */
    7575    public function set_admin_menu() {
    76         add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/greenweb-admin-display.php');
     76        add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/apart-admin-display.php');
    7777    }
    7878}
  • greenweb/tags/1.1.0/greenweb_globals.php

    r2732598 r2738502  
    22namespace greenweb_globals;
    33 
    4 const option = 'greenweb_prefix';
     4const option = 'apart_prefix';
    55const optiUrl = 'https://opti.seenthis.co/';
    66const latest = '/loader/latest.js';
    77const optiEnd = '/t?';
    8 const pluginName = 'Greenweb';
    9 const baseName = 'greenweb';
     8const pluginName = 'Apart';
     9const baseName = 'apart';
    1010const version = '1.1.0';
    1111
  • greenweb/trunk/README.txt

    r2732582 r2738502  
    1 === Greenweb ===
     1=== Apart ===
    22Contributors: seenthis, rhyme sthlm
    33Donate link: rhymesthlm.se
    4 Tags: imagestreaming, greenweb, carbon, save
     4Tags: imagestreaming, greenweb, carbon, save, apart
    55Requires at least: 3.0.1
    66Tested up to: 5.9.3
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Greenweb reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
     11APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
    1212
    1313== Description ==
    1414
    15 Greenweb reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
     15APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.
    1616
    1717Using our proprietary image streaming technology, we stream your content directly from our super fast and optimized, global CDN network directly to your site’s visitors. Data efficient, reliable and SEO friendly.
     
    5757== Frequently Asked Questions ==
    5858
    59 = Does SeenThis work with CSS image backgrounds?  =
     59= Does APART work with CSS image backgrounds?  =
    6060
    61 SeenThis are working on a solution for handling basic CSS image backgrounds in upcoming releases
     61APART are working on a solution for handling basic CSS image backgrounds in upcoming releases
    6262
    63 = What image file types does SeenThis support for streaming?  =
     63= What image file types does APART support for streaming?  =
    6464
    6565JPG and PNG.
    6666
    67 = Why are my website images blurry after implementing the SeenThis script? =
    68 When blurry images are shown this is most likely a result of prefixing images on pages where the SeenThis script is not implemented in the head tag. Make sure that the SeenThis script is added to every page where the SeenThis prefix is used.
     67= Why are my website images blurry after implementing the APART script? =
     68When blurry images are shown this is most likely a result of prefixing images on pages where the APART script is not implemented in the head tag. Make sure that the APART script is added to every page where the APART prefix is used.
    6969
    7070= Why are the images not streamed when I’m testing the website in a local development environment? =
    71 SeenThis requires the images to be publicly accessible over the internet. If not, SeenThis will fallback to the original image.
     71APART requires the images to be publicly accessible over the internet. If not, APART will fallback to the original image.
    7272
    7373= How does the solution work? =
    74 The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the SeenThis server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be SeenThis. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site.
    75 
     74The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the APART server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be APART. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site.
    7675
    7776
     
    7978
    8079== Changelog ==
     80
     81= 1.1.0 =
     82* Name change from Greenweb to Apart
    8183
    8284= 1.0 =
  • greenweb/trunk/admin/class-greenweb-admin.php

    r2732598 r2738502  
    5050     */
    5151    public function admin_enqueue_styles($hook) {
    52         if (!strpos($hook, 'greenweb-admin-display.php')) {
     52        if (!strpos($hook, 'apart-admin-display.php')) {
    5353            return;
    5454        }
     
    6363     */
    6464    public function admin_enqueue_scripts($hook) {
    65         if (!strpos($hook, 'greenweb-admin-display.php')) {
     65        if (!strpos($hook, 'apart-admin-display.php')) {
    6666            return;
    6767        }
     
    7474     */
    7575    public function set_admin_menu() {
    76         add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/greenweb-admin-display.php');
     76        add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/apart-admin-display.php');
    7777    }
    7878}
  • greenweb/trunk/greenweb_globals.php

    r2732598 r2738502  
    22namespace greenweb_globals;
    33 
    4 const option = 'greenweb_prefix';
     4const option = 'apart_prefix';
    55const optiUrl = 'https://opti.seenthis.co/';
    66const latest = '/loader/latest.js';
    77const optiEnd = '/t?';
    8 const pluginName = 'Greenweb';
    9 const baseName = 'greenweb';
     8const pluginName = 'Apart';
     9const baseName = 'apart';
    1010const version = '1.1.0';
    1111
Note: See TracChangeset for help on using the changeset viewer.