mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
cleanup
This commit is contained in:
parent
4324b842fe
commit
376d849e8b
@ -1,13 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Welcome to %host%</title>
|
||||
<body style="margin: auto; max-width: 50em">
|
||||
<p><b>%host%</b> is a <a href="https://en.wikipedia.org/wiki/Fediverse">Fediverse</a> instance that uses the <a href="https://en.wikipedia.org/wiki/ActivityPub">ActivityPub</a> protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.</p>
|
||||
<p>This server runs the <a href="https://comam.es/what-is-snac">snac</a> software and there is no automatic sign-up process.</p>
|
||||
<p>The following users are part of this community:</p>
|
||||
|
||||
%userlist%
|
||||
|
||||
<p>This site is powered by <abbr title="Social Networks Are Crap">snac</abbr>.</p>
|
||||
</body></html>
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"prefix": "",
|
||||
"port": 8001,
|
||||
"dbglevel": 0,
|
||||
"queue_retry_minutes": 2,
|
||||
"queue_retry_max": 10,
|
||||
"cssurls": [
|
||||
""
|
||||
],
|
||||
"max_timeline_entries": 128,
|
||||
"timeline_purge_days": 120,
|
||||
"local_purge_days": 0,
|
||||
"admin_account": "",
|
||||
"title": "",
|
||||
"short_description": "",
|
||||
"fastcgi": false,
|
||||
"layout": 2.7,
|
||||
"address": "0.0.0.0",
|
||||
"host": "snac.notnull.space",
|
||||
"admin_email": "paul@notnull.space"
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em; word-wrap: break-word; }
|
||||
pre { overflow-x: scroll; }
|
||||
.snac-embedded-video, img { max-width: 100% }
|
||||
.snac-origin { font-size: 85% }
|
||||
.snac-score { float: right; font-size: 85% }
|
||||
.snac-top-user { text-align: center; padding-bottom: 2em }
|
||||
.snac-top-user-name { font-size: 200% }
|
||||
.snac-top-user-id { font-size: 150% }
|
||||
.snac-avatar { float: left; height: 2.5em; padding: 0.25em }
|
||||
.snac-author { font-size: 90%; text-decoration: none }
|
||||
.snac-author-tag { font-size: 80% }
|
||||
.snac-pubdate { color: #a0a0a0; font-size: 90% }
|
||||
.snac-top-controls { padding-bottom: 1.5em }
|
||||
.snac-post { border-top: 1px solid #a0a0a0; }
|
||||
.snac-children { padding-left: 2em; border-left: 1px solid #a0a0a0; }
|
||||
.snac-textarea { font-family: inherit; width: 100% }
|
||||
.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }
|
||||
.snac-btn-mute { float: right; margin-left: 0.5em }
|
||||
.snac-btn-unmute { float: right; margin-left: 0.5em }
|
||||
.snac-btn-follow { float: right; margin-left: 0.5em }
|
||||
.snac-btn-unfollow { float: right; margin-left: 0.5em }
|
||||
.snac-btn-hide { float: right; margin-left: 0.5em }
|
||||
.snac-btn-delete { float: right; margin-left: 0.5em }
|
||||
.snac-btn-limit { float: right; margin-left: 0.5em }
|
||||
.snac-btn-unlimit { float: right; margin-left: 0.5em }
|
||||
.snac-footer { margin-top: 2em; font-size: 75% }
|
||||
.snac-poll-result { margin-left: auto; margin-right: auto; }
|
Loading…
Reference in New Issue
Block a user