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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Troy Hunt's Blog
T
The Exploit Database - CXSecurity.com
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
F
Fortinet All Blogs
博客园_首页
P
Proofpoint News Feed
V
Vulnerabilities – Threatpost
The Cloudflare Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
H
Heimdal Security Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
AI
AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
S
Security Affairs
The Register - Security
The Register - Security
S
Security @ Cisco Blogs
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
Schneier on Security
Schneier on Security
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
T
Tailwind CSS Blog
Hacker News: Ask HN
Hacker News: Ask HN
W
WeLiveSecurity
D
Docker
L
LangChain Blog
B
Blog RSS Feed
The Last Watchdog
The Last Watchdog
Cloudbric
Cloudbric
TaoSecurity Blog
TaoSecurity Blog
N
Netflix TechBlog - Medium
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
The Hacker News
The Hacker News
AWS News Blog
AWS News Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
宝玉的分享
宝玉的分享
I
Intezer
云风的 BLOG
云风的 BLOG
V2EX - 技术
V2EX - 技术
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO

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">