1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

CSV Export for Mastdon

Added a link to export current active sites in the DB to a consumable
CSV file. More formats will be added but this one needs to be tested
first based on the ubiquity of Mastodon
This commit is contained in:
Ro
2023-04-12 16:46:21 -07:00
parent 37e29b608a
commit 075ae34a02
5 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends "base/frame.twig" %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
{% endblock %}
{% block main %}
<section role="exports">
<h1>File Exports</h1>
<a href="/exports/mastodon">For Mastodon</a>
</section>
{% endblock %}