]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/users/kjs.mdwn
(no commit message)
[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/master 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 master branch
17 Note that the master brach is all my changes piled into one branch. **I can't
18 code (clone my repo above if you don't believe me!) so noone should run my
19 code without checking it first.** I can't stress this enough.
21 The main changes I've done are the following
23 * How you browse through the images. The interface i simplified and you click
24 the image to view the next rather than download it.
25 * Added separate download link for full resolution image unless size is set to
26 full in the album directive.
27 * Extract metadata from exif/xmp data in the image according to preexisting
28 pattern in the album plugin. This was done using
29 [Image::ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/ExifTool.html)
30 * Autogenerate [[ikiwiki/directive/tag/]]s from exif:Subject if possible.
31 * Use the albumitem template to create tag pages with thumbnails.
32 * Additional albumpreview template which allows you to define a thumbnail that
33 link to the album. Useful for visual index of albums.
34 * Extract GPS data and populate a [[plugins/osm]] waypoint if available.
35 * Add span around osm icon to allow for styling.
37 For my public websites above the image metadata is "manually" ie shell script
38 populated but I'll eventually start using automatic metadata for new images.
40 A simple test wiki with downloadable setup and data can be found at:
41 <http://src.kalleswork.net/masterbranch/>