diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-15 22:16:32 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-15 22:16:32 -0500 |
commit | 1ac18c64377d538c240509d1137bc6d401e1543e (patch) | |
tree | 0e303fa5a2cf3be990bfc03de8be9cfc03313341 | |
parent | d6be92b1782e581fec34444183019bec2496b42b (diff) | |
download | cl-1ac18c64377d538c240509d1137bc6d401e1543e.tar.lz cl-1ac18c64377d538c240509d1137bc6d401e1543e.tar.xz cl-1ac18c64377d538c240509d1137bc6d401e1543e.zip |
reorganize vendor directories
-rw-r--r-- | content/ataque-mds.md | 2 | ||||
-rw-r--r-- | content/citizenfour.md | 2 | ||||
-rw-r--r-- | content/como-generar-freakspot.md | 2 | ||||
-rw-r--r-- | content/curso-de-instalacion-de-hyperbola.md | 6 | ||||
-rw-r--r-- | content/locutus-de-gnu.md | 2 | ||||
-rw-r--r-- | content/montar-android-en-hyperbola.md | 2 | ||||
-rw-r--r-- | content/pages/acerca-de.md | 2 | ||||
-rw-r--r-- | content/pages/estructura-de-directorios.md | 2 | ||||
-rw-r--r-- | content/pages/libreJS.md | 8 | ||||
-rw-r--r-- | content/prompt-avanzado.md | 2 | ||||
-rw-r--r-- | content/rms-en-dominio-digital.md | 2 | ||||
-rw-r--r-- | content/sin-parar.md | 2 | ||||
-rw-r--r-- | content/vendor/aplaylist/videoplaylist.js (renamed from content/vendor/js/videoplaylist.js) | 0 | ||||
-rw-r--r-- | content/vendor/play/play.js (renamed from content/vendor/js/play.js) | 0 |
14 files changed, 18 insertions, 16 deletions
diff --git a/content/ataque-mds.md b/content/ataque-mds.md index f52bfba..d981b95 100644 --- a/content/ataque-mds.md +++ b/content/ataque-mds.md @@ -79,7 +79,7 @@ de Intel al mismo tiempo se publicó una [noticia][new] en su web oficial. [Intel Analysis ](https://software.intel.com/security-software-guidance/insights/deep-dive-intel-analysis-microarchitectural-data-sampling) <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> [cyberus]: https://www.cyberus-technology.de/posts/2019-05-14-zombieload.html diff --git a/content/citizenfour.md b/content/citizenfour.md index 880f936..56de658 100644 --- a/content/citizenfour.md +++ b/content/citizenfour.md @@ -30,5 +30,5 @@ ojos en este documental. </p> <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> diff --git a/content/como-generar-freakspot.md b/content/como-generar-freakspot.md index 00f02e1..aa68e33 100644 --- a/content/como-generar-freakspot.md +++ b/content/como-generar-freakspot.md @@ -50,5 +50,5 @@ un entorno virtual con python-virtualenv. <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> diff --git a/content/curso-de-instalacion-de-hyperbola.md b/content/curso-de-instalacion-de-hyperbola.md index 65b32ee..b097820 100644 --- a/content/curso-de-instalacion-de-hyperbola.md +++ b/content/curso-de-instalacion-de-hyperbola.md @@ -16,7 +16,7 @@ en una guía de instalación, bien abajo se encuentra una lista de 6 vídeos: <video id="videoplaylist" class="player-ply" playsinline controls poster='{static}/wp-content/uploads/article/images/2018/05/curso-hyperbola-1.png'> - <source src="https://archive.org/download/hyperbola-video-1/Hyperbola%20Base%20%2B%20Usuario%201%E2%81%846.webm" type="video/webm"/> + <source src="https://archive.org/download/hyperguide/base.webm" type="video/webm"/> <p>Lo siento, tu navegador no soporta vídeo en HTML5. Por favor, cambia o actualiza tu navegador web</p> </video> @@ -60,11 +60,11 @@ de 6 vídeos: >Y, bien hasta aquí ya es posible instalar Hyperbola GNU+Linux-Libre, de manera sencilla. <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> <!-- playlist --> -<script src="{static}/vendor/js/videoplaylist.js"></script> +<script src="{static}/vendor/aplaylist/videoplaylist.js"></script> <!-- /playlist --> [hypersite]: https://www.hyperbola.info/ diff --git a/content/locutus-de-gnu.md b/content/locutus-de-gnu.md index 0c45de8..8b14954 100644 --- a/content/locutus-de-gnu.md +++ b/content/locutus-de-gnu.md @@ -25,5 +25,5 @@ libre y el software privativo. Espero que os guste. </video> <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> diff --git a/content/montar-android-en-hyperbola.md b/content/montar-android-en-hyperbola.md index 487ec8b..6464277 100644 --- a/content/montar-android-en-hyperbola.md +++ b/content/montar-android-en-hyperbola.md @@ -22,5 +22,5 @@ Android en Hyperbola. </p> <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> diff --git a/content/pages/acerca-de.md b/content/pages/acerca-de.md index 37d60a9..5e29a78 100644 --- a/content/pages/acerca-de.md +++ b/content/pages/acerca-de.md @@ -59,7 +59,7 @@ hacerlo, se encuentra en el [README del código fuente de la web][colaboracion]. <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> [colaboracion]: https://libregit.org/heckyel/cl/src/branch/master/README.md#colaboraci%C3%B3n diff --git a/content/pages/estructura-de-directorios.md b/content/pages/estructura-de-directorios.md index edc593f..8db13d3 100644 --- a/content/pages/estructura-de-directorios.md +++ b/content/pages/estructura-de-directorios.md @@ -50,6 +50,8 @@ directorios: carpeta correspondiente al año y al mes en el que se añaden. Por ejemplo, el directorio `/wp-content/uploads/article/images/2018/01/` contiene los archivos de enero de 2018. +- `vendor`. Contiene el programa `aplaylist`, `play`, `plyr` y `sys-comments` + que es el sistema de comentarios estático. El código CSS, JS y las fuentes aquí encontrados no aparecen en todos los artículos. Por esta razón, se ubican aquí (y no en `cl-theme`)y diff --git a/content/pages/libreJS.md b/content/pages/libreJS.md index e61c7b2..12f3377 100644 --- a/content/pages/libreJS.md +++ b/content/pages/libreJS.md @@ -12,14 +12,14 @@ Title: LibreJS <td><a href="https://libregit.org/heckyel/plyr/archive/v2.0.1.tar.gz">plyr.tar.gz</a></td> </tr> <tr> - <td><a href="../vendor/js/play.js">play.js</a></td> + <td><a href="../vendor/play/play.js">play.js</a></td> <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> - <td><a href="../vendor/js/play.js">play.js</a></td> + <td><a href="../vendor/play/play.js">play.js</a></td> </tr> <tr> - <td><a href="../vendor/js/videoplaylist.js">videoplaylist.js</a></td> + <td><a href="../vendor/aplaylist/videoplaylist.js">videoplaylist.js</a></td> <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> - <td><a href="../vendor/js/videoplaylist.js">videoplaylist.js</a></td> + <td><a href="../vendor/aplaylist/videoplaylist.js">videoplaylist.js</a></td> </tr> <tr> <td><a href="../theme/js/navbar-burger.js">navbar-burger.js</a></td> diff --git a/content/prompt-avanzado.md b/content/prompt-avanzado.md index d699348..3bdf894 100644 --- a/content/prompt-avanzado.md +++ b/content/prompt-avanzado.md @@ -31,7 +31,7 @@ mostramos cómo instalarlo: </video> <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> [bash]: https://es.wikipedia.org/wiki/Bash diff --git a/content/rms-en-dominio-digital.md b/content/rms-en-dominio-digital.md index cae9323..7dab053 100644 --- a/content/rms-en-dominio-digital.md +++ b/content/rms-en-dominio-digital.md @@ -29,7 +29,7 @@ Sus integrantes son **Claudio Regis** (Conductor) y **Daniela Gastaminza**, </p> <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> [rms]: https://es.wikipedia.org/wiki/Richard_Stallman diff --git a/content/sin-parar.md b/content/sin-parar.md index 81150c1..9082c6f 100644 --- a/content/sin-parar.md +++ b/content/sin-parar.md @@ -29,5 +29,5 @@ obtenido de [la instancia de Mediagoblin de Roaming Initiative](http://roaming-initiative.com/mediagoblin/u/rafapoverello/m/sin-parar/). <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> diff --git a/content/vendor/js/videoplaylist.js b/content/vendor/aplaylist/videoplaylist.js index 867b981..867b981 100644 --- a/content/vendor/js/videoplaylist.js +++ b/content/vendor/aplaylist/videoplaylist.js diff --git a/content/vendor/js/play.js b/content/vendor/play/play.js index d992d09..d992d09 100644 --- a/content/vendor/js/play.js +++ b/content/vendor/play/play.js |