Plugin Directory

Changeset 680617


Ignore:
Timestamp:
03/12/2013 04:47:49 PM (13 years ago)
Author:
psmagicman
Message:

added more dontent to the description section and the faq section

Location:
global-javascript
Files:
2 edited

Legend:

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

    r680143 r680617  
    1717Allows the user to create custom javascript for their Wordpress powered site on a global level.
    1818The 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
     20PLUGIN FEATURES:
     21Some 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
     28
     29FUTURE ADDITIONS:
     30Here 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
    1935
    2036== Installation ==
     
    4561= Does the plugin work in a multisite configuration? =
    4662
    47 Yes. The plugin works in a multisite environment as it creates files and folders in the sites own portion of the uploads directory.
     63Yes. The plugin works in a multisite environment as it creates files and folders in the site's own portion of the uploads directory.
     64
     65= How do I get rid of the javascript files from the server? =
     66
     67At the moment, the only way to do this is to save a blank javascript file. This will delete all the relevant files from your uploads folder. There is currently no way to delete it from your database posts table through the plugin. You will have to access the database and delete it manually. You can find the posts in the data base by searching for post_title = 'Global JavaScript Editor' in the posts table.
    4868
    4969== Screenshots ==
  • global-javascript/trunk/readme.txt

    r680143 r680617  
    1717Allows the user to create custom javascript for their Wordpress powered site on a global level.
    1818The 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
     20PLUGIN FEATURES:
     21Some 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
     28
     29FUTURE ADDITIONS:
     30Here 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
    1935
    2036== Installation ==
     
    4561= Does the plugin work in a multisite configuration? =
    4662
    47 Yes. The plugin works in a multisite environment as it creates files and folders in the sites own portion of the uploads directory.
     63Yes. The plugin works in a multisite environment as it creates files and folders in the site's own portion of the uploads directory.
     64
     65= How do I get rid of the javascript files from the server? =
     66
     67At the moment, the only way to do this is to save a blank javascript file. This will delete all the relevant files from your uploads folder. There is currently no way to delete it from your database posts table through the plugin. You will have to access the database and delete it manually. You can find the posts in the data base by searching for post_title = 'Global JavaScript Editor' in the posts table.
    4868
    4969== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.