Definition from Wiktionary, a free dictionary
I’m an Aussie who has lived in most states of Australia. I’ve worked in the printing industry, as a software engineer, and in tourism. I do a lot of travelling, usually for long periods of time. I recently returned from one month in India and have been to Mexico and Central America 6 times.
My first (logged-in) edit on Wiktionary was on 10 December 2003 where I added translations to the English definite article, the. Prior to that I had just started playing with Wikipedia after a few years on Everything2. I was very excited to find Wiktionary since I’d been thinking for years that the world needed a free dictionary of every language that could be contributed to by anybody and everybody over the Internet. I discussed the idea with some people at the GUADEC, the GNOME Users and Developers European Conference. At that time I was an active contributor to AbiWord, an open source word processor.
My long term dream for Wiktionary is to make it queryable like a database. This requires much work on standardisation of formats and on parsing.
My current project is heliping cirwin with the GUI translation table editor. In particular I’ve created a server for language metadata on the Toolserver, of which editor.js is the first consumer.
[edit] My JavaScript
[edit] My categories
- Wiktionary issues
- Dictionary issues
- Pseudocategories
[edit] All kinds of Neat Stuff
[edit] Subpages
Useful vim regexes:
- Requested articles:
- Find all terms which now have an entry:
s/^<dd><a href="\/wi.*itle=".*>\(.*\)<\/a>.*<\/dd>/XXX\1/
- Find all terms which have no entry:
s/^<dd><a href="\/w\/.*itle=".*>\(.*\)<\/a>.*<\/dd>/XXX\1/
- Now remove all other terms:
s/^[^X].*\n//
- Experimental subpages - articles with experimental versions have a link to it at the top - it will be on a subpage and the section containing the link will be hidden for most users and made visible only by interested people
- Along with "navigation", "search", and "toolbox"; add a new area just for JS debugging output
- Cite tab code should just look for "ns-0" rather than looking for colons and slashes in article names - though it may not be enough
- MediaWiki: message pages such as MediaWiki:Sidebar could have per-user settings at User:Fred/MediaWiki:Sidebar
- Re-work Main Page with tabbed panes such as used by the Limburgish Wikipedia