Posts Tagged ‘programming’
reStructuredText tools for gedit
Over the last couple of days, I put together some reStructuredText tools for gedit, the lightweight text editor for the Gnome desktop on Linux. They include syntax highlighting, some keyboard shortcuts, and an HTML preview feature that I derived from another developer’s earlier work on Markdown support.
This was made possible by gedit’s excellent plugin [...]
Tags: gnome, programming, reStructuredText
Getting started with Darcs
The following is a rudimentary set of instructions for setting up, on a Linux server, a Darcs repository which uses the most basic possible method for collaboration, in which a single administrator manually applies patches1 sent him/her via email (automatically, via the darcs send command issued by the contributor).2 Some notes on producing those [...]
Tags: open source, programming, software, tools