initial commit

This commit is contained in:
Quentin W 2024-07-18 14:09:32 -04:00
commit 5b839e0543
174 changed files with 12261 additions and 0 deletions

View file

@ -0,0 +1,5 @@
siteTitle='third culture'
siteSubTitle='what is, was, and will be'
conf_enable_blog news/
blogTitle='News'
conf_blog_only_pull=1

View file

@ -0,0 +1,12 @@
<div>
% notices_handler
<form 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>
<label>Date: <input size="10" maxlength="10" type="text" name="date" value="%($"post_date%)" /></label>
<p>Content:</p>
<textarea cols="102" rows=16" name="body">%($"post_arg_body%)</textarea><br />
<input type="submit" value="Post" />
</fieldset></form>
</div>

View file

@ -0,0 +1,29 @@
<div>
<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.
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>
<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
</div>
% }

View file

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

View file

@ -0,0 +1,22 @@
<div>
[
<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>
]
</div>
<div class="right">
[
<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>
]
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="1860px" height="810px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(0, 0, 0); fill: rgb(0, 0, 0);" d="M540,540 L540,540 L540,60 L1020,60 L1020,540 L540,540 Z "/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(164, 209, 173); fill: none;" d="M735,435 L735,435 L825,345 M735,345 L735,345 L825,435 "/><path style="stroke-width: 42px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(174, 163, 240); fill: none;" d="M600,450 L600,450 L780,150 L960,450 "/></svg>

After

Width:  |  Height:  |  Size: 658 B

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
style="fill:none"
width="50"
height="49.999996"
id="svg3"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs3" />
<path
style="fill:#000000;stroke:#000000;stroke-width:1.51515px;stroke-linecap:round;stroke-linejoin:round"
d="m 0.75757498,49.242423 v 0 V 0.75757498 H 49.242425 V 49.242423 Z"
id="path1" />
<path
style="fill:none;stroke:#a4d1ad;stroke-width:1.51515px;stroke-linecap:round;stroke-linejoin:round"
d="m 20.454546,38.636362 v 0 l 9.090908,-9.090909 m -9.090908,0 v 0 l 9.090908,9.090909"
id="path2" />
<path
style="fill:none;stroke:#aea3f0;stroke-width:4.24243px;stroke-linecap:round;stroke-linejoin:round"
d="m 6.8181812,40.151514 v 0 L 25,9.8484837 43.181819,40.151514"
id="path3" />
</svg>

After

Width:  |  Height:  |  Size: 897 B