Skip to content
#

archive

Here are 813 public repositories matching this topic...

ArchiveBox
pirate
pirate commented Apr 22, 2019

Page Requirements

  • ability to add a single page to the archive (like echo <url> | archivebox add)
  • ability to import a list of pages / feed of URLs into the archive (like archivebox add <url>)
  • link to the homepage of the index /
  • link to the django admin list of URLs for editing the archive /admin/
  • link to the archivebox github repo & documentati
Albirew
Albirew commented Oct 8, 2018

User should be able to simply get to torrent page from it's RSS feed.

I don't know much about go but it should looks like something like this:
controllers/feed/rss.go line 39

	Description: string(torrentJSON.Description) + "<br><br>---<br><a href=\"" + config.WebAddress() + "/view/" + strconv.FormatUint(uint64(torrentJSON.ID), 10) + "\">" + torrentJSON.Name + "</a>",
achew22
achew22 commented May 4, 2016

Reproduction steps:

cd /tmp
git clone https://github.com/Microsoft/TypeScript.git
cd TypeScript
npm install nar
./node_modules/nar/bin/nar create --executable
mv *.nar /tmp/typescript.nar
cd /tmp
chmod +x typescript.nar
echo "var x = function() {alert('test');}" > /tmp/test.ts

You now have everything the way I would expect it

# This will fail
cd /tmp
/tmp/typescript.nar exec --out t

Improve this page

Add a description, image, and links to the archive topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the archive topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.