Skip to content

Commit 8e8ebe9

Browse files
authored
Merge pull request #336 from processing/homepage-update-dev
Update the homepage to announce Processing 4.0
2 parents 20f448c + bd02312 commit 8e8ebe9

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

i18n/react-intl/en.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
"gettingStartedP1": "Download and open the 'Processing' application. Select something from the Examples. Hit the Run button. Lather, rinse, repeat as necessary. More information on using Processing itself is can be found in the <a href='/environment'>environment</a> section of the reference. To learn the Processing language, we recommend you try a few of the built-in <a href='/examples'>examples</a>, and check out the <a href='/reference'>reference</a>. A group of diverse <a href='/books'>books</a> have been written to help people with different goals and skill levels.",
3535
"gettingStartedP2": "To learn the Processing language, we recommend you try a few of the built-in examples, and check out the <a href='/reference'>reference</a>. A group of diverse <a href='/books'>books</a> have been written to help people with different goals and skill levels. If you're stuck or want to talk about your work, head over to the forum section of the site to find open minds and helpful peers.",
3636
"gettingStartedP3": "For a more detailed overview, check the <a href='/tutorials/gettingstarted'>Getting Started</a> tutorial.",
37-
"participate": "Processing is 20!",
38-
"participateP1": "Let’s organize a distributed, worldwide party! Celebrate the 20th anniversary of Processing with the community on August 20–22 2021 by sharing events, zines, cakes, and artwork. Who’s in? #pcd2021!",
39-
"buttonParticipate": "Visit the website",
37+
"participate": "Processing 4 is out!",
38+
"participateP1": "Processing 4 introduces major improvements behind the scenes, with the primary goal to keep your code running smoothly on the latest hardware and operating systems.",
39+
"participateP2": "If you are still using Processing 3 or a Processing 4 beta, we strongly encourage you to switch to Processing 4 to get the best performance, compatibility, and support in the future.",
40+
"buttonParticipate": "Read the blog post",
4041
"contribute": "Contribute",
4142
"contributeP1": "The core Processing software is augmented by libraries and tools contributed through the community. These inventive extensions are a bright future for the project. We have a list of Contributed Libraries and Contributed Tools posted online. These contributions can't be underestimated.",
4243
"contributeP2": "To contribute to Processing development, please visit Processing on GitHub to read instructions for downloading the code,",

i18n/react-intl/es.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
"gettingStartedP1": " Descarga y abre la aplicación ‘Processing'. Selecciona algún ejemplo de Ejemplos. Presiona el botón Correr. Lava, enjuaga y repite tantas veces como sea necesario. Más información acerca del uso de Processing puede ser encontrada en la sección <a href='/reference'>entorno</a> de la referencia. Para aprender el lenguaje Processing, nosotros te recomendamos que intentes unos cuantos <a href='/examples'>ejemplos</a>, y que cheques la <a href='/reference'>referencia</a>. Un grupo variado de <a href='/reference'>libros</a> han sido escritos para ayudar a las personas de acuerdo a sus metas y habilidades.",
3535
"gettingStartedP2": "Para aprender el lenguaje Processing, te recomendamos que intentes algunos cuantos de los ejemplos incluidos, y cheques la <a href='/reference'>referencia</a>. Un grupo de diversos <a href='/books'>libros</a> han sido escritos para ayudar a gente con diferentes metas y niveles. Si estas atorado o quieres hablar acerca de tu trabajo, dirígete a la sección del foro y encontrarás gente con la mente abierta y colegas que te podrán ayudar.",
3636
"gettingStartedP3": " Para una vista más detallada, checa el tutorial <a href='/tutorials/gettingstarted'>Primeros Pasos</a> .",
37-
"participate": "Participar",
38-
"participateP1": "La iniciativa del Día de la Comunidad Processing (The Processing Community Day - PCD) esta evolucionando. Para 2020, ofreceremos un programa de mentoreo para organizadores del PCD alrededor del mundo que estén interesados en aprender de organizadores y mentores de pasadas ediciones. La meta es ayudar a un diverso grupo de organizadores a lanzar el PCD en sus comunidades locales. ¡Checa el sitio PCD @ Worldwide para aprender más acerca de empezar o asistir a uno de los futuros eventos!",
39-
"buttonParticipate": "Visitar el sitio web",
37+
"participate": "¡Processing 4 está aquí!",
38+
"participateP1": "Processing 4 introduce importantes mejoras entre bastidores, con el objetivo principal de que tu código funcione sin problemas en el hardware y los sistemas operativos más recientes.",
39+
"participateP2": "Si todavía estás usando Processing 3 o una beta de Processing 4, te recomendamos encarecidamente que te pases a Processing 4 para obtener el mejor rendimiento, compatibilidad y soporte en el futuro.",
40+
"buttonParticipate": "Leer la entrada del blog",
4041
"contribute": "Contribuir",
4142
"contributeP1": "El núcleo del software Processing es aumentado con bibliotecas y herramientas que son contribuidas por la comunidad. Estas imaginativas extensiones proveen de un futuro brillante al proyecto. Tenemos una lista de Bibliotecas y Herramientas contribuidas publicadas en línea. Estas contribuciones son muy valoradas.",
4243
"contributeP2": " Para contribuir al desarrollo de Processing, por favor visita Processing en GitHub para ver instrucciones acerca de como descargar el código,",

src/pages/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,11 @@ const IndexPage = ({ data }) => {
159159
<h2>{intl.formatMessage({ id: 'participate' })}</h2>
160160
<div>
161161
<p>{intl.formatMessage({ id: 'participateP1' })}</p>
162+
<p>{intl.formatMessage({ id: 'participateP2' })}</p>
162163
</div>
163164
<div className={css.participateButton}>
164165
<Button
165-
href={'https://processingfoundation.org/advocacy/pcd-2021'}
166+
href={'https://medium.com/@ProcessingOrg/3a1f8b8a7aed'}
166167
variant="animate1"
167168
size="large">
168169
{intl.formatMessage({ id: 'buttonParticipate' })}

0 commit comments

Comments
 (0)