Skip to content

Commit

Permalink
- Improved README (markdown)
Browse files Browse the repository at this point in the history
- Copied README.md to README because symfony requires that to publih the plugin
  • Loading branch information
rbolliger committed May 13, 2012
1 parent f420b27 commit cef1df2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions README
@@ -0,0 +1,16 @@
# apostrophePollPlugin #

The `apostrophePollPlugin` is a symfony plugin that provides forms integration to [apostrophe](http://apostrophenow.org/ "Apostrophe CMS")-based websites.

The plugin is NOT designed to build forms online. Its purpose is to manage the workflow of forms submissions. Forms must be created manually, using the symfony form framework. For this reason, the plugin is intended for people having a minimal understanding of how synfony works.

The plugin provides three modules:

* A new **slot type**, to publish the form in various pages of the CMS
* An **administration** module to manage **forms** behavior and appearance
* An **administration** module to manage **user's submitted data**

The plugin provides many ways to customize both forms appearance and submission management via configurable options.

The plugin is fully documented on its [homepage](https://github.com/rbolliger/apostrophePollPlugin/wiki), hosted on GitHub. You can also find the documentation in the data/doc folder.

7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -5,9 +5,10 @@ The `apostrophePollPlugin` is a symfony plugin that provides forms integration t
The plugin is NOT designed to build forms online. Its purpose is to manage the workflow of forms submissions. Forms must be created manually, using the symfony form framework. For this reason, the plugin is intended for people having a minimal understanding of how synfony works.

The plugin provides three modules:
* A new **slot type**, to publish the form in various pages of the CMS
* An **administration** module to manage **forms** behavior and appearance
* An **administration** module to manage **user's submitted data**

* A new **slot type**, to publish the form in various pages of the CMS
* An **administration** module to manage **forms** behavior and appearance
* An **administration** module to manage **user's submitted data**

The plugin provides many ways to customize both forms appearance and submission management via configurable options.

Expand Down

0 comments on commit cef1df2

Please sign in to comment.