[PR #351] [MERGED] Allow feed loading from the add links view #1121

Closed
opened 2026-03-01 14:48:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/351
Author: @cdvv7788
Created: 7/2/2020
Status: Merged
Merged: 7/2/2020
Merged by: @pirate

Base: djangoHead: view_feed_support


📝 Commits (1)

  • 8bdfa18 feat: Allow feed loading from the add links view

📊 Changes

3 files changed (+38 additions, -12 deletions)

View changed files

archivebox/core/forms.py (+7 -0)
📝 archivebox/core/views.py (+23 -10)
📝 archivebox/themes/default/add_links.html (+8 -2)

📄 Description

Summary

Move the add links form to a proper django form. Add a new field to select the data source (url or feed). Long requests will probably break, and some proper asynchronous task handling will be required at some point, but this enables the user to load their feeds via the web interface.

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/351 **Author:** [@cdvv7788](https://github.com/cdvv7788) **Created:** 7/2/2020 **Status:** ✅ Merged **Merged:** 7/2/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `django` ← **Head:** `view_feed_support` --- ### 📝 Commits (1) - [`8bdfa18`](https://github.com/ArchiveBox/ArchiveBox/commit/8bdfa18a3f8eb10dfd05337f7c488d20bda31bcc) feat: Allow feed loading from the add links view ### 📊 Changes **3 files changed** (+38 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `archivebox/core/forms.py` (+7 -0) 📝 `archivebox/core/views.py` (+23 -10) 📝 `archivebox/themes/default/add_links.html` (+8 -2) </details> ### 📄 Description # Summary Move the add links form to a proper django form. Add a new field to select the data source (url or feed). Long requests will probably break, and some proper asynchronous task handling will be required at some point, but this enables the user to load their feeds via the web interface. # Changes these areas - [ ] Bugfixes - [X] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Archived data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1121
No description provided.