annotate README.txt @ 0:53cfd6e1ad0f

initial commit, from http://k0s.org/portfolio/ideas/textshaper.py , see also http://k0s.org/portfolio/ideas/cleanuptext.py So you have a block of text ... What do you want to do with it?!? == Desired Functionality == == Previous work == /corpus of past programs -> consolidate/ - onelineit - quoting - dequoting (including e.g. +/-, diff-ish shit) - removing timestamps - removing/adding irc quote tags Interface: - library code - (n)curses - javascript/REST Consider the pattern: * things that add and/or remove a thing * things that alter spacing == Reference == Previous k0s.ware (big and small): - http://k0s.org/hg/config/rev/5e0b4ec36013 Highly related (~> identity): http://k0s.org/portfolio/ideas/cleanuptext.py Ubuntu packages: - par (paragraph reformatter)
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 10 Aug 2013 15:47:30 -0700
parents
children 09f4c09d9617
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
1 TextShaper
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
2 ===========
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
3
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
4 package to shape text blocks
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
5
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
6 ----
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
7
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
8 Jeff Hammel
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
9
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
10 http://k0s.org/hg/TextShaper
53cfd6e1ad0f initial commit,
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
11