Plugin Directory

Changeset 680621


Ignore:
Timestamp:
03/12/2013 05:00:35 PM (13 years ago)
Author:
psmagicman
Message:

added more tags... attempt 1 at fixing formatting of description

Location:
global-javascript
Files:
2 edited

Legend:

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

    r680617 r680621  
    33Contributors: psmagicman, ctlt-dev, ubcdev, enej
    44Donate link:
    5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic
     5Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic, ACE, minify, code, custom, jquery, backbone, thickbox, modernizr, json, underscore, script, dependency
    66Requires at least: WordPress 3.5 and PHP 5.2.1
    77Tested up to: 3.5
     
    1616
    1717Allows the user to create custom javascript for their Wordpress powered site on a global level.
     18
    1819The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes.
    1920
    2021PLUGIN FEATURES:
     22
    2123Some 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
    2836
    2937FUTURE ADDITIONS:
     38
    3039Here 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
    3548
    3649== Installation ==
  • global-javascript/trunk/readme.txt

    r680617 r680621  
    33Contributors: psmagicman, ctlt-dev, ubcdev, enej
    44Donate link:
    5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic
     5Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic, ACE, minify, code, custom, jquery, backbone, thickbox, modernizr, json, underscore, script, dependency
    66Requires at least: WordPress 3.5 and PHP 5.2.1
    77Tested up to: 3.5
     
    1616
    1717Allows the user to create custom javascript for their Wordpress powered site on a global level.
     18
    1819The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes.
    1920
    2021PLUGIN FEATURES:
     22
    2123Some 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
    2836
    2937FUTURE ADDITIONS:
     38
    3039Here 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
    3548
    3649== Installation ==
Note: See TracChangeset for help on using the changeset viewer.