summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2023-08-17 10:37:42 -0700
committerCharlotte Koch <charlotte@magentastripe.com>2023-08-17 10:37:42 -0700
commit2fe62414d75c880f408476dd09e19419afe79c9b (patch)
treeb759d13eec2748f740b4cca82133d46daffc3b17
parent5c0e501ff796e6e9e4e1efafd8ffdd12c1716d2c (diff)
Use my professional email
-rw-r--r--README.md11
-rw-r--r--lib/willora_pdf_converter.rb2
-rw-r--r--mk/willora.mk2
-rw-r--r--script/erbber.rb2
4 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index ef0d043..0e63e6f 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# WilloraPDF
**WilloraPDF** is a free and open source document preparation system for
-professional publishing.
+professional publishing, brought to you by [Magenta Stripe Media][1].
It is a collection of themes, tools and other goodies for
-[Asciidoctor-PDF][1]. **WilloraPDF is designed to empower self-publishers**
+[Asciidoctor-PDF][2]. **WilloraPDF is designed to empower self-publishers**
and lower the barrier to entry for authors who want their work
professionally printed.
@@ -23,11 +23,12 @@ that WilloraPDF _can_ be used to publish actual, real-life books.
## How it works
-1. Write your book in the [AsciiDoc][2] markup language
+1. Write your book in the [AsciiDoc][3] markup language
2. Choose a theme, trim size and other settings
3. Feed your book into WilloraPDF
4. A good-looking PDF document comes out!
-[1]: https://docs.asciidoctor.org/pdf-converter/latest/
-[2]: https://asciidoctor.org/
+[1]: https://magentastripe.com/
+[2]: https://docs.asciidoctor.org/pdf-converter/latest/
+[3]: https://asciidoctor.org/
diff --git a/lib/willora_pdf_converter.rb b/lib/willora_pdf_converter.rb
index 8fb9d4a..b2be0ea 100644
--- a/lib/willora_pdf_converter.rb
+++ b/lib/willora_pdf_converter.rb
@@ -1,6 +1,6 @@
#
# WilloraPDF
-# Charlotte Koch <dressupgeekout@gmail.com>
+# Charlotte Koch <charlotte@magentastripe.com>
#
# With guidance from:
diff --git a/mk/willora.mk b/mk/willora.mk
index a9940b2..ca319e8 100644
--- a/mk/willora.mk
+++ b/mk/willora.mk
@@ -1,6 +1,6 @@
#
# willora.mk
-# Charlotte Koch <dressupgeekout@gmail.com>
+# Charlotte Koch <charlotte@magentastripe.com>
#
WILLORABASE?= ${.CURDIR}
diff --git a/script/erbber.rb b/script/erbber.rb
index bb79095..0a094d2 100644
--- a/script/erbber.rb
+++ b/script/erbber.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
#
# WilloraPDF template renderer
-# Charlotte Koch <dressupgeekout@gmail.com>
+# Charlotte Koch <charlotte@magentastripe.com>
#
require 'erb'