[digiKam-users] create-kipi-gallery - bash script to generate albums using kipi HTML-Export themes

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] create-kipi-gallery - bash script to generate albums using kipi HTML-Export themes

Jiri Bohac
Hi,

recently the HTML-Export plugin has been removed from
kipi-plugins and moved to digikam. I don't intend to use digikam,
so I created this quick hack to be able to continue using the
theme I created ages ago for this plugin. Using just shell.

So I'd just like to share this just in case anyone else finds it
useful:
https://github.com/jiribohac/create-kipi-gallery/

Regards,


--
Jiri Bohac
e-mail/jabber: [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: create-kipi-gallery - bash script to generate albums using kipi HTML-Export themes

Gilles Caulier-4
If you don't want to use digiKam but continue to use HTML export, the tool is now available in Showfoto...

Best

Gilles Caulier

2018-06-17 22:38 GMT+02:00 Jiri Bohac <[hidden email]>:
Hi,

recently the HTML-Export plugin has been removed from
kipi-plugins and moved to digikam. I don't intend to use digikam,
so I created this quick hack to be able to continue using the
theme I created ages ago for this plugin. Using just shell.

So I'd just like to share this just in case anyone else finds it
useful:
https://github.com/jiribohac/create-kipi-gallery/

Regards,


--
Jiri Bohac
e-mail/jabber: [hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: create-kipi-gallery - bash script to generate albums using kipi HTML-Export themes

Gilles Caulier-4
Just by curiosity, where is your theme created for this tool ?

Gilles Caulier

2018-06-18 6:50 GMT+02:00 Gilles Caulier <[hidden email]>:
If you don't want to use digiKam but continue to use HTML export, the tool is now available in Showfoto...

Best

Gilles Caulier

2018-06-17 22:38 GMT+02:00 Jiri Bohac <[hidden email]>:
Hi,

recently the HTML-Export plugin has been removed from
kipi-plugins and moved to digikam. I don't intend to use digikam,
so I created this quick hack to be able to continue using the
theme I created ages ago for this plugin. Using just shell.

So I'd just like to share this just in case anyone else finds it
useful:
https://github.com/jiribohac/create-kipi-gallery/

Regards,


--
Jiri Bohac
e-mail/jabber: [hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: create-kipi-gallery - bash script to generate albums using kipi HTML-Export themes

Jiri Bohac
Hi,

On Mon, Jun 18, 2018 at 06:51:59AM +0200, Gilles Caulier wrote:
> Just by curiosity, where is your theme created for this tool ?

the whole point is that it reuses the HTML Export plugin themes,
I have no theme created "for this tool". It generates the same
gallery.xml and the thumbnails and calls xsltproc to generate the
HTML files using the theme's template.xsl.

So I use a local copy of digikam/core/data/htmlgallery/themes/floatingcards
The path to the theme can be specified with -T.

--
Jiri Bohac
e-mail/jabber: [hidden email]