Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix preface #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ Manas Handbook
==============

This text serves two simultaneous purposes that mutually feedback each other: it is a user manual which explains how some processes work inside [Manas](http://www.manas.com.ar) and it's also an instruction manual, as it describes certain goals we want to achieve. True to our principles, the text is in a repository where you can comment on it and send your change proposals. This text will always be a beta version. If you agree with a chapter of the manual, but you don't think it is being implemented correctly in reality, let your voice be heard loud and clear and help us correct what we can. If you disagree with parts of the manual, please suggest the change you'd like to see and help us implement it.

Este texto cumple dos funciones simultáneas y mutuamente retro-alimentadas: es manual de uso por un lado, en cuanto a que explica el funcionamiento de algunos procesos dentro de [Manas](http://www.manas.com.ar) y es manual de instrucciones por otro, en cuanto a que describe ciertas aspiraciones a las que queremos llegar. Fiel a nuestros principios, el texto se encuentra en un repositorio para que puedas comentarlo y enviar tus propuestas de cambios. Este texto será una versión beta por siempre. Si estás de acuerdo con partes del manual, pero te parece que no están implementadas correctamente en la realidad, hacelo saber fuerte y claro, y ayudanos a corregir lo que se pueda. Si no estás de acuerdo con partes del manual, proponé el cambio que quisieras ver y ayudanos a implementarlo.
2 changes: 0 additions & 2 deletions en/0-prefacio.md

This file was deleted.

1 change: 1 addition & 0 deletions en/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#Preface
This text serves two simultaneous purposes that mutually feedback each other: it is a user manual which explains how some processes work inside Manas and it's also an instruction manual, as it describes certain goals we want to achieve. True to our principles, the text is in a repository where you can comment on it and send your change proposals. This text will always be a beta version. If you agree with a chapter of the manual, but you don't think it is being implemented correctly in reality, let your voice be heard loud and clear and help us correct what we can. If you disagree with parts of the manual, please suggest the change you'd like to see and help us implement it.
2 changes: 0 additions & 2 deletions en/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Summary

* [Introduction](README.md)
* [Introduction](0-prefacio.md)
* [Manas](01-manas/manas.md)
* [The name](01-manas/1-el-nombre.md)
* [The beginnings](01-manas/2-los-comienzos.md)
Expand Down Expand Up @@ -46,4 +45,3 @@
* [Conclusión](11-compensacion/3-conclusion.md)
* [Vacaciones](12-vacaciones/0-vacaciones.md)
* [Entrevistas](13-entrevistas/0-entrevistas.md)

6 changes: 3 additions & 3 deletions en/book.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Manas Handbook",
"description": "Este texto cumple dos funciones simultáneas y mutuamente retro-alimentadas: es manual de uso por un lado, en cuanto a que explica el funcionamiento de algunos procesos dentro de Manas y es manual de instrucciones por otro, en cuanto a que describe ciertas aspiraciones a las que queremos llegar.",
"language": "es",
"description": "This text serves two simultaneous purposes that mutually feedback each other: it is a user manual which explains how some processes work inside Manas and it's also an instruction manual, as it describes certain goals we want to achieve.",
"language": "en",
"structure": {
"readme": "0-prefacio.md"
"readme": "README.md"
}
}
3 changes: 0 additions & 3 deletions es/0-prefacio.md

This file was deleted.

4 changes: 1 addition & 3 deletions es/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Manas Handbook
==============

# Prefacio
Este texto cumple dos funciones simultáneas y mutuamente retro-alimentadas: es manual de uso por un lado, en cuanto a que explica el funcionamiento de algunos procesos dentro de [Manas](http://www.manas.com.ar) y es manual de instrucciones por otro, en cuanto a que describe ciertas aspiraciones a las que queremos llegar. Fiel a nuestros principios, el texto se encuentra en un repositorio para que puedas comentarlo y enviar tus propuestas de cambios. Este texto será una versión beta por siempre. Si estás de acuerdo con partes del manual, pero te parece que no están implementadas correctamente en la realidad, hacelo saber fuerte y claro, y ayudanos a corregir lo que se pueda. Si no estás de acuerdo con partes del manual, proponé el cambio que quisieras ver y ayudanos a implementarlo.
2 changes: 1 addition & 1 deletion es/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "This text serves two simultaneous purposes that mutually feedback each other: it is a user manual which explains how some processes work inside Manas and it's also an instruction manual, as it describes certain goals we want to achieve.",
"language": "en",
"structure": {
"readme": "0-prefacio.md"
"readme": "README.md"
}
}