Change URLs referencing our GitHub repositories

This commit is contained in:
Javi Martín
2023-07-07 14:54:12 +02:00
parent 832a6dd8b9
commit 629756dd15
14 changed files with 1403 additions and 1403 deletions

View File

@@ -10,7 +10,7 @@ permissions:
jobs: jobs:
assign-author: assign-author:
name: Auto-assign pull request author name: Auto-assign pull request author
if: github.repository_owner == 'consul' if: github.repository_owner == 'consuldemocracy'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: toshimaru/auto-author-assign@v1.4.0 - uses: toshimaru/auto-author-assign@v1.4.0

View File

@@ -9,19 +9,19 @@ env:
jobs: jobs:
assign_one_project: assign_one_project:
name: Add new pull requests to the kanban name: Add new pull requests to the kanban
if: github.repository_owner == 'consul' if: github.repository_owner == 'consuldemocracy'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Assign new pull requests to the reviewing column - name: Assign new pull requests to the reviewing column
uses: srggrs/assign-one-project-github-action@1.3.1 uses: srggrs/assign-one-project-github-action@1.3.1
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false
with: with:
project: "https://github.com/orgs/consul/projects/1" project: "https://github.com/orgs/consuldemocracy/projects/1"
column_name: "Reviewing" column_name: "Reviewing"
- name: Assign new draft pull requests to the doing column - name: Assign new draft pull requests to the doing column
uses: srggrs/assign-one-project-github-action@1.3.1 uses: srggrs/assign-one-project-github-action@1.3.1
if: github.event.pull_request.draft == true if: github.event.pull_request.draft == true
with: with:
project: "https://github.com/orgs/consul/projects/1" project: "https://github.com/orgs/consuldemocracy/projects/1"
column_name: "Doing" column_name: "Doing"

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ The core team members and the project's community adopt an inclusive Code of Con
## Reporting an issue ## Reporting an issue
The prefered way to report any bug is [opening an issue in the project's repo](https://github.com/consul/consul/issues/new). The prefered way to report any bug is [opening an issue in the project's repo](https://github.com/consuldemocracy/consuldemocracy/issues/new).
* Try to use a descriptive and to-the-point title * Try to use a descriptive and to-the-point title
* It's a good idea to include some of these sections: * It's a good idea to include some of these sections:
@@ -19,7 +19,7 @@ Thanks! :heart: :heart: :heart:
## Solving an issue ## Solving an issue
[Issues labeled with help wanted](https://github.com/consul/consul/labels/help%20wanted) are well defined features ready to be implemented by whoever wants to do it. [Issues labeled with help wanted](https://github.com/consuldemocracy/consuldemocracy/labels/help%20wanted) are well defined features ready to be implemented by whoever wants to do it.
If you want to contribute code to solve an issue: If you want to contribute code to solve an issue:
@@ -51,7 +51,7 @@ When we review your pull request and ask for changes, if you're proficient using
### All other contributors ### All other contributors
In addition to the formal team, there are [over a hundred contributors](https://github.com/consul/consul/graphs/contributors). Thank you so much for your code! Big thanks too to the people that contribute in many other ways including documentation, translations, evangelism, dev ops, communication, organizing and more! In addition to the formal team, there are [over a hundred contributors](https://github.com/consuldemocracy/consuldemocracy/graphs/contributors). Thank you so much for your code! Big thanks too to the people that contribute in many other ways including documentation, translations, evangelism, dev ops, communication, organizing and more!
Finally a special thanks to the former core team members. Lovingly known as The Alumni: Finally a special thanks to the former core team members. Lovingly known as The Alumni:

View File

@@ -6,7 +6,7 @@ Los miembros del proyecto y la comunidad de personas que contribuyen a él se ad
## Comunicación general y de incidencias ## Comunicación general y de incidencias
El método preferido para informar sobre una incidencia en el proyecto es [creando una incidencia en el repositorio del proyecto](https://github.com/consul/consul/issues/new). El método preferido para informar sobre una incidencia en el proyecto es [creando una incidencia en el repositorio del proyecto](https://github.com/consuldemocracy/consuldemocracy/issues/new).
* Trata de darle un título descriptivo (algo más que "xxx no funciona"). * Trata de darle un título descriptivo (algo más que "xxx no funciona").
* Es buena idea incluir las siguientes secciones: * Es buena idea incluir las siguientes secciones:
@@ -19,7 +19,7 @@ El método preferido para informar sobre una incidencia en el proyecto es [crean
## Resolver una incidencia ## Resolver una incidencia
Las [incidencias marcadas como help wanted](https://github.com/consul/consul/labels/help%20wanted) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. Las [incidencias marcadas como help wanted](https://github.com/consuldemocracy/consuldemocracy/labels/help%20wanted) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas.
Cuando quieras resolver una incidencia mediante código: Cuando quieras resolver una incidencia mediante código:
@@ -51,7 +51,7 @@ Cuando revisemos tu código y te pidamos que cambies alguna cosa, si tienes expe
## Todos los demás contribuidores ## Todos los demás contribuidores
Además del equipo principal, hay [más de cien contribuidores](https://github.com/consul/consul/graphs/contributors). ¡Muchas gracias por vuestro código! También estamos muy agradecidos a las personas que contribuyen de otras formas, incluida la documentación, traducciones, evangelismo, administración de sistemas, comunicación, organización y más. Además del equipo principal, hay [más de cien contribuidores](https://github.com/consuldemocracy/consuldemocracy/graphs/contributors). ¡Muchas gracias por vuestro código! También estamos muy agradecidos a las personas que contribuyen de otras formas, incluida la documentación, traducciones, evangelismo, administración de sistemas, comunicación, organización y más.
Finalmente, un agradecimiento especial a los antiguos miembros del equipo principal. Conocidos con cariño como El Alumni: Finalmente, un agradecimiento especial a los antiguos miembros del equipo principal. Conocidos con cariño como El Alumni:

View File

@@ -4,15 +4,15 @@
Keywords: democracy, citizen participation, eparticipation, debates, proposals, voting, consultations, crowdlaw, participatory budgeting Keywords: democracy, citizen participation, eparticipation, debates, proposals, voting, consultations, crowdlaw, participatory budgeting
--> -->
![CONSUL DEMOCRACY logo](https://raw.githubusercontent.com/consul/consul/master/public/consul_logo.png) ![CONSUL DEMOCRACY logo](https://raw.githubusercontent.com/consuldemocracy/consuldemocracy/master/public/consul_logo.png)
# CONSUL DEMOCRACY # CONSUL DEMOCRACY
Citizen Participation and Open Government Application Citizen Participation and Open Government Application
![Build status](https://github.com/consul/consul/workflows/tests/badge.svg) ![Build status](https://github.com/consuldemocracy/consuldemocracy/workflows/tests/badge.svg)
[![Code Climate](https://codeclimate.com/github/consul/consul/badges/gpa.svg)](https://codeclimate.com/github/consul/consul) [![Code Climate](https://codeclimate.com/github/consuldemocracy/consuldemocracy/badges/gpa.svg)](https://codeclimate.com/github/consuldemocracy/consuldemocracy)
[![Coverage Status](https://coveralls.io/repos/github/consul/consul/badge.svg)](https://coveralls.io/github/consul/consul?branch=master) [![Coverage Status](https://coveralls.io/repos/github/consuldemocracy/consuldemocracy/badge.svg)](https://coveralls.io/github/consuldemocracy/consuldemocracy?branch=master)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/consul/localized.svg)](https://crowdin.com/project/consul) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/consul/localized.svg)](https://crowdin.com/project/consul)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
@@ -20,7 +20,7 @@ Citizen Participation and Open Government Application
[![A11y issues checked with Rocket Validator](https://rocketvalidator.com/badges/checked_with_rocket_validator.svg?url=https://rocketvalidator.com)](https://rocketvalidator.com/opensource) [![A11y issues checked with Rocket Validator](https://rocketvalidator.com/badges/checked_with_rocket_validator.svg?url=https://rocketvalidator.com)](https://rocketvalidator.com/opensource)
[![Join the chat at https://gitter.im/consul/consul](https://badges.gitter.im/consul/consul.svg)](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/consul/consul](https://badges.gitter.im/consul/consul.svg)](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Help wanted](https://img.shields.io/badge/help-wanted-brightgreen.svg?style=flat-square)](https://github.com/consul/consul/issues?q=is%3Aopen+label%3A"help+wanted") [![Help wanted](https://img.shields.io/badge/help-wanted-brightgreen.svg?style=flat-square)](https://github.com/consuldemocracy/consuldemocracy/issues?q=is%3Aopen+label%3A"help+wanted")
[![Knapsack Pro Parallel CI builds for RSpec tests](https://img.shields.io/badge/Knapsack%20Pro-Parallel%20/%20RSpec%20tests-%230074ff)](https://knapsackpro.com/dashboard/organizations/176/projects/202/test_suites/318/builds?utm_campaign=organization-id-176&utm_content=test-suite-id-318&utm_medium=readme&utm_source=knapsack-pro-badge&utm_term=project-id-202) [![Knapsack Pro Parallel CI builds for RSpec tests](https://img.shields.io/badge/Knapsack%20Pro-Parallel%20/%20RSpec%20tests-%230074ff)](https://knapsackpro.com/dashboard/organizations/176/projects/202/test_suites/318/builds?utm_campaign=organization-id-176&utm_content=test-suite-id-318&utm_medium=readme&utm_source=knapsack-pro-badge&utm_term=project-id-202)
@@ -41,8 +41,8 @@ You can access the main website of the project at [http://consulproject.org](htt
Prerequisites: install git, Ruby 3.0.6, CMake, pkg-config, shared-mime-info, Node.js and PostgreSQL (>=9.5). Prerequisites: install git, Ruby 3.0.6, CMake, pkg-config, shared-mime-info, Node.js and PostgreSQL (>=9.5).
```bash ```bash
git clone https://github.com/consul/consul.git git clone https://github.com/consuldemocracy/consuldemocracy.git
cd consul cd consuldemocracy
bundle install bundle install
cp config/database.yml.example config/database.yml cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml cp config/secrets.yml.example config/secrets.yml
@@ -76,11 +76,11 @@ But for some actions like voting, you will need a verified user, the seeds file
## Configuration for production environments ## Configuration for production environments
See [installer](https://github.com/consul/installer) See [installer](https://github.com/consuldemocracy/installer)
## Current state ## Current state
Development started on [2015 July 15th](https://github.com/consul/consul/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6). Code was deployed to production on 2015 september 7th to [decide.madrid.es](https://decide.madrid.es). Since then new features are added often. You can take a look at the current features at the [project's website](http://consulproject.org/) and future features at the [Roadmap](https://github.com/orgs/consuldemocracy/projects/1) and [open issues list](https://github.com/consul/consul/issues). Development started on [2015 July 15th](https://github.com/consuldemocracy/consuldemocracy/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6). Code was deployed to production on 2015 september 7th to [decide.madrid.es](https://decide.madrid.es). Since then new features are added often. You can take a look at the current features at the [project's website](http://consulproject.org/) and future features at the [Roadmap](https://github.com/orgs/consuldemocracy/projects/1) and [open issues list](https://github.com/consuldemocracy/consuldemocracy/issues).
## License ## License

View File

@@ -4,15 +4,15 @@
Keywords: democracia, participación ciudadana, participación electrónica, debates, propuestas, votaciones, consultas, legislación colaborativa, presupuestos participativos Keywords: democracia, participación ciudadana, participación electrónica, debates, propuestas, votaciones, consultas, legislación colaborativa, presupuestos participativos
--> -->
![Logotipo de CONSUL DEMOCRACY](https://raw.githubusercontent.com/consul/consul/master/public/consul_logo.png) ![Logotipo de CONSUL DEMOCRACY](https://raw.githubusercontent.com/consuldemocracy/consuldemocracy/master/public/consul_logo.png)
# CONSUL DEMOCRACY # CONSUL DEMOCRACY
Aplicación de Participación Ciudadana y Gobierno Abierto Aplicación de Participación Ciudadana y Gobierno Abierto
![Estado de los tests](https://github.com/consul/consul/workflows/tests/badge.svg) ![Estado de los tests](https://github.com/consuldemocracy/consuldemocracy/workflows/tests/badge.svg)
[![Code Climate](https://codeclimate.com/github/consul/consul/badges/gpa.svg)](https://codeclimate.com/github/consul/consul) [![Code Climate](https://codeclimate.com/github/consuldemocracy/consuldemocracy/badges/gpa.svg)](https://codeclimate.com/github/consuldemocracy/consuldemocracy)
[![Coverage Status](https://coveralls.io/repos/github/consul/consul/badge.svg?branch=master)](https://coveralls.io/github/consul/consul?branch=master) [![Coverage Status](https://coveralls.io/repos/github/consuldemocracy/consuldemocracy/badge.svg?branch=master)](https://coveralls.io/github/consuldemocracy/consuldemocracy?branch=master)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/consul/localized.svg)](https://crowdin.com/project/consul) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/consul/localized.svg)](https://crowdin.com/project/consul)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
@@ -20,7 +20,7 @@ Aplicación de Participación Ciudadana y Gobierno Abierto
[![A11y issues checked with Rocket Validator](https://rocketvalidator.com/badges/checked_with_rocket_validator.svg?url=https://rocketvalidator.com)](https://rocketvalidator.com/opensource) [![A11y issues checked with Rocket Validator](https://rocketvalidator.com/badges/checked_with_rocket_validator.svg?url=https://rocketvalidator.com)](https://rocketvalidator.com/opensource)
[![Join the chat at https://gitter.im/consul/consul](https://badges.gitter.im/consul/consul.svg)](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/consul/consul](https://badges.gitter.im/consul/consul.svg)](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Help wanted](https://img.shields.io/badge/help-wanted-brightgreen.svg?style=flat-square)](https://github.com/consul/consul/issues?q=is%3Aopen+label%3A"help+wanted") [![Help wanted](https://img.shields.io/badge/help-wanted-brightgreen.svg?style=flat-square)](https://github.com/consuldemocracy/consuldemocracy/issues?q=is%3Aopen+label%3A"help+wanted")
Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana CONSUL DEMOCRACY, creada originariamente por el Ayuntamiento de Madrid. Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana CONSUL DEMOCRACY, creada originariamente por el Ayuntamiento de Madrid.
@@ -39,8 +39,8 @@ Puedes acceder a la página principal del proyecto en [http://consulproject.org]
Prerequisitos: tener instalado git, Ruby 3.0.6, CMake, pkg-config, shared-mime-info, Node.js y PostgreSQL (9.5 o superior). Prerequisitos: tener instalado git, Ruby 3.0.6, CMake, pkg-config, shared-mime-info, Node.js y PostgreSQL (9.5 o superior).
```bash ```bash
git clone https://github.com/consul/consul.git git clone https://github.com/consuldemocracy/consuldemocracy.git
cd consul cd consuldemocracy
bundle install bundle install
cp config/database.yml.example config/database.yml cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml cp config/secrets.yml.example config/secrets.yml
@@ -74,7 +74,7 @@ Pero para ciertas acciones, como apoyar, necesitarás un usuario verificado, el
## Estado del proyecto ## Estado del proyecto
El desarrollo de esta aplicación comenzó el [15 de Julio de 2015](https://github.com/consul/consul/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6) y el código fue puesto en producción el día 7 de Septiembre de 2015 en [decide.madrid.es](https://decide.madrid.es). Desde entonces se le añaden mejoras y funcionalidades constantemente. Las funcionalidades actuales se pueden consultar en la [la página del projecto](http://consulproject.org/es) y las futuras funcionalidades en el [Roadmap](https://github.com/consul/consul/projects/6) y [el listado de issues](https://github.com/consul/consul/issues). El desarrollo de esta aplicación comenzó el [15 de Julio de 2015](https://github.com/consuldemocracy/consuldemocracy/commit/8db36308379accd44b5de4f680a54c41a0cc6fc6) y el código fue puesto en producción el día 7 de Septiembre de 2015 en [decide.madrid.es](https://decide.madrid.es). Desde entonces se le añaden mejoras y funcionalidades constantemente. Las funcionalidades actuales se pueden consultar en la [la página del projecto](http://consulproject.org/es) y las futuras funcionalidades en el [Roadmap](https://github.com/consuldemocracy/consuldemocracy/projects/6) y [el listado de issues](https://github.com/consuldemocracy/consuldemocracy/issues).
## Licencia ## Licencia

View File

@@ -1,7 +1,7 @@
// Overrides and adds customized javascripts in this file // Overrides and adds customized javascripts in this file
// Read more on documentation: // Read more on documentation:
// * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md#javascript // * English: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_EN.md#javascript
// * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md#javascript // * Spanish: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_ES.md#javascript
// //
// //

View File

@@ -127,8 +127,8 @@ module Consul
# CONSUL specific custom overrides # CONSUL specific custom overrides
# Read more on documentation: # Read more on documentation:
# * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md # * English: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_EN.md
# * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md # * Spanish: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_ES.md
# #
config.autoload_paths << "#{Rails.root}/app/components/custom" config.autoload_paths << "#{Rails.root}/app/components/custom"
config.autoload_paths << "#{Rails.root}/app/controllers/custom" config.autoload_paths << "#{Rails.root}/app/controllers/custom"

View File

@@ -21,7 +21,7 @@ set :application, deploysecret(:app_name, default: "consul")
set :deploy_to, deploysecret(:deploy_to) set :deploy_to, deploysecret(:deploy_to)
set :ssh_options, port: deploysecret(:ssh_port) set :ssh_options, port: deploysecret(:ssh_port)
set :repo_url, "https://github.com/consul/consul.git" set :repo_url, "https://github.com/consuldemocracy/consuldemocracy.git"
set :revision, `git rev-parse --short #{fetch(:branch)}`.strip set :revision, `git rev-parse --short #{fetch(:branch)}`.strip

View File

@@ -201,7 +201,7 @@ en:
accessibility: Accessibility accessibility: Accessibility
conditions: Terms and conditions of use conditions: Terms and conditions of use
consul: CONSUL DEMOCRACY application consul: CONSUL DEMOCRACY application
consul_url: https://github.com/consul/consul consul_url: https://github.com/consuldemocracy/consuldemocracy
copyright: CONSUL DEMOCRACY, %{year} copyright: CONSUL DEMOCRACY, %{year}
description: This portal uses the %{consul} which is %{open_source}. description: This portal uses the %{consul} which is %{open_source}.
open_source: open-source software open_source: open-source software

View File

@@ -64,9 +64,9 @@ en:
text: |- text: |-
Use it in your local government or help us to improve it, it is free software. Use it in your local government or help us to improve it, it is free software.
This Open Government Portal uses the [CONSUL DEMOCRACY app](https://github.com/consul/consul 'consul github') that is free software, with [licence AGPLv3](http://www.gnu.org/licenses/agpl-3.0.html 'AGPLv3 gnu' ), that means in simple words that anyone can use the code freely, copy it, see it in detail, modify it and redistribute it to the world with the modifications they want (allowing others to do the same). Because we think culture is better and richer when it is released. This Open Government Portal uses the [CONSUL DEMOCRACY app](https://github.com/consuldemocracy/consuldemocracy 'consul democracy github') that is free software, with [licence AGPLv3](http://www.gnu.org/licenses/agpl-3.0.html 'AGPLv3 gnu' ), that means in simple words that anyone can use the code freely, copy it, see it in detail, modify it and redistribute it to the world with the modifications they want (allowing others to do the same). Because we think culture is better and richer when it is released.
If you are a programmer, you can see the code and help us to improve it at [CONSUL DEMOCRACY app](https://github.com/consul/consul 'consul github'). If you are a programmer, you can see the code and help us to improve it at [CONSUL DEMOCRACY app](https://github.com/consuldemocracy/consuldemocracy 'consul democracy github').
titles: titles:
how_to_use: Use it in your local government how_to_use: Use it in your local government
privacy: privacy:

View File

@@ -201,7 +201,7 @@ es:
accessibility: Accesibilidad accessibility: Accesibilidad
conditions: Condiciones de uso conditions: Condiciones de uso
consul: aplicación CONSUL DEMOCRACY consul: aplicación CONSUL DEMOCRACY
consul_url: https://github.com/consul/consul consul_url: https://github.com/consuldemocracy/consuldemocracy
copyright: CONSUL DEMOCRACY, %{year} copyright: CONSUL DEMOCRACY, %{year}
description: Este portal usa la %{consul} que es %{open_source}. description: Este portal usa la %{consul} que es %{open_source}.
open_source: software de código abierto open_source: software de código abierto

View File

@@ -64,9 +64,9 @@ es:
text: |- text: |-
Utilízalo en tu municipio libremente o ayúdanos a mejorarlo, es software libre. Utilízalo en tu municipio libremente o ayúdanos a mejorarlo, es software libre.
Este Portal de Gobierno Abierto usa la [aplicación CONSUL DEMOCRACY](https://github.com/consul/consul 'github consul') que es software libre, con [licencia AGPLv3](http://www.gnu.org/licenses/agpl-3.0.html 'AGPLv3 gnu' ), esto significa en palabras sencillas, que cualquiera puede libremente usar el código, copiarlo, verlo en detalle, modificarlo, y redistribuirlo al mundo con las modificaciones que quiera (manteniendo el que otros puedan a su vez hacer lo mismo). Porque creemos que la cultura es mejor y más rica cuando se libera. Este Portal de Gobierno Abierto usa la [aplicación CONSUL DEMOCRACY](https://github.com/consuldemocracy/consuldemocracy 'github consul democracy' ) que es software libre, con [licencia AGPLv3](http://www.gnu.org/licenses/agpl-3.0.html 'AGPLv3 gnu' ), esto significa en palabras sencillas, que cualquiera puede libremente usar el código, copiarlo, verlo en detalle, modificarlo, y redistribuirlo al mundo con las modificaciones que quiera (manteniendo el que otros puedan a su vez hacer lo mismo). Porque creemos que la cultura es mejor y más rica cuando se libera.
Si eres programador, puedes ver el código y ayudarnos a mejorarlo en [aplicación CONSUL DEMOCRACY](https://github.com/consul/consul 'github consul'). Si eres programador, puedes ver el código y ayudarnos a mejorarlo en [aplicación CONSUL DEMOCRACY](https://github.com/consuldemocracy/consuldemocracy 'github consul democracy').
titles: titles:
how_to_use: Utilízalo en tu municipio how_to_use: Utilízalo en tu municipio
privacy: privacy: