Plugin Directory

Changeset 2431933


Ignore:
Timestamp:
12/05/2020 12:17:57 AM (5 years ago)
Author:
pbimal
Message:

spellings

Location:
hosted-content-importer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hosted-content-importer/trunk/hosted-content-importer.php

    r2431930 r2431933  
    1717
    1818/**
    19  * Do NOT edit
     19 * Do NOT edit anything below
     20 */
     21
     22/**
     23 * Plugin path
    2024 */
    2125define("HCI_PLUGIN_DIR", dirname(__FILE__));
  • hosted-content-importer/trunk/readme.txt

    r2431930 r2431933  
    3737 - __analytics__: ✔ implemented (Google Analytics)
    3838 - __file__: ✔ implemented (Read from local file)
    39  - __gist__: ✔ implemented (Embed Gist Snippes)
     39 - __gist__: ✔ implemented (Embed Gist Snippets)
    4040 - __jotform__: ✔ implemented (Embed Web Forms)
    4141 - __markdown__: ✔ implemented (Parse remote markdown files)
     
    6767
    6868
    69 = Example: Embeding a gist code from GitHub =
     69= Example: Embedding a gist code from GitHub =
    7070
    7171`[third source="gist" id="000000000000" section="filename.php"]`
     
    7474
    7575
    76 = Example: Embeding a JotForm =
     76= Example: Embedding a JotForm =
    7777
    7878`[third source="jotform" id="000000000000" section=""]`
     
    107107
    108108
    109 = Example: Embeding a YouTube Video =
     109= Example: Embedding a YouTube Video =
    110110
    111111`[third source="youtube" id="v00000000000" section=""]`
     
    141141 * Download the file hosted-content-importer.zip.
    142142 * Unzip the file on your computer.
    143  * Upload folder hosted-content-importer (you just unziped) to /wp-content/plugins/ directory.
     143 * Upload folder hosted-content-importer (you just unzipped) to /wp-content/plugins/ directory.
    144144 * Activate the plugin through the WP Admin > Plugins menu.
    145145
     
    159159Your URL (ID) should be a full URL to your .md file on the remote server.
    160160
    161 There are several other ways to include remote contents. Each unique content is processed by its own processor. [View Source Codes](https://github.com/bimalpoudel/hosted-content-importer/tree/master/hosted-content-importer/classes/processors) for each processors.
     161There are several other ways to include remote contents. Each unique content is processed by its own processor. [View Source Codes](https://github.com/anytizer/hosted-content-importer/tree/master/hosted-content-importer/classes/processors) for each processors.
    162162
    163163
     
    188188If you are maintainer of a portion of the content of any other websites, act responsibly; do NOT commit any unsafe contents. When you edit some file that you have access to, it may affect someone else's website that you are authorised to manage contents.
    189189
    190 Be good, do good. **Always** import contents onlly from the sources that you trust.
     190Be good, do good. **Always** import contents only from the sources that you trust.
    191191
    192192Also, you can create and host your own Micro Content Services. [See an Example](https://goo.gl/UOzOGI).
     
    220220
    221221= 3.0.1 =
    222 * TinyMCE Plugin and text mode editor plgins added.
     222* TinyMCE Plugin and text mode editor plugins added.
    223223* As-Is request for not wrapping the HTML Output within HCI divs.
    224224* Experimental: Dumped handlers or registered shortcodes.
     
    239239= 2.0.1 =
    240240* JotForm added.
    241 * SPL Autoloading the content processors.
     241* SPL Auto-Loading the content processors.
    242242* Embedding gists: a new gist processor introduced.
    243243
     
    255255== Upgrade Notice ==
    256256
    257 When this plugin is used and disabled, your blogs will show your `[third]` shortcode as it is, which may reveal your associated parameters. The precautionary design does not allow username/password and API keys in the shortcode tags.
     257When this plugin is used and disabled, your blog will show your `[third]` shortcode as it is, which may reveal your associated parameters. The precautionary design does not allow username/password and API keys in the shortcode tags.
    258258
    259259= Safety Precaution =
     
    2762763. Use as: `[third source="YOURNAME" section=""]`
    277277
    278 Click for [real examples](https://github.com/bimalpoudel/hosted-content-importer/tree/master/hosted-content-importer/classes/processors).
     278Click for [real examples](https://github.com/anytizer/hosted-content-importer/tree/master/hosted-content-importer/classes/processors).
    279279
    280280Just that much easy drop-in replacement.
     
    285285Used from [unsplash.com](https://unsplash.com)
    286286
    287  * [Cable Cars and Rope](https://unsplash.com/photos/ea9Zg7HkFXQ): Represents contents comming from various sources.
     287 * [Cable Cars and Rope](https://unsplash.com/photos/ea9Zg7HkFXQ): Represents contents coming from various sources.
Note: See TracChangeset for help on using the changeset viewer.