<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="https://lukeplant.me.uk/assets/xml/atom.xsl" type="text/xsl media="all"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom">
  <title>Luke Plant's home page (Posts about Kio-Sword)</title>
  <id>https://lukeplant.me.uk/blog/categories/kio-sword.xml</id>
  <updated>2024-12-05T14:30:11Z</updated>
  <author>
    <name>Luke Plant</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://lukeplant.me.uk/blog/categories/kio-sword.xml"/>
  <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/categories/kio-sword/"/>
  <generator uri="https://getnikola.com/">Nikola</generator>
  <entry>
    <title>Kio-Sword Sourceforge page</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword-sourceforge-page/</id>
    <updated>2006-12-30T00:50:46Z</updated>
    <published>2006-12-30T00:50:46Z</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword-sourceforge-page/"/>
    <summary type="html">&lt;p&gt;I finally got around to uploading Kio-Sword to Sourceforge&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I finally got around to uploading Kio-Sword to &lt;a class="reference external" href="http://sourceforge.net/projects/kio-sword/"&gt;Sourceforge&lt;/a&gt;, which is where all releases
will be found from now on. I also migrated my subversion repository, so a
complete history is available now.&lt;/p&gt;</content>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
  <entry>
    <title>Kio-Sword 0.3 released</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword-0-3-released/</id>
    <updated>2006-12-17T00:37:11Z</updated>
    <published>2006-12-17T00:37:11Z</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword-0-3-released/"/>
    <summary type="html">&lt;p&gt;Kio-Sword 0.3 released&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I've released &lt;a class="reference external" href="https://lukeplant.me.uk/kio-sword/"&gt;Kio-Sword&lt;/a&gt; version 0.3.
Changes include:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Fixed a bug which caused dead links when browsing Bibles with non-English
locales where Bible book names contains non-ascii characters&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed a bug with 'Test settings' where previous URL contained non-ascii
characters&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed a bug which caused searching for non-ascii characters to fail&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Other small improvements and code cleanups&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
    <category term="kde" label="KDE"/>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
  <entry>
    <title>Kio-Sword 0.2 released</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword-0-2-released/</id>
    <updated>2006-01-06T02:47:37Z</updated>
    <published>2006-01-06T02:47:37Z</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword-0-2-released/"/>
    <summary type="html">&lt;p&gt;New version of Kio-Sword released, after a little gap!&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;About 18 months after my last release, just to show this project isn't dead,
I have a &lt;a class="reference external" href="https://lukeplant.me.uk/kio-sword/download.html"&gt;new release&lt;/a&gt;. It
doesn't have everything I wanted to add, but I decided it was better to
release what I have done and the rest can wait. Changes include:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Better support for Bibles in RTL languages (Arabic, Hebrew)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Supports localised names for books of the Bible&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New, simplified page design using cleaner and better HTML (no tables,
semantic HTML)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Settings propagate in URLs, so you can turn a setting on and it stays
on (and this works even if multiple kio_sword processes are spawned)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Access keys for navigation and toggling formatting settings&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Title of the page is meaningful (much better for browsing history in
Konqueror)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New shortcut for Bible verses: e.g. &lt;strong&gt;sword:John 3:16&lt;/strong&gt; (note there
is no forward slash after "sword:") to go to your default Bible&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Lots of cleaning up of the code, including a new system for settings
and output of HTML, using namespaces nicely and naming classes sensibly
:-)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Search page pre-selects the default Bible as the module to search&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed various bugs&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are a range of other things I wanted to do, and I am very open to
suggestions. If you want a feature, even a really small change, please let me
know, and remind me again if I have not included something you really wanted.&lt;/p&gt;
&lt;p&gt;If anyone wants to come up with a better page design that would be great. The
nice thing about this project is you don't have to worry about Internet
Explorer -- the only browser you care about is Konqueror, which has excellent
CSS support. So you can show off your knowledge of all the latest and
greatest CSS2 etc. Anyone?&lt;/p&gt;</content>
    <category term="kde" label="KDE"/>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
  <entry>
    <title>Kio-Sword 0.1-3</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword-0-1-3/</id>
    <updated>2005-07-09T16:34:56+01:00</updated>
    <published>2005-07-09T16:34:56+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword-0-1-3/"/>
    <summary type="html">&lt;p&gt;Fixed the Kio-Sword package for Debian Sarge&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I finally got round to installing Debian Sarge in a chroot (it was amazingly
quick and easy using debootstrap), mainly so I could test packages. I've
found that my most recent release of Kio-Sword doesn't work in Debian Sarge
(I presume a C++ ABI problem), so I've now rebuilt and the new version works
in both Debian Sarge and Ubuntu Hoary. You can get it here:&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://lukeplant.me.uk/debian/kio-sword_0.1-3_i386.deb"&gt;https://lukeplant.me.uk/debian/kio-sword_0.1-3_i386.deb&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Or you can add these lines to your /etc/apt/sources.list and use apt-get:&lt;/p&gt;
&lt;pre class="literal-block"&gt;deb https://lukeplant.me.uk/debian ./
deb-src https://lukeplant.me.uk/debian ./&lt;/pre&gt;</content>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
  <entry>
    <title>Kio-Sword 0.1-2</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword-0-1-2/</id>
    <updated>2005-04-23T21:45:14+01:00</updated>
    <published>2005-04-23T21:45:14+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword-0-1-2/"/>
    <summary type="html">&lt;p&gt;Updated Debian package, plus an update on my TODO list for this project&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I fixed the Debian package of &lt;a class="reference external" href="https://lukeplant.me.uk/kio-sword/"&gt;kio-sword&lt;/a&gt;
