Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaycs85 committed Jan 3, 2018
1 parent 929261c commit 0542c81
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

### Overview

Simplelist module provides set of configurations to create simple list page like drupal.org [FAQ](https://www.drupal.org/about/faq) page.
Simplelist module provides set of configurations to create simple list page like [drupal.org FAQ](https://www.drupal.org/about/faq) page.

### How does it work?

This module provides snippet **content type** with snippet type **taxonomy vocabulary** to create content in different categories. Using [entityqueue]() module to list/order snippets and [views]() module to expose page. All these content can be easily updated to work with different use-cases.
This module provides snippet **content type** with snippet type **taxonomy vocabulary** to create content in different categories. Using [entityqueue](https://www.drupal.org/project/entityqueue) module to list/order snippets and [views](http:https://cgit.drupalcode.org/drupal/tree/core/modules/views) module to expose page. All these content can be easily updated to work with different use-cases.

### Install

1. Install module usual.
2. Create new [snippet]() nodes
2. Create new `snippet` nodes.
3. Add nodes to faq node queue.
4. visit `/faq` page to see questions and answers.

Expand All @@ -28,3 +28,10 @@ Additional pages can be created by:

#### Screenshots
![Simplelist](https://user-images.githubusercontent.com/1220029/34498438-765aeeea-eff9-11e7-896e-7ebc075a354d.gif)


## Contributors
Feel free to open an [issue](https://github.com/vijaycs85/simplelist/issues/new) or [pull request](https://github.com/vijaycs85/simplelist/pulls) to improve, add new features and bug fixes.

## License
This project is distributed under the terms of the [GNU General Public License version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)

0 comments on commit 0542c81

Please sign in to comment.