Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

codebykat/robotkitten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotkitten is a Flask app that hosts a webcomic from the filesystem, including title text and news posts.

Comics to be displayed are stored in subdirectories of the static directory called "comics", one per directory.  Each comic folder contains an image file (jpg, gif or png), as well as optional alt.txt (text to be displayed as the images "title" parameter) and news.txt (text to be displayed beneath the comic).

The directory name is used to sort the comics, and is displayed as part of the title.

An example:
  comics/001/comic.jpg
  comics/001/alt.txt
  comics/001/news.txt

This example will display as "001: comic".

The date displayed with each comic is the last modified time of that image file, as reported by the filesystem.  This works well on Linux, but has not been tested on Windows systems. Optionally, you can override this with a file called "date.txt", with a date in the format "YYYY-MM-DD".


CHANGELOG

Converted from Django to Flask. Still to do: RSS feeds.

About

Flask app that hosts a webcomic from the file system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published