version 0.1, to remove some incorrect (and troublesome) dependencies. It's
available from the &lt;a class="reference external" href="https://github.com/spookylukey/kio_sword/releases/"&gt;download page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I am still working on this project, in case anyone is interested! This is my
current TODO list:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Fix the title of the page so it shows something useful&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add spacing between verse numbers and the verse&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Easier access to the default module, perhaps making 'bible:' go
straight there&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Display footnotes somehow?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Get it properly internationalised&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support for non-English names for books of the Bible (needs thinking
about)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Various bug fixes (strongs and morphs tags for various backend
formats don't work right, some cross refs don't work right,...)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I'll hopefully be able to hack on this at some point fairly soon! Having a
job is such a nuisance :-)&lt;/p&gt;</content>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
  <entry>
    <title>Kio-Sword 0.1</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword-0-1/</id>
    <updated>2004-06-05T16:04:02+01:00</updated>
    <published>2004-06-05T16:04:02+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword-0-1/"/>
    <summary type="html">&lt;p&gt;Kio-Sword version 0.1 release, first proper public release. The source tarball and a Debian package are available on the download page.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Kio-Sword version 0.1 release, first proper public release. The source
tarball and a Debian package are available on the &lt;a class="reference external" href="https://github.com/spookylukey/kio_sword/releases/"&gt;download page&lt;/a&gt;.&lt;/p&gt;</content>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
  <entry>
    <title>Kio-Sword 0.0.1</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword-0-0-1/</id>
    <updated>2004-06-02T09:39:48+01:00</updated>
    <published>2004-06-02T09:39:48+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword-0-0-1/"/>
    <summary type="html">&lt;p&gt;Initial test release available on download page&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Initial test release available on &lt;a class="reference external" href="https://github.com/spookylukey/kio_sword/releases/"&gt;Download page&lt;/a&gt;&lt;/p&gt;</content>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
  <entry>
    <title>Kio-Sword</title>
    <id>https://lukeplant.me.uk/blog/posts/kio-sword/</id>
    <updated>2004-05-31T22:21:42+01:00</updated>
    <published>2004-05-31T22:21:42+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/kio-sword/"/>
    <summary type="html">&lt;p&gt;New section to the website, for a software project I'll be releasing shortly.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;New section to the website &lt;a class="reference external" href="https://lukeplant.me.uk/kio-sword/"&gt;lukeplant.me.uk/kio-sword&lt;/a&gt;, for a software project I'll be releasing shortly.&lt;/p&gt;</content>
    <category term="kio-sword" label="Kio-Sword"/>
  </entry>
</feed>
