This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ad05cb
commit 6bb7959
Showing
10 changed files
with
95 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: GPL-3.0-only | ||
--> | ||
|
||
<instance-profile id="pro" name="Pro2324" start-page="01-Pro2324.topic"> | ||
<instance-profile id="pro" name="Pro2324" start-page="Inicio.topic"> | ||
|
||
<toc-element toc-title="Inicio" topic="01-Pro2324.topic" accepts-web-file-names="readme.html,pro2324.html"/> | ||
<toc-element topic="02-Boletines.topic" accepts-web-file-names="boletines.html"> | ||
<toc-element topic="Inicio.topic" accepts-web-file-names-ref="J79tbEpB"/> | ||
<toc-element topic="Boletines.topic" accepts-web-file-names-ref="SA929oF9"> | ||
<toc-element toc-title="Pro I"> | ||
<toc-element topic="Boletin-1.md"/> | ||
<toc-element topic="Boletin-2.md"/> | ||
|
@@ -23,7 +23,7 @@ SPDX-License-Identifier: GPL-3.0-only | |
<toc-element toc-title="Próximamente ..."/> | ||
</toc-element> | ||
</toc-element> | ||
<toc-element topic="03-Apuntes.topic" accepts-web-file-names="apuntes.html"> | ||
<toc-element topic="Apuntes.topic" accepts-web-file-names-ref="mTi4w2Fu"> | ||
<!-- <toc-element topic="Teoria-Introduccion.md"/> --> | ||
<toc-element toc-title="Teoría Introducción"/> | ||
<toc-element toc-title="Pro I"> | ||
|
@@ -40,16 +40,16 @@ SPDX-License-Identifier: GPL-3.0-only | |
</toc-element> | ||
<toc-element topic="Bibliografia.md"/> | ||
</toc-element> | ||
<toc-element topic="04-Ejemplos.topic" accepts-web-file-names="ejemplos.html"> | ||
<toc-element topic="Ejemplos.topic" accepts-web-file-names-ref="7pk3RBSt"> | ||
<toc-element topic="Rational-TAD-El-codigo.md"/> | ||
</toc-element> | ||
<toc-element toc-title="Antiguos Exámenes"/> | ||
<!-- <toc-element topic="05-Examenes.md"/> --> | ||
<toc-element topic="06-Tutoriales.topic" accepts-web-file-names="tutoriales.html"> | ||
<toc-element topic="tutoriales.topic" accepts-web-file-names-ref="oCu3LH2G"> | ||
<toc-element topic="Compilador.md"/> | ||
<toc-element toc-title="Próximamente ..."/> | ||
</toc-element> | ||
<toc-element topic="07-Extras.topic" accepts-web-file-names="extras.html"> | ||
<toc-element topic="Extras.topic" accepts-web-file-names-ref="cU3Rh3R4"> | ||
<toc-element topic="Tres-En-Raya.md"/> | ||
<toc-element topic="Algoritmos.md"/> | ||
<toc-element toc-title="Próximamente ..."/> | ||
|
@@ -62,6 +62,6 @@ SPDX-License-Identifier: GPL-3.0-only | |
<toc-element toc-title="Ko-Fi" href="https://ko-fi.com/pablopl"/> | ||
<toc-element toc-title="PayPal" href="https://paypal.me/pabloportaslopez"/> | ||
</toc-element> | ||
<toc-element topic="11-Agradecimientos.md" accepts-web-file-names="agradecimientos.html"/> | ||
<toc-element topic="99-Para-Colaboradores.md" hidden="true" accepts-web-file-names="para-colaboradores.html"/> | ||
<toc-element topic="Agradecimientos.md" accepts-web-file-names-ref="B2vzeRvU"/> | ||
<toc-element topic="Para-Colaboradores.md" hidden="true" accepts-web-file-names="para-colaboradores.html"/> | ||
</instance-profile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,37 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: GPL-3.0-only | ||
--> | ||
<rules> | ||
<!-- format is as follows | ||
<rule id="<unique id>"> | ||
<accepts>page.html</accepts> | ||
<!-- Página de Inicio --> | ||
<rule id="J79tbEpB"> | ||
<accepts>readme.html,pro2324.html,01-pro2324.html,introduction.html</accepts> | ||
</rule> | ||
--> | ||
<!-- Página de Boletines --> | ||
<rule id="SA929oF9"> | ||
<accepts>02-boletines.html,boletines.html</accepts> | ||
</rule> | ||
<!-- Página de Apuntes --> | ||
<rule id="mTi4w2Fu"> | ||
<accepts>03-apuntes.html,apuntes.html</accepts> | ||
</rule> | ||
<!-- Página de Ejemplos --> | ||
<rule id="7pk3RBSt"> | ||
<accepts>04-ejemplos.html</accepts> | ||
</rule> | ||
<!-- Página de Tutoriales --> | ||
<rule id="oCu3LH2G"> | ||
<accepts>06-tutoriales.html</accepts> | ||
</rule> | ||
<!-- Página de Extras --> | ||
<rule id="cU3Rh3R4"> | ||
<accepts>07-extras.html</accepts> | ||
</rule> | ||
<!-- Página de Agradecimientos --> | ||
<rule id="B2vzeRvU"> | ||
<accepts>11-agradecimientos.html</accepts> | ||
</rule> | ||
<!-- Página de Colaboradores --> | ||
<rule id="ri3AH8X2"> | ||
<accepts>99-para-colaboradores.html</accepts> | ||
</rule> | ||
|
||
</rules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Agradecimientos | ||
|
||
<tldr>Este proyecto no sería posible sin el trabajo previo y la colaboración de estas talentosas personas. 🤗</tldr> | ||
<tldr id="tldr">Este proyecto no sería posible sin el trabajo previo y la colaboración de estas talentosas personas. 🤗</tldr> | ||
|
||
<!-- TODO Poner el resto de agradecimientos una vez tengamos permiso explícito --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Apuntes" id="03-Apuntes" help-id="Teoría;Teoria"> | ||
title="Apuntes" id="Apuntes" help-id="Teoría;Teoria;03-Apuntes;apuntes"> | ||
|
||
<!-- | ||
SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | ||
|
@@ -22,7 +22,7 @@ | |
<spotlight> | ||
<!-- TODO Una vez escritas la introducción y la bibliografía desbloquearlas --> | ||
<!-- <a href="03-Apuntes-Introduccion.md" type="presentation" summary="Bienvenido/a al mundo de la programación"/> --> | ||
<a href="01-Pro2324.topic" type="lock" summary="¡En construcción!">Teoría Introducción</a> | ||
<a href="Inicio.topic" type="lock" summary="¡En construcción!">Teoría Introducción</a> | ||
<a href="Bibliografia.md" type="library" | ||
summary="Bibliografía recomendada, desde las lecturas esenciales más básicas hasta los grandes clásicos."/> | ||
</spotlight> | ||
|
@@ -49,19 +49,19 @@ | |
summary="La abstracción funcional y de datos. Especificación, construcción y ejemplos."/> | ||
<a href="Tema-2.md" type="container" | ||
summary="Punteros en profundidad, las variables dinámicas, direcciones de memoria y la gestión de la memoria (pila (stack) y montículo (heap))."/> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Tema 3 - Listas</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Tema 3 - Listas</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</secondary> | ||
|
||
<!-- Créditos --> | ||
<misc> | ||
<cards narrow="true"> | ||
<title>Créditos</title> | ||
<a href="11-Agradecimientos.md" type="documents" summary="Copyright © Facultade de Informática da Coruña">Material | ||
<a href="Agradecimientos.md" type="documents" summary="Copyright © Facultade de Informática da Coruña">Material | ||
Original</a> | ||
<a href="11-Agradecimientos.md" type="account" summary="Copyright © 2024 Daniel Feito Pin">Resúmenes | ||
<a href="Agradecimientos.md" type="account" summary="Copyright © 2024 Daniel Feito Pin">Resúmenes | ||
Programación I</a> | ||
<a href="11-Agradecimientos.md" type="account" summary="Copyright © 2024 Pablo Portas López">Resúmenes | ||
<a href="Agradecimientos.md" type="account" summary="Copyright © 2024 Pablo Portas López">Resúmenes | ||
Programación II</a> | ||
</cards> | ||
</misc> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Boletines" id="02-Boletines" help-id="Boletines"> | ||
title="Boletines" id="Boletines" help-id="Boletines;02-Boletines;boletines"> | ||
|
||
<!-- | ||
SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | ||
|
@@ -44,24 +44,24 @@ | |
<secondary> | ||
<title>Programación II</title> | ||
<!-- TODO Añadir los TGRs de Programación II --> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">TGR 1 - Especificación de tipos abstractos</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">TGR 2 - Punteros</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">TGR 1 - Especificación de tipos abstractos</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">TGR 2 - Punteros</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</secondary> | ||
|
||
<!-- Créditos --> | ||
<misc> | ||
<cards narrow="true"> | ||
<title>Créditos</title> | ||
<a href="11-Agradecimientos.md" type="development" | ||
<a href="Agradecimientos.md" type="development" | ||
summary="Pablo Portas López, Miguel Fraga Pico, Santiago Neira Sejean y Daniel Deza Prieto.">Código</a> | ||
<a href="11-Agradecimientos.md" type="account" summary="Pablo Portas López">Adaptado por</a> | ||
<a href="11-Agradecimientos.md" type="community" summary="Copyright © María Del Carmen Bóveda Álvarez">Material | ||
<a href="Agradecimientos.md" type="account" summary="Pablo Portas López">Adaptado por</a> | ||
<a href="Agradecimientos.md" type="community" summary="Copyright © María Del Carmen Bóveda Álvarez">Material | ||
Original (Programación I)</a> | ||
<a href="https://books.google.es/books?id=Mo-WAQAACAAJ" type="library" | ||
summary="'Problemas en Pascal estándar ISO-10206': Bóveda, Carmen; García, Esteban; Rodríguez, Alejandra. ISBN: 978-84-16294-25-1">Basado | ||
en la Obra (Programación I)</a> | ||
<a href="11-Agradecimientos.md" type="community" summary="Copyright © Facultade de Informática da Coruña">Material | ||
<a href="Agradecimientos.md" type="community" summary="Copyright © Facultade de Informática da Coruña">Material | ||
Original (Programación II)</a> | ||
</cards> | ||
</misc> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Ejemplos" id="04-Ejemplos" help-id="Ejemplos"> | ||
title="Ejemplos" id="Ejemplos" help-id="Ejemplos;04-Ejemplos;ejemplos"> | ||
|
||
<!-- | ||
SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | ||
|
@@ -19,23 +19,23 @@ | |
|
||
<spotlight> | ||
<a href="Rational-TAD-El-codigo.md" type="server" summary="Un TAD para los números racionales, es decir, un par de números enteros: Numerador y denominador."/> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</spotlight> | ||
|
||
<primary> | ||
<title>Otros ejemplos interesantes</title> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</primary> | ||
|
||
<secondary> | ||
<title>Ejemplos más avanzados</title> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</secondary> | ||
|
||
</section-starting-page> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
id="07-Extras" title="Extras" help-id="Extras"> | ||
id="Extras" title="Extras" help-id="Extras;07-Extras"> | ||
|
||
<!-- | ||
SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | ||
|
@@ -24,18 +24,18 @@ | |
|
||
<primary> | ||
<title>Más extras</title> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</primary> | ||
|
||
<secondary> | ||
<title>Continuamos con más extras para bingo</title> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="01-Pro2324.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
<a href="Inicio.topic" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</secondary> | ||
|
||
</section-starting-page> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Pro2324" id="01-Pro2324" help-id="Pro2324"> | ||
title="Inicio" id="Inicio" help-id="Pro2324;01-Pro2324;home;inicio"> | ||
|
||
<!-- | ||
SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | ||
|
@@ -23,20 +23,20 @@ | |
|
||
<!-- Secciones principales de la web --> | ||
<spotlight> | ||
<a href="02-Boletines.topic" type="documents" summary="Ejercicios resueltos de los boletines.">Boletines</a> | ||
<a href="03-Apuntes.topic" type="learn" | ||
<a href="Boletines.topic" type="documents" summary="Ejercicios resueltos de los boletines.">Boletines</a> | ||
<a href="Apuntes.topic" type="learn" | ||
summary="Material de estudio del lenguaje de programación C.">Apuntes</a> | ||
</spotlight> | ||
|
||
|
||
<!-- El resto de secciones --> | ||
<primary> | ||
<title>Otras cosas interesantes</title> | ||
<a href="04-Ejemplos.topic" type="cross-check" summary="Ejemplos sencillos y no tan sencillos, algunos sacados de clases de prácticas.">Ejemplos</a> | ||
<a href="Ejemplos.topic" type="cross-check" summary="Ejemplos sencillos y no tan sencillos, algunos sacados de clases de prácticas.">Ejemplos</a> | ||
<!-- <a href="Examenes.md" type="academy" summary="Exámenes antiguos resueltos.">Exámenes</a> --> | ||
<a href="https://teenbiscuits.github.io/Pro2324/pro2324.html" type="lock" summary="¡En construcción!">Antiguos | ||
Exámenes</a> | ||
<a href="06-Tutoriales.topic" type="keyboard" summary="Lo difícil hecho fácil.">Tutoriales</a> | ||
<a href="tutoriales.topic" type="keyboard" summary="Lo difícil hecho fácil.">Tutoriales</a> | ||
<!-- No se puede referenciar a un topic dentro de si mismo --> | ||
<a href="https://teenbiscuits.github.io/Pro2324/pro2324.html" type="lock" summary="Próximamente...">Próximamente...</a> | ||
</primary> | ||
|
@@ -45,7 +45,7 @@ | |
<!-- Secciones para "advanced/experienced users." --> | ||
<secondary> | ||
<title>Para estudiantes más avanzados</title> | ||
<a href="07-Extras.topic" type="mixed" summary="Algunos prográmas extras interesantes.">Extras</a> | ||
<a href="Extras.topic" type="mixed" summary="Algunos prográmas extras interesantes.">Extras</a> | ||
<a href="https://github.com/TeenBiscuits/Pro2324" type="open-source" | ||
summary="Este proyecto es Open Source, el código es libre y todo el mundo puede verlo y editarlo. Ayúdanos aportando tu granito de arena o simplemente danos una estrellita. ⭐">Colabora</a> | ||
</secondary> | ||
|
@@ -64,7 +64,7 @@ | |
Sugerencia</a> | ||
<a href="https://github.com/sponsors/TeenBiscuits" type="start" | ||
summary="Apoye el desarrollo mediante GitHub Sponsors">Apoye el desarrollo</a> | ||
<a href="11-Agradecimientos.md" type="community" | ||
<a href="Agradecimientos.md" type="community" | ||
summary="Este proyecto no sería posible sin el trabajo previo y la colaboración de estas talentosas personas. 🤗">Agradecimientos</a> | ||
</cards> | ||
</misc> | ||
|
File renamed without changes.
Oops, something went wrong.