From e070fe3cddcbc84544649357c4885c5e64e0221a Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 26 Feb 2013 23:32:28 +0000 Subject: new file: .gitignore Create a utility that uses Beautiful Soup to take HTML from Libre Office and strip out unnecessary tags and add style sheets, etc. to make a good basic for an EPUP book. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9285b0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.html +*.htm +*.xhtml +*.e4p +*.pyc +*.epub +*.mobi +.eric4project + -- cgit v0.9.1