A social RSS reader built on the AT Protocol. glean.at
glean atproto atmosphere rss feed social app
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update footer, landing page, and login templates

+12 -3
+2 -2
internal/tmpl/base.html
··· 187 187 </div> 188 188 <div class="text-right"> 189 189 <div class="text-xs text-spot-secondary">&copy; {{now.Format "2006"}} Glean.at</div> 190 - <div class="text-[10px] text-spot-muted mt-0.5">Built on the AT Protocol</div> 190 + <div class="text-[10px] text-spot-muted mt-0.5">Built on the AT Protocol &middot; Made in Europe &#127466;&#127482;</div> 191 191 </div> 192 192 </div> 193 193 ··· 216 216 </button> 217 217 <button onclick="document.getElementById('shortcuts-dialog').showModal()" class="text-xs text-spot-secondary hover:text-spot-text transition">Shortcuts</button> 218 218 </div> 219 - <span class="text-xs text-spot-secondary">&copy; {{now.Format "2006"}} Glean</span> 219 + <span class="text-xs text-spot-secondary">&copy; {{now.Format "2006"}} Glean &middot; Made in Europe &#127466;&#127482;</span> 220 220 </div> 221 221 </div> 222 222 </div>
+1 -1
internal/tmpl/index.html
··· 116 116 <svg class="w-5 h-5 text-spot-green" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"/></svg> 117 117 <h3 class="font-bold text-spot-text">Annotate</h3> 118 118 </div> 119 - <p class="text-sm text-spot-secondary leading-relaxed">Leave notes on any article. Quote passages that matter. Keep private annotations or share them with your network.</p> 119 + <p class="text-sm text-spot-secondary leading-relaxed">Leave notes on any article. Quote passages that matter. Annotations are public records on your PDS, visible to anyone.</p> 120 120 </div> 121 121 </div> 122 122 </section>
+9
internal/tmpl/login.html
··· 27 27 Sign in with Atmosphere 28 28 </button> 29 29 </div> 30 + 31 + <div class="mt-6 pt-6 border-t border-spot-divider text-center"> 32 + <p class="text-xs text-spot-secondary mb-3">No account yet?</p> 33 + <a href="https://eurosky.social" target="_blank" rel="noopener noreferrer" 34 + class="inline-flex items-center justify-center gap-2 w-full border border-spot-outline text-spot-text rounded-pill px-4 py-2.5 text-sm font-bold uppercase tracking-button hover:bg-spot-hover-50 transition"> 35 + <span class="text-base">&#127466;&#127482;</span> 36 + Create an account on Eurosky 37 + </a> 38 + </div> 30 39 </div> 31 40 </div> 32 41 {{end}}