[PR #562] [CLOSED] Remove legacy templates #1223

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

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/562
Author: @jdcaballerov
Created: 12/2/2020
Status: Closed

Base: v0.5.0Head: remove-legacy-templates


📝 Commits (6)

  • 69897f6 Hotfix public page search
  • 8ac7a76 Fix num_links missing in public index
  • 367b12b Replace legacy templates for django templates
  • 7f39702 Delete legacy/ folder
  • a1fba98 Remove write_html_main_index
  • 107c062 Update README adding submodules setup

📊 Changes

20 files changed (+118 additions, -329 deletions)

View changed files

📝 README.md (+2 -0)
📝 archivebox/core/views.py (+7 -1)
📝 archivebox/index/html.py (+14 -50)
📝 archivebox/themes/default/core/snapshot_list.html (+21 -34)
📝 archivebox/themes/default/link_details.html (+43 -43)
📝 archivebox/themes/default/main_index.html (+2 -21)
📝 archivebox/themes/default/main_index_minimal.html (+7 -3)
archivebox/themes/default/main_index_row.html (+22 -0)
archivebox/themes/legacy/favicon.ico (+0 -0)
archivebox/themes/legacy/robots.txt (+0 -2)
archivebox/themes/legacy/static/archive.png (+0 -0)
archivebox/themes/legacy/static/bootstrap.min.css (+0 -6)
archivebox/themes/legacy/static/external.png (+0 -0)
archivebox/themes/legacy/static/jquery.dataTables.min.css (+0 -1)
archivebox/themes/legacy/static/jquery.dataTables.min.js (+0 -166)
archivebox/themes/legacy/static/jquery.min.js (+0 -2)
archivebox/themes/legacy/static/sort_asc.png (+0 -0)
archivebox/themes/legacy/static/sort_both.png (+0 -0)
archivebox/themes/legacy/static/sort_desc.png (+0 -0)
archivebox/themes/legacy/static/spinner.gif (+0 -0)

📄 Description

Summary

Removes and replaces legacy templates with django templates

Related issues

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot 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/562 **Author:** [@jdcaballerov](https://github.com/jdcaballerov) **Created:** 12/2/2020 **Status:** ❌ Closed **Base:** `v0.5.0` ← **Head:** `remove-legacy-templates` --- ### 📝 Commits (6) - [`69897f6`](https://github.com/ArchiveBox/ArchiveBox/commit/69897f612111a026aac44fc3e4cebed4c91c325e) Hotfix public page search - [`8ac7a76`](https://github.com/ArchiveBox/ArchiveBox/commit/8ac7a760c92b753f77baae69a52ca76044e520bd) Fix num_links missing in public index - [`367b12b`](https://github.com/ArchiveBox/ArchiveBox/commit/367b12ba402d8079d3577abe815cde7fa2f48607) Replace legacy templates for django templates - [`7f39702`](https://github.com/ArchiveBox/ArchiveBox/commit/7f39702bd26ec092db79f69d2dba69470c63648f) Delete legacy/ folder - [`a1fba98`](https://github.com/ArchiveBox/ArchiveBox/commit/a1fba9887d49f058361bd4f8d5b62988283f4b17) Remove write_html_main_index - [`107c062`](https://github.com/ArchiveBox/ArchiveBox/commit/107c062141922934ea355acf82e31560bd72dc4c) Update README adding submodules setup ### 📊 Changes **20 files changed** (+118 additions, -329 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `archivebox/core/views.py` (+7 -1) 📝 `archivebox/index/html.py` (+14 -50) 📝 `archivebox/themes/default/core/snapshot_list.html` (+21 -34) 📝 `archivebox/themes/default/link_details.html` (+43 -43) 📝 `archivebox/themes/default/main_index.html` (+2 -21) 📝 `archivebox/themes/default/main_index_minimal.html` (+7 -3) ➕ `archivebox/themes/default/main_index_row.html` (+22 -0) ➖ `archivebox/themes/legacy/favicon.ico` (+0 -0) ➖ `archivebox/themes/legacy/robots.txt` (+0 -2) ➖ `archivebox/themes/legacy/static/archive.png` (+0 -0) ➖ `archivebox/themes/legacy/static/bootstrap.min.css` (+0 -6) ➖ `archivebox/themes/legacy/static/external.png` (+0 -0) ➖ `archivebox/themes/legacy/static/jquery.dataTables.min.css` (+0 -1) ➖ `archivebox/themes/legacy/static/jquery.dataTables.min.js` (+0 -166) ➖ `archivebox/themes/legacy/static/jquery.min.js` (+0 -2) ➖ `archivebox/themes/legacy/static/sort_asc.png` (+0 -0) ➖ `archivebox/themes/legacy/static/sort_both.png` (+0 -0) ➖ `archivebox/themes/legacy/static/sort_desc.png` (+0 -0) ➖ `archivebox/themes/legacy/static/spinner.gif` (+0 -0) </details> ### 📄 Description # Summary Removes and replaces legacy templates with django templates # Related issues # Changes these areas - [x] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [x] Internal architecture - [ ] Snapshot 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:55 +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#1223
No description provided.