From 7a5454da6804198c562bb69044088e4f40319f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Fri, 20 Nov 2015 20:09:24 +0100 Subject: [PATCH] updates consul url --- CONTRIBUTING_EN.md | 4 ++-- CONTRIBUTING_ES.md | 4 ++-- README.md | 2 +- README_ES.md | 2 +- config/deploy.rb | 4 ++-- config/locales/en.yml | 2 +- config/locales/es.yml | 2 +- doc/style-guide.html | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING_EN.md b/CONTRIBUTING_EN.md index 6608a2600..0c322d506 100644 --- a/CONTRIBUTING_EN.md +++ b/CONTRIBUTING_EN.md @@ -11,7 +11,7 @@ The team members and the project's community adopts an inclusive Code of Conduct ## Report an issue -The prefered way to report any bug is [opening an issue in the project's Github repo](https://github.com/AyuntamientoMadrid/participacion/issues/new). +The prefered way to report any bug is [opening an issue in the project's Github repo](https://github.com/consul/consul/issues/new). For more informal communication, contact team members via twitter @@ -19,7 +19,7 @@ For more informal communication, contact team members via twitter Admins tag issues using two label related with collaboration availability: -* `PRs-welcome`: [issues labeled with PRs-welcome](https://github.com/AyuntamientoMadrid/participacion/labels/PRs-welcome) are well defined features ready to be implemented by whoever wants to do it. +* `PRs-welcome`: [issues labeled with PRs-welcome](https://github.com/consul/consul/labels/PRs-welcome) are well defined features ready to be implemented by whoever wants to do it. * `Not-ready`: with this label admins mark features or changes that are not well defined yet or subject to an internal decision. Is not a good idea to start implementation of these issues. diff --git a/CONTRIBUTING_ES.md b/CONTRIBUTING_ES.md index aafe494c4..7a8d10877 100644 --- a/CONTRIBUTING_ES.md +++ b/CONTRIBUTING_ES.md @@ -11,7 +11,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 la cuenta de Github del proyecto](https://github.com/AyuntamientoMadrid/participacion/issues/new). +El método preferido para informar sobre una incidencia en el proyecto es [creando una incidencia en la cuenta de Github del proyecto](https://github.com/consul/consul/issues/new). Para comunicación más puntual e informal, contacta con los miembros del equipo por twitter. @@ -19,7 +19,7 @@ Para comunicación más puntual e informal, contacta con los miembros del equipo Los administradores utilizan dos etiquetas relacionadas con la disponibilidad para aceptar colaboraciones con las que marcar incidencias: -* `PRs-welcome`: las [incidencias marcadas como PRs-welcome](https://github.com/AyuntamientoMadrid/participacion/labels/PRs-welcome) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. +* `PRs-welcome`: las [incidencias marcadas como PRs-welcome](https://github.com/consul/consul/labels/PRs-welcome) son funcionalidades bien definidas y que están listas para que quien quiera pueda implementarlas. * `Not-ready`: con esta etiqueta se señalan funcionalidades o cambios que han de realizarse pero que todavía no están del todo definidos o falta alguna decisión a nivel interno que tomar. Por tanto se desaconseja que se inicie su implementación de momento. diff --git a/README.md b/README.md index c92893da4..19d39bd30 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is the opensource code repository of Madrid City government eParticipation ## Current state -Development started on [2015 July 15th](https://github.com/AyuntamientoMadrid/participacion/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 a roadmap and future features in the [open issues list](https://github.com/AyuntamientoMadrid/participacion/issues). +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 a roadmap and future features in the [open issues list](https://github.com/consul/consul/issues). ## Tech stack diff --git a/README_ES.md b/README_ES.md index df37a22e0..a6cb16e46 100644 --- a/README_ES.md +++ b/README_ES.md @@ -11,7 +11,7 @@ Este es el repositorio de código abierto de la Aplicación de Participación Ci ## Estado del proyecto -El desarrollo de esta aplicación comenzó el [15 de Julio de 2015](https://github.com/AyuntamientoMadrid/participacion/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. La evolución y futura lista de funcionalidades a implementar se pueden consultar en la lista de [tareas por hacer](https://github.com/AyuntamientoMadrid/participacion/issues). +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. La evolución y futura lista de funcionalidades a implementar se pueden consultar en la lista de [tareas por hacer](https://github.com/consul/consul/issues). ## Tecnología diff --git a/config/deploy.rb b/config/deploy.rb index e62d65160..6e2ce8aa2 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -14,9 +14,9 @@ set :application, 'participacion' set :full_app_name, deploysecret(:full_app_name) set :server_name, deploysecret(:server_name) -#set :repo_url, 'git@github.com:AyuntamientoMadrid/participacion.git' +#set :repo_url, 'git@github.com:consul/consul.git' # If ssh access is restricted, probably you need to use https access -set :repo_url, 'https://github.com/AyuntamientoMadrid/participacion.git' +set :repo_url, 'https://github.com/consul/consul.git' set :scm, :git set :revision, `git rev-parse --short #{fetch(:branch)}`.strip diff --git a/config/locales/en.yml b/config/locales/en.yml index 6d7fc70db..c6f740b82 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -36,7 +36,7 @@ en: open_source: "open-source software" open_source_url: "http://www.gnu.org/licenses/agpl-3.0.html" consul: "Consul application" - consul_url: "https://github.com/ayuntamientomadrid" + consul_url: "https://github.com/consul/consul" copyright: "Ayuntamiento de Madrid, %{year}" participation_title: "Participation" participation_text: "Decide how to shape the Madrid you want to live in." diff --git a/config/locales/es.yml b/config/locales/es.yml index 9cbed4c38..7cfd67415 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -36,7 +36,7 @@ es: open_source: "software libre" open_source_url: "http://www.gnu.org/licenses/agpl-3.0.html" consul: "aplicación Consul" - consul_url: "https://github.com/ayuntamientomadrid" + consul_url: "https://github.com/consul/consul" copyright: "Ayuntamiento de Madrid, %{year}" participation_title: "Participación" participation_text: "Decide cómo debe ser la ciudad de Madrid que quieres." diff --git a/doc/style-guide.html b/doc/style-guide.html index d7e56940a..60d2571b7 100644 --- a/doc/style-guide.html +++ b/doc/style-guide.html @@ -253,7 +253,7 @@ form input[type]:not([type=submit]) {
  • Utility classes
  • Kitchen shink
  • -

    Para desarrollar el CSS utilizamos SASS. Si clonas el repositorio verás la siguiente estructura en las hojas de estilo:

    +

    Para desarrollar el CSS utilizamos SASS. Si clonas el repositorio verás la siguiente estructura en las hojas de estilo: