Update 'website/index.html'

This commit is contained in:
Aaron Fischer 2019-08-02 10:31:22 +00:00 committed by Aaron Fischer
parent 1c9fdce8d9
commit 650b306c86
No known key found for this signature in database
GPG key ID: A62EFAEA293B99D7

View file

@ -51,6 +51,13 @@
The database used is a SQLite3 database, stored in the yenu.db file. You
can open the database at any time with your favourite SQLite3 client.</p>
<h2>I want to migrate my images from X to yenu</h2>
There is no migrate or import script, because this application should be as simple
as possible and do one thing well: Share images. If you know a little Clojure and
can hack a together a little script, you can easily migrate your data from any other
system to yenu: Just create the database entries, and copy the images to the right
place. Have a look at the migrate folder for an example with data from Mediagoblin.
<h2>License, copyrights and author</h2>
<p>This tool is written in <a href="https://clojure.org/">Clojure</a> by <a href="https://aaron-fischer.net/">Aaron Fischer</a>. It is free to use