]> sipb.mit.edu Git - ikiwiki.git/blob - doc/users/kjs.mdwn
(no commit message)
[ikiwiki.git] / doc / users / kjs.mdwn
1 ## Kalle Söderman
2
3 Websites using ikiwiki: 
4
5 * <http://kalleswork.net>
6 * <http://img.kalleswork.net>
7 * <http://stockholm.kalleswork.net>
8
9
10 Mostly using ikiwiki with the [[/plugins/contrib/album/]] and [[plugins/osm]]
11 plugins. My git repo with tweaks including the simplebw theme and various
12 changes to the [[plugins/contrib/album]] plugin and templates can be cloned at:
13
14         git://src.kalleswork.net/ikiwiki.git
15
16 Note that the default branch kalleswork.net-current is all my changes piled
17 into one branch. **I can't code (clone my repo above if you don't believe me!)
18 so noone should run my code without checking it first.** I can't stress this
19 enough.
20
21 The main changes I've done are the following
22
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.
36
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.
39
40 A dump of my debug site with relatively low res images can be found at
41 <http://src.kalleswork.net/ikidebug/> where the current behavior sans maps can be
42 tested. Its full of noise so see my proper sites above for how it should look.
43
44 * <http://src.kalleswork.net/ikidebug/album01> contains scaled images with
45 download link
46 * <http://src.kalleswork.net/ikidebug/album02> contains images with album size
47 set to "full"