<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/openbmd/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/openbmd/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 21 Jul 2011 21:25:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openbmd/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by CraigParylo</title><link>https://sourceforge.net/p/openbmd/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -17,21 +17,34 @@
 
 Usage
 ------
-It is being developed using:
+This software is being developed using the following:
+
 * Python 2.6.1
 * wxPython 2.8.12.0
 
-Note: this version of wxPython only has 32-bit support. If you're running the code using the Apple build of python (OS X 10.6.x), which runs scrips at 64-bit by default, then you'll need to temporarily enable 32-bit support by typing the following into the terminal:
-~~~
+You'll need both of these packages to run the script. 
+
+To run, download and unzip the files to your computer. Navigate to the unzipped folder in a terminal or command console session and run the script with the following command:
+
+~~~~~~
+python openBMD_0.1.py
+~~~~~~
+
+...where _0.1 corresponds to the version of the software you've downloaded.
+
+Note: this version of wxPython only has 32-bit support. If you're running the code using the Apple build of python (OS X 10.6.x) which runs scrips at 64-bit by default, then you'll first need to temporarily enable 32-bit support by typing the following into the terminal:
+
+~~~~~~
 export VERSIONER_PYTHON_PREFER_32_BIT=yes
-~~~
+~~~~~~
 
 Alternative software:
 ---------------------
-There are a range of other software available for the transcription of 
-* WinBMD (http://winbmd.rmhh.co.uk/)
-+ MacBMD (http://download.cnet.com/MacBMD/3000-2072_4-2542.html)
-+ LinBMD (http://andrew.higgs.co.za/linbmd/)
+There are a range of other software available for the transcription of Birth, Marriage and Death index records:
+
+*    WinBMD (http://winbmd.rmhh.co.uk/)
+*    MacBMD (http://download.cnet.com/MacBMD/3000-2072_4-2542.html)
+*    LinBMD (http://andrew.higgs.co.za/linbmd/)
 
 
 The wiki uses [Markdown](/p/openbmd/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CraigParylo</dc:creator><pubDate>Thu, 21 Jul 2011 21:25:15 -0000</pubDate><guid>https://sourceforge.netd887fe6554c7b6e1dd8627c59bd09e11b63d5d73</guid></item><item><title>WikiPage Home modified by CraigParylo</title><link>https://sourceforge.net/p/openbmd/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -2,26 +2,36 @@
 
 Written in python using the wxPython toolkit, it's designed to be a multi-platform solution for people using Windows, OS X and Linux, providing a native look and feel on each system.
 
-openBMD is designed to be used as part of the FreeBMD project, the aim of which is to transcribe the Civil Registration index of births, marriages and deaths for England and Wales, and to provide free Internet access to the transcribed records. It is a part of the FreeUKGEN family, which also includes FreeCEN (Census data) and FreeREG (Parish Registers). 
-
+Purpose
+-------
+openBMD is designed to be used as part of the FreeBMD project, the aim of which is to transcribe the Civil Registration index of births, marriages and deaths for England and Wales, and to provide free Internet access to the transcribed records. It is a part of the FreeUKGEN family, which also includes FreeCEN (Census data) and FreeREG (Parish Registers).
+
 http://www.freebmd.org.uk/
 
 By participating in the FreeBMD project, using software such as openBMD, volunteers are helping to provide access to a key source of information for genealogists, family tree hobbyists and people looking to trace their ancestry.
 
-
-Status:
-In development - 
-
-Being developed using:
-Python 2.6.1
-wxPython 2.8.12.0
-
+Status
+------
+openBMD is still in development.
+Weekly updates to the code are being added as part of the 'release early, release often' ethos.
+
+Usage
+------
+It is being developed using:
+* Python 2.6.1
+* wxPython 2.8.12.0
+
+Note: this version of wxPython only has 32-bit support. If you're running the code using the Apple build of python (OS X 10.6.x), which runs scrips at 64-bit by default, then you'll need to temporarily enable 32-bit support by typing the following into the terminal:
+~~~
+export VERSIONER_PYTHON_PREFER_32_BIT=yes
+~~~
 
 Alternative software:
+---------------------
 There are a range of other software available for the transcription of 
-WinBMD (http://winbmd.rmhh.co.uk/)
-MacBMD (http://download.cnet.com/MacBMD/3000-2072_4-2542.html)
-LinBMD (http://andrew.higgs.co.za/linbmd/)
+* WinBMD (http://winbmd.rmhh.co.uk/)
++ MacBMD (http://download.cnet.com/MacBMD/3000-2072_4-2542.html)
++ LinBMD (http://andrew.higgs.co.za/linbmd/)
 
 
 The wiki uses [Markdown](/p/openbmd/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CraigParylo</dc:creator><pubDate>Thu, 21 Jul 2011 21:11:51 -0000</pubDate><guid>https://sourceforge.netba7862bbf87c69e0093787c7552cbec3dc5a5394</guid></item><item><title>WikiPage Home modified by CraigParylo</title><link>https://sourceforge.net/p/openbmd/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,27 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
+openBMD is an application for the transcription of index entries for Births, Marriages and Deaths (BMD) from the Civil Registration index in England and Wales.
+
+Written in python using the wxPython toolkit, it's designed to be a multi-platform solution for people using Windows, OS X and Linux, providing a native look and feel on each system.
+
+openBMD is designed to be used as part of the FreeBMD project, the aim of which is to transcribe the Civil Registration index of births, marriages and deaths for England and Wales, and to provide free Internet access to the transcribed records. It is a part of the FreeUKGEN family, which also includes FreeCEN (Census data) and FreeREG (Parish Registers). 
+
+http://www.freebmd.org.uk/
+
+By participating in the FreeBMD project, using software such as openBMD, volunteers are helping to provide access to a key source of information for genealogists, family tree hobbyists and people looking to trace their ancestry.
+
+
+Status:
+In development - 
+
+Being developed using:
+Python 2.6.1
+wxPython 2.8.12.0
+
+
+Alternative software:
+There are a range of other software available for the transcription of 
+WinBMD (http://winbmd.rmhh.co.uk/)
+MacBMD (http://download.cnet.com/MacBMD/3000-2072_4-2542.html)
+LinBMD (http://andrew.higgs.co.za/linbmd/)
+
 
 The wiki uses [Markdown](/p/openbmd/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CraigParylo</dc:creator><pubDate>Thu, 21 Jul 2011 20:51:08 -0000</pubDate><guid>https://sourceforge.netfee8ebfcf13453c49109ce9e1d8485b59e1c3fa4</guid></item><item><title>WikiPage Home modified by CraigParylo</title><link>https://sourceforge.net/p/openbmd/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/openbmd/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CraigParylo</dc:creator><pubDate>Thu, 21 Jul 2011 00:17:45 -0000</pubDate><guid>https://sourceforge.net3f6e670f61ccee3345153b5f0c7f41064511fd3a</guid></item></channel></rss>