description.md - brcon2023-hackathons - Bitreichcon 2023 Hackathon Repository | |
git clone git://bitreich.org/brcon2023-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
description.md (1546B) | |
--- | |
1 # Gopher Pearls Hackathon | |
2 | |
3 This is a simple easy hackathon. | |
4 | |
5 We all start here: | |
6 | |
7 gophers://bitreich.org/1/gopher2007 | |
8 | |
9 And then go further down to look for interesting old content which should | |
10 be linked in the lawn or shown for the interest all of us together. | |
11 | |
12 There are old conferences, quotes of people there talking about the past. | |
13 See the example pearls of conference proceedings and how adobe, pdf and | |
14 gopher are related. | |
15 | |
16 ## Getting a gopher client. | |
17 | |
18 $ git clone git://bitreich.org/sacc | |
19 $ cd sacc | |
20 $ make | |
21 $ make PREFIX=/usr install | |
22 $ sacc gopher://... | |
23 | |
24 ## Archive Layout | |
25 | |
26 You will see the index is the type of resource found on this server. | |
27 | |
28 0 ... texts | |
29 1 ... menus | |
30 7 ... search | |
31 9 ... binary files | |
32 h ... URI links or html | |
33 | |
34 So most interesting stuff will be in texts and menus. | |
35 | |
36 ## Starting Points | |
37 | |
38 Some starting points: | |
39 | |
40 gopher://bitreich.org/1/gopher2007/2007-gopher-mirror/gopher-arc… | |
41 gopher://bitreich.org/0/gopher2007/2007-gopher-mirror/gopher-arc… | |
42 | |
43 There is a mindepth-3.txt file with server names in the archive, which | |
44 have at least one directory entry in the archive. | |
45 | |
46 Many servers in the archive are empty. | |
47 | |
48 ## Connecting with The Gopher Lawn | |
49 | |
50 This is a secondary goal for people interested in knowing more gopher | |
51 lawn internals. | |
52 | |
53 git://bitreich.org/gopher-lawn | |
54 | |
55 The goal is to connect the gopher pearls gopherhole with a new 'pearls' | |
56 category on the gopher lawn. | |
57 | |
58 The index.gph of the gopher pearls is in the hackathon dir, which should | |
59 be the output from ./mk-all in the gopher-lawn. | |
60 |