The Fellowship / Fellows / ciaran / Ciarán's free software notes

Ciarán's free software notes

Ciaran O'Riordan's irregularly kept software freedom journal

Limit entries displayed: [ 2 ] [ 4 ] [ 6 ] [ 8 ]

OpenStreetMap is doing great

I was impressed recently by the progress of OpenStreetMap (OSM). The maps of most big cities (in Europe at least) are already very complete, e.g. Dublin and Brussels. Many smaller cities and cities in less developed countries are still in need of work, but the current status clearly proves that the project's aims are practical.

Why is having freely reusable maps important? For one thing, they can be used by other community projects such as Wikipedia. Another advantage is that rather than trying to make it difficult to copy their data (like the corporate map providers do), the OSM website provides lots of features to export their maps. (If you want to link to an OSM map instead of exporting an image, use the "Permalink" link in the bottom right-hand corner.)

When you export an image from OSM, there's no copyright notice or attribution info (which seems like a mistake to me), so when you use OSM maps, consider adding a link or some text to tell people where you got the map from.

The current licence used for the mapping data is the Creative Commons by-sa-2.0 licence. There are constant discussions about changing the licence - not because people disagree with the ideals of that licence, but because there is debate among legal experts as to whether that licence is valid for mapping data and would work worldwide. For people intrested in that sort of thing, there's a very good summary written by Richard Fairhurst in January 2008.

To get involved, there's info on their Beginner's Guide. You might also find an existing OSM group in your area by checking the Mapping projects page on their wiki. I've recently borrowed a GPS handset, so I'm hoping to be able to post more info in the future about how it all works.

On the Event Calendar on their wiki, there's a list of upcoming events including their annual conference which will take place in Limerick, Ireland on the weekend of July 12th and 13th.

According to their software licensing policy and the FAQ, all OSM software is free software, using the GNU GPL by default.

In other news, the OpenMoko Neo Freerunner is heading for large scale production. I've heard it's far from being ready for daily use, and you should be comfortable with installing and upgrading software. So this version is mostly for hackers, but if you're interested in mobile phones powered by free software, OpenMoko is the free-est available. There's a group discount when people in one region order 10 phones. Because it has built-in GPS and all the software is free software, I'm hoping it will increase the number of OpenStreetMap contributors.

-- 
Ciarán O'Riordan,
Support free software: Join FSFE's Fellowship

Launching your favourite editor in Firefox

After a bit of tweaking, I'm now happily using the the It's All Text! plugin to let me to edit webpage text boxes with Emacs. It also works with other text editors. [UPDATE: Actually, my browser is Iceweasel, not Firefox. See the Mozilla software rebranding article on Wikipedia, and the IceCat project]

To configure it, go to Tools->It's All Text!->Preferences in Firefox's menu bar. In the editor field, when I added some command line options to make Emacs start quickly, it gave me the error "Unable to open your editor". So I made a "quickmacs.sh" file and told It's All Text that that that was my editor. In quickmacs.sh, I put:

#!/bin/sh
gnome-terminal -t "QM $1" -e "emacs -nw -Q --load ~/software/tb.el $1"

The second "$1" is essential. I want Emacs in non-gui mode, so it has to be launched by a terminal program because It's All Text! doesn't run the given editor command in a terminal. tb.el is a a cut down version of my emacs.el. It just contains the minimal convenience settings I want for editing textboxes:

(transient-mark-mode t)
(show-paren-mode t)
(menu-bar-mode 0)
(defun ciaran-turn-on-french-input-method ()
   "set the input method to French"
   (interactive)
   (set-input-method "french-alt-postfix"))
(global-set-key [?\C-c ?.] 'ciaran-turn-on-french-input-method)
(longlines-mode t)

There were two other interesting plugins. The first is EmbeddedEditor 0.1, but you have to make an account and log in if you want to download it, so I ignored it. The second is Firemacs, but that's adding some Emacs features to Firefox - I prefer to have a full Emacs.

-- 
Ciarán O'Riordan,
Support free software: Join FSFE's Fellowship


[ RSS Feed ]

Right menu

Fellow Events

<< March 2008 >>
Mon Tue Wed Thu Fri Sat Sun
  1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 
Selected Day Today


FSFE Card


DRM.info
© FSFE