]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Appropriate_way_to_share_low_quality_patches.mdwn
Added a comment: Please do not patch out the symlink check
[git.ikiwiki.info.git] / doc / forum / Appropriate_way_to_share_low_quality_patches.mdwn
1 I've made the following ikiwiki tweaks which now reside in separate branches
2 of my online git repo.
4 * Album plugin: Image metadata - Populate album with metadata extracted from
5 image using Image::ExifTool. Also generate tags and osm waypoint if gps data
6 is available.
7 * Album plugin: New albumpreview.tmpl with corresponding changes to  album.pm
8 that creates a thumbnail that links to an album rather than an image. Useful
9 for creating thumbnailed indexes of albums.
10 * Img plugin: sharpen images when resampling. (also save interlaced jpg's)
11 * My kalleswork.net-current branch contains further tweaks, themes and
12 crazyness that's likely only of interest to me.
13  
14 These are all of very low quality as I've just hacked about with no knowledge
15 of the codebase or indeed coding (even less Perl). In spite of this they now
16 seem to work! They should all be options or have options in the config but
17 I've not gotten around to figuring that out yet.
19 I'd like to share them as a prod to someone with actual skills to look at them
20 if they find the features interesting. I'm hesitant to place my repo in the
21 [[git]] list and tagging the various feature off with [[templates/gitbranch/]]
22 because of the pick axe coding going on. Should I do this regardless of quality
23 or is there a better way to share it?
25 /[[/users/kjs]]