Giter Club home page Giter Club logo

Comments (2)

fullstackfreelancer avatar fullstackfreelancer commented on June 23, 2024

Hello, thanks for your feedback! At this point I am unable to restore everything like it was before. You can always download a 3.3.xx version here, if that's what you need: https://extensions.typo3.org/extension/ce_timeline

Account transfer reason: Lost access to old account's email and password... Despite weeks of emailing GitHub with legal documents to verify identity, they denied access. Ultimately, GitHub suggested deactivating the old account and creating a new one, which I did.

from ce_timeline.

cweiske avatar cweiske commented on June 23, 2024

With the help of the Software Heritage Archive I managed to get all the tags until 2023-08-30 back and pushed them to our fork: https://github.com/mogic-le/ce_timeline

Please copy the tags to your repository.


Archive: https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/koehlersimon/ce_timeline

I requested an git archive download at at first:
(https://www.softwareheritage.org/faq/#42_Can_I_clone_a_repository_using_SWH, https://archive.softwareheritage.org/api/1/vault/git-bare/doc/)

curl -i -XPOST 'https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/?email=...'

Then I waited until it was complete:

$ curl -s 'https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/' | jq .
{
  "fetch_url": "https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/raw/",
  "progress_message": null,
  "id": 416002328,
  "status": "done",
  "swhid": "swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e"
}

Then I downloaded it:

$ curl -LOJ 'https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/raw/'
curl: Saved to filename 'swh_1_snp_d492e08a0a4fee91e0583839f447463880bde39e.git.tar'

After unpacking, you can simply clone the directory:

tar xvf swh_1_snp_d492e08a0a4fee91e0583839f447463880bde39e.git.tar
mv swh\:1\:snp\:d492e08a0a4fee91e0583839f447463880bde39e.git swh-ce_timeline.git
git clone swh-ce_timeline.git ce_timeline

from ce_timeline.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.