# HG changeset patch # User Jeff Hammel # Date 1393144269 28800 # Node ID 09f4c09d96170fb2eac0d0bfd2a26c749d8add74 # Parent 70dde00a4df026114a91b721ba8e0ac4b24bd4c9 remove cruft diff -r 70dde00a4df0 -r 09f4c09d9617 README.txt --- a/README.txt Sun Feb 23 00:26:19 2014 -0800 +++ b/README.txt Sun Feb 23 00:31:09 2014 -0800 @@ -1,7 +1,61 @@ TextShaper =========== -package to shape text blocks +/text manipulation: a package to shape text blocks/ + +So you have a block of text ... +What do you want to do with it?!? + +== Desired Functionality == + +- onelineit +- quoting +- dequoting (including e.g. +/-, diff-ish shit) +- remove whitespace +- removing timestamps +- removing/adding irc quote tags + +== Previous work == + +/corpus of past programs -> consolidate/ + + +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) + + + + + + + + + + + + + + + + ---- diff -r 70dde00a4df0 -r 09f4c09d9617 textshaper/textshaper.py --- a/textshaper/textshaper.py Sun Feb 23 00:26:19 2014 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,59 +0,0 @@ -#!/usr/bin/env python - -# TODO: extract from this document - -""" -textshaper : text manipulation - -So you have a block of text ... -What do you want to do with it?!? - -== Desired Functionality == - -- onelineit -- quoting -- dequoting (including e.g. +/-, diff-ish shit) -- remove whitespace -- removing timestamps -- removing/adding irc quote tags - -== Previous work == - -/corpus of past programs -> consolidate/ - - -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) -""" - - - - - - - - - - - - - -