diff --git a/README.md b/README.md index e12cafef..4ac612be 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If everything went well you should now be able to open your web browser and visi ```shell # First, install the SE toolset, which will make the `se build` command-line executable available to the `deploy-ebook-to-www` script: -# https://github.com/standardebooks/tools +# https://standardebooks.org/tools # Once the toolset is installed, clone a book and deploy it to your local SE site: mkdir /standardebooks.org/ebooks/ @@ -199,7 +199,7 @@ After you have installed both, you can start and manage a VM running a server li ## Some further notes -- The Vagrant script will install [se](https://github.com/standardebooks/tools) by default. If you don’t want that (it pulls in quite a few dependencies), remove the `se-tools` argument in Vagrantfile. +- The Vagrant script will install [se](https://standardebooks.org/tools) by default. If you don’t want that (it pulls in quite a few dependencies), remove the `se-tools` argument in Vagrantfile. - `se`, if installed in the VM, and /standardebooks.org/scripts are in the VMs path. This means you can easily use them with `vagrant ssh -c` like this: `vagrant ssh -c "sync-ebooks -vv /standardebooks.org/ebooks; deploy-ebook-to-www -v --group www-data /standardebooks.org/ebooks/*"`, which would populate the test server with all available SE ebooks. diff --git a/scripts/deploy-ebook-to-www b/scripts/deploy-ebook-to-www index 02e6b363..7266f2ff 100755 --- a/scripts/deploy-ebook-to-www +++ b/scripts/deploy-ebook-to-www @@ -67,7 +67,7 @@ require "convert" "Try: apt-get install imagemagick" require "rsvg-convert" "Try: apt-get install librsvg2-bin" require "git" "Try: apt-get install git" require "php" "Try: apt-get install php-cli" -require "se" "Read: https://github.com/standardebooks/tools" +require "se" "Read: https://standardebooks.org/tools" scriptsDir="$(dirname "$(readlink -f "$0")")" diff --git a/www/contribute/index.php b/www/contribute/index.php index 5af7b9e9..9fffa792 100644 --- a/www/contribute/index.php +++ b/www/contribute/index.php @@ -61,10 +61,10 @@ require_once('Core.php');

Descriptions of the files in a fresh Standard Ebooks source folder.

  • -

    The Standard Ebooks toolset on GitHub.

    +

    The Standard Ebooks toolset.

  • -

    All Standard Ebooks ebook source files on GitHub.

    +

    All Standard Ebooks ebook source files.

  • diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 9a7530c2..30ce2770 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -11,7 +11,7 @@ require_once('Core.php');
    1. Set up the Standard Ebooks toolset and make sure it’s up-to-date

      -

      The Standard Ebooks project has a toolset that will help you produce an ebook. The toolset installs the se command, which has various subcommands related to creating Standard Ebooks. You can read the complete installation instructions, or if you already have pipx installed, run:

      +

      The Standard Ebooks project has a toolset that will help you produce an ebook. The toolset installs the se command, which has various subcommands related to creating Standard Ebooks. You can read the complete installation instructions, or if you already have pipx installed, run:

      pipx install standardebooks

      The toolset changes frequently, so if you’ve installed the toolset in the past, make sure to update the toolset before you start a new ebook:

      pipx upgrade standardebooks