image uploader for the digital yacht club written in Chicken Scheme. See documentation.md for more info. The source code is public domain.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1.0KB

Moni's simple image hoster

  • written 27.11.2022 Everything in this folder belongs to moni's little image hoster. It is written by Uhrenmacher for my dear friend Burden (or Moni). Everything in here is public domain, no rights reserved, under CC0. Do with it whatever you want. The official repository is here: https://git.lain.church/uhrenjunge/dyc_image_uploader

File included in the project

  • data
  • data/users.db
  • data/posts.db
  • img
  • img/img{1-4}.jpg
  • main.scm
  • index.xhtml
  • documentation.md

Data

The data folder is where all the databases are placed in. You may not place anything but “data/users.db” and “data/posts.db” in it.

data/users.db

This file is a sqlite3 databases contaning all the users and the user's information (hashed password, number of posts).

data/posts.db

A list of every post on each profile.

img

folder for the images uploaded

img/img{1-4}.jpg

Images used for testing and development. Those should be removed as soon as the code is used in production.

main.scm

in writing