From 22fe3371ca608a848d52bc92be948b9f41ccb535 Mon Sep 17 00:00:00 2001 From: Pacman Ghost Date: Sun, 23 Oct 2022 01:31:54 +1100 Subject: [PATCH] Updated links to point to pacman-ghost.com. --- README.md | 4 ++-- doc/features/index.html | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e4d3233..2b8e1aa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This program lets you search through the ASL Rulebook index, and jump directly to the rules you're looking for. -Click [here](https://htmlpreview.github.io/?https://github.com/pacman-ghost/asl-rulebook2/blob/master/doc/features/index.html) for more details. +Click [here](https://code.pacman-ghost.com/preview/asl-rulebook2/doc/features/index.html) for more details.
With [some work](doc/extend.md), you can also: @@ -14,7 +14,7 @@ With [some work](doc/extend.md), you can also: *NOTE: The program requires Firefox; Chrome doesn't support a key feature it needs.* -*NOTE: This project integrates with my other [`asl-articles`](https://github.com/pacman-ghost/asl-articles) project, so that if an article references a rule, it becomes a clickable link that will open a browser showing that rule. The [`vasl-templates`](https://github.com/pacman-ghost/vasl-templates) project can also be configured to allow vehicles and ordnance to open their corresponding Chapter H entries.* +*NOTE: This project integrates with my other [`asl-articles`](https://code.pacman-ghost.com/public/asl-articles) project, so that if an article references a rule, it becomes a clickable link that will open a browser showing that rule. The [`vasl-templates`](https://code.pacman-ghost.com/public/vasl-templates) project can also be configured to allow vehicles and ordnance to open their corresponding Chapter H entries.* ### Installation diff --git a/doc/features/index.html b/doc/features/index.html index afee304..e5a449b 100644 --- a/doc/features/index.html +++ b/doc/features/index.html @@ -12,7 +12,7 @@

ASL Rulebook 2 - +

Out-of-the-box, this program gives you full-text search over the ASLRB index.

It will jump to the exact position in the eASLRB PDF for a rule when you click on a search result. @@ -32,7 +32,7 @@

-You can also include third-party modules that are not referenced in the ASLRB index. I've also installed a PDF of LFT's Kampfgruppe Scherer, a targets files for it, and also an index file. This last file is also searched, and clicking on a search result takes me directly to the associated rule in the KGS PDF. +You can also include third-party modules that are not referenced in the ASLRB index. I've also installed a PDF of LFT's Kampfgruppe Scherer, a targets file for it, and also an index file. This last file is also searched, and clicking on a search result takes me directly to the associated rule in the KGS PDF.

I've also added information about chapters in the PDF, so that I can browse through them in the usual way:
diff --git a/setup.py b/setup.py index e500e44..3b2ae25 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( version = "0.3", # nb: also update constants.py description = "Search engine for the eASLRB.", license = "AGPLv3", - url = "https://github.com/pacman-ghost/asl-rulebook2", + url = "https://code.pacman-ghost.com/public/asl-rulebook2", packages = find_packages(), install_requires = parse_requirements( "requirements.txt" ), extras_require = {