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://forge.ti-nuage.fr/gitea/ti-nuage/site.git
31 March 2025, 10:24:14 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/ds
    • refs/heads/master
    No releases to show
  • 6f62f4f
  • /
  • package.json
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:24382c815e2fdbfeed686cb079dfce96ff7c3183
origin badgedirectory badge
swh:1:dir:6f62f4f31f3791b219ea1b2ab1d5f229010d8b3a
origin badgerevision badge
swh:1:rev:179bb0a8502c770e33cf41961841b8d7d09f2a38
origin badgesnapshot badge
swh:1:snp:c71c58b2ca3f5abb2338389e485b88ab075d8435

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
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 179bb0a8502c770e33cf41961841b8d7d09f2a38 authored by David Soulayrol on 24 March 2024, 20:29:27 UTC
Ajout de la rubrique rencontres.
Tip revision: 179bb0a
package.json
{
  "name": "ti-nuage.fr",
  "version": "2022.05.24",
  "private": true,
  "description": "Ti Nuage Website",
  "main": "",
  "scripts": {
    "build": "npm run clean && npm run build:metalsmith",
    "build:metalsmith": "node scripts/run.js build",
    "build:prod": "NODE_ENV=production npm run build",
    "clean": "rimraf dist && rm -rf content/talks",
    "dev": "npm run build && nodemon scripts/run.js serve",
    "server": "npm run build && http-server dist",
    "deploy": "npm run build:prod && cd dist && rsync -v -rlptz --relative -e \"ssh -p $SERVER_PORT\" ./ $SERVER_PATH",
    "lint": "npm run lint:js && npm run lint:css",
    "lint:js": "eslint scripts",
    "lint:css": "stylelint assets/**/*.css",
    "test": "npm run lint && npm run build"
  },
  "author": "Ti Nuage <contact@ti-nuage.fr>",
  "dependencies": {
    "ical": "^0.8.0",
    "leaflet": "^1.9.4"
  },
  "devDependencies": {
    "@metalsmith/collections": "^1.2.1",
    "@metalsmith/excerpts": "^1.5.1",
    "@metalsmith/layouts": "^2.4.0",
    "@metalsmith/markdown": "^1.6.0",
    "@metalsmith/permalinks": "^2.4.0",
    "browser-sync": "^2.27.5",
    "bs-fullscreen-message": "^1.1.0",
    "clean-css": "^5.1.5",
    "cli-table2": "^0.2.0",
    "debug": "^4.3.2",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "4.1.0",
    "filesize": "^8.0.0",
    "http-server": "^13.0.1",
    "jstransformer-nunjucks": "^1.0.0",
    "metalsmith": "^2.4.0",
    "metalsmith-assets": "^0.1.0",
    "metalsmith-browserify": "^1.1.0",
    "metalsmith-clean-css": "^6.1.3",
    "metalsmith-groff": "^0.4.0",
    "metalsmith-rename": "^1.0.0",
    "metalsmith-sitemap": "^1.2.2",
    "nodemon": "^2.0.12",
    "rimraf": "^3.0.2",
    "slug": "^5.1.0",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^22.0.0"
  },
  "nodemonConfig": {
    "delay": 2500,
    "ignore": [
      "test/*",
      "docs/*"
    ],
    "watch": [
      "scripts"
    ]
  }
}

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