few small changes and rewording + sync - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b161469566524336ec669af12ec1fd5c312dfdf0
(DIR) parent 88ca6108c905af9489ec8b7fd5089af098e0641f
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 7 Aug 2022 10:43:37 +0200
few small changes and rewording + sync
Diffstat:
M feeds/pages/atom.md | 2 +-
M output/atom.html | 2 +-
M output/atom.md | 2 +-
M output/atom.xml | 2 +-
M output/atom_content.xml | 23 +++++++++++++----------
M output/gothic-1-guide.html | 16 +++++++++-------
M output/gothic-1-guide.md | 14 +++++++++-----
M output/phlog/atom | 2 +-
M output/phlog/gothic-1-guide | 16 ++++++++++------
M output/phlog/setup-git-hosting | 5 +++--
M output/rss_content.xml | 21 ++++++++++++---------
M output/setup-git-hosting.html | 5 +++--
M output/setup-git-hosting.md | 5 +++--
M output/sitemap.xml | 2 +-
M pages/gothic-1-guide.cfg | 2 +-
M pages/gothic-1-guide.md | 14 +++++++++-----
M pages/setup-git-hosting.md | 5 +++--
17 files changed, 81 insertions(+), 57 deletions(-)
---
(DIR) diff --git a/feeds/pages/atom.md b/feeds/pages/atom.md
@@ -18,7 +18,7 @@ Twtxt feed: [twtxt.txt](twtxt.txt).
## Atom feeds for repositories
The git [repositories](/git/) each have an Atom feed for the commit log (atom.xml) and
-an Atom feed for the tags/releases (tags.xml). This can be useful for ports
+an Atom feed for the tags/releases (tags.xml). This can be useful for package
maintainers to keep track of software releases.
For example:
(DIR) diff --git a/output/atom.html b/output/atom.html
@@ -56,7 +56,7 @@
<p>Twtxt feed: <a href="twtxt.txt">twtxt.txt</a>.</p>
<h2>Atom feeds for repositories</h2>
<p>The git <a href="/git/">repositories</a> each have an Atom feed for the commit log (atom.xml) and
-an Atom feed for the tags/releases (tags.xml). This can be useful for ports
+an Atom feed for the tags/releases (tags.xml). This can be useful for package
maintainers to keep track of software releases.</p>
<p>For example:</p>
<ul>
(DIR) diff --git a/output/atom.md b/output/atom.md
@@ -18,7 +18,7 @@ Twtxt feed: [twtxt.txt](https://codemadness.org/twtxt.txt).
## Atom feeds for repositories
The git [repositories](https://codemadness.org/git/) each have an Atom feed for the commit log (atom.xml) and
-an Atom feed for the tags/releases (tags.xml). This can be useful for ports
+an Atom feed for the tags/releases (tags.xml). This can be useful for package
maintainers to keep track of software releases.
For example:
(DIR) diff --git a/output/atom.xml b/output/atom.xml
@@ -370,7 +370,7 @@
<title type="text">Gothic 1 game guide</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/gothic-1-guide.html" />
<id>https://www.codemadness.org/gothic-1-guide.html</id>
- <updated>2022-03-09T00:00:00Z</updated>
+ <updated>2022-08-07T00:00:00Z</updated>
<published>2009-04-12T00:00:00Z</published>
<author>
<name>Hiltjo</name>
(DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -1111,8 +1111,9 @@ also the page: <a href="openbsd-httpd-and-cgit.html">OpenBSD httpd, slowcgi and
<p>It's also possible with these tools to generate an Atom feed and then use a
RSS/Atom reader to track the git history:</p>
<ul>
-<li>An example url from cgit: <a href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/">Linux kernel tree</a>.</li>
-<li>An example url from stagit: <a href="/git/www.codemadness.org/atom.xml">www.codemadness.org</a>.</li>
+<li>An example url from cgit: <a href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/atom/?h=master">Linux kernel tree</a>.</li>
+<li>An example url from stagit for the <a href="/git/stagit/atom.xml">commit log</a>.</li>
+<li>An example url from stagit for the <a href="/git/stagit/tags.xml">releases</a>.</li>
</ul>
<p>My <a href="sfeed.html">sfeed</a> program can be used as a RSS/Atom reader.</p>
<h2>Setting up git hooks (optional)</h2>
@@ -2439,7 +2440,7 @@ If it worked then good for you :)</p>
<title type="text">Gothic 1 game guide</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/gothic-1-guide.html" />
<id>https://www.codemadness.org/gothic-1-guide.html</id>
- <updated>2022-03-09T00:00:00Z</updated>
+ <updated>2022-08-07T00:00:00Z</updated>
<published>2009-04-12T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -2447,7 +2448,7 @@ If it worked then good for you :)</p>
</author>
<summary type="text">Gothic 1 game guide with some useful tips</summary>
<content type="html"><.
-* An example url from stagit: [www.codemadness.org](https://codemadness.org/git/www.codemadness.org/atom.xml).
+* An example url from cgit: [Linux kernel tree](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/atom/?h=master).
+* An example url from stagit for the [commit log](https://codemadness.org/git/stagit/atom.xml).
+* An example url from stagit for the [releases](https://codemadness.org/git/stagit/tags.xml).
My [sfeed](https://codemadness.org/sfeed.html) program can be used as a RSS/Atom reader.
(DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
@@ -122,6 +122,6 @@
</url>
<url>
<loc>https://www.codemadness.org/gothic-1-guide.html</loc>
- <lastmod>2022-03-09</lastmod>
+ <lastmod>2022-08-07</lastmod>
</url>
</urlset>
(DIR) diff --git a/pages/gothic-1-guide.cfg b/pages/gothic-1-guide.cfg
@@ -3,4 +3,4 @@ id = gothic
description = Gothic 1 game guide with some useful tips
keywords = gothic, game, guide, tips
created = 2009-04-12
-updated = 2022-03-09
+updated = 2022-08-07
(DIR) diff --git a/pages/gothic-1-guide.md b/pages/gothic-1-guide.md
@@ -89,6 +89,7 @@ Hollow". Ask who he is and then ask to join the scrapers. He will give you a
weapons. + 5 against fire. This will also give you free entrance to the bar in
the New Camp.
+
### Unlimited water bottles in the New Camp
In the quest from Lefty you will be assigned to get water bottles from the
@@ -217,16 +218,19 @@ focus stones quest, it contains a strength and dexterity potion (+3).
eating, drinking, smoking) you can sometimes force them out of it by quickly
unsheathing/sheathing your weapon.
-* When in the Old Camp: Baal Parvez takes you to the Sect Camp, Mordrag takes
- you to the New Camp.
+* When in the Old Camp: Baal Parvez can take you to the Sect Camp, he can be
+ found near the campfire near Fisk and Dexter.
+ Mordrag can take you to the New Camp, he can be found near the south gate,
+ slightly after the campfire near Baal Parvez.
+
When you follow them and when they kill monsters then you also get the
experience.
* The NPC Wolf in the New Camp sells "The Bloodflies" book for 150 ore. When
you read this book you learn how to remove bloodflies parts (without having to
- spend learning points). Then you can sell the book back for 75 ore. This
- investment quickly pays back: Per bloodfly: sting: 25 ore (unsold value), 2x
- wings (15 ore each unsold value).
+ spend learning points). After you read the book and learned its skill then you
+ can sell the book back for 75 ore. This investment quickly pays back: Per
+ bloodfly: sting: 25 ore (unsold value), 2x wings (15 ore each unsold value).
* The templar Gor Na Drak (usually near the old mine and walks around with
another templar): talking to him teaches you how to learn to get secretion from
(DIR) diff --git a/pages/setup-git-hosting.md b/pages/setup-git-hosting.md
@@ -140,8 +140,9 @@ browser or some other program without having to look at the local repository.
It's also possible with these tools to generate an Atom feed and then use a
RSS/Atom reader to track the git history:
-* An example url from cgit: [Linux kernel tree](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/).
-* An example url from stagit: [www.codemadness.org](/git/www.codemadness.org/atom.xml).
+* An example url from cgit: [Linux kernel tree](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/atom/?h=master).
+* An example url from stagit for the [commit log](/git/stagit/atom.xml).
+* An example url from stagit for the [releases](/git/stagit/tags.xml).
My [sfeed](sfeed.html) program can be used as a RSS/Atom reader.