1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00
ArchiveBox/archivebox/core
Ross Williams 310b4d1242 Add htmltotext extractor
Saves HTML text nodes and selected element attributes in
`htmltotext.txt` for each Snapshot. Primarily intended to be used
for search indexing.
2023-10-23 21:42:32 -04:00
..
management/commands
migrations Add htmltotext extractor 2023-10-23 21:42:32 -04:00
templatetags add timezone support, tons of CSS and layout improvements, more detailed snapshot admin form info, ability to sort by recently updated, better grid view styling, better table layouts, better dark mode support 2021-04-10 04:21:36 -04:00
__init__.py
admin.py add timezone support, tons of CSS and layout improvements, more detailed snapshot admin form info, ability to sort by recently updated, better grid view styling, better table layouts, better dark mode support 2021-04-10 04:21:36 -04:00
apps.py enforce new models to use uuid keys 2021-04-10 06:32:45 -04:00
forms.py add form parser option 2021-04-01 02:34:16 -04:00
middleware.py Support for Reverse Proxy authentication backends (like authelia) 2021-09-30 17:40:13 +02:00
mixins.py dont prevent search when backend throws an exception or times out 2021-04-11 00:49:35 -04:00
models.py enforce utf8 on more file reads 2021-04-10 07:22:32 -04:00
settings.py improve some comments 2023-09-14 02:41:27 -07:00
tests.py
urls.py improve some comments 2023-09-14 02:41:27 -07:00
views.py healthcheck endpoint 2021-10-03 19:12:03 +02:00
welcome_message.py
wsgi.py fix lint errors 2021-02-16 16:26:48 -05:00