close to prerelase

This commit is contained in:
Quentin Wolkensperg 2024-11-11 14:52:00 -05:00
parent e55fbb5b67
commit 31022358ed
181 changed files with 2118 additions and 141 deletions

View file

@ -1,5 +1,6 @@
siteTitle='third culture'
siteTitle='Third Culture'
siteSubTitle='what is, was, and will be'
conf_enable_blog news/
blogTitle='News'
blogTitle='Third Culture News'
blogDesc='Updates from the Third Culture collective'
conf_blog_only_pull=1

View file

@ -1,6 +1,6 @@
<div>
% notices_handler
<form method="POST"><fieldset>
<form action="" method="POST"><fieldset>
<legend>Submit a new blog post</legend>
<label>Title: <input size="64" type="text" name="title" value="%($"post_arg_title%)" /></label>
<label>Id: <input size="8" type="text" name="id" value="%($"post_arg_id%)" /></label>

View file

@ -2,28 +2,25 @@
<h1>Editing: <a href="%($req_path%)">%($req_path%)</a></h1>
<br>
<form action="" method="POST">
<fieldset>
<legend>Editing wiki with path: %($req_path%)</legend>
<textarea name="edit_text" id="edit_text" cols="80" rows="43">%{
# FIXME Extra trailing new lines get added to the content somehow, should avoid it.
echo $dirdir_search
if(~ $#post_arg_edit_text 0 && test -f $dirdir_file)
cat $dirdir_file | escape_html
if not
echo -n $post_arg_edit_text | escape_html
%}</textarea>
<hr>
<br>
<input type="submit" name="dirdir_save" value="Save">
<input type="submit" name="dirdir_preview" value="Preview">
<hr>
<small>DirDir documents are written using <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a>.</small>
</fieldset>
</form>
</div>
% if(! ~ $"post_arg_dirdir_preview '') {
<h2>Preview:</h2>
<div id="preview">
% echo $post_arg_edit_text | $formatter
% echo $post_arg_edit_text | dos2unix | $formatter
</div>
% }

View file

@ -1,5 +1,3 @@
<!--<div><a href="http://werc.cat-v.org/">Powered by werc</a></div>
<div></div>
<div><a href="/_users/login">User Login</a>
-->
</div>
<div><p>[ <a href="/_users/login">User Login</a> ]</p></div>

View file

@ -2,12 +2,11 @@
[
<a href="http://thirdculture.top">home</a> |
<a href="http://ppl.thirdculture.top">members</a> |
<a href="">music</a> |
<a href="">shelter</a> |
<a href="">radio</a> |
<a href="">visual</a> |
<a href="">basement</a> |
<a href="">wiki</a>
<a href="http://events.thirdculture.top">events</a> |
<a href="http://music.thirdculture.top">music</a> |
<a href="http://social.thirdculture.top">social</a> |
<a href="http://visual.thirdculture.top">visual</a> |
<a href="http://thirdculture.top/wiki">wiki</a>
]
</div>
@ -16,7 +15,8 @@
<a href="https://moridori.xyz" style="color: deeppink">moridori</a> |
<a href="https://deadcel.me" style="color: black">4mdv</a> |
<a href="https://moridori.xyz/letterbomber/" style="color: darkred">faal</a> |
<a href="" style="color: mediumorchid">los3r</a>
<a href="https://www.instagram.com/los3333r/" style="color: mediumorchid">los3r</a> |
<a href="https://www.instagram.com/publicsector.zip/" style="color: darkslategrey">ps</a>
]
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB