iam-git / ArLan (public) (License: MIT) (since 2021-11-13) (hash sha1)
ArLan is an gopher client for Amiga flavour OSes (originally for AROS). Written in freepascal.
List of commits:
Subject Hash Author Date (UTC)
add ReadMe 8e054fff6d59676c10e135f4ca6a34ced72a62e6 I am 2021-11-13 23:41:57
Ititiate ArLan's repo with existing code a9185eccbb38b32012f4ec9bcf4584d989f15d00 I am 2021-11-13 23:19:40
Commit 8e054fff6d59676c10e135f4ca6a34ced72a62e6 - add ReadMe
Author: I am
Author date (UTC): 2021-11-13 23:41
Committer name: I am
Committer date (UTC): 2021-11-13 23:41
Parent(s): a9185eccbb38b32012f4ec9bcf4584d989f15d00
Signing key:
Tree: 7dd178a2afdb3425c1dd734bf34901a99c60ebe5
File Lines added Lines deleted
ReadMe 18 0
File ReadMe added (mode: 100755) (index 0000000..4b34034)
1 ArLan_0.1: Simple Gopher client (originally) for AROS.
2
3 ArLan is result of my amateur tinkering in FreePascal.
4 homepage: gopher://smol.pub/iam/arlan
5 e-mail: ger-alex@seznam.cz
6
7 Souce code can be found on
8 https://rocketgit.com/user/iam-git/ArLan
9
10 MUIClass package (and examples) authored by
11 Dr. rer. nat. Marcus Sackrow is extensively used
12 https://github.com/alb42/MUIClass
13 https://alb42.de
14
15 Fetch function was stolen from Little gopher client's code
16 http://runtimeterror.com/tools/gopher/
17 Kostas Michalopoulos <badsector@runtimeterror.com>
18
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/iam-git/ArLan

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/ArLan

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