]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/users/kjs.mdwn
Untested backport to Ubuntu trusty.
[git.ikiwiki.info.git] / doc / users / kjs.mdwn
1 ## Kalle Söderman
3 Websites using ikiwiki: 
5 * <http://kalleswork.net>
6 * <http://img.kalleswork.net>
7 * <http://stockholm.kalleswork.net>
10 [[!template id=gitbranch branch=kjs/kalleswork.net author="[[Kalle Söderman|kjs]]"]]
12 Mostly using ikiwiki with the [[/plugins/contrib/album/]] and [[plugins/osm]]
13 plugins. My git repo with tweaks including the simplebw theme and various
14 changes to the [[plugins/contrib/album]] plugin and templates can be found in
15 my kalleswork.net branch
17 Note that the kalleswork.net branch is all my changes piled into one branch
18 that I compile to run my sites. 
20 **I can't code (clone my repo above if you don't believe me!) so noone should
21 run my code without checking it first.** I can't stress this enough.
23 The main changes I've done are the following
25 * How you browse through the images. The interface i simplified and you click
26 the image to view the next rather than download it.
27 * Added separate download link for full resolution image unless size is set to
28 full in the album directive.
29 * Extract metadata from exif/xmp data in the image according to preexisting
30 pattern in the album plugin. This was done using
31 [Image::ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/ExifTool.html)
32 * Autogenerate [[ikiwiki/directive/tag/]]s from exif:Subject if possible.
33 * Use the albumitem template to create tag pages with thumbnails.
34 * Additional albumpreview template which allows you to define a thumbnail that
35 link to the album. Useful for visual index of albums.
36 * Extract GPS data and populate a [[plugins/osm]] waypoint if available.
37 * Add span around osm icon to allow for styling.
39 For my public websites above have been using the tweaked img plugin for many months now. It works well except when deleting images, this seems to require a removal of the indexdb and a rebuild... not very convenient.
41 A simple test wiki with downloadable setup and data can be found at:
42 <http://src.kalleswork.net/masterbranch/>