chiark / gitweb /
WIP colouring in
[ypp-sc-tools.main.git] / yarrg / web / intro
1 <%doc>
2
3  This is part of the YARRG website.  YARRG is a tool and website
4  for assisting players of Yohoho Puzzle Pirates.
5
6  Copyright (C) 2009 Ian Jackson <ijackson@chiark.greenend.org.uk>
7  Copyright (C) 2009 Clare Boothby
8
9   YARRG's client code etc. is covered by the ordinary GNU GPL (v3 or later).
10   The YARRG website is covered by the GNU Affero GPL v3 or later, which
11    basically means that every installation of the website will let you
12    download the source.
13
14  This program is free software: you can redistribute it and/or modify
15  it under the terms of the GNU Affero General Public License as
16  published by the Free Software Foundation, either version 3 of the
17  License, or (at your option) any later version.
18
19  This program is distributed in the hope that it will be useful,
20  but WITHOUT ANY WARRANTY; without even the implied warranty of
21  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  GNU Affero General Public License for more details.
23
24  You should have received a copy of the GNU Affero General Public License
25  along with this program.  If not, see <http://www.gnu.org/licenses/>.
26
27  Yohoho and Puzzle Pirates are probably trademarks of Three Rings and
28  are used without permission.  This program is not endorsed or
29  sponsored by Three Rings.
30
31
32  This Mason component generates the introduction.
33
34
35 </%doc>
36 <html lang="en"><head>
37 <title>YARRG (Yet Another Revenue Research Gatherer)</title>
38 </head><body>
39
40 <div class="navoptbar">
41 <a href="lookup">YARRG</a> -
42  Yet Another Revenue Research Gatherer
43 |
44 <b>introduction</b>
45 |
46 <a href="docs">documentation</a>
47 |
48 <a href="devel">development</a>
49 </div>
50 <div class="docs">
51 <h1>Introduction to YARRG</h1>
52
53 YARRG (Yet Another Revenue Research Gatherer) is a third-party tool
54 for helping find profitable trades and trade routes in Yohoho Puzzle
55 Pirates.  It was inspired by
56 <a href="http://pctb.crabdance.com/">PCTB</a>.
57
58 <p>
59
60 The system has two main parts: this website which maintains a
61 searchable database of commodity prices, and an upload client, which
62 screenscrapes the commodity data from the Puzzle Pirates game client
63 and uploads it to the database.
64
65 <h2><a href="lookup">Market prices database</a></h2>
66
67 The <a href="lookup">lookup page</a> gives access to the uploaded data;
68 there is also <a href="docs">documentation</a> to help with using that
69 website.
70
71 <h2>Uploading from Linux</h2>
72
73 The YARRG upload client uploads both to YARRG and to the
74 <a href="http://pctb.ilk.org/">PCTB testing server</a>.
75
76 <p>
77
78 The current official version of YARRG for use as an upload
79 client can browsed here:
80  <a href="http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/">http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/</a>
81 See particularly the
82 <a href="http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/yarrg/README">YARRG README</a>.
83
84 <p>
85 To install the client, install the `git' version control system
86 and the other dependencies listed in the `Installation requirements'
87 section of the README and then run:
88 <pre>
89 git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
90 cd ypp-sc-tools
91 cd yarrg
92 make
93 </pre>
94 this will download the code into the directory <code>ypp-sc-tools</code>,
95 and build the software.  (If your Linux is very up to date you may
96 find that it complains that it doesn't know the command <kbd>git-core</kbd>.
97 In that case, use <kbd>git core</kbd>, with a space, instead.)
98
99 <p>
100
101 When new versions of the upload client are released, you can:
102 <pre>
103 cd .../ypp-sc-tools
104 git-pull
105 cd yarrg
106 make
107 </pre>
108 to fetch the new version.  (Again, you may need <kbd>git pull</kbd>
109 instead of <kbd>git-pull</kbd>.)
110
111 <h2>Uploading from Windows</h2>
112
113 There is not currently an upload client for Windows which feeds data
114 into YARRG.  It would probably be straightforward to modify the
115 Windows PCTB v5 upload client to upload to YARRG as well.
116
117 <p>
118
119 See our <a href="devel">Developers' information</a> page.
120
121 <h2>Contacting the YARRG developers</h2>
122
123 Email Ian Jackson ijackson (at) chiark.greenend.org.uk.  Or talk to
124 any Fleet Officer or above of the crew Special Circumstances on the
125 Midnight Ocean.
126
127 </div>
128 <& footer &>