From: Roland Hieber Date: Wed, 23 Oct 2013 00:48:42 +0000 (+0200) Subject: general overhaul and syntax simplifications X-Git-Url: https://git.rohieb.name/www-rohieb-name.git/commitdiff_plain/8a09e995de8ebcd0ade1a884c212ecbfa5166e2c?ds=sidebyside general overhaul and syntax simplifications --- diff --git a/contact.mdwn b/contact.mdwn index fc1c8e9..fd5903a 100644 --- a/contact.mdwn +++ b/contact.mdwn @@ -1,5 +1,5 @@ [[!meta title="Contact me"]] -E-Mail: -XMPP: -Twitter: [@daniel_bohrer](https://twitter.com/daniel_bohrer) +E-Mail: +XMPP: +Twitter: [@daniel_bohrer](https://twitter.com/daniel_bohrer) diff --git a/projects.mdwn b/projects.mdwn index 48bb48c..4a54865 100644 --- a/projects.mdwn +++ b/projects.mdwn @@ -1,13 +1,14 @@ [[!meta title="Projects"]] -Software Projects currently worked on -===================================== +## Software Projects I currently work or have worked on + +These are mostly software projects to scratch my own itch, and I consider most +of them finished. * [[projects/geojackal]] – A geocache management database * [[projects/infopoint-html]] – A full screen web page viewer for info terminals -Ideas for new software projects -=============================== +## Ideas for new software projects Here I collect sketches for software that I still need to write (or that I would like to be seen written by someone else...), and features that @@ -21,11 +22,14 @@ should start realizing one of it, so I can update the information here. over your own data by using strong cryptography * [[OpenStreetMap editor for mobile devices|projects/osm-mobile]] -JOSM: Nice-to-have ------------------------- +### JOSM: Nice-to-have +What I would like to see in [JOSM][], the Java OpenStreetMap Editor: * Raw diff view of the changed XML data. The current preview in the upload dialog is too simple. * A function to copy a bunch of tags from one object to another. Example: I have a node tagged with `shop=florist`, `opening_hours=...` and want to transfer these tags to the surrounding building to delete the node - afterwards. implemented in [utilsplugin2](http://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2#Copy_tags_from_previous_selection) + afterwards. implemented in [utilsplugin2][] + +[JOSM]: http://josm.openstreetmap.org +[utilsplugin2]: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2#Copy_tags_from_previous_selection