]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/users/kjs.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / users / kjs.mdwn
index 7a800727a4d5d8c8deb2f8142ee8cdf94f6cb1af..a39e53ed3d8bdfc235a02ab8abaf6ef6652cbcd2 100644 (file)
@@ -6,17 +6,8 @@ Websites using ikiwiki:
 * <http://img.kalleswork.net>
 * <http://stockholm.kalleswork.net>
 
-
-Mostly using ikiwiki with the [[/plugins/contrib/album/]] and [[plugins/osm]]
-plugins. My git repo with tweaks including the simplebw theme and various
-changes to the [[plugins/contrib/album]] plugin and templates can be cloned at:
-
-       git://src.kalleswork.net/ikiwiki.git
-
-Note that the default branch kalleswork.net-current is all my changes piled
-into one branch. **I can't code (clone my repo above if you don't believe me!)
-so noone should run my code without checking it first.** I can't stress this
-enough.
+Mostly using ikiwiki with tweaked versions of the [[/plugins/contrib/album/]] and [[plugins/osm]]
+plugins. 
 
 The main changes I've done are the following
 
@@ -34,14 +25,20 @@ link to the album. Useful for visual index of albums.
 * Extract GPS data and populate a [[plugins/osm]] waypoint if available.
 * Add span around osm icon to allow for styling.
 
-For my public websites above the image metadata is "manually" ie shell script
-populated but I'll eventually start using automatic metadata for new images.
+For my public websites above have been using the tweaked img plugin for many years now. It works well except when deleting images, this seems to require a removal of the indexdb and a rebuild... not very convenient. My websites have about 3500 images each and takes almost 15min to rebuild but this is not really an issue for my usage.
+
+
+*I can't code (clone my repo above if you don't believe me!) so noone should
+run my code without checking it first.* I can't stress this enough.
 
-A dump of my debug site with relatively low res images can be found at
-<http://src.kalleswork.net/ikidebug/> where the current behavior sans maps can be
-tested. Its full of noise so see my proper sites above for how it should look.
+### Git branches/repos
 
-* <http://src.kalleswork.net/ikidebug/album01> contains scaled images with
-download link
-* <http://src.kalleswork.net/ikidebug/album02> contains images with album size
-set to "full"
+[[!table  data="""
+Description | branch/repository
+Repo with only my tweaked files to be installed as third party plugins via `libdir`. See [[plugins/install]] for info howto install. | [[!template id=gitbranch branch=kjs/ikiplugs author="kjs"]]
+Branch where all my changes are kept in the ikiwiki tree the ikiwiki running kalleswork.net: | [[!template id=gitbranch branch=kjs/kalleswork author="kjs"]]
+Branch with only the changes to the [[plugins/img]] plugin: | [[!template id=gitbranch branch=kjs/kjsimg author="kjs"]]
+Branch with only the changes to the [[plugins/contrib/album]] plugin: | [[!template id=gitbranch branch=kjs/kjsalbum author="kjs"]]
+Branch with only my simplebw [[themes]] designed for the above plugins: | [[!template id=gitbranch branch=kjs/kjs-simplebw-theme author="kjs"]]
+Branch with only minor tweaks to standard ikiwiki templates: | [[!template id=gitbranch branch=kjs/kjsadjust author="kjs"]]
+"""]]