summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-08-07 15:47:27 +0100
committerNick White <git@njw.me.uk>2011-08-07 15:47:27 +0100
commit06f35db1a4336a5769bb1b304ef2edb4df9c197c (patch)
treec921a822dc87fbb07758518530b392cc0276b2d1
parent0e4072f9867450891f00739c3456fe02196699bd (diff)
downloadnjw-website-06f35db1a4336a5769bb1b304ef2edb4df9c197c.tar.bz2
njw-website-06f35db1a4336a5769bb1b304ef2edb4df9c197c.zip
Update software index, use htaccess to rewrite getgbook to getxbook
-rw-r--r--software/.htaccess1
-rw-r--r--software/index.txt65
2 files changed, 15 insertions, 51 deletions
diff --git a/software/.htaccess b/software/.htaccess
new file mode 100644
index 0000000..9a1df4c
--- /dev/null
+++ b/software/.htaccess
@@ -0,0 +1 @@
+Redirect 301 /software/getgbook /software/getxbook
diff --git a/software/index.txt b/software/index.txt
index a6a71b6..f0ce0bc 100644
--- a/software/index.txt
+++ b/software/index.txt
@@ -5,63 +5,26 @@ I am very supportive of
[software freedom](http://www.gnu.org/philosophy/free-sw.html);
ensuring everyone has freedom and control of their own computing, by
protecting the right to freely use, study, modify and share programs.
-One of the ways I support this goal is by working on free software,
-some of which may be found in my
-[public git repositories](http://git.njw.me.uk).
I reject the term 'open source,' which was created to
undermine the importance of freedom and collective welfare, and
recast free software as nothing more than an efficient mode of
production and profit.
-[SimplyRead](simplyread/)
------------------------------------------------------------------------
+I work on a variety of free software projects, and maintain several
+of my own.
-A program to make webpages more readable. It removes everything but
-the article from a webpage, displaying it simply and attractively.
+## Projects
-[Getgbook](getgbook/)
------------------------------------------------------------------------
+* [SimplyRead](simplyread/) - A program to make webpages more readable.
+* [Getxbook](getxbook/) - A collection of tools to download books from
+ websites.
+* [Spout](spout/) - A simple caveflying game.
+* [GetHT](http://www.nongnu.org/getht) - A program to download editions
+ of [Hinduism Today](http://www.hinduismtoday.com).
+* [GemRB game installers](http://git.njw.me.uk/cgit/cgit.cgi/gemrb-gameinstallers/) -
+ A set of scripts to install the games supported by
+ [GemRB](http://www.sourceforge.net/projects/gemrb).
-A set of scripts to automate downloading from Google Books.
-
-[Spout](spout/)
------------------------------------------------------------------------
-
-A simple caveflying game. The aim is to fly as high as possible,
-avoiding or destroying obstacles.
-
-[Gentoo](http://www.gentoo.org)
------------------------------------------------------------------------
-
-A unix-like operating system that can be automatically optimized and
-customized for a variety of different applications or needs.
-
-My distribution of choice, within which
-[I am active](http://bugs.gentoo.org/buglist.cgi?email1=gentoo-bugs%40njw.me.uk&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailcc1=1&amp;emailtype1=substring)
-in reporting and fixing bugs. I wrote the ebuild for the
-[icecat](http://www.gnu.org/software/gnuzilla/) package and modified
-the kernel eclass to enable automatic deblobbing with
-[linux libre](http://www.fsfla.org/svnwiki/selibre/linux-libre/).
-I also maintain a
-[personal overlay](http://git.njw.me.uk/cgit/cgit.cgi/njw-gentoo-local/)
-of some ebuilds I've built for it.
-
-[GetHT](http://www.nongnu.org/getht)
------------------------------------------------------------------------
-
-An application for GNU/Linux to download the PDF editions of
-[Hinduism Today](http://www.hinduismtoday.com).
-
-[GemRB game installers](http://git.njw.me.uk/cgit/cgit.cgi/gemrb-gameinstallers/)
----------------------------------------------------------------------------------
-
-A set of scripts to install the games supported by
-[GemRB](http://www.sourceforge.net/projects/gemrb), a reimplementation
-of the Infinity engine.
-
-[Scripts](scripts/)
------------------------------------------------------------------------
-
-A collection of small scripts and related miscellany which others may
-find useful.
+[Scripts](scripts/) - A collection of small scripts and related
+miscellany which others may find useful.