=== Plugin Name ===
Contributors: pranavnegandhi
Tags: spreadsheet, post-editor
Requires at least: 3.0.1
Tested up to: 3.8.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Spreadsheet of Posts is a WordPress plugin that aggregates all posts into a spreadsheet interface.

== Description ==

Spreadsheet of Posts is a WordPress plugin that aggregates all posts into a spreadsheet interface.

* Edits are made in-place on the grid itself
* New records are inserted by filling in a blank row
* Records are deleted by selecting any cell and hitting delete
* The record that corresponds to the selected row is deleted.

The plugin uses standard page-based navigation to cycle through records that do not fit into a single page.

== Installation ==

This section describes how to install the plugin and get it working.

1. Upload the `spreadsheet-of-posts.zip` file through the WordPress plugins interface
1. Alternatively, upload the `spreadsheet-of-posts` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. A new entry is added to the Administration menu

== Screenshots ==

1. Spreadsheet interface to all posts in the Uncategorized category. Display of rich-formatted text
is supported in the cells, although there is no way to actually create richly formatted text within
the cells as of now.

== Changelog ==

= 0.1 =
* Feature complete. Initial public release.