From 75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 19:25:03 +0000 Subject: Rebrand: rename dump assets/templates to hump --- template/altar_log.st | 2 +- template/altar_user_log.st | 2 +- template/banner_dis.st | 2 +- template/fame.st | 2 +- template/fame2.st | 2 +- template/fame_dump.st | 14 ----- template/fame_hump.st | 14 +++++ template/frontpage copy.st | 2 +- template/frontpage.st | 2 +- template/frontpagePROFILE.st | 2 +- template/frontpage_halloffame.st | 2 +- template/fullscreen.st | 4 +- template/fullscreen4.st | 2 +- template/fullscreen5.st | 2 +- template/fullscreenphotobooth.st | 2 +- template/hall_log_dump.st | 9 --- template/hall_log_hump.st | 9 +++ template/head.st | 2 +- template/head_edge.st | 2 +- template/help.st | 2 +- template/hiscore_test.st | 2 +- template/log.st | 2 +- template/log_dump.st | 11 ---- template/log_hump.st | 11 ++++ template/mgmtfull.st | 2 +- template/newlog.st | 2 +- template/popular.st | 2 +- template/popular_dump.st | 15 ----- template/popular_hump.st | 15 +++++ template/preload.st | 8 +-- template/profile_dump.st | 23 ------- template/profile_hump.st | 23 +++++++ template/profilelog.st | 2 +- template/req_reset.st | 2 +- template/reset.st | 2 +- template/rooms/VIP.st | 2 +- template/rooms/artornot.st | 2 +- template/rooms/atrium.st | 2 +- template/rooms/butt.st | 4 +- template/rooms/chat.st | 2 +- template/rooms/dump2.st | 127 --------------------------------------- template/rooms/dumptest.st | 118 ------------------------------------ template/rooms/frontpage.st | 4 +- template/rooms/fullscreen.st | 6 +- template/rooms/fullscreen2.st | 6 +- template/rooms/hump2.st | 127 +++++++++++++++++++++++++++++++++++++++ template/rooms/humptest.st | 118 ++++++++++++++++++++++++++++++++++++ template/rooms/nocss.st | 2 +- template/simplerlog.st | 2 +- template/tagged_dumps.st | 52 ---------------- template/tagged_humps.st | 52 ++++++++++++++++ template/terms8.st | 2 +- template/test.st | 2 +- template/topic.st | 2 +- template/topic_dump.st | 8 --- template/topic_hump.st | 8 +++ template/userlog.st | 2 +- 57 files changed, 426 insertions(+), 426 deletions(-) delete mode 100755 template/fame_dump.st create mode 100755 template/fame_hump.st delete mode 100755 template/hall_log_dump.st create mode 100755 template/hall_log_hump.st delete mode 100755 template/log_dump.st create mode 100755 template/log_hump.st delete mode 100755 template/popular_dump.st create mode 100755 template/popular_hump.st delete mode 100755 template/profile_dump.st create mode 100755 template/profile_hump.st delete mode 100755 template/rooms/dump2.st delete mode 100755 template/rooms/dumptest.st create mode 100755 template/rooms/hump2.st create mode 100755 template/rooms/humptest.st delete mode 100755 template/tagged_dumps.st create mode 100755 template/tagged_humps.st delete mode 100755 template/topic_dump.st create mode 100755 template/topic_hump.st (limited to 'template') diff --git a/template/altar_log.st b/template/altar_log.st index 1bbc223..d81cb93 100755 --- a/template/altar_log.st +++ b/template/altar_log.st @@ -18,7 +18,7 @@ $banner()$ $if(humps)$
- $humps: { d | $log_dump(hump=d)$ }$ + $humps: { d | $log_hump(hump=d)$ }$
$json_tags_block(json_tags=json_tags)$ $else$ diff --git a/template/altar_user_log.st b/template/altar_user_log.st index 8d19f58..8d98809 100755 --- a/template/altar_user_log.st +++ b/template/altar_user_log.st @@ -18,7 +18,7 @@ $if(humps)$ - $humps: { d | $log_dump(hump=d)$ }$ + $humps: { d | $log_hump(hump=d)$ }$ $json_tags_block(json_tags=json_tags)$ $else$ diff --git a/template/banner_dis.st b/template/banner_dis.st index cbc8d63..ea72b33 100755 --- a/template/banner_dis.st +++ b/template/banner_dis.st @@ -3,7 +3,7 @@ $if(!user_nick)$ $endif$ - +
diff --git a/template/fame.st b/template/fame.st index 883e6bb..9395991 100755 --- a/template/fame.st +++ b/template/fame.st @@ -17,7 +17,7 @@
$if(humps)$ - $humps: { hump | $fame_dump()$ }$ + $humps: { hump | $fame_hump()$ }$ $else$ No humps! diff --git a/template/fame2.st b/template/fame2.st index 239f43e..3f55d5e 100755 --- a/template/fame2.st +++ b/template/fame2.st @@ -29,7 +29,7 @@
$if(humps)$ - $humps: { d | $fame_dump(hump=d)$ }$ + $humps: { d | $fame_hump(hump=d)$ }$ $else$ No humps! diff --git a/template/fame_dump.st b/template/fame_dump.st deleted file mode 100755 index 0f40fc5..0000000 --- a/template/fame_dump.st +++ /dev/null @@ -1,14 +0,0 @@ -$if(hump.ztags)$ -
-$else$ -
-$endif$ - - -$hump.created_on$ -- by $hump.nick$ -   $hump.count$ - -
$hump.content$
-
-$hall_share_buttons()$ -
diff --git a/template/fame_hump.st b/template/fame_hump.st new file mode 100755 index 0000000..0f40fc5 --- /dev/null +++ b/template/fame_hump.st @@ -0,0 +1,14 @@ +$if(hump.ztags)$ +
+$else$ +
+$endif$ + + +$hump.created_on$ -- by $hump.nick$ +   $hump.count$ + +
$hump.content$
+
+$hall_share_buttons()$ +
diff --git a/template/frontpage copy.st b/template/frontpage copy.st index 3bc12ae..5fbc7ea 100755 --- a/template/frontpage copy.st +++ b/template/frontpage copy.st @@ -131,7 +131,7 @@
$if(humps)$ - $humps: { hump | $hall_log_dump()$ }$ + $humps: { hump | $hall_log_hump()$ }$ $endif$
diff --git a/template/frontpage.st b/template/frontpage.st index 8f51d9e..4498bb6 100755 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -133,7 +133,7 @@
$if(humps)$ - $humps: { hump | $hall_log_dump()$ }$ + $humps: { hump | $hall_log_hump()$ }$ $endif$
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index 6c79af3..ee9de55 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -154,7 +154,7 @@ You are viewing the current trending images posted to hump.fm; a super fun commu - $humps: { d | $hall_log_dump(hump=d)$ }$ + $humps: { d | $hall_log_hump(hump=d)$ }$ $json_tags_block(json_tags=json_tags)$ $else$ diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st index c8dcc2a..44fa570 100755 --- a/template/frontpage_halloffame.st +++ b/template/frontpage_halloffame.st @@ -131,7 +131,7 @@
$if(humps)$ - $humps: { hump | $hall_log_dump()$ }$ + $humps: { hump | $hall_log_hump()$ }$ $endif$ diff --git a/template/fullscreen.st b/template/fullscreen.st index dc1503c..0e5eb48 100755 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -21,7 +21,7 @@ $if(user_nick)$ $else$
x -
+

this is hump.fm, the first ever real-time image sharing website. behind this is a fullscreen feed of whats currently being posted. @@ -41,7 +41,7 @@

- +

registration is closed ;-( diff --git a/template/fullscreen4.st b/template/fullscreen4.st index a5a5bc8..36bfe3e 100755 --- a/template/fullscreen4.st +++ b/template/fullscreen4.st @@ -58,7 +58,7 @@ $if(user_nick)$ click to fav $else$ - + LOGIN | REGISTER $endif$

diff --git a/template/fullscreen5.st b/template/fullscreen5.st index 15e282d..fdd2da6 100755 --- a/template/fullscreen5.st +++ b/template/fullscreen5.st @@ -60,7 +60,7 @@ $if(user_nick)$ click to fav $else$ - $endif$ diff --git a/template/fullscreenphotobooth.st b/template/fullscreenphotobooth.st index a29422b..e67be30 100755 --- a/template/fullscreenphotobooth.st +++ b/template/fullscreenphotobooth.st @@ -54,7 +54,7 @@