Directory tree
.
├── activation
├── background.png
├── blah.t
├── externals
│ ├── bootstrap-slate.min.css
│ ├── bootstrap.min.css
│ ├── bootstrap.min.js
│ ├── bootswatch.min.css
│ ├── font-awesome
│ │ ├── css
│ │ │ └── font-awesome.min.css
│ │ └── fonts
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.svg
│ │ ├── fontawesome-webfont.ttf
│ │ ├── fontawesome-webfont.woff
│ │ └── fontawesome-webfont.woff2
│ └── jquery.min.js
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── generate.sh
├── ideas.txt
├── images
│ ├── as-pdf.png
│ ├── background-experiment-orig.xcf
│ ├── background-experiment.xcf
│ ├── c1_about.png
│ ├── c2_plaintext.png
│ ├── c3_build.png
│ ├── c4_pdf_out.png
│ ├── c5_gui_tools.png
│ ├── logo-big.png
│ ├── logo-new.png
│ ├── logo-small.png
│ ├── logo-small.svg
│ ├── logo.png
│ ├── logo.svg
│ ├── main-ui.png
│ ├── palette-editor.png
│ ├── screenshot3.png
│ └── screenshot7.png
├── license-check.sh
├── license-test.txt
├── pages
│ ├── cancelled.htm
│ ├── community.htm
│ ├── contact.htm
│ ├── documentation.htm
│ ├── download.htm
│ ├── eula.htm
│ ├── faq.htm
│ ├── features.htm
│ ├── help.htm
│ ├── index.htm
│ ├── legal.htm
│ ├── licenses.htm
│ ├── news.htm
│ ├── register.htm
│ ├── screenshots.htm
│ ├── success.htm
│ └── support.htm
├── payment
│ ├── PaypalIPN.php
│ └── notify.php
├── private-key.pem
├── public-key.pem
└── tmpl
├── footer.htm
└── header.htm