No history found.

README:
Tied and True Tales: the Archive

This is a curated copy of remains of my beloved website. Internet Archive, as a
matter of policy, prohibits access to the Wayback Machine if it finds a
`robots.txt' file in the root of a web site with hostname matching the recorded
domain name.

After I managed to get my hands on the (previously unavailable) data, I decided
to release it to the general public, giving TTT a second life.

Don't expect to find everything in place: large sections of this web site were
never crawled and stored. I particularly mourn some original stories by Mason:
they never made it past a crawler's attention.

If you're interested, then you may wish to clone this repo and distribute it on
other git sites. If IA doesn't want us viewing this web site, then we should
take matters in our own hands.

How to navigate

Open `index.htm' in the root of the distribution if you want to see a scary long
warning. Otherwise, jump straight to the `contents.htm'. The web site is a
fairly old one, and hyperlinks are relative most of the time, so it shouldn't
give you much trouble if you decide to view it from a filesystem.

Just in case, I left pages' character encoding as it was. If you see garbled
text, set encoding in your web browser to `code page 1252', or serve TTT from a
web server with appropriate MIME type, or replace your program with the one with
better charset detection heuristics.

The history of this git repository contains all versions of pages that made it
to the Web Archive. You may want to switch to some parent commit.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/meronos/ttt

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/meronos/ttt

Clone this repository using git:
git clone git://git.rocketgit.com/user/meronos/ttt

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main