# HG changeset patch # User Brian Neal # Date 1372904574 18000 # Node ID 1e8affa8fc1159a088f6119fa55bb111e4106351 # Parent 3cf5bfe17f2e6e42fc8270f6ee2843d64a2b2816 Rename README.txt to README.rst so Bitbucket will render it (until we get a setup.py file). diff -r 3cf5bfe17f2e -r 1e8affa8fc11 README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Wed Jul 03 21:22:54 2013 -0500 @@ -0,0 +1,28 @@ +==== +m209 +==== +A historically accurate M-209 library written in Python 3 +--------------------------------------------------------- + +:Author: Brian Neal +:Version: 0.1 +:Date: July 4, 2013 +:Home Page: https://bitbucket.org/bgneal/m209/ +:License: MIT License (see LICENSE.txt) +:Documentation: (coming soon) +:Support: https://bitbucket.org/bgneal/m209/issues + +The `M-209`_ is a mechanical cipher machine used by the US military during World +War II and up to the Korean War. The M-209 is also known as the CSP-1500 by +the US Navy. The M-209 is an example of a Hagelin device, a family of +mechanical cipher machines created by Swedish inventor `Boris Hagelin`_. + +This project is a Python 3 library and command-line utility for encrypting and +decrypting text by simulating the operation of an actual M-209 device. + +Please see the documentation (coming soon) for library usage, tutorials and +references. + + +.. _M-209: http://en.wikipedia.org/wiki/M-209 +.. _Boris Hagelin: http://en.wikipedia.org/wiki/Boris_Hagelin diff -r 3cf5bfe17f2e -r 1e8affa8fc11 README.txt --- a/README.txt Wed Jul 03 21:18:27 2013 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -==== -m209 -==== -A historically accurate M-209 library written in Python 3 ---------------------------------------------------------- - -:Author: Brian Neal -:Version: 0.1 -:Date: July 4, 2013 -:Home Page: https://bitbucket.org/bgneal/m209/ -:License: MIT License (see LICENSE.txt) -:Documentation: (coming soon) -:Support: https://bitbucket.org/bgneal/m209/issues - -The `M-209`_ is a mechanical cipher machine used by the US military during World -War II and up to the Korean War. The M-209 is also known as the CSP-1500 by -the US Navy. The M-209 is an example of a Hagelin device, a family of -mechanical cipher machines created by Swedish inventor `Boris Hagelin`_. - -This project is a Python 3 library and command-line utility for encrypting and -decrypting text by simulating the operation of an actual M-209 device. - -Please see the documentation (coming soon) for library usage, tutorials and -references. - - -.. _M-209: http://en.wikipedia.org/wiki/M-209 -.. _Boris Hagelin: http://en.wikipedia.org/wiki/Boris_Hagelin