Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
05bf0c6d15 | |||
c0f17bb949 | |||
468e8d26f3 | |||
|
1f1f9d24e7 | ||
|
96d61a5a98 | ||
84c009a29f |
6 changed files with 80 additions and 0 deletions
|
@ -1 +1,37 @@
|
|||
Got a crazy idea to see if a forum could be run over LogGit, seems like it just might work.
|
||||
|
||||
Idea:
|
||||
|
||||
Folder structure:
|
||||
|
||||
Forum
|
||||
>Channel 1
|
||||
>>Posts
|
||||
>>>Post 1
|
||||
>>>Post 2
|
||||
>>>Post 4
|
||||
>>>Post 6
|
||||
>>Archive
|
||||
>>>Post 5
|
||||
>>Trash
|
||||
>>>Post 3
|
||||
>Channel 2
|
||||
>>Posts
|
||||
>>Archive
|
||||
>>Trash
|
||||
>Channel 3
|
||||
>>Posts
|
||||
>>Archive
|
||||
>>Trash
|
||||
|
||||
Post Format:
|
||||
|
||||
Title:
|
||||
Author:
|
||||
Date:
|
||||
|
||||
(content)
|
||||
|
||||
Comments:
|
||||
Author:
|
||||
Date:
|
17
forum/test_forum/Test_Forum.txt
Normal file
17
forum/test_forum/Test_Forum.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
Welcome to the Test Forum!
|
||||
|
||||
When submitting a post, please use this format for your .txt file:
|
||||
|
||||
Title:
|
||||
Author:
|
||||
Date:
|
||||
|
||||
(content)
|
||||
|
||||
Comments:
|
||||
Author:
|
||||
Date:
|
||||
|
||||
Posts can be removed or rejected by the admin for any reason. Rules will be added as they become necessary.
|
||||
|
||||
Have fun, be convivial, and don't feed the trolls.
|
14
forum/test_forum/channel_1/First_Post.txt
Normal file
14
forum/test_forum/channel_1/First_Post.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Title: First_Post
|
||||
Author: Techpriest
|
||||
Date: 6/20/24
|
||||
|
||||
This is the first post! Not a lot to say, just lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
Comments:
|
||||
Author: Cicero
|
||||
Date:6/21/24
|
||||
Plagiarism
|
||||
|
||||
Author: Socrates
|
||||
Date:6/23/24
|
||||
Facilisi morbi tempus iaculis urna. Vel fringilla est ullamcorper eget nulla facilisi etiam dignissim. Tellus molestie nunc non blandit massa. Ac odio tempor orci dapibus ultrices in iaculis nunc. Dis parturient montes nascetur ridiculus mus. Fringilla urna porttitor rhoncus dolor purus. Et ultrices neque ornare aenean euismod elementum.
|
BIN
pics/images/2024.02.20_bread.jpg
Normal file
BIN
pics/images/2024.02.20_bread.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
11
pics/pics.html
Normal file
11
pics/pics.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Techpriest_Baunach Pics</h1>
|
||||
<hr>
|
||||
<h3>2024.02.20</h3>
|
||||
<p>Check out this bread I made:</p>
|
||||
<img src="../pics/images/2024.02.20_bread.jpg" alt="whole grain bread">
|
||||
<p>I luv bread!</p>
|
||||
</body>
|
|
@ -1 +1,3 @@
|
|||
A place to post pictures, not sure how it will work, not going for a full Instagram replacement type thing, idk, we'll see where it goes.
|
||||
|
||||
Think I'll try this one in markdown
|
||||
|
|
Loading…
Reference in a new issue