general overhaul and syntax simplifications
[www-rohieb-name.git] / projects.mdwn
index 820bd6f..4a54865 100644 (file)
@@ -1,49 +1,35 @@
-Software Projects currently worked on
-=====================================
+[[!meta title="Projects"]]
+
+## 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 other... ;-)), and features that 
-IMHO still need to be implmented in existing software. 
-
-This section should serve as a source of inspiration for people that have too 
-much time on their hands.
-
-OpenStreetMap editor for mobile devices
----------------------------------------
-[JOSM](http://josm.openstreetmap.org) and [Merkaartor](http://merkaartor.be/)
-are really nice programs for editing OpenStreetMap data on the desktop, and
-[OSMTracker](http://wiki.openstreetmap.org/wiki/OSMtracker) is acceptable for
-Windows Mobile devices. However, OSMTracker is very inflexible when it comes
-to tagging abilities. So a perfect mobile application would combine the best
-of both worlds:
-
-  * displaying the raw XML data, maybe in real-time via mobile internet 
-    connection
-  * displaying the rendered map
-  * recording a GPX track
-  * take pictures if the mobile device features a camera
-  * serve as a voice recorder
-  * adding and tagging nodes, ways, and maybe relations in a key=value manner
-    * maybe allow presets for different objects, like JOSM has. These could be
-      implemented like the customizable buttons in OSMTracker.
-    * auto-completion for keys and values would be great for people like me 
-      who cannot remember actual tag names...
-    * The absolute killer feature would be the ability to automatically import
-      the changed data into desktop software like JOSM/Merkaartor, and export 
-      diffs.
-
-JOSM: Nice-to-have
-------------------------
+would like to be seen written by someone else...), and features that 
+IMHO still need to be implemented in existing software. 
+
+This section can also serve as a source of inspiration for people that have too
+much time on their hands... ;-) Feel free to [[drop me a note|contact]] if you
+should start realizing one of it, so I can update the information here.
+
+* [[Sketches for a federated social network|projects/crypto-fsn]] with full control
+  over your own data by using strong cryptography
+* [[OpenStreetMap editor for mobile devices|projects/osm-mobile]]
+
+### 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 
+* <strike>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.
+  afterwards.</strike> implemented in [utilsplugin2][]
 
+[JOSM]: http://josm.openstreetmap.org
+[utilsplugin2]: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2#Copy_tags_from_previous_selection
This page took 0.026272 seconds and 4 git commands to generate.