Fixed few typos on English post + Spanish translation

This commit is contained in:
Fede.- 2021-12-29 04:10:07 -03:00
parent 1707964b06
commit e71589e89d
7 changed files with 256 additions and 18 deletions

42
pages/01.home/default.md Normal file
View File

@ -0,0 +1,42 @@
---
title: Home
body_classes: title-center title-h1h2
---
# Say Hello to Grav!
## installation successful...
Congratulations! You have installed the **Base Grav Package** that provides a **simple page** and the default **Quark** theme to get you started.
!! If you see a **404 Error** when you click `Typography` in the menu, please refer to the [troubleshooting guide](http://learn.getgrav.org/troubleshooting/page-not-found).
### Find out all about Grav
* Learn about **Grav** by checking out our dedicated [Learn Grav](http://learn.getgrav.org) site.
* Download **plugins**, **themes**, as well as other Grav **skeleton** packages from the [Grav Downloads](http://getgrav.org/downloads) page.
* Check out our [Grav Development Blog](http://getgrav.org/blog) to find out the latest goings on in the Grav-verse.
!!! If you want a more **full-featured** base install, you should check out [**Skeleton** packages available in the downloads](http://getgrav.org/downloads).
### Edit this Page
To edit this page, simply navigate to the folder you installed **Grav** into, and then browse to the `user/pages/01.home` folder and open the `default.md` file in your [editor of choice](http://learn.getgrav.org/basics/requirements). You will see the content of this page in [Markdown format](http://learn.getgrav.org/content/markdown).
### Create a New Page
Creating a new page is a simple affair in **Grav**. Simply follow these simple steps:
1. Navigate to your pages folder: `user/pages/` and create a new folder. In this example, we will use [explicit default ordering](http://learn.getgrav.org/content/content-pages) and call the folder `03.mypage`.
2. Launch your text editor and paste in the following sample code:
---
title: My New Page
---
# My New Page!
This is the body of **my new page** and I can easily use _Markdown_ syntax here.
3. Save this file in the `user/pages/03.mypage/` folder as `default.md`. This will tell **Grav** to render the page using the **default** template.
4. That is it! Reload your browser to see your new page in the menu.
! NOTE: The page will automatically show up in the Menu after the "Typography" menu item. If you wish to change the name that shows up in the Menu, simple add: `menu: My Page` between the dashes in the page content. This is called the YAML front matter, and it is where you configure page-specific options.

View File

@ -0,0 +1,155 @@
---
title: Typography
---
! Details on the full capabilities of Spectre.css can be found in the [Official Spectre Documentation](https://picturepan2.github.io/spectre/elements.html)
The [Quark theme](https://github.com/getgrav/grav-theme-quark) is the new default theme for Grav built with [Spectre.css](https://picturepan2.github.io/spectre/) the lightweight, responsive and modern CSS framework. Spectre provides basic styles for typography, elements, and a responsive layout system that utilizes best practices and consistent language design.
### Headings
# H1 Heading `40px`
## H2 Heading `32px`
### H3 Heading `28px`
#### H4 Heading `24px`
##### H5 Heading `20px`
###### H6 Heading `16px`
```html
# H1 Heading
# H1 Heading `40px`</small>`
<span class="h1">H1 Heading</span>
```
### Paragraphs
Lorem ipsum dolor sit amet, consectetur [adipiscing elit. Praesent risus leo, dictum in vehicula sit amet](#), feugiat tempus tellus. Duis quis sodales risus. Etiam euismod ornare consequat.
Climb leg rub face on everything give attitude nap all day for under the bed. Chase mice attack feet but rub face on everything hopped up on goofballs.
### Markdown Semantic Text Elements
**Bold** `**Bold**`
_Italic_ `_Italic_`
~~Deleted~~ `~~Deleted~~`
`Inline Code` `` `Inline Code` ``
### HTML Semantic Text Elements
<abbr>I18N</abbr> `<abbr>`
<cite>Citation</cite> `<cite>`
<kbd>Ctrl + S</kbd> `<kbd>`
Text<sup>Superscripted</sup> `<sup>`
Text<sub>Subscripted</sub> `<sub>`
<u>Underlined</u> `<u>`
<mark>Highlighted</mark> `<mark>`
<time>20:14</time> `<time>`
<var>x = y + 2</var> `<var>`
### Blockquote
> The advance of technology is based on making it fit in so that you don't really even notice it,
> so it's part of everyday life.
>
> <cite>- Bill Gates</cite>
```markdown
> The advance of technology is based on making it fit in so that you don't really even notice it,
> so it's part of everyday life.
>
> <cite>- Bill Gates</cite>
```
### Unordered List
* list item 1
* list item 2
* list item 2.1
* list item 2.2
* list item 2.3
* list item 3
```markdown
* list item 1
* list item 2
* list item 2.1
* list item 2.2
* list item 2.3
* list item 3
```
### Ordered List
1. list item 1
1. list item 2
1. list item 2.1
1. list item 2.2
1. list item 2.3
1. list item 3
```markdown
1. list item 1
1. list item 2
1. list item 2.1
1. list item 2.2
1. list item 2.3
1. list item 3
```
### Table
| Name | Genre | Release date |
| :-------------------------- | :---------------------------: | -------------------: |
| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
| The Godfather | Crime, Drama | 24 March 1972 |
| Schindler's List | Biography, Drama, History | 4 February 1994 |
| Se7en | Crime, Drama, Mystery | 22 September 1995 |
```markdown
| Name | Genre | Release date |
| :-------------------------- | :---------------------------: | -------------------: |
| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
| The Godfather | Crime, Drama | 24 March 1972 |
| Schindler's List | Biography, Drama, History | 4 February 1994 |
| Se7en | Crime, Drama, Mystery | 22 September 1995 |
```
### Notices
The notices styles are actually provided by the `markdown-notices` plugin but are useful enough to include here:
! This is a warning notification
!! This is a error notification
!!! This is a default notification
!!!! This is a success notification
```markdown
! This is a warning notification
!! This is a error notification
!!! This is a default notification
!!!! This is a success notification
```

View File

@ -1,5 +1,5 @@
---
title: 'DisNews #4 - Nextcloud performance; Framdate and Ethercalc; Custom domains and XMPP; Lacro.io; Fe.disroot.org;'
title: 'DisNews #4 - Nextcloud performance; Framadate and Ethercalc; Custom domains and XMPP; Lacro.io; Fe.disroot.org;'
date: '28-12-2021 0:10'
media_order: 2022.jpg
taxonomy:
@ -12,7 +12,7 @@ body_classes: 'single single-post'
Hi there Disrooters!
We would like to wish you all a happy new year! Let's not mention how crazy the world has become and how gloomy the future is shaping up to be. Let's focus on the good things in life instead. Imagine yourself sitting in a hot-tub outside (or a cold pool if you happen to be in the Southern Hemisphere now). You're enjoying your favourite drink while a fresh breeze touches your face, you open your eyes and you see the people that are the closest to you, celebrating the last minutes of the year with you. The time seems to stop in that moment and none of your worries, your bad thoughts, seem to be real. You take your last sip of 2021 and before you open your eyes you are in 2022. A year you look forward to, the year you will finally kick out that bad habbit of yours you always wanted to get rid of, the year you will finally realize that cool project you always imagined, the year government restrictions become a thing of the past and everyone is smiling to you on the streets and greeting each other "good morning".....
We would like to wish you all a happy new year! Let's not mention how crazy the world has become and how gloomy the future is shaping up to be. Let's focus on the good things in life instead. Imagine yourself sitting in a hot-tub outside (or a cold pool if you happen to be in the Southern Hemisphere now). You're enjoying your favorite drink while a fresh breeze touches your face, you open your eyes and you see the people that are the closest to you, celebrating the last minutes of the year with you. The time seems to stop in that moment and none of your worries, your bad thoughts, seem to be real. You take your last sip of 2021 and before you open your eyes you are in 2022. A year you look forward to, the year you will finally kick out that bad habit of yours you always wanted to get rid of, the year you will finally realize that cool project you always imagined, the year government restrictions become a thing of the past and everyone is smiling to you on the streets and greeting each other "good morning"...
That is what we wish to you all! Let's make 2022 awesome again!
@ -26,7 +26,7 @@ For few weeks Nextcloud has been slower than normal slow. We have since detected
# Future of the Framadate/Ethercalc
In the last post we have informed you about our concerns with Framadate and EtherCalc not being actively developed for a while and the idea of removing those services in favour of CryptPad which does provide similar solution with benefit of them being end-to-end encrypted and very actively developed. The crushing majority of you supports that idea and so, by end of March 2022, we will shut down both [Ethercalc](https://calc.disroot.org) and [Framadate](https://poll.disroot.org) and recommend CryptPad as a solution to collaborative spreadsheets and polls with extra security sauce on top. And since we are talking about it, we would like to invite you to check all the services bundled into CryptPad more closely. CryptPad is, in our opinion, a great way to collaborate with others, whether it's a text document, spreadsheet, project board or presentation. Additionally, it's an end-to-end encrypted software that keeps the content of all your files private and not even us, the admins, can read them.
In the last post we have informed you about our concerns with Framadate and EtherCalc not being actively developed for a while and the idea of removing those services in favor of CryptPad which does provide similar solution with benefit of them being end-to-end encrypted and very actively developed. The crushing majority of you supports that idea and so, by end of March 2022, we will shut down both [Ethercalc](https://calc.disroot.org) and [Framadate](https://poll.disroot.org) and recommend CryptPad as a solution to collaborative spreadsheets and polls with extra security sauce on top. And since we are talking about it, we would like to invite you to check all the services bundled into CryptPad more closely. CryptPad is, in our opinion, a great way to collaborate with others, whether it's a text document, spreadsheet, project board or presentation. Additionally, it's an end-to-end encrypted software that keeps the content of all your files private and not even us, the admins, can read them.
# Custom domains and XMPP

View File

@ -0,0 +1,56 @@
---
title: 'DisNews #4 - Performance de Nextcloud; Framadate y Ethercalc; Dominios personalizados y XMPP; Lacro.io; Fe.disroot.org;'
date: '28-12-2021 0:10'
media_order: 2022.jpg
taxonomy:
category: news
tag: [disroot, news, nextcloud, etherpad, framadate, cryptpad, lacre,]
body_classes: 'single single-post'
---
¡Hola, Disrooters!
¡Nos gustaría desearles a todxs un feliz año nuevo! No mencionemos lo loco que se ha vuelto el mundo y lo sombrío que se perfila. En vez de eso, enfoquémonos en las cosas buenas de la vida. Imagínense en un jacuzzi afuera (o en una piscina fresca si están ahora en el hemisferio sur). Están disfrutando de su bebida favorita mientras una brisa fresca les toca la cara, abren los ojos y ven a las personas más cercanas, celebrando con ustedes los últimos minutos del año. El tiempo parece detenerse en ese momento y ninguna de sus preocupaciones, sus malos pensamientos, parecen ser reales. Beben el último sorbo de 2021 y antes que abran los ojos están en 2022. Un año que esperan con ansias, el año en el que por fin se sacarán ese mal hábito del que siempre quisieron deshacerse, el año en el que finalmente realizarán ese proyecto buenísimo que siempre imaginaron, el año en el que las restricciones del gobierno se convertirán en cosa del pasado y todo el mundo les sonreirá por la calle y se saludarán con un "buenos días"...
¡Eso es lo que les deseamos a todxs! ¡Hagamos que 2022 sea genial de nuevo!
Muy bien. Aunque nuestro último boletín no fue hace mucho, hay algunas cositas que nos gustaría resaltar.
# La crítica performance de Nextcloud
Durante algunas semanas Nextcloud ha estado más lento de lo normal. Desde entonces hemos detectado el problema y lo hemos solucionado, por lo que ahora las cosas deberían volver a la lentitud normal. Al mismo tiempo, estamos trabajando en mejorar el rendimiento del servicio en la nube para que vuelva a ser más agradable trabajar con él. Nos estamos preparando para comprar nuevos servidores para potenciar nuestra infraestructura, lo que sin duda será un gran impulso, pero hasta entonces queremos asegurarnos de exprimir al máximo el hardware actual para garantizar que el rendimiento de la nube esté lo más optimizado posible.
# El futuro de Framadate/Ethercalc
En el último post les informamos de nuestra preocupación por el hecho de que Framadate y EtherCalc no se hayan estado desarrollando activamente desde hace un tiempo y de la idea de eliminar esos servicios en favor de CryptPad, que proporciona una solución similar con el beneficio de que están cifrados de extremo-a-extremo y desarrollados muy activamente. La inmensa mayoría de ustedes apoya esta idea así que, a finales de marzo de 2022, cerraremos tanto [Ethercalc](https://calc.disroot.org) como [Framadate](https://poll.disroot.org) y recomendaremos CryptPad como solución para las hojas de cálculo colaborativas y las encuestas con una salsa de seguridad extra. Y ya que estamos hablando de ello, nos gustaría invitarlxs a comprobar más de cerca todos los servicios que incluye. CryptPad es, en nuestra opinión, una excelente manera de colaborar con otras personas, ya sea en un documento de texto, una hoja de cálculo, un tablero de proyectos o una presentación. Adicionalmente, es un software cifrado de extremo-a-extremo que mantiene privado el contenido de todos sus archivos y ni siquiera nosotros, los admins, podemos leerlos.
# Dominios personalizados y XMPP
Estamos muy sorprendidos y agradecidos por las respuestas de todxs ustedes. Las solicitudes de enlaces de dominio personalizados para el correo electrónico siguen llegando, y estamos felices de que ustedes lo sigan pidiendo. Después de todo, pensamos que es la mejor opción para mantener su dirección de correo electrónico/presencia en internet sin necesidad de preocuparse por el proveedor que utilizan, ya que pueden llevarla a donde quieran sin molestarse en informar a todos sus contactos sobre el cambio.
Aunque también proporcionamos la vinculación de dominios de chat XMPP, aún no hemos procesado ninguna (prioridades), pero pronto nos estaremos contactando con todxs lxs que lo hayan solicitado, ¡así que sigan atentxs!
# Destellos del futuro
## Lacre.io
Aunque no hemos podido trabajar en el proyecto de cifrado del correo tanto como hubiéramos querido y solo empezamos recientemente, queremos terminarlo el año que viene. @pfm ha estado haciendo magia y trabajando para que el software esté actualizado y sea utilizable así que estamos casi listos para hacer unas pruebas cerradas de fase alfa muy, muy pronto. Estamos verdaderamente ansiosos de eso.
## Fe.disroot.org - Una nueva semilla en el Fediverso.
Para quienes aún no lo saben, el Fediverso es una red de servicios federados, que van desde redes sociales, intercambio de archivos, tableros de imágenes, etc. Es una gran red en la que no hay una única entidad que sea dueña de todos los recursos y datos de las personas usuarias. Por su naturaleza descentralizada promueve la libertad y la cooperación entre diferentes entidades para crear una red verdaderamente independiente y autogestionada de proveedores de servicios éticos.
Uno de los principales objetivos de Disroot es proveer servicios federados, así que meternos en el protocolo ActivityPub (la principal fuerza motora del Fediverso) es algo que queríamos hacer desde hace rato. Hemos estado probando muchas soluciones de software posibles desde hace ya tiempo. Aunque pensamos que Hubzilla es la más avanzada y centrada en la privacidad que existe, es también muy demandante para nosotros mantenerla y hacerla amigable. Hemos decidido adoptar un enfoque diferente. En lugar de utilizar un solo software para hacer todo, decidimos buscar diferentes servicios federados y utilizar varios de ellos que hagan una sola cosa. Así que comenzamos con una plataforma de microblogging (como Mastodon o Twitter) y optamos por Pleroma. Todavía está muy en fase de pruebas, pero es lo suficientemente utilizable como para lanzarse a probarlo. Si ya están familiarizadxs con el Fediverso, nos vendrían muy bien sus comentarios para detectar todos los problemas y errores pequeños antes de que la promocionemos para su uso regular. Mientras tanto, estamos preparando todos los tutoriales e información del sitio necesarios para que la incorporación de lxs Disrooters para quienes el concepto del Fediverso es nuevo todavía sea lo más fácil posible. Si están interesadxs en probar las cosas, pueden iniciar sesión en nuestra instancia de Pleroma con sus credenciales de Disroot en: https://fe.disroot.org. Si quieren participar en las discusiones sobre las futuras aplicaciones del Fediverso que queremos proveer pueden unirse a nuestro chat federado en xmpp:fedistroot@chat.disroot.org.
Una vez más: ¡que tengan una gran celebración de año nuevo y les deseamos a todxs un muy buen 2022!
¡Gracias especiales a todxs lxs Disrooters que han estado ayudándonos reportando problemas, donando, pasando tiempo por nuestro chat (disroot@chat.disroot.org), a aquellas personas que estuvieron ayudando también a otras con problemas relacionados con Disroot, a todxs lxs que han enviado parches, traducciones y tutoriales! ¡Ustedes son geniales!
Disroot tampoco existiría sin el incansable trabajo de todxs lxs desarrolladorxs de software Libre y de Código Abierto. ¡Nos gustaría agraderles a todxs por enorme trabajo! A todas las personas involucradas en la creación del kernel Linux, las utilidades GNU, a Debian y todas las otras distribuciones (también a Arch :P), a todxs aquellxs detrás de los proyectos que utilizamos a diario en Disroot: Nginx, Debian, CryptPad, Framasoft, Mumble, Pleroma, Soapbox, Hubzilla, Etherpad, Ethrcalc, Taiga, Nextcloud, Lufi, ConverseJS, Privatebin, Searx, Jitsi, Gitea, Prosody, Mattermost, Postfix, Dovecot, Amavis, Rainloop y muchos, muchos más... ¡Ustedes son los héroes y heroínas! ¡Feliz año nuevo!

View File

@ -1,5 +0,0 @@
Log created: 2019-06-11T10:38:58.610775000Z
Executable: /usr/lib/virtualbox/VBoxSVC
Arg[0]: /usr/lib/virtualbox/VBoxSVC
Arg[1]: --auto-shutdown
AddRef: illegal refcnt=3221225469 state=2

View File

@ -1,5 +0,0 @@
Log created: 2019-06-20T20:34:56.414319000Z
Executable: /usr/lib/virtualbox/VBoxSVC
Arg[0]: /usr/lib/virtualbox/VBoxSVC
Arg[1]: --auto-shutdown
AddRef: illegal refcnt=3221225469 state=2

View File

@ -1,5 +0,0 @@
Log created: 2019-09-07T10:59:25.001297000Z
Executable: /usr/lib/virtualbox/VBoxSVC
Arg[0]: /usr/lib/virtualbox/VBoxSVC
Arg[1]: --auto-shutdown
AddRef: illegal refcnt=3221225469 state=2