MD034 Bare URL used

This commit is contained in:
taitus
2023-03-22 10:46:15 +01:00
parent 0d6a88abca
commit 32f825b6a6
15 changed files with 17 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ But for some actions like voting, you will need a verified user, the seeds file
## Documentation ## Documentation
You can find this project documentation at https://github.com/consul/docs. You can find this project documentation at <https://github.com/consul/docs>.
## License ## License

View File

@@ -67,7 +67,7 @@ But for some actions like voting, you will need a verified user, the seeds file
## Documentation ## Documentation
You can find this project documentation at https://github.com/consul/docs. You can find this project documentation at <https://github.com/consul/docs>.
## License ## License

View File

@@ -14,4 +14,4 @@ If you want to overwrite any image, firstly you need to find out the filename, a
You'll find the city map at [`/app/assets/images/map.jpg`](https://github.com/consul/consul/blob/master/app/assets/images/map.jpg), just replace it with an image of your cities districts ([example](https://github.com/ayuntamientomadrid/consul/blob/master/app/assets/images/map.jpg)). You'll find the city map at [`/app/assets/images/map.jpg`](https://github.com/consul/consul/blob/master/app/assets/images/map.jpg), just replace it with an image of your cities districts ([example](https://github.com/ayuntamientomadrid/consul/blob/master/app/assets/images/map.jpg)).
Afterwards we recommend you to use an online tool like http://imagemap-generator.dariodomi.de/ or https://www.image-map.net/ to generate the html coordinates to be able to generate a [image-map](https://www.w3schools.com/tags/tag_map.asp) for each of the districts. Those coordinates should be introduced on the respective Geozones at the admin geozones panel (`/admin/geozones`). Afterwards we recommend you to use an online tool like <http://imagemap-generator.dariodomi.de/> or <https://www.image-map.net/> to generate the html coordinates to be able to generate a [image-map](https://www.w3schools.com/tags/tag_map.asp) for each of the districts. Those coordinates should be introduced on the respective Geozones at the admin geozones panel (`/admin/geozones`).

View File

@@ -10,11 +10,11 @@ The list shows, ordered by votes descending, those elements that:
## How to try it ## How to try it
In our local installation, if we haven't logged in, we can check at http://localhost:3000/proposals that the "recommendations" ordering isn't present: In our local installation, if we haven't logged in, we can check at <http://localhost:3000/proposals> that the "recommendations" ordering isn't present:
![Recommendations not logged in](../../img/recommendations/recommendations_not_logged_in.jpg) ![Recommendations not logged in](../../img/recommendations/recommendations_not_logged_in.jpg)
Once we log in we see the menu, but because we don't aren't following any proposals we get the message "Follow proposals so we can give you recommendations" at http://localhost:3000/proposals?locale=en&order=recommendations&page=1 Once we log in we see the menu, but because we don't aren't following any proposals we get the message "Follow proposals so we can give you recommendations" at <http://localhost:3000/proposals?locale=en&order=recommendations&page=1>
![Recommendations no follows](../../img/recommendations/recommendations_no_follows.jpg) ![Recommendations no follows](../../img/recommendations/recommendations_no_follows.jpg)

View File

@@ -4,7 +4,7 @@
[Travis](https://travis-ci.org/) is a Continuous Integration service, free for OpenSource projects (like Consul and it's forks). It will help you check on each Pull Request if the test suite is alright. [Travis](https://travis-ci.org/) is a Continuous Integration service, free for OpenSource projects (like Consul and it's forks). It will help you check on each Pull Request if the test suite is alright.
1. Visit https://github.com/marketplace/travis-ci and click the "**Install it for free**" green button at the bottom of the page. 1. Visit <https://github.com/marketplace/travis-ci> and click the "**Install it for free**" green button at the bottom of the page.
2. Click on the "**Complete order and begin installation**" green button. 2. Click on the "**Complete order and begin installation**" green button.

View File

@@ -6,7 +6,7 @@ Consul git repo is hosted at Github.com, we recommend using it for your fork's r
2. [Create an Organization](https://help.github.com/articles/creating-a-new-organization-from-scratch/) on Github with the name of your city or the organization that's going to use Consul. **This is not mandatory**, but it will help understand the fork's purpose and future contributions by other users. 2. [Create an Organization](https://help.github.com/articles/creating-a-new-organization-from-scratch/) on Github with the name of your city or the organization that's going to use Consul. **This is not mandatory**, but it will help understand the fork's purpose and future contributions by other users.
3. [Fork Consul](https://help.github.com/articles/fork-a-repo/) using the **fork** button on the top right corner at https://github.com/consul/consul. 3. [Fork Consul](https://help.github.com/articles/fork-a-repo/) using the **fork** button on the top right corner at <https://github.com/consul/consul>
4. [Clone your fork repository](https://help.github.com/articles/cloning-a-repository/) on to your computer. 4. [Clone your fork repository](https://help.github.com/articles/cloning-a-repository/) on to your computer.

View File

@@ -66,4 +66,4 @@ C. You get some git errors along with a `Automatic merge failed; fix conflicts a
Now you can just simply push your **upstream** branch to github and create a Pull Request so you can easily check all changes going into your repo, and see your tests suite runs. Now you can just simply push your **upstream** branch to github and create a Pull Request so you can easily check all changes going into your repo, and see your tests suite runs.
Remember you can always quickly check changes that will come from CONSUL to your fork by replacing **your_org_name** on the url: https://github.com/your_org_name/consul/compare/master...consul:master. Remember you can always quickly check changes that will come from CONSUL to your fork by replacing **your_org_name** on the url: <https://github.com/your_org_name/consul/compare/master...consul:master>.

View File

@@ -1,6 +1,6 @@
# CONSUL Documentation and guides # CONSUL Documentation and guides
There are several guides where you can read very detailed information about CONSUL and its possibilities. You can find them all at: http://consulproject.org/en/#documentation There are several guides where you can read very detailed information about CONSUL and its possibilities. You can find them all at: <http://consulproject.org/en/#documentation>
- **CONSUL Use Guide**. In this guide you can see different ways to use CONSUL and examples of participation processes. - **CONSUL Use Guide**. In this guide you can see different ways to use CONSUL and examples of participation processes.
- **CONSUL Administration Guide**. This guide contains detailed information on the administration and management of CONSUL. - **CONSUL Administration Guide**. This guide contains detailed information on the administration and management of CONSUL.

View File

@@ -68,7 +68,7 @@ Pero para ciertas acciones, como apoyar, necesitarás un usuario verificado, el
## Documentación ## Documentación
La documentación de este proyecto se encuentra en https://github.com/consul/docs La documentación de este proyecto se encuentra en <https://github.com/consul/docs>
## Licencia ## Licencia

View File

@@ -14,4 +14,4 @@ Si quieres sobreescribir alguna imagen debes primero fijarte el nombre que tiene
Puedes encontrar el mapa de la ciudad en [`/app/assets/images/map.jpg`](https://github.com/consul/consul/blob/master/app/assets/images/map.jpg), simplemente reemplazalo con una imagen de los distritos de tu ciudad ([ejemplo](https://github.com/ayuntamientomadrid/consul/blob/master/app/assets/images/map.jpg)). Puedes encontrar el mapa de la ciudad en [`/app/assets/images/map.jpg`](https://github.com/consul/consul/blob/master/app/assets/images/map.jpg), simplemente reemplazalo con una imagen de los distritos de tu ciudad ([ejemplo](https://github.com/ayuntamientomadrid/consul/blob/master/app/assets/images/map.jpg)).
Después te recomendamos utilizar una herramienta online como http://imagemap-generator.dariodomi.de/ o https://www.image-map.net/ para generar las coordenadas para poder establecer un [image-map](https://www.w3schools.com/tags/tag_map.asp) sobre cada distrito. Estas coordenadas deben ser introducidas en la respectiva Geozona creada en el panel de administración (`/admin/geozones`) Después te recomendamos utilizar una herramienta online como <http://imagemap-generator.dariodomi.de/> o <https://www.image-map.net/> para generar las coordenadas para poder establecer un [image-map](https://www.w3schools.com/tags/tag_map.asp) sobre cada distrito. Estas coordenadas deben ser introducidas en la respectiva Geozona creada en el panel de administración (`/admin/geozones`)

View File

@@ -10,11 +10,11 @@ En este listado se muestran, ordenados por votos de forma descendiente, aquellos
## Cómo probar la funcionalidad ## Cómo probar la funcionalidad
En nuestra instalación en local, si no hemos iniciado sesión, podemos comprobar visitando http://localhost:3000/proposals que no aparece la opción de ordenación "Recomendaciones" En nuestra instalación en local, si no hemos iniciado sesión, podemos comprobar visitando <http://localhost:3000/proposals> que no aparece la opción de ordenación "Recomendaciones"
![Recommendations not logged in](../../img/recommendations/recommendations_not_logged_in.jpg) ![Recommendations not logged in](../../img/recommendations/recommendations_not_logged_in.jpg)
Una vez iniciada sesión aparece el menú de ordenación, pero al no tener intereses nos muestra un mensaje "Sigue propuestas para que podamos darte recomendaciones" si lo visitamos en http://localhost:3000/proposals?locale=en&order=recommendations&page=1 Una vez iniciada sesión aparece el menú de ordenación, pero al no tener intereses nos muestra un mensaje "Sigue propuestas para que podamos darte recomendaciones" si lo visitamos en <http://localhost:3000/proposals?locale=en&order=recommendations&page=1>
![Recommendations no follows](../../img/recommendations/recommendations_no_follows.jpg) ![Recommendations no follows](../../img/recommendations/recommendations_no_follows.jpg)

View File

@@ -4,7 +4,7 @@
[Travis](https://travis-ci.org/) es un servicio de Integración Contínua, gratuito para proyectos OpenSource (como Consul y sus forks). Te ayudará a vigilar que en las Pull Requests no se rompan los tests. [Travis](https://travis-ci.org/) es un servicio de Integración Contínua, gratuito para proyectos OpenSource (como Consul y sus forks). Te ayudará a vigilar que en las Pull Requests no se rompan los tests.
1. Visita https://github.com/marketplace/travis-ci y haz click en el botón verde "**Install it for free**"" al pie de la página. 1. Visita <https://github.com/marketplace/travis-ci> y haz click en el botón verde "**Install it for free**"" al pie de la página.
2. Haz click en el botón verde "**Complete order and begin installation**" 2. Haz click en el botón verde "**Complete order and begin installation**"

View File

@@ -6,7 +6,7 @@ El repositorio git de Consul está hospedado en Github.com, recomendamos lo uses
2. [Crea una Organización](https://help.github.com/articles/creating-a-new-organization-from-scratch/) en Github con el nombre de la ciudad u organización que usará Consul. **Esto no es obligatorio**, pero ayudará a entender el propósito del fork y la colaboración de otros usuarios. 2. [Crea una Organización](https://help.github.com/articles/creating-a-new-organization-from-scratch/) en Github con el nombre de la ciudad u organización que usará Consul. **Esto no es obligatorio**, pero ayudará a entender el propósito del fork y la colaboración de otros usuarios.
3. [Forkea Consul](https://help.github.com/articles/fork-a-repo/) usando el botón de **fork** en la esquina superior derecha de https://github.com/consul/consul 3. [Forkea Consul](https://help.github.com/articles/fork-a-repo/) usando el botón de **fork** en la esquina superior derecha de <https://github.com/consul/consul>
4. [Clona el repositorio de tu fork](https://help.github.com/articles/cloning-a-repository/) en tu ordenador 4. [Clona el repositorio de tu fork](https://help.github.com/articles/cloning-a-repository/) en tu ordenador

View File

@@ -66,4 +66,4 @@ C. Recibes mensajes de error de git junto con un `Automatic merge failed; fix co
Ahora simplemente sube la rama **upstream** a github y crea un Pull Request, así podrás ver de manera sencilla todos los cambios que se han realizado en el repositorio y verás también como arranca la suite de tests. Ahora simplemente sube la rama **upstream** a github y crea un Pull Request, así podrás ver de manera sencilla todos los cambios que se han realizado en el repositorio y verás también como arranca la suite de tests.
Recuerda que siempre puedes comprobar rápidamente los cambios que tienes pendientes de integrar de CONSUL a tu fork sustituyendo **your_org_name** en la url: https://github.com/your_org_name/consul/compare/master...consul:master Recuerda que siempre puedes comprobar rápidamente los cambios que tienes pendientes de integrar de CONSUL a tu fork sustituyendo **your_org_name** en la url: <https://github.com/your_org_name/consul/compare/master...consul:master>

View File

@@ -1,6 +1,6 @@
# Documentación y guías sonbre CONSUL # Documentación y guías sonbre CONSUL
Hay diversas guías donde puedes leer información muy detallada sobre CONSUL y sus posibilidades. Puedes encontrarlas todas en: http://consulproject.org/es/#documentation Hay diversas guías donde puedes leer información muy detallada sobre CONSUL y sus posibilidades. Puedes encontrarlas todas en: <http://consulproject.org/es/#documentation>
- **Guía de uso de CONSUL**. En esta guía puedes ver las diferentes maneras de usar CONSUL y ejemplos de procesos de participación. - **Guía de uso de CONSUL**. En esta guía puedes ver las diferentes maneras de usar CONSUL y ejemplos de procesos de participación.
- **Guía de administración de CONSUL**. Esta guía contiene información detallada sobre la administración y gestión de CONSUL. - **Guía de administración de CONSUL**. Esta guía contiene información detallada sobre la administración y gestión de CONSUL.