Change URLs referencing our GitHub repositories
This commit is contained in:
2
.github/workflows/auto-author-assign.yml
vendored
2
.github/workflows/auto-author-assign.yml
vendored
@@ -10,7 +10,7 @@ permissions:
|
||||
jobs:
|
||||
assign-author:
|
||||
name: Auto-assign pull request author
|
||||
if: github.repository_owner == 'consul'
|
||||
if: github.repository_owner == 'consuldemocracy'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: toshimaru/auto-author-assign@v1.4.0
|
||||
|
||||
6
.github/workflows/kanban.yml
vendored
6
.github/workflows/kanban.yml
vendored
@@ -9,19 +9,19 @@ env:
|
||||
jobs:
|
||||
assign_one_project:
|
||||
name: Add new pull requests to the kanban
|
||||
if: github.repository_owner == 'consul'
|
||||
if: github.repository_owner == 'consuldemocracy'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Assign new pull requests to the reviewing column
|
||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||
if: github.event.pull_request.draft == false
|
||||
with:
|
||||
project: "https://github.com/orgs/consul/projects/1"
|
||||
project: "https://github.com/orgs/consuldemocracy/projects/1"
|
||||
column_name: "Reviewing"
|
||||
|
||||
- name: Assign new draft pull requests to the doing column
|
||||
uses: srggrs/assign-one-project-github-action@1.3.1
|
||||
if: github.event.pull_request.draft == true
|
||||
with:
|
||||
project: "https://github.com/orgs/consul/projects/1"
|
||||
project: "https://github.com/orgs/consuldemocracy/projects/1"
|
||||
column_name: "Doing"
|
||||
|
||||
2730
CHANGELOG.md
2730
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ The core team members and the project's community adopt an inclusive Code of Con
|
||||
|
||||
## 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
|
||||
* It's a good idea to include some of these sections:
|
||||
@@ -19,7 +19,7 @@ Thanks! :heart: :heart: :heart:
|
||||
|
||||
## 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:
|
||||
|
||||
@@ -51,7 +51,7 @@ When we review your pull request and ask for changes, if you're proficient using
|
||||
|
||||
### 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:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
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").
|
||||
* 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
|
||||
|
||||
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:
|
||||
|
||||
@@ -51,7 +51,7 @@ Cuando revisemos tu código y te pidamos que cambies alguna cosa, si tienes expe
|
||||
|
||||
## 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:
|
||||
|
||||
|
||||
18
README.md
18
README.md
@@ -4,15 +4,15 @@
|
||||
Keywords: democracy, citizen participation, eparticipation, debates, proposals, voting, consultations, crowdlaw, participatory budgeting
|
||||
-->
|
||||
|
||||

|
||||

|
||||
|
||||
# CONSUL DEMOCRACY
|
||||
|
||||
Citizen Participation and Open Government Application
|
||||
|
||||

|
||||
[](https://codeclimate.com/github/consul/consul)
|
||||
[](https://coveralls.io/github/consul/consul?branch=master)
|
||||

|
||||
[](https://codeclimate.com/github/consuldemocracy/consuldemocracy)
|
||||
[](https://coveralls.io/github/consuldemocracy/consuldemocracy?branch=master)
|
||||
[](https://crowdin.com/project/consul)
|
||||
[](http://www.gnu.org/licenses/agpl-3.0)
|
||||
|
||||
@@ -20,7 +20,7 @@ Citizen Participation and Open Government Application
|
||||
[](https://rocketvalidator.com/opensource)
|
||||
|
||||
[](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://github.com/consul/consul/issues?q=is%3Aopen+label%3A"help+wanted")
|
||||
[](https://github.com/consuldemocracy/consuldemocracy/issues?q=is%3Aopen+label%3A"help+wanted")
|
||||
|
||||
[](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).
|
||||
|
||||
```bash
|
||||
git clone https://github.com/consul/consul.git
|
||||
cd consul
|
||||
git clone https://github.com/consuldemocracy/consuldemocracy.git
|
||||
cd consuldemocracy
|
||||
bundle install
|
||||
cp config/database.yml.example config/database.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
|
||||
|
||||
See [installer](https://github.com/consul/installer)
|
||||
See [installer](https://github.com/consuldemocracy/installer)
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
16
README_ES.md
16
README_ES.md
@@ -4,15 +4,15 @@
|
||||
Keywords: democracia, participación ciudadana, participación electrónica, debates, propuestas, votaciones, consultas, legislación colaborativa, presupuestos participativos
|
||||
-->
|
||||
|
||||

|
||||

|
||||
|
||||
# CONSUL DEMOCRACY
|
||||
|
||||
Aplicación de Participación Ciudadana y Gobierno Abierto
|
||||
|
||||

|
||||
[](https://codeclimate.com/github/consul/consul)
|
||||
[](https://coveralls.io/github/consul/consul?branch=master)
|
||||

|
||||
[](https://codeclimate.com/github/consuldemocracy/consuldemocracy)
|
||||
[](https://coveralls.io/github/consuldemocracy/consuldemocracy?branch=master)
|
||||
[](https://crowdin.com/project/consul)
|
||||
[](http://www.gnu.org/licenses/agpl-3.0)
|
||||
|
||||
@@ -20,7 +20,7 @@ Aplicación de Participación Ciudadana y Gobierno Abierto
|
||||
[](https://rocketvalidator.com/opensource)
|
||||
|
||||
[](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://github.com/consul/consul/issues?q=is%3Aopen+label%3A"help+wanted")
|
||||
[](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.
|
||||
|
||||
@@ -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).
|
||||
|
||||
```bash
|
||||
git clone https://github.com/consul/consul.git
|
||||
cd consul
|
||||
git clone https://github.com/consuldemocracy/consuldemocracy.git
|
||||
cd consuldemocracy
|
||||
bundle install
|
||||
cp config/database.yml.example config/database.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
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Overrides and adds customized javascripts in this file
|
||||
// Read more on documentation:
|
||||
// * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md#javascript
|
||||
// * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md#javascript
|
||||
// * English: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_EN.md#javascript
|
||||
// * Spanish: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_ES.md#javascript
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -127,8 +127,8 @@ module Consul
|
||||
|
||||
# CONSUL specific custom overrides
|
||||
# Read more on documentation:
|
||||
# * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md
|
||||
# * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md
|
||||
# * English: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_EN.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/controllers/custom"
|
||||
|
||||
@@ -21,7 +21,7 @@ set :application, deploysecret(:app_name, default: "consul")
|
||||
set :deploy_to, deploysecret(:deploy_to)
|
||||
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
|
||||
|
||||
|
||||
@@ -201,7 +201,7 @@ en:
|
||||
accessibility: Accessibility
|
||||
conditions: Terms and conditions of use
|
||||
consul: CONSUL DEMOCRACY application
|
||||
consul_url: https://github.com/consul/consul
|
||||
consul_url: https://github.com/consuldemocracy/consuldemocracy
|
||||
copyright: CONSUL DEMOCRACY, %{year}
|
||||
description: This portal uses the %{consul} which is %{open_source}.
|
||||
open_source: open-source software
|
||||
|
||||
@@ -64,9 +64,9 @@ en:
|
||||
text: |-
|
||||
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:
|
||||
how_to_use: Use it in your local government
|
||||
privacy:
|
||||
|
||||
@@ -201,7 +201,7 @@ es:
|
||||
accessibility: Accesibilidad
|
||||
conditions: Condiciones de uso
|
||||
consul: aplicación CONSUL DEMOCRACY
|
||||
consul_url: https://github.com/consul/consul
|
||||
consul_url: https://github.com/consuldemocracy/consuldemocracy
|
||||
copyright: CONSUL DEMOCRACY, %{year}
|
||||
description: Este portal usa la %{consul} que es %{open_source}.
|
||||
open_source: software de código abierto
|
||||
|
||||
@@ -64,9 +64,9 @@ es:
|
||||
text: |-
|
||||
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:
|
||||
how_to_use: Utilízalo en tu municipio
|
||||
privacy:
|
||||
|
||||
Reference in New Issue
Block a user