Sha256: c55d87cd02a587e27e2c59b5901a1221b64603c53d3e22067976b0eef40f10ab

Contents?: true

Size: 1.23 KB

Versions: 26

Compression:

Stored size: 1.23 KB

Contents

# Decidim::Admin

This library adds an administration dashboard so users can manage their
organization, participatory processes and all other entities.

## Usage
This will add an admin dashboard to manage an organization an all its entities.
It's included by default with Decidim.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'decidim-admin'
```

And then execute:
```bash
$ bundle
```

## Features

### Participatory process

Here you can manage participatory processes.

TODO: Elaborate on this.


### Static pages

This feature allows an admin to create pages to serve static content. Some
example of this kind of pages could be:

  * Terms and Conditions
  * FAQ
  * Accessibility guidelines
  * About the project

All the pages can be created with I18n support and will be accessible as
`/pages/:page-slug`. You can link them at your website the same way you link
other Rails models: `pages_path("terms-and-conditions")`.

There are some pages that exist by default and cannot be deleted since there
are links to them inside the Decidim framework, see `Decidim::StaticPage` for
the default list.

## Contributing
See [Decidim](https://github.com/decidim/decidim).

## License
See [Decidim](https://github.com/decidim/decidim).

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
decidim-admin-0.5.1 README.md
decidim-0.5.1 decidim-admin/README.md
decidim-admin-0.5.0 README.md
decidim-0.5.0 decidim-admin/README.md
decidim-admin-0.4.4 README.md
decidim-0.4.4 decidim-admin/README.md
decidim-admin-0.4.3 README.md
decidim-admin-0.4.2 README.md
decidim-admin-0.4.1 README.md
decidim-0.4.3 decidim-admin/README.md
decidim-0.4.2 decidim-admin/README.md
decidim-0.4.1 decidim-admin/README.md
decidim-admin-0.4.0 README.md
decidim-0.4.0 decidim-admin/README.md
decidim-admin-0.3.2 README.md
decidim-0.3.2 decidim-admin/README.md
decidim-admin-0.3.1 README.md
decidim-0.3.1 decidim-admin/README.md
decidim-admin-0.3.0 README.md
decidim-0.3.0 decidim-admin/README.md