diff options
author | floppydiskette <git@diskfloppy.me> | 2024-08-08 22:22:38 +0100 |
---|---|---|
committer | floppydiskette <git@diskfloppy.me> | 2024-08-08 22:22:38 +0100 |
commit | 04fc009874db2d539ad881b649f7ebb512f05312 (patch) | |
tree | 9934681b96c15ceffbc9ce8d682621ff875f1b4f /config/bookmarks.php | |
parent | fc5cd70e729f639aaf1c6ff6a4bf3d5d52664de9 (diff) |
Init rails apprails
Diffstat (limited to 'config/bookmarks.php')
-rw-r--r-- | config/bookmarks.php | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/config/bookmarks.php b/config/bookmarks.php deleted file mode 100644 index db955d5..0000000 --- a/config/bookmarks.php +++ /dev/null @@ -1,117 +0,0 @@ -<?php -return [ - // Friends' Websites - [ - 'name' => "Friends' Websites", - 'bookmarks' => [ - [ - 'name' => "nick99nack", - 'url' => "http://www.nick99nack.com/", - 'description' => "Currently in the process of taking over the internet. I Totally didn't steal any of his stuff." - ], - [ - 'name' => "campos", - 'url' => "https://campos02.me/", - 'description' => "Cool brazilian dude, does programming and stuff" - ], - [ - 'name' => "Sashi", - 'url' => "https://joshuaalto.com/", - 'description' => "Site redesign #8! I'll find a website style I enjoy eventually, I swear!" - ], - [ - 'name' => "noone", - 'url' => "http://strangenessnetworks.com/", - 'description' => "Strangeness Networks, noone's website." - ], - [ - 'name' => "raf", - 'url' => "https://notashelf.dev/", - 'description' => "is a shelf" - ], - [ - 'name' => "CamK06", - 'url' => "https://starman0620.neocities.org/", - 'description' => "Now with more outdated HTML!" - ], - [ - 'name' => "HIDEN", - 'url' => "https://hiden.pw/", - 'description' => "Moar buttons!" - ], - [ - 'name' => "coco", - 'url' => "http://cocomark.neocities.org/", - 'description' => "needs to go to the brain store" - ], - [ - 'name' => "Toxidation", - 'url' => "http://toxi.pw/", - 'description' => "h (idk if this is his actual domain he has like 5)" - ], - [ - 'name' => "xproot", - 'url' => "http://xproot.pw/", - 'description' => "a random internet person on this very random planet" - ] - ] - ], - // Cool Projects - [ - 'name' => "Cool Projects", - 'bookmarks' => [ - [ - 'name' => "ToS;DR", - 'url' => "https://tosdr.org/", - 'description' => "\"I have read and agree to the Terms\" is the biggest lie on the web. They aim to fix that." - ], - [ - 'name' => "NINA", - 'url' => "https://nina.chat/", - 'description' => "Yahoo! Messenger (and soon AOL) revival" - ], - [ - 'name' => "Escargot", - 'url' => "https://escargot.chat/", - 'description' => "MSN/WLM revival" - ], - ] - ], - // Other Cool Stuff - [ - 'name' => "Other Cool Stuff", - 'bookmarks' => [ - [ - 'name' => "WinWorld", - 'url' => "http://www.winworldpc.com/", - 'description' => "WinWorld is an online museum dedicated to the preservation and sharing of vintage, abandoned, and pre-release software." - ], - [ - 'name' => "ToastyTech", - 'url' => "http://toastytech.com/", - 'description' => "Nathan's Toasty Technology Page" - ], - [ - 'name' => "Optimized for no one", - 'url' => "http://www.hoary.org/browse/", - 'description' => "Optimized for no one, but pretty much OK with . . ." - ], - [ - 'name' => "Cameron's World", - 'url' => "http://www.cameronsworld.net/", - 'description' => "A love letter to the Internet of old." - ] - ] - ], - // Miscellaneous Resources - [ - 'name' => "Miscellaneous Resources", - 'bookmarks' => [ - [ - 'name' => "Home Manager (Appendix A)", - 'url' => "https://rycee.gitlab.io/home-manager/options.html", - 'description' => "Useful list of configuration options for Home Manager." - ] - ] - ] -]; |