# Software

Almost all my software is [libre](http://www.gnu.org/philosophy/free-sw.html). Stand-alone applications tend to use the [GNU General Public License](http://opensource.org/licenses/gpl-license.html), and libraries the [BSD license](http://opensource.org/licenses/bsd-license.html) (to be precise, the more friendly modified BSD license). If you don’t like a particular licence, contact me and I’ll probably be able to help you.

## Programs

More stuff not mentioned here is on [GitHub](https://github.com/rrthomas/).
See also [Miscellaneous utilities](https://github.com/rrthomas/misc).

   * [Ursa](https://github.com/ursalang/ursa), my in-development simple modern language that will not change once it reaches version 1.
   * [Linton](https://github.com/rrthomas/linton), the simple web site builder that I use for most of my web sites (and hopefully soon for this one!).
   * [Nancy](https://github.com/rrthomas/nancy), the simple macro expander, which Linton uses.
   * [WinColl](https://rrthomas.github.io/wincoll), a simple action–puzzle rocks-and-diamonds game.
   * [Chambercourt](https://github.com/rrthomas/chambercourt), the simple 2D tile-based game framework on top of [pygame](https://www.pygame.org/).
   * [syms](https://github.com/rrthomas/syms) (formerly known as “occurs”) counts occurrences of each symbol (e.g. words) in a file.
   * [woger](https://github.com/rrthomas/woger) releases programs automatically to SourceForge, GitHub &c., and announces them on Freecode.
   * [FUSE](FUSE), some [FUSE](https://github.com/libfuse/libfuse) hacks in Perl.
   * [Wiklet](Wiklet), the wiki that is DarkGlass’s ancestor.
   * [Muckabout](Muckabout), a text adventure game.
   * My [pForth](https://github.com/rrthomas/pforth) portable Forth compiler (runs on the [Beetle](https://github.com/rrthomas/beetle) VM).
   * The very old-school may be interested in my [RISC OS programs](RISC OS).

## [Research](Research) and (un)development

Including [Mit](https://github.com/rrthomas/mit), [Mite](Mite), [Beetle](https://github.com/rrthomas/beetle) (and my other [Forth](Forth) work) and [Tau](Research/Tau).

## Utilities for document formatting

   * [LaTeX](LaTeX) style files
   * [DocBook](DocBook) scripts for converting from LinuxDoc to DocBook
