From 9817907e7b8c82154353c428ac44806baf8b2d83 Mon Sep 17 00:00:00 2001 From: Niels Serup Date: Fri, 13 Jan 2012 22:06:46 +0100 Subject: [PATCH] Added bitposi and missing end parenthesis on nalgh page. --- site/projects/bitposi/index.org | 24 ++++++++++++++++++++++++ site/projects/nalgh.org | 2 +- site/projects/zita/index.org | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 site/projects/bitposi/index.org diff --git a/site/projects/bitposi/index.org b/site/projects/bitposi/index.org new file mode 100644 index 0000000..bafb136 --- /dev/null +++ b/site/projects/bitposi/index.org @@ -0,0 +1,24 @@ +#+title: bitposi +#&summary +A library/tool for extracting data from one or more sources for later +generation of new, similar data +#& +#+license: bysa, text +#+license: agpl 3+, program +#&toc + +* bitposi + +bitposi will be a library/tool for extracting data from one or more sources for +later generation of new, similar data. For example, bitposi will be able to +read a gigabyte of English text and then write out a gigabyte of text very +similar to English. It will do this by saving and loading bit position +data. + +It doesn’t quite work yet. + + +bitposi is available under AGPLv3+. + +Development: [[http://gitorious.org/bitposi]]. + diff --git a/site/projects/nalgh.org b/site/projects/nalgh.org index 14de6c4..1e486ed 100755 --- a/site/projects/nalgh.org +++ b/site/projects/nalgh.org @@ -10,7 +10,7 @@ Showoff of a poor (but simple) data compression method nalgh is an algorithm for lossless compression. It generally compresses a text into 77%-87% of its original size. The focus of nalgh lies on simplicity and not speed and effeciency. See an example of nalgh in action [[http://projects.metanohi.name/nalgh/example.php][here]] (using part of -a [[http://www.gutenberg.org/etext/22600][random text]] I found at the [[http://www.gutenberg.org/][Gutenberg Project's website]]. +a [[http://www.gutenberg.org/etext/22600][random text]] I found at the [[http://www.gutenberg.org/][Gutenberg Project's website]]). ** Pros diff --git a/site/projects/zita/index.org b/site/projects/zita/index.org index 4d91654..2f0355d 100644 --- a/site/projects/zita/index.org +++ b/site/projects/zita/index.org @@ -1,6 +1,6 @@ #+title: Zita #&summary -A simple but cumbersome text adventure game +A simple but cumbersome text adventure game engine #& #+license: bysa, page #+license: gpl 3+, program