Update 'website/index.html'
This commit is contained in:
parent
41064e7bac
commit
9d1da3e947
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@
|
||||||
|
|
||||||
The database used is a SQLite3 database, stored in the yenu.db file. You
|
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>
|
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>
|
<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
|
<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
|
||||||
|
|
Loading…
Reference in a new issue