Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support archiving pages #10

Open
gloschtla opened this issue May 17, 2019 · 13 comments
Open

Support archiving pages #10

gloschtla opened this issue May 17, 2019 · 13 comments

Comments

@gloschtla
Copy link

gloschtla commented May 17, 2019

Would you add the option to make a direct saving request to archive.is alias archive.fo ?

If there is already an archive entry for the concerning URL, archive.today show the found entry, and will also ask for a confirmation - like this:

This page was last archived 99 years ago
If this snapshot looks obsolete you can again

If the above suggestion is not feasable, maybe the following is:
https://archive.is/?url={?}

@dessant
Copy link
Owner

dessant commented May 18, 2019

I've been thinking about adding archiving for the engines that support it, though it's not entirely clear how will the feature be integrated into the user interface.

There could be an icon button for archiving at the right end of the engine button in the popup, but I'm not sure how would it be added to the context menu.

@dessant dessant changed the title Request: Save to Archive.Today Support archiving pages May 18, 2019
@jtagcat
Copy link

jtagcat commented Feb 16, 2020

@dessant
Copy link
Owner

dessant commented Feb 17, 2020

@jtagcat, there's no need to merge extensions, archiving is just a simple API call.

@kousu
Copy link

kousu commented Apr 13, 2020

Actually, @gloschtla, The Archiver already supports both directions:

2020-04-13-170008_1366x768_scrot

So maybe you just want to use that instead.

@gloschtla
Copy link
Author

Thank you, @kousu !
I already am using "Archive Page", which is being announced on Archive.Today , and it provides this function of making a direct saving request. The "run=1" was missing in my iniciating feature request, I wrote above.

https://archive.today/?run=1&url=

@dessant
Copy link
Owner

dessant commented Aug 29, 2020

One of the problems I'd like to avoid is to open new tabs where the archiving happens, because I've found that inconvenient while using other archiving extensions. Only Firefox supports hiding tabs, so one possibility would be to add the pages with the archive jobs in an iframe to the background page of the extension.

This would be the least distracting for people who are not interested to find out the archived page URL right away, but just archive the current page in the background as they browse the web by pressing a button and then continuing to browse.

Finding out the archive URL is also a legitimate use case, so the archived URLs could be shown in a popup when the archiving job is complete. This feature could be turned off from the extension's options.

@jtagcat
Copy link

jtagcat commented Aug 31, 2020

The tabs need to be somehow unhidden on failure / closed on completion.

Also, please test for compatibility with STG.

@dessant
Copy link
Owner

dessant commented Oct 9, 2020

I've looked into it and it isn't really necessary to do the archiving in a new tab or hidden iframe, the archiving is scheduled on the server, and those pages just check the status of the archive job, so all it takes is to poll a URL to check for completion.

@B0pol
Copy link

B0pol commented Nov 17, 2020

I've been thinking about adding archiving for the engines that support it, though it's not entirely clear how will the feature be integrated into the user interface.

There could be an icon button for archiving at the right end of the engine button in the popup, but I'm not sure how would it be added to the context menu.

IMO, you could add another option, like there is on Search by image

You would have e.g. an option named "view" and another one named "save" or "archive"

@BradKML

This comment was marked as off-topic.

@fabiorzfreitas
Copy link

As I see it, the single purpose of using multiple archives is to have more chances to find one result, so if a result is found in any single one of them, this purpose is fulfilled.

With that in mind, I believe that the official Wayback Machine extension is the perfect companion to Web-Archives for those of us who'd like to archive pages as well!

@BradKML
Copy link

BradKML commented May 23, 2024

@fabiorzfreitas I guess the main issue is making this into a one-stop shop of both viewing and archiving with "one-click" (similar to the URL schema for archive.today showing previously archived pages and "archive again" vs jumping directly to archiving) rather than having multiple add-ons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants