-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewsletter.html
More file actions
180 lines (178 loc) · 13.8 KB
/
Copy pathnewsletter.html
File metadata and controls
180 lines (178 loc) · 13.8 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="msvalidate.01" content="8738943710B70112309DBE6476B55A91" >
<meta charset="UTF-8" >
<meta name="robots" content="index, follow" >
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://static.cloudflareinsights.com https://ajax.cloudflare.com https://www.google.com https://www.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net; img-src 'self' data: https:; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net; connect-src 'self' https://api.github.com https://gitlab.acreetionos.org https://www.google.com https://static.cloudflareinsights.com; frame-src https://www.google.com https://recaptcha.google.com; object-src 'none'; base-uri 'self'; form-action 'self' https://www.qwant.com" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta name="referrer" content="strict-origin-when-cross-origin" >
<title>
AcreetionOS Daily Newsletter – Linux Tips & Open Source Updates
</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://acreetionos.org/newsletter.html">
<meta property="og:title" content="Newsletter - AcreetionOS">
<meta property="og:description" content="AcreetionOS newsletter - stay updated.">
<meta property="og:image" content="https://acreetionos.org/og-image.png">
<meta property="og:site_name" content="AcreetionOS">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://acreetionos.org/newsletter.html">
<meta property="twitter:title" content="Newsletter - AcreetionOS">
<meta property="twitter:description" content="AcreetionOS newsletter - stay updated.">
<meta property="twitter:image" content="https://acreetionos.org/og-image.png">
<meta name="description" content="Subscribe to the AcreetionOS daily newsletter. AI-curated Linux tips, project updates, community highlights, and Arch Linux news delivered to your inbox." >
<meta name="keywords" content="AcreetionOS newsletter, Linux news, Arch Linux updates, open source newsletter" >
<link rel="canonical" href="https://acreetionos.org/newsletter.html" >
<link rel="alternate" type="application/atom+xml" title="AcreetionOS News" href="https://acreetionos.org/feed.xml" >
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<style>
#hamburger{position:absolute;top:6px;right:14px;z-index:1001;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;width:36px;height:36px;padding:4px}#hamburger span{display:block;width:22px;height:2px;background:var(--acreetion-text-bright,#e5e5e5);border-radius:2px}#sidebar{position:fixed;visibility:hidden}#sidebar-overlay{position:fixed;display:none}.main-nav{display:none}html{touch-action:manipulation}input,textarea,select{font-size:16px}:root{--bg:#121212;--text:#b2b2b2;--text-bright:#e5e5e5;--border:#333;--green:#2ecc71;--red:#e74c3c}body{margin:0;padding:0;background:var(--bg);color:var(--text-bright);font-family:'Roboto',sans-serif}.page-header{background:rgba(24,26,27,0.85);backdrop-filter:blur(12px);border-bottom:2px solid var(--green)}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0.5rem 1rem;position:relative}@media(min-width:769px){.header-content{padding:.75rem 2rem}}.logo{display:flex;align-items:center;gap:.75rem;font-family:'Fira Code',monospace;font-size:1.3rem;font-weight:700;color:var(--text-bright);text-decoration:none}@media(min-width:769px){.logo{font-size:1.6rem}}.logo span{color:var(--green)}.logo-img{height:32px;width:auto;border-radius:6px}@media(min-width:769px){.logo-img{height:40px}}.main-nav a{color:var(--text);text-decoration:none;margin-left:2rem;font-weight:500}.main-nav a:hover{color:var(--text-bright)}.container{max-width:860px;margin:2rem auto;padding:0 1.5rem}h1{font-family:'Fira Code',monospace;color:var(--text-bright)}.subtitle{color:var(--text);margin-bottom:2rem}.newsletter-entry{background:#1a1a1a;border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.newsletter-entry h2{color:var(--green);font-size:1.3rem;margin-bottom:0.4rem}.newsletter-date{color:var(--text);font-size:0.85rem;margin-bottom:1rem}.newsletter-body{color:var(--text);line-height:1.8;white-space:pre-wrap}.subscribe-box{background:#1a1a1a;border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center}.subscribe-box h2{color:var(--green);font-size:1.2rem;margin-bottom:0.5rem}.subscribe-box p{color:var(--text);font-size:0.9rem;margin-bottom:1rem}.sub-form{display:flex;gap:0.5rem;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}.sub-form input[type=email]{flex:1;min-width:200px;padding:0.7rem 1rem;border:1px solid var(--border);border-radius:8px;background:#222;color:var(--text-bright);font-size:0.95rem}.sub-form input[type=email]:focus{outline:none;border-color:var(--green)}.sub-form button{padding:0.7rem 1.5rem;background:var(--green);color:#000;border:none;border-radius:8px;font-weight:700;cursor:pointer;font-size:0.95rem}.sub-form button:hover{opacity:0.9}.sub-msg{margin-top:0.5rem;font-size:0.85rem}.sub-msg.success{color:var(--green)}.sub-msg.error{color:var(--red)}.loading{text-align:center;padding:3rem;color:var(--text)}.error{text-align:center;padding:3rem;color:var(--red)}.nl-footer{margin-top:3rem;padding:2rem;border-top:1px solid var(--border)}.nl-btn{display:inline-block;padding:0.6rem 1.5rem;background:var(--green);color:#000;border-radius:8px;font-weight:700;text-decoration:none;margin:0.25rem}.nl-btn-outline{background:transparent;border:1px solid var(--green);color:var(--green)}.nl-btn:hover{opacity:0.9}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.main-nav a{margin-left:0;font-size:0.85rem}}
</style>
<link rel="stylesheet" href="sidebar.css?v=20260825" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="sidebar.css?v=20260825"></noscript>
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[
{"@type":"ListItem","position":1,"name":"Home","item":"https://acreetionos.org/"},
{"@type":"ListItem","position":2,"name":"Newsletter","item":"https://acreetionos.org/newsletter.html"}
]}
</script>
</head>
<body>
<div id="page-wrap">
<div id="page-scale">
<header class="page-header">
<div class="header-content">
<a href="index.html" class="logo">
<img src="logo.webp" alt="Logo" class="logo-img" width="40" height="40">
<span class="logo-text">
Acreetion
<span>
OS
</span>
</span>
</a>
<nav class="main-nav">
<a href="index.html">
Home
</a>
<a href="flash.html">
Downloads
</a>
<a href="https://wiki.acreetionos.org/">
Wiki
</a>
<a href="status.html">
Status
</a>
</nav>
</div>
</header>
<div class="container">
<div class="subscribe-box">
<h2 style="display:inline-flex;align-items:center;gap:.5rem;justify-content:center">
Subscribe
<span id="info-icon" tabindex="0" role="button" aria-label="How newsletters are generated" style="display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:1px solid var(--green);color:var(--green);font-size:.8rem;font-weight:700;cursor:pointer;font-style:normal;line-height:1">
i
</span>
</h2>
<p>
Get daily AcreetionOS updates delivered to your inbox.
</p>
<div id="info-dropdown" style="display:none;margin-bottom:1rem;padding:.8rem 1rem;background:#222;border:1px solid var(--border);border-radius:8px;font-size:.82rem;color:var(--text);text-align:left;line-height:1.6">
Each newsletter is generated by AI using the
<strong style="color:var(--text-bright)">
meta-llama/llama-3.1-8b-instruct
</strong>
model (free tier via OpenRouter).
It aggregates the latest activity from the
<a href="https://github.com/AcreetionOS-Code" target="_blank" rel="noopener" style="color:var(--green)">
GitHub
</a>
and
<a href="https://gitlab.acreetionos.org" target="_blank" rel="noopener" style="color:var(--green)">
GitLab
</a>
organizations,
along with relevant RSS feeds — then summarizes everything into a daily update.
</div>
<form class="sub-form" id="sub-form" action="javascript:">
<input type="email" id="sub-email" placeholder="your@email.com" required autocomplete="email">
<button type="submit">
Subscribe
</button>
</form>
<div id="sub-msg" class="sub-msg">
</div>
<p style="font-size:0.72rem;color:#888;margin-top:0.5rem;line-height:1.5">
This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noopener" style="color:var(--green)">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank" rel="noopener" style="color:var(--green)">Terms of Service</a> apply.
</p>
</div>
<h1>
Newsletter Archive
</h1>
<p class="subtitle">
Daily updates from the AcreetionOS team — AI-generated, always fresh.
</p>
<div id="newsletters">
<!-- Static fallback: crawlers/no-JS see the archive; JS replaces with live list -->
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-14.html">Daily AcreetionOS Update -- August 14, 2026</a></h2><div class="newsletter-date">August 14, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-13.html">Daily AcreetionOS Update -- August 13, 2026</a></h2><div class="newsletter-date">August 13, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-12.html">Daily AcreetionOS Update -- August 12, 2026</a></h2><div class="newsletter-date">August 12, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-11.html">Daily AcreetionOS Update -- August 11, 2026</a></h2><div class="newsletter-date">August 11, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-10.html">Daily AcreetionOS Update -- August 10, 2026</a></h2><div class="newsletter-date">August 10, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-09.html">Daily AcreetionOS Update -- August 09, 2026</a></h2><div class="newsletter-date">August 09, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-08.html">Daily AcreetionOS Update -- August 08, 2026</a></h2><div class="newsletter-date">August 08, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-07.html">Daily AcreetionOS Update -- August 07, 2026</a></h2><div class="newsletter-date">August 07, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-06.html">Daily AcreetionOS Update -- August 06, 2026</a></h2><div class="newsletter-date">August 06, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-05.html">Daily AcreetionOS Update -- August 05, 2026</a></h2><div class="newsletter-date">August 05, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-04.html">Daily AcreetionOS Update -- August 04, 2026</a></h2><div class="newsletter-date">August 04, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-03.html">Daily AcreetionOS Update -- August 03, 2026</a></h2><div class="newsletter-date">August 03, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-02.html">Daily AcreetionOS Update -- August 02, 2026</a></h2><div class="newsletter-date">August 02, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-08-01.html">Daily AcreetionOS Update -- August 01, 2026</a></h2><div class="newsletter-date">August 01, 2026</div></div>
<div class="newsletter-item"><h2><a href="newsletter-archive/2026-07-31.html">Daily AcreetionOS Update -- July 31, 2026</a></h2><div class="newsletter-date">July 31, 2026</div></div>
</div>
<div class="nl-footer">
<img src="logo.webp" alt="AcreetionOS" width="80" height="80" style="display:block;margin:0 auto 1rem">
<p style="color:var(--text);font-size:0.9rem;text-align:center;max-width:600px;margin:0 auto 1.5rem;line-height:1.7">
Each newsletter is generated by AI using the
<strong>
meta-llama/llama-3.1-8b-instruct
</strong>
model (free tier via OpenRouter).
It aggregates the latest activity from the
<a href="https://github.com/AcreetionOS-Code" target="_blank" rel="noopener" style="color:var(--green)">
AcreetionOS GitHub
</a>
and
<a href="https://gitlab.acreetionos.org" target="_blank" rel="noopener" style="color:var(--green)">
GitLab
</a>
organizations,
along with relevant RSS feeds — then summarizes everything into a daily update.
</p>
<div style="text-align:center">
<a href="https://discord.gg/VHqQkJASw7" target="_blank" rel="noopener" class="nl-btn">
Join us on Discord
</a>
<a href="contact.html" class="nl-btn nl-btn-outline">
Contact the Team
</a>
</div>
</div>
</div>
<script src="scale-page.js?v=20260824" defer>
</script>
<script src="sidebar.js?v=20260825" defer>
</script>
</div>
</div>
<script src="recaptcha.js?v=20260902" defer>
</script>
<script src="newsletter-page.js?v=20260824" defer>
</script>
<script src="footer.js?v=20260825" defer>
</script>
<script src="vendor/instantpage.min.js?v=20260825" type="module" defer></script>
<script src="tor-badge.js?v=20260825" defer></script>
</body>
</html>