惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
T
Threatpost
K
Kaspersky official blog
Cisco Talos Blog
Cisco Talos Blog
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
T
Tenable Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 热门话题
Scott Helme
Scott Helme
云风的 BLOG
云风的 BLOG
博客园 - Franky
Webroot Blog
Webroot Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
F
Fortinet All Blogs
PCI Perspectives
PCI Perspectives
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
月光博客
月光博客
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Help Net Security
Help Net Security
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
O
OpenAI News
Martin Fowler
Martin Fowler
W
WeLiveSecurity
C
Cyber Attacks, Cyber Crime and Cyber Security
Project Zero
Project Zero
V
Vulnerabilities – Threatpost
L
LangChain Blog
P
Privacy & Cybersecurity Law Blog
S
Security Affairs
P
Privacy International News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
MyScale Blog
MyScale Blog
NISL@THU
NISL@THU
T
Troy Hunt's Blog
C
Cisco Blogs
IT之家
IT之家

Feed of "schmarty/gem-diamond"

issue when using indieauth[dot]com? gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond proxy for profile images gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond gem-diamond
gem-diamond
schmarty · 2024-07-12 · via Feed of "schmarty/gem-diamond"
@ -1,12 +1,18 @@
<?php $this->layout('base') ?>
<h2>What is This?</h2>
<h2>What is this?</h2>
<p>
This proof-of-concept <a href="https://en.wikipedia.org/wiki/Webring">webring</a> is a way for folks adding <a href="https://indieweb.org/building-blocks">IndieWeb building blocks</a> to their personal websites to find (and be found by) other folks with IndieWeb building blocks on their sites!
</p>
<h2>Who is here?</h2>
<p>
Check out the <a href="/directory">Directory page of active webring sites</a>!
</p>
<?php if(isset($me)): ?>
<h2>Signed In</h2>
<h2>Signed in</h2>
<p>You're currently signed in as <code><?= $me ?></code></p>
<p><ul>
@ -14,7 +20,7 @@ This proof-of-concept <a href="https://en.wikipedia.org/wiki/Webring">webring</a
<li><a href="/auth/logout">Sign out</a></li>
</ul></p>
<?php else: ?>
<h2>Sign In</h2>
<h2>Sign in</h2>
<p>
Ready to join or already a member? Get started by signing in. The webring works with sites that support <a href="https://indieweb.org/IndieAuth">IndieAuth</a> or <a href="https://indieweb.org/RelMeAuth">RelMeAuth</a>.
@ -23,7 +29,7 @@ This proof-of-concept <a href="https://en.wikipedia.org/wiki/Webring">webring</a
<?php $this->insert('partials/sign-in-form') ?>
<?php endif ?>
<h2>Other Questions?</h2>
<h2>Other questions?</h2>
<p>
Check our <a href="/terms">Terms of Use and Frequently Asked Questions</a>!
@ -74,7 +80,7 @@ $posts = [
];
?>
<div class="h-feed">
<h2 class="p-name">Recent Changes</h2>
<h2 class="p-name">Recent changes</h2>
<ul>
<?php foreach ($posts as $post): ?>
<li class="h-entry">