forked from Ailur/burgernotes-server
changes
This commit is contained in:
parent
0e9e4b0bbf
commit
72f5f03141
2
main
2
main
|
@ -120,7 +120,7 @@ def privacy():
|
|||
|
||||
@app.route("/shutdownfaq")
|
||||
def shutdown():
|
||||
return render_template("shutdown.html")
|
||||
return send_from_directory("templates", "shutdown.html")
|
||||
|
||||
# API
|
||||
@app.route("/api/signup", methods=("GET", "POST"))
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
<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>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>
|
||||
<h3 class="w300">Downloading your notes</h3>
|
||||
<ul>
|
||||
|
@ -28,7 +29,7 @@
|
|||
<li>Press "export notes"</li>
|
||||
</ul>
|
||||
Your notes will be saved to a JSON file.
|
||||
<h3 class="w300">Alternatives to Burgernotes</h3>
|
||||
<h3 class="w300">Alternatives</h3>
|
||||
<ul>
|
||||
<li>Standard Notes</li>
|
||||
<li>Joplin</li>
|
||||
|
|
Loading…
Reference in New Issue