reorganize vendor directories

This commit is contained in:
Jesús 2019-11-15 22:16:32 -05:00
parent d6be92b178
commit 1ac18c6437
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
14 changed files with 18 additions and 16 deletions

View File

@ -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) [Intel Analysis ](https://software.intel.com/security-software-guidance/insights/deep-dive-intel-analysis-microarchitectural-data-sampling)
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->
[cyberus]: https://www.cyberus-technology.de/posts/2019-05-14-zombieload.html [cyberus]: https://www.cyberus-technology.de/posts/2019-05-14-zombieload.html

View File

@ -30,5 +30,5 @@ ojos en este documental.
</p> </p>
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->

View File

@ -50,5 +50,5 @@ un entorno virtual con python-virtualenv.
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->

View File

@ -16,7 +16,7 @@ en una guía de instalación, bien abajo se encuentra una lista
de 6 vídeos: 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'> <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> <p>Lo siento, tu navegador no soporta vídeo en HTML5. Por favor, cambia o actualiza tu navegador web</p>
</video> </video>
@ -60,11 +60,11 @@ de 6 vídeos:
>Y, bien hasta aquí ya es posible instalar Hyperbola GNU+Linux-Libre, de manera sencilla. >Y, bien hasta aquí ya es posible instalar Hyperbola GNU+Linux-Libre, de manera sencilla.
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->
<!-- playlist --> <!-- playlist -->
<script src="{static}/vendor/js/videoplaylist.js"></script> <script src="{static}/vendor/aplaylist/videoplaylist.js"></script>
<!-- /playlist --> <!-- /playlist -->
[hypersite]: https://www.hyperbola.info/ [hypersite]: https://www.hyperbola.info/

View File

@ -25,5 +25,5 @@ libre y el software privativo. Espero que os guste.
</video> </video>
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->

View File

@ -22,5 +22,5 @@ Android en Hyperbola.
</p> </p>
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->

View File

@ -59,7 +59,7 @@ hacerlo, se encuentra en el
[README del código fuente de la web][colaboracion]. [README del código fuente de la web][colaboracion].
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->
[colaboracion]: https://libregit.org/heckyel/cl/src/branch/master/README.md#colaboraci%C3%B3n [colaboracion]: https://libregit.org/heckyel/cl/src/branch/master/README.md#colaboraci%C3%B3n

View File

@ -50,6 +50,8 @@ directorios:
carpeta correspondiente al año y al mes en el que se añaden. Por 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/` ejemplo, el directorio `/wp-content/uploads/article/images/2018/01/`
contiene los archivos de enero de 2018. 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 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 los artículos. Por esta razón, se ubican aquí (y no en `cl-theme`)y

View File

@ -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> <td><a href="https://libregit.org/heckyel/plyr/archive/v2.0.1.tar.gz">plyr.tar.gz</a></td>
</tr> </tr>
<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="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>
<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="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>
<tr> <tr>
<td><a href="../theme/js/navbar-burger.js">navbar-burger.js</a></td> <td><a href="../theme/js/navbar-burger.js">navbar-burger.js</a></td>

View File

@ -31,7 +31,7 @@ mostramos cómo instalarlo:
</video> </video>
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->
[bash]: https://es.wikipedia.org/wiki/Bash [bash]: https://es.wikipedia.org/wiki/Bash

View File

@ -29,7 +29,7 @@ Sus integrantes son **Claudio Regis** (Conductor) y **Daniela Gastaminza**,
</p> </p>
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->
[rms]: https://es.wikipedia.org/wiki/Richard_Stallman [rms]: https://es.wikipedia.org/wiki/Richard_Stallman

View File

@ -29,5 +29,5 @@ obtenido de
[la instancia de Mediagoblin de Roaming Initiative](http://roaming-initiative.com/mediagoblin/u/rafapoverello/m/sin-parar/). [la instancia de Mediagoblin de Roaming Initiative](http://roaming-initiative.com/mediagoblin/u/rafapoverello/m/sin-parar/).
<!--Plyr--> <!--Plyr-->
<script src="{static}/vendor/js/play.js"></script> <script src="{static}/vendor/play/play.js"></script>
<!--EndPlyr--> <!--EndPlyr-->