Skip to content
Snippets Groups Projects
Select Git revision
  • 70ee5660e133cedb64cd3942fdb04582c9fbf00e
  • main default protected
  • fix-34
  • test-ci-fix
  • fix-20
  • fix_menshen_locations
  • update_menshen_fix_provider_service
  • maxb/testing-menshen-removing-replace-build
  • update_swagger_client
  • fetch_ca
  • maxb/add-introducer-client-example
  • add_gomobile_ci
  • bridges_api
  • bitmask-core-support-connect-without-ssl-on-leap-namespace
  • patch-local-init
  • enable_no_tls
16 results

utils.go

Blame
  • index.html 2.07 KiB
    ---
    layout: default
    title: En Defensa del Software Libre
    ---
    
    <header>
      <h1>En Defensa del Software Libre</h1>
    
      <blockquote><p>Los servidores ganaron libertad. Los clientes no ganaron
      nada.  Bienvenidos a la nube. <span class="citation">Eben
      Moglen</span></p></blockquote>
    
    </header>
    
    <section id="articulos">
    
      <h2>Artículos publicados</h2>
    
      {% for post in site.posts %}
        {% if post.tags contains 'prologo' %}
          {% continue %}
        {% endif %}
        {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
        {% capture next_year %}{{ post.next.date | date: "%Y" }}{% endcapture %}
    
        {% if this_year != next_year %}
          <h3>{{ this_year }}</h3>
        {% endif %}
    
        <dl>
          <dt><a href="{{ post.url }}">{{ post.title }}</a></dt>
          <dd class="author">{{post.author}}</dd>
    
          {% for format in site.pandoc.outputs limit:2 %}
          {% capture extension %}{{ format | first }}{% endcapture %}
          <dd><p><a href="{{ post.url | remove:'.html' }}.{{ extension }}">{{ extension }}</a></p></dd>
          {% endfor %}
          <dd><p><a href="{{ post.url }}#formats">otros...</a></p></dd>
    
        </dl>
      {% endfor %}
    
    </section>
    
    {% if site.archives %}
      <section id="ediciones">
        <h2>Ediciones en papel</h2>
    
        {% for edicion in site.archives %}
          <a href="{{ edicion.url }}">
            <img class="cover" src="{{ site.pandoc.covers_dir }}{{ edicion.url | remove: '.html' }}.png" />
          </a>
        {% endfor %}
      </section>
    {% endif %}
    
    <section id="contacto">
    
      <h2>Contacto</h2>
    
      <ul>
    
        <li>
          Lista de discusión:
          <a href="https://listas.endefensadelsl.org/listinfo/edsl">edsl&commat;listas.endefensadelsl.org</a>
        </li>
    
      </ul>
    </section>
    
    <footer>
      <a rel="license" href="{{ site.license }}">Licencia</a> |
      <a href="/atom.xml">Feed Completo</a> |
      <a href="/edsl.opds">Catálogo OPDS</a> |
      <a href="/atom_torrent.xml">Feed Torrent</a> |
      <a href="{{ site.torrent.file }}">Torrent</a> |
      <a href="{{ site.source_code }}/">Código fuente</a> |
      <a href="http://jekyllrb.com">jekyll</a>+<a href="http://johnmacfarlane.net/pandoc/">pandoc</a>
    </footer>