This commit is contained in:
maaa 2023-11-03 19:10:36 +01:00
parent 0e9e4b0bbf
commit 72f5f03141
2 changed files with 3 additions and 2 deletions

2
main
View File

@ -120,7 +120,7 @@ def privacy():
@app.route("/shutdownfaq") @app.route("/shutdownfaq")
def shutdown(): def shutdown():
return render_template("shutdown.html") return send_from_directory("templates", "shutdown.html")
# API # API
@app.route("/api/signup", methods=("GET", "POST")) @app.route("/api/signup", methods=("GET", "POST"))

View File

@ -20,6 +20,7 @@
<li>Your data will be deleted after November 12, 2023.</li> <li>Your data will be deleted after November 12, 2023.</li>
<li>Third-party instances will be unaffected, but will likely no longer be maintained.</li> <li>Third-party instances will be unaffected, but will likely no longer be maintained.</li>
<li>As of November 3, 2023, you may no longer create a new burgernotes account.</li> <li>As of November 3, 2023, you may no longer create a new burgernotes account.</li>
<li>If you still want to use Burgernotes after the discontinuation date, use the <a href="https://notes.hectabit.org/">Hectabit.org</a> instance, by Tracker-Friendly.</li>
</ul> </ul>
<h3 class="w300">Downloading your notes</h3> <h3 class="w300">Downloading your notes</h3>
<ul> <ul>
@ -28,7 +29,7 @@
<li>Press "export notes"</li> <li>Press "export notes"</li>
</ul> </ul>
Your notes will be saved to a JSON file. Your notes will be saved to a JSON file.
<h3 class="w300">Alternatives to Burgernotes</h3> <h3 class="w300">Alternatives</h3>
<ul> <ul>
<li>Standard Notes</li> <li>Standard Notes</li>
<li>Joplin</li> <li>Joplin</li>