Updated links to point to pacman-ghost.com.

master
Pacman Ghost 2 years ago
parent 3b72512c6c
commit 22fe3371ca
  1. 4
      README.md
  2. 4
      doc/features/index.html
  3. 2
      setup.py

@ -3,7 +3,7 @@
<img align="right" src="doc/features/images/asl-rulebook2.small.png">
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.
<br clear="all">
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

@ -12,7 +12,7 @@
<p> <img src="images/search-heat.png" class="imageZoom" style="float:right;width:40%;margin-left:1em;">
<h2> ASL Rulebook 2
<a href="https://github.com/pacman-ghost/asl-rulebook2/releases" target="_blank"><img src="images/download.png" style="height:0.75em;"></a>
<a href="https://code.pacman-ghost.com/public/asl-rulebook2/releases" target="_blank"><img src="images/download.png" style="height:0.75em;"></a>
</h2>
<p> Out-of-the-box, this program gives you full-text search over the ASLRB index.
<p> 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 @@
<br clear="all"> <br>
<p> <img src="images/search-air-support.png" class="imageZoom" style="float:right;width:40%;margin-left:1em;">
You can also include third-party modules that are not referenced in the ASLRB index. I've also installed a PDF of LFT's <em>Kampfgruppe Scherer</em>, a targets files for it, and also an <em>index file</em>. 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 <em>Kampfgruppe Scherer</em>, a targets file for it, and also an <em>index file</em>. This last file is also searched, and clicking on a search result takes me directly to the associated rule in the KGS PDF.
<br>
<p> I've also added information about chapters in the PDF, so that I can browse through them in the usual way: <br>

@ -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 = {

Loading…
Cancel
Save