You can now upload .opml files

This commit is contained in:
Joakim Hellsén 2024-01-31 04:33:43 +01:00
commit 2c60f0aab7
7 changed files with 417 additions and 201 deletions

View file

@ -13,7 +13,13 @@
<button type="submit">Add feeds</button>
</form>
<br>
<br>
<p>You can also upload .opml files containing the feeds you wish to archive:</p>
<form enctype="multipart/form-data" method="post" action="/upload_opml">
{% csrf_token %}
<input type="file" name="file" id="file" accept=".opml" required>
<button type="submit">Upload OPML</button>
</form>
<hr>
<details>
<summary>What are web feeds?</summary>
<p>