From 650b306c866e2d9bce690b8546e110a22cd28af1 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 2 Aug 2019 10:31:22 +0000 Subject: [PATCH] Update 'website/index.html' --- website/index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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