public
Description: An interactive console for WordPress developers
Homepage:
Clone URL: git://github.com/sant0sk1/wordpress-console.git
name age message
file LICENSE Tue Jun 23 10:45:26 -0700 2009 added license and readme. customized color sche... [sant0sk1]
file common.php Tue Jun 23 10:47:03 -0700 2009 fixed pretty big bug in storing variables: var_... [sant0sk1]
file complete.php Loading commit data...
file console.css Tue Jun 23 10:46:48 -0700 2009 removed command line interface. continued tweak... [sant0sk1]
file console.js
directory lib/ Tue Jun 23 10:45:44 -0700 2009 major progress in creating in-browser console. ... [sant0sk1]
file query.php
file readme.txt
file reload.php Tue Jun 23 10:46:37 -0700 2009 massive advances in variable saving and multi-l... [sant0sk1]
file screenshot-1.png Tue Jun 23 10:46:59 -0700 2009 added screenshot for wp.org git-svn-id: http:/... [sant0sk1]
file wordpress-console.php
readme.txt
=== WordPress Console ===
Contributors: sant0sk1
Donate link: http://jerodsanto.net
Tags: admin, development, ajax, interactive
Requires at least: 2.7
Tested up to: 2.8
Stable tag: trunk

An interactive console for WordPress developers

== Description ==

One killer feature of [Ruby on Rails](http://rubyonrails.org/) is the Rails Console.  It allows developers to examine 
and modify their code and data interactively from within the Rails environment. This plugin's aim is to provide a 
similar environment for WordPress plugin developers.

Once activated, the plugin adds a "Console" page to the administrator's "Tools" menu. This page includes a 
JavaScript-based interactive shell which loads the WordPress environment. It allows execution of arbitrary PHP code as 
well as anything defined by WordPress or activated plugins. This is awesome.

**SECURITY NOTICE**

This plugin is for *development*. Do NOT run this plugin on your production server unless you don't mind possibly being 
owned by strangers.

== Installation ==

1.  Upload wordpress-console/ directory to the wp-content/plugins directory.
2.  Activate WordPress Console through the 'Plugins' menu in WordPress.
3.  Browse to 'Tools' -> 'Console' and have at it.

== Frequently Asked Questions ==

= Who is this plugin for? =

The WordPress Console was designed to help plugin *developers* be more productive. It will do no good for the average 
joe user.

= Does this plugin rock? =

Yes, yes it does.

= What about tab-completion? =

Coming to a version near you.

= I want feature [X] =

You should fork the project on [GitHub](http://github.com/sant0sk1/wordpress-console) and help add it!

== Screenshots ==

1.  The console

== Changelog ==

= 0.1.0 =
* Initial release