Update 'documentation.md'
changed typos
This commit is contained in:
parent
c140d74852
commit
3d858435c8
@ -1,4 +1,4 @@
|
|||||||
#Moni's simple image hoster
|
# Moni's simple image hoster
|
||||||
- written 27.11.2022
|
- written 27.11.2022
|
||||||
Everything in this folder belongs to moni's little image hoster.
|
Everything in this folder belongs to moni's little image hoster.
|
||||||
It is written by Uhrenmacher for my dear friend Burden (or Moni).
|
It is written by Uhrenmacher for my dear friend Burden (or Moni).
|
||||||
@ -6,7 +6,7 @@ Everything in here is public domain, no rights reserved, under CC0.
|
|||||||
Do with it whatever you want.
|
Do with it whatever you want.
|
||||||
The official repository is here:
|
The official repository is here:
|
||||||
https://git.lain.church/uhrenjunge/dyc_image_uploader
|
https://git.lain.church/uhrenjunge/dyc_image_uploader
|
||||||
##File included in the project
|
## File included in the project
|
||||||
- data
|
- data
|
||||||
- data/users.db
|
- data/users.db
|
||||||
- data/posts.db
|
- data/posts.db
|
||||||
@ -15,14 +15,15 @@ https://git.lain.church/uhrenjunge/dyc_image_uploader
|
|||||||
- main.scm
|
- main.scm
|
||||||
- index.xhtml
|
- index.xhtml
|
||||||
- documentation.md
|
- documentation.md
|
||||||
###Data
|
### 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.
|
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
|
### data/users.db
|
||||||
This file is a sqlite3 databases contaning all the users and the user's information (hashed password, number of posts).
|
This file is a sqlite3 databases contaning all the users and the user's information (hashed password, number of posts).
|
||||||
###data/posts.db
|
### data/posts.db
|
||||||
A list of every post on each profile.
|
A list of every post on each profile.
|
||||||
###img
|
### img
|
||||||
folder for the images uploaded
|
folder for the images uploaded
|
||||||
###img/img{1-4}.jpg
|
### img/img{1-4}.jpg
|
||||||
Images used for testing and development. Those should be removed as soon as the code is used in production.
|
Images used for testing and development. Those should be removed as soon as the code is used in production.
|
||||||
###main.scm
|
### main.scm
|
||||||
|
in writing
|
||||||
|
Loading…
Reference in New Issue
Block a user