Changeset 680621
- Timestamp:
- 03/12/2013 05:00:35 PM (13 years ago)
- Location:
- global-javascript
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
global-javascript/tags/1.0/readme.txt
r680617 r680621 3 3 Contributors: psmagicman, ctlt-dev, ubcdev, enej 4 4 Donate link: 5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic 5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic, ACE, minify, code, custom, jquery, backbone, thickbox, modernizr, json, underscore, script, dependency 6 6 Requires at least: WordPress 3.5 and PHP 5.2.1 7 7 Tested up to: 3.5 … … 16 16 17 17 Allows the user to create custom javascript for their Wordpress powered site on a global level. 18 18 19 The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes. 19 20 20 21 PLUGIN FEATURES: 22 21 23 Some of the features that are included in this plugin are: 22 - syntax highlighting 23 - code minification 24 - revisions 25 - grouping blocks of code 26 - including dependencies (libraries such as jQuery and backbone.js) 27 - elegant editor interface courtesy of ACE 24 25 - syntax highlighting 26 27 - code minification 28 29 - revisions 30 31 - grouping blocks of code 32 33 - including dependencies (libraries such as jQuery and backbone.js) 34 35 - elegant editor interface courtesy of ACE 28 36 29 37 FUTURE ADDITIONS: 38 30 39 Here are some of the things that I will be adding sometime in the future as the plugin grows :) : 31 - ability to choose your minifier of choice from the minify library 32 - ability to load different javascript files for each page/post as decided by the plugin user 33 - ability to save additional javascript files and create tabs to organize the files 34 - a separate button to completely delete the javascript files from the server 40 41 - ability to choose your minifier of choice from the minify library 42 43 - ability to load different javascript files for each page/post as decided by the plugin user 44 45 - ability to save additional javascript files and create tabs to organize the files 46 47 - a separate button to completely delete the javascript files from the server 35 48 36 49 == Installation == -
global-javascript/trunk/readme.txt
r680617 r680621 3 3 Contributors: psmagicman, ctlt-dev, ubcdev, enej 4 4 Donate link: 5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic 5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic, ACE, minify, code, custom, jquery, backbone, thickbox, modernizr, json, underscore, script, dependency 6 6 Requires at least: WordPress 3.5 and PHP 5.2.1 7 7 Tested up to: 3.5 … … 16 16 17 17 Allows the user to create custom javascript for their Wordpress powered site on a global level. 18 18 19 The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes. 19 20 20 21 PLUGIN FEATURES: 22 21 23 Some of the features that are included in this plugin are: 22 - syntax highlighting 23 - code minification 24 - revisions 25 - grouping blocks of code 26 - including dependencies (libraries such as jQuery and backbone.js) 27 - elegant editor interface courtesy of ACE 24 25 - syntax highlighting 26 27 - code minification 28 29 - revisions 30 31 - grouping blocks of code 32 33 - including dependencies (libraries such as jQuery and backbone.js) 34 35 - elegant editor interface courtesy of ACE 28 36 29 37 FUTURE ADDITIONS: 38 30 39 Here are some of the things that I will be adding sometime in the future as the plugin grows :) : 31 - ability to choose your minifier of choice from the minify library 32 - ability to load different javascript files for each page/post as decided by the plugin user 33 - ability to save additional javascript files and create tabs to organize the files 34 - a separate button to completely delete the javascript files from the server 40 41 - ability to choose your minifier of choice from the minify library 42 43 - ability to load different javascript files for each page/post as decided by the plugin user 44 45 - ability to save additional javascript files and create tabs to organize the files 46 47 - a separate button to completely delete the javascript files from the server 35 48 36 49 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.