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

推荐订阅源

Spread Privacy
Spread Privacy
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs
M
MIT News - Artificial intelligence
G
Google Developers Blog
Hacker News: Ask HN
Hacker News: Ask HN
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
H
Help Net Security
V
Visual Studio Blog
WordPress大学
WordPress大学
博客园 - 司徒正美
TaoSecurity Blog
TaoSecurity Blog
Webroot Blog
Webroot Blog
Hugging Face - Blog
Hugging Face - Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
W
WeLiveSecurity
C
CERT Recently Published Vulnerability Notes
Y
Y Combinator Blog
S
Schneier on Security
Recent Announcements
Recent Announcements
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
宝玉的分享
宝玉的分享
T
Troy Hunt's Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
N
News and Events Feed by Topic
A
About on SuperTechFans
小众软件
小众软件
K
Kaspersky official blog
Help Net Security
Help Net Security
V2EX - 技术
V2EX - 技术
P
Proofpoint News Feed
S
Secure Thoughts
IT之家
IT之家
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
I
Intezer
NISL@THU
NISL@THU
GbyAI
GbyAI
P
Privacy & Cybersecurity Law Blog
T
Threatpost
C
Check Point Blog
Forbes - Security
Forbes - Security
C
Cisco Blogs
AI
AI
Recorded Future
Recorded Future
F
Full Disclosure

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-31 · via Feed of "schmarty/gem-diamond"

共有 2 个文件被更改,包括 10 次插入0 次删除

@ -45,6 +45,7 @@ $app->route->get('/next', 'App\\Controller::next');
$app->route->get('/previous', 'App\\Controller::previous');
$app->route->get('/{slug}/next', 'App\\Controller::next');
$app->route->get('/{slug}/previous', 'App\\Controller::previous');
$app->route->get('/random', 'App\\Controller::random');
$app->route->group('/dashboard', function (\League\Route\RouteGroup $route) {
$route->get('/', 'App\\Controller::dashboard')->setName('loginSuccess');

@ -11,6 +11,10 @@ This proof-of-concept <a href="https://en.wikipedia.org/wiki/Webring">webring</a
Check out the <a href="/directory">Directory page of active webring sites</a>!
</p>
<p>
Feeling lucky? Visit a <a href="/random">Random site on the webring</a>!
</p>
<?php if(isset($me)): ?>
<h2>Signed in</h2>
@ -38,6 +42,11 @@ Check our <a href="/terms">Terms of Use and Frequently Asked Questions</a>!
<?php
// this is an awful way to do blog posts?
$posts = [
[
'date' => '2024-07-31', 'name' => '🕸️💍🎲 Feeling lucky?',
'content' => "Take a chance on the webring!",
'url' => 'https://martymcgui.re/2024/07/31/103341/'
],
[
'date' => '2024-06-23', 'name' => '🕸️👉👈💍 An orderly webring!',
'content' => "Previous? Next?? It's more likely than you think!",