Changeset 680140
- Timestamp:
- 03/11/2013 11:48:31 PM (13 years ago)
- Location:
- global-javascript
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
global-javascript/tags/1.0/readme.txt
r680135 r680140 1 == Global Javascript==1 === Global Javascript === 2 2 3 3 Contributors: psmagicman, ctlt-dev, ubcdev … … 6 6 Requires at least: WordPress 3.5 and PHP 5.2.1 7 7 Tested up to: 3.5 8 Stable tag: 8 Stable tag: 1.0 9 9 License: GNU General Public License 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 A simple Javascript writing/editing tool 12 A simple Javascript writing/editing tool using ACE editor and the Minify library 13 13 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/18 14 19 15 == Description == … … 27 23 2. Activate the plugin through the 'Plugins' menu in the WordPress admin dashboard. 28 24 3. Navigate to the 'Appearance' tab in the WordPress admin dashboard sidebar. 29 4. Click on the link titled 'Custom JS' 25 4. Click on the link titled 'Global Javascript' 26 27 == Frequently Asked Questions == 28 29 = What does the plugin do? = 30 31 The 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 35 Javascript 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 39 Yes. 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 43 Yes. 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 47 Yes. 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 51 1. Screenshot of the editor itself. 52 53 2. Screenshot of where to find the editor in the dashboard. 54 55 3. Another screenshot of where to find the editor in the dashboard. 56 57 4. A screenshot of the minified code. 30 58 31 59 == Changelog == 60 32 61 v.1.0 - release version 33 62 … … 101 130 102 131 v0.1 - core code created from the improved simpler css plugin by CTLT 132 133 == Acknowledgements == 134 135 This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com). 136 More info at http://code.google.com/p/minify/ -
global-javascript/trunk/readme.txt
r680135 r680140 1 == Global Javascript==1 === Global Javascript === 2 2 3 3 Contributors: psmagicman, ctlt-dev, ubcdev … … 6 6 Requires at least: WordPress 3.5 and PHP 5.2.1 7 7 Tested up to: 3.5 8 Stable tag: 8 Stable tag: 1.0 9 9 License: GNU General Public License 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 A simple Javascript writing/editing tool 12 A simple Javascript writing/editing tool using ACE editor and the Minify library 13 13 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/18 14 19 15 == Description == … … 27 23 2. Activate the plugin through the 'Plugins' menu in the WordPress admin dashboard. 28 24 3. Navigate to the 'Appearance' tab in the WordPress admin dashboard sidebar. 29 4. Click on the link titled 'Custom JS' 25 4. Click on the link titled 'Global Javascript' 26 27 == Frequently Asked Questions == 28 29 = What does the plugin do? = 30 31 The 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 35 Javascript 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 39 Yes. 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 43 Yes. 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 47 Yes. 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 51 1. Screenshot of the editor itself. 52 53 2. Screenshot of where to find the editor in the dashboard. 54 55 3. Another screenshot of where to find the editor in the dashboard. 56 57 4. A screenshot of the minified code. 30 58 31 59 == Changelog == 60 32 61 v.1.0 - release version 33 62 … … 101 130 102 131 v0.1 - core code created from the improved simpler css plugin by CTLT 132 133 == Acknowledgements == 134 135 This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com). 136 More info at http://code.google.com/p/minify/
Note: See TracChangeset
for help on using the changeset viewer.