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://git.nicholasjohnson.ch/nicksphere-www
05 June 2023, 11:26:22 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    No releases to show
  • abf985d
  • /
  • config.toml
Raw File Download
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 ...

Permalinks

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 Iframe embedding
swh:1:cnt:68a7509e0d680e7102c2cd0e08325a07fcdc47df
origin badgedirectory badge Iframe embedding
swh:1:dir:abf985d0d75dfbd56fbb278f5eeef9109faf515f
origin badgerevision badge
swh:1:rev:3808e9822c002b231849408e24159f515650089e
origin badgesnapshot badge
swh:1:snp:5a3f52e6dbabb43b317b376da9b1f52451f811e4
Citations

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: 3808e9822c002b231849408e24159f515650089e authored by Nicholas Johnson on 17 April 2021, 00:00:00 UTC
Update submodule
Tip revision: 3808e98
config.toml
# Modified from: https://github.com/dsrkafuu/hugo-theme-fuji/blob/master/exampleSite/config.toml
# License (Apache 2.0): https://github.com/dsrkafuu/hugo-theme-fuji/blob/master/LICENSE

title = "Nicholas Johnson"

theme = "0gitnick"
relativeURLs = true
baseURL = "https://nicksphere.com"
hasCJKLanguage = true
enableEmoji = true
enableRobotsTXT = true
disableHugoGeneratorInject = true
disableKinds = ["taxonomy"]
ignoreFiles = ["LICENSE.txt", "post/LICENSE.txt"]
ignoreErrors = ["error-disable-taxonomy"]

## Change this two to switch between different language
languageCode = "en"  # For RSS, view https://www.rssboard.org/rss-language-codes
defaultContentLanguage = "en"  # For HTML page, now support: en, zh-hans, zh-hant, ja, nl

summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point
paginate = 10

[outputs]
  home = ["HTML", "RSS"]

[permalinks]
  post = "/:year/:month/:day/:title/"

[params]
  author = "Nicholas Johnson" # You can also set author in post front matter individually
  subTitle = "Greetings netizen! Enjoy your stay."

  # Word counter and read time indicator in post metadata
  showWordCounter = true
  showReadTime = true

  # License in the footer
  showLicenseInFooter = true

  # Copyright
  copyrightStartYear = "2019"

  # Posts shown in homepage
  mainSections = ["post"]

  # License
  license = "CC BY-SA 4.0"
  licenseLink = "https://creativecommons.org/licenses/by-sa/4.0/"

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true  # Enable user to embed HTML snippets in Markdown content
  [markup.highlight]
    codeFences = true  # Enable Hugo's code highlighter

  [markup.tableOfContents]
    startLevel = 2
    endLevel = 3

[taxonomies]
  tag = "tags"

[menu]
  [[menu.nav]]
    name = "Home"
    url = "/"
    weight = 1
  [[menu.nav]]
    name = "About"
    url = "/about/"
    weight = 2
  [[menu.nav]]
    name = "RSS"
    url = "/index.xml"
    weight = 3

  [[menu.link]]
    name = "PGP"
    url = "/pub_key.asc"
    weight = 1
  [[menu.link]]
    name = "Email"
    url = "mailto:nicholasjohnson@posteo.org"
    weight = 2
  [[menu.link]]
    name = "Git Repos"
    url = "https://git.nicksphere.com/0gitnick"
    weight = 3
  [[menu.link]]
    name = "Mirrors"
    url = "https://mirrors.nicksphere.com"
    weight = 4
  [[menu.link]]
    name = "Tor Relay"
    url = "https://metrics.torproject.org/rs.html#details/0B4E3C54AF4566E96666728B8FFD1B6B4CB568DF"
    weight = 5

# User rules
[minify]
  minifyOutput = true

back to top

Software Heritage — Copyright (C) 2015–2025, 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— Contact— JavaScript license information— Web API