-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 2.39 KB
/
Copy pathindex.html
File metadata and controls
56 lines (51 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GITenberg — Project Concluded</title>
<!-- cc:2026.07.21 — tombstone draft for Eric/Raymond review; text based on ebookfoundation.org -->
<style>
body { font-family: Georgia, 'Times New Roman', serif; max-width: 44rem;
margin: 0 auto; padding: 3rem 1.5rem; color: #2b2b2b; line-height: 1.65;
background: #fdfcf9; }
h1 { font-size: 1.9rem; font-weight: normal; border-bottom: 1px solid #c9c4b8;
padding-bottom: .6rem; }
.status { color: #6b6558; font-style: italic; margin-top: -0.5rem; }
a { color: #35597a; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #c9c4b8;
font-size: .85rem; color: #6b6558; }
@media (prefers-color-scheme: dark) {
body { background: #191817; color: #d8d4cc; }
h1, footer { border-color: #45403a; }
.status, footer { color: #98917f; }
a { color: #7fa7cc; }
}
</style>
</head>
<body>
<h1>GITenberg</h1>
<p class="status">2012 – 2026 · This project has concluded.</p>
<p><strong>GITenberg</strong> was an exploration of how
<a href="https://www.gutenberg.org/">Project Gutenberg</a> might take advantage of
modern software engineering tools and workflows. It brought tens of thousands of
public-domain books into <a href="https://github.com/GITenberg">version control on
GitHub</a>, where they could be corrected, enriched, and rebuilt into modern ebook
formats the way software is.</p>
<p>The experiment succeeded — and made itself unnecessary: its core technology and
lessons now live on in the software infrastructure of Project Gutenberg itself.
With our work upstreamed, the standalone GITenberg site has been retired.</p>
<p>What remains available:</p>
<ul>
<li>The books themselves, at <a href="https://www.gutenberg.org/">Project Gutenberg</a></li>
<li>The <a href="https://github.com/GITenberg">GITenberg book repositories</a> on GitHub</li>
<li>The <a href="https://github.com/gitenberg-dev">gitenberg-dev tooling</a> that built them</li>
</ul>
<p>Thank you to everyone who contributed books, code, and ideas.</p>
<footer>
A project of the <a href="https://ebookfoundation.org/">Free Ebook Foundation</a>,
a 501(c)(3) nonprofit that envisions a world where ebooks will be funded,
distributed and maintained for the benefit of all.
</footer>
</body>
</html>