Rory.cat: Difference between revisions

From ChewWiki
Jump to navigation Jump to search
m (→�: aaaa fix link :))
(→�: fix wikipedia link to PNG)
Line 7: Line 7:
Simply going to the root page will always show a random picture of Rory. However, clicking on the Rory image (or navigating to /id/:id manually) will take you that image's specific page. On this page, the "New Rory" button is changed to "Random Rory" (which takes you to the root page), and a new link to the Rory API to that specific Rory image appears above the general API link.<ref name="id">[https://rory.cat/id/100 Rory image #100]</ref>
Simply going to the root page will always show a random picture of Rory. However, clicking on the Rory image (or navigating to /id/:id manually) will take you that image's specific page. On this page, the "New Rory" button is changed to "Random Rory" (which takes you to the root page), and a new link to the Rory API to that specific Rory image appears above the general API link.<ref name="id">[https://rory.cat/id/100 Rory image #100]</ref>


Most of the images are in the [[wikipedia:WebP|WebP]] image format. Because of the nature of the format, images served here are in some cases significantly smaller than their [[wikipedia:PNG|PNG]] counterparts.
Most of the images are in the [[wikipedia:WebP|WebP]] image format. Because of the nature of the format, images served here are in some cases significantly smaller than their [[wikipedia:Portable Network Graphics|PNG]] counterparts.


== History ==
== History ==

Revision as of 17:07, 16 October 2021

Rory.cat is a website dedicated to showing pictures of Rory. Its code is open-source on GitHub.

Information

The functionality behind rory.cat is basic. Its primary focus is to serve pictures of Rory. It contains 3 links on any given page, a link to a new Rory image (named "New Rory"), a link to the Rory API, and a link to the Rory Fanclub Discord Server.[1]

Simply going to the root page will always show a random picture of Rory. However, clicking on the Rory image (or navigating to /id/:id manually) will take you that image's specific page. On this page, the "New Rory" button is changed to "Random Rory" (which takes you to the root page), and a new link to the Rory API to that specific Rory image appears above the general API link.[2]

Most of the images are in the WebP image format. Because of the nature of the format, images served here are in some cases significantly smaller than their PNG counterparts.

History

The repository and its initial commit were on September 15th, 2020.[3]. Backend logic was added the following day,[4] as well as an API endpoint to get a random image.[5]. Finally, the following day finalized the site with a homepage.[6].

By request, a page and API endpoint to get a Rory image by its ID was added 4 days later on September 21st, 2020.[7]

The site code itself remained dormant for over a year until October 7th, 2021 where changes were made to enable the website to be a progressive web app (PWA).[8]

The site continues to add new Rory pictures.

References