Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 021a486
  • /
  • index.html.twig
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:3fc5e53c6a6cba576aa7c0d8b68b215ecb544b48
directory badge
swh:1:dir:021a48606b6ea0a65bef60b319f92f1cd982a054

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
index.html.twig
{% extends "base.html.twig" %}

{% block title %}
  {{ parent() }}
  Traduction - {{language.name|trans}}
{% endblock %}

{% block body %}

  <h1 class="display-1 mb-4">{{language.name|trans}}</h1>

  {% include "searchFilter.html.twig" %}

  <div class="colonnes">
  {% for lemmaTrad in trads %}
      <div id="{{lemmaTrad.id}}" class="entry listelemma" data-alpha="{{lemmaTrad.value|normalize}}">
        {% set synonyms = "" %}
        {% for entryTrad in lemmaTrad.lexicalEntryTrads %}
            {% set synonyms = synonyms ~ " " ~ entryTrad.synonyms %}
        {% endfor %}
        <a class="valuelemma" data-synonyms="{{synonyms}}" href='{{ path("trad_display", {'id': lemmaTrad.id}) }}'>{{lemmaTrad.value}} ({{lemmaTrad.lexicalEntryTrads|length}})</a>
      </div>
  {% endfor %}
  </div>
{% endblock %}


{% block javascripts %}
  {{ parent() }}
  <script src="{{asset("build/js/filterEntryTab.js")}}"></script>
{% endblock %}

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API