From d765965d9b62ea897ed62a60c5b9ef6e2b78605b Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 15 Jun 2022 12:57:59 -0500 Subject: [PATCH] Add warning to step by step guide about keeping a clean commit history --- www/contribute/producing-an-ebook-step-by-step.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 71ae20b4..bfec2fbf 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -8,6 +8,16 @@ require_once('Core.php');

Our toolset is GNU/Linux-based, and producing an ebook from scratch currently requires working knowledge of the epub file format and of Unix-like systems like Mac or Linux.

Our toolset doesn’t yet work natively on Windows, but there are many ways to run Linux from within Windows, including one that is directly supported by Microsoft themselves.

If you don’t have this kind of technical expertise, you can still contribute! Check out our contributors page for details, or check out Standard Ebooks Hints and Tricks, a beginner’s guide by one of our editors.

+
  1. Set up the Standard Ebooks toolset and make sure it’s up-to-date