Plugin Directory

Changeset 680140


Ignore:
Timestamp:
03/11/2013 11:48:31 PM (13 years ago)
Author:
psmagicman
Message:

fixed the readme again sorry if people downloaded it already

Location:
global-javascript
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • global-javascript/tags/1.0/readme.txt

    r680135 r680140  
    1 == Global Javascript ==
     1=== Global Javascript ===
    22
    33Contributors: psmagicman, ctlt-dev, ubcdev
     
    66Requires at least: WordPress 3.5 and PHP 5.2.1
    77Tested up to: 3.5
    8 Stable tag:
     8Stable tag: 1.0
    99License: GNU General Public License
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 A simple Javascript writing/editing tool
     12A simple Javascript writing/editing tool using ACE editor and the Minify library
    1313
    14 == Acknowledgements ==
    15 
    16 This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com).
    17 More info at http://code.google.com/p/minify/
    1814
    1915== Description ==
     
    27232. Activate the plugin through the 'Plugins' menu in the WordPress admin dashboard.
    28243. Navigate to the 'Appearance' tab in the WordPress admin dashboard sidebar.
    29 4. Click on the link titled 'Custom JS'
     254. Click on the link titled 'Global Javascript'
     26
     27== Frequently Asked Questions ==
     28
     29= What does the plugin do? =
     30
     31The plugin is just a simple Javascript writing/editing tool that allows the user to create some custom Javascript to their WordPress powered website.
     32
     33= How much experience do I need to use this plugin? =
     34
     35Javascript is not too difficult to pick up. There are many freely available resources online that you can find to help you get started. The site that I used to get started on Javascript is http://w3schools.com/js/default.asp
     36
     37= Does it do anything to the database? =
     38
     39Yes. This plugin allows the use of revisions and will add entries to the database in the posts table. The database is accessed using WordPress and PHP core functions and there are no direct SQL queries.
     40
     41= Does the plugin access the filesystem? =
     42
     43Yes. This plugin will save and delete files to the filesystem. The files will be located in the uploads folder under the sub-folder "global-js" on a default WordPress installation.
     44
     45= Does the plugin work in a multisite configuration? =
     46
     47Yes. The plugin works in a multisite environment as it creates files and folders in the sites own portion of the uploads directory.
     48
     49== Screenshots ==
     50
     511. Screenshot of the editor itself.
     52
     532. Screenshot of where to find the editor in the dashboard.
     54
     553. Another screenshot of where to find the editor in the dashboard.
     56
     574. A screenshot of the minified code.
    3058
    3159== Changelog ==
     60
    3261v.1.0 - release version
    3362
     
    101130
    102131v0.1 -  core code created from the improved simpler css plugin by CTLT
     132
     133== Acknowledgements ==
     134
     135This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com).
     136More info at http://code.google.com/p/minify/
  • global-javascript/trunk/readme.txt

    r680135 r680140  
    1 == Global Javascript ==
     1=== Global Javascript ===
    22
    33Contributors: psmagicman, ctlt-dev, ubcdev
     
    66Requires at least: WordPress 3.5 and PHP 5.2.1
    77Tested up to: 3.5
    8 Stable tag:
     8Stable tag: 1.0
    99License: GNU General Public License
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 A simple Javascript writing/editing tool
     12A simple Javascript writing/editing tool using ACE editor and the Minify library
    1313
    14 == Acknowledgements ==
    15 
    16 This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com).
    17 More info at http://code.google.com/p/minify/
    1814
    1915== Description ==
     
    27232. Activate the plugin through the 'Plugins' menu in the WordPress admin dashboard.
    28243. Navigate to the 'Appearance' tab in the WordPress admin dashboard sidebar.
    29 4. Click on the link titled 'Custom JS'
     254. Click on the link titled 'Global Javascript'
     26
     27== Frequently Asked Questions ==
     28
     29= What does the plugin do? =
     30
     31The plugin is just a simple Javascript writing/editing tool that allows the user to create some custom Javascript to their WordPress powered website.
     32
     33= How much experience do I need to use this plugin? =
     34
     35Javascript is not too difficult to pick up. There are many freely available resources online that you can find to help you get started. The site that I used to get started on Javascript is http://w3schools.com/js/default.asp
     36
     37= Does it do anything to the database? =
     38
     39Yes. This plugin allows the use of revisions and will add entries to the database in the posts table. The database is accessed using WordPress and PHP core functions and there are no direct SQL queries.
     40
     41= Does the plugin access the filesystem? =
     42
     43Yes. This plugin will save and delete files to the filesystem. The files will be located in the uploads folder under the sub-folder "global-js" on a default WordPress installation.
     44
     45= Does the plugin work in a multisite configuration? =
     46
     47Yes. The plugin works in a multisite environment as it creates files and folders in the sites own portion of the uploads directory.
     48
     49== Screenshots ==
     50
     511. Screenshot of the editor itself.
     52
     532. Screenshot of where to find the editor in the dashboard.
     54
     553. Another screenshot of where to find the editor in the dashboard.
     56
     574. A screenshot of the minified code.
    3058
    3159== Changelog ==
     60
    3261v.1.0 - release version
    3362
     
    101130
    102131v0.1 -  core code created from the improved simpler css plugin by CTLT
     132
     133== Acknowledgements ==
     134
     135This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com).
     136More info at http://code.google.com/p/minify/
Note: See TracChangeset for help on using the changeset viewer.