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

https://gitlab.com/litt-arts-num/fonte-gaia/ok-api
14 December 2022, 15:39:30 UTC
  • Code
  • Branches (27)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/dev
    • refs/heads/fontegaia_custom_properties
    • refs/heads/import_only
    • refs/heads/master
    • refs/heads/standardized_manifest
    • refs/merge-requests/1/head
    • refs/merge-requests/1/merge
    • refs/merge-requests/10/head
    • refs/merge-requests/10/merge
    • refs/merge-requests/11/head
    • refs/merge-requests/11/merge
    • refs/merge-requests/2/head
    • refs/merge-requests/2/merge
    • refs/merge-requests/3/head
    • refs/merge-requests/3/merge
    • refs/merge-requests/4/head
    • refs/merge-requests/4/merge
    • refs/merge-requests/5/head
    • refs/merge-requests/5/merge
    • refs/merge-requests/6/head
    • refs/merge-requests/6/merge
    • refs/merge-requests/7/head
    • refs/merge-requests/7/merge
    • refs/merge-requests/8/head
    • refs/merge-requests/8/merge
    • refs/merge-requests/9/head
    • refs/merge-requests/9/merge
    • cf6e9b679f75285347578720eaf021a4f2becd06
    No releases to show
  • 730b1ad
  • /
  • docker-compose.yml
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

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
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:1bf6d7567f3911a99445cfbd9b98ebaef999d7b9
origin badgedirectory badge
swh:1:dir:730b1ad49a8af38b3883cc890efbcb71721186ef
origin badgerevision badge
swh:1:rev:cf6e9b679f75285347578720eaf021a4f2becd06
origin badgesnapshot badge
swh:1:snp:00867a4fa540d9ede1fc7865c7a222cad206c3a9

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
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: cf6e9b679f75285347578720eaf021a4f2becd06 authored by theo.roulet on 14 December 2022, 15:35:45 UTC
Merge branch 'master' of gitlab.com:litt-arts-num/fonte-gaia/ok-api
Tip revision: cf6e9b6
docker-compose.yml
version: "2"

services:
   apache:
     build: docker-files
     ports:
       - "${HTTPS_PORT}:443"
       - "${HTTP_PORT}:80"
     expose:
       - "80"
       - "443"
     restart: always
     volumes:
         - ./application:/var/www
         - ./.logs:/var/log/apache2
         - ./docker-files/apache.conf:/etc/apache2/sites-enabled/000-default.conf
         - ./docker-files/htpass/:/etc/apache2/htpass/
         - ./docker-files/.htaccess:/var/www/.htaccess


     links:
       - db:db
   db:
     image: mysql:5.7
     restart: always
     volumes:
       - ./.db:/var/lib/mysql
     environment:
       - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
       - MYSQL_DATABASE=${MYSQL_DATABASE}
       - MYSQL_USER=${MYSQL_USER}
       - MYSQL_PASSWORD=${MYSQL_PASSWORD}
     ports:
       - "${MYSQL_PORT}:3306"

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