diff --git a/website/index.html b/website/index.html index 6630610..b56e301 100644 --- a/website/index.html +++ b/website/index.html @@ -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.

+ +

I want to migrate my images from X to yenu

+ 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.

License, copyrights and author

This tool is written in Clojure by Aaron Fischer. It is free to use