summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatic/html/privacy.html2
-rwxr-xr-xstatic/html/search.test.html2
-rw-r--r--static/js/pages/chat_init.js2
-rwxr-xr-xstatic/js/pichat-old.js3
-rwxr-xr-xstatic/js/pichat.js2
-rwxr-xr-xstatic/js/pichat2.js2
-rwxr-xr-xstatic/js/src/util.js2
-rwxr-xr-xtemplate/altar_log.st2
-rwxr-xr-xtemplate/altar_user_log.st2
-rwxr-xr-xtemplate/hiscore_test.st2
-rwxr-xr-xtemplate/log.st2
-rwxr-xr-xtemplate/mail/reset.st6
-rwxr-xr-xtemplate/mail/welcome.st3
-rwxr-xr-xtemplate/newlog.st2
-rwxr-xr-xtemplate/popular.st2
-rwxr-xr-xtemplate/profilelog.st2
-rwxr-xr-xtemplate/rooms/vortex.st2
-rwxr-xr-xtemplate/simplerlog.st2
-rwxr-xr-xtemplate/tagged_humps.st2
-rwxr-xr-xtemplate/topic.st2
-rwxr-xr-xtemplate/userlog.st2
21 files changed, 24 insertions, 24 deletions
diff --git a/static/html/privacy.html b/static/html/privacy.html
index ecb1ef2..d62dd72 100755
--- a/static/html/privacy.html
+++ b/static/html/privacy.html
@@ -5,7 +5,7 @@
<HEAD>
<META
name="DC.Title"
- content="dumpprivacy" >
+ content="humpprivacy" >
<META
name="DC.Contributor"
content="Ryder Ripps" >
diff --git a/static/html/search.test.html b/static/html/search.test.html
index 0525635..8367a69 100755
--- a/static/html/search.test.html
+++ b/static/html/search.test.html
@@ -40,7 +40,7 @@
</head>
<body class="profile">
- <center>search dumps: <input type="text" name="search-query" id="search-query" /></center><br><br>
+ <center>search humps: <input type="text" name="search-query" id="search-query" /></center><br><br>
<center><div id="message"></div><br><br></center>
<div id="content">
</div>
diff --git a/static/js/pages/chat_init.js b/static/js/pages/chat_init.js
index 30323ad..60266f7 100644
--- a/static/js/pages/chat_init.js
+++ b/static/js/pages/chat_init.js
@@ -28,7 +28,7 @@
if (hasMessageList && hasChatInput && typeof window.initChat === 'function') { window.initChat(); }
if (hasMessageList && hasChatInput && typeof window.initChatMsgs === 'function') { window.initChatMsgs(); }
- // Some room pages render dumps in `.logged-hump` containers without the full chat UI.
+ // Some room pages render humps in `.logged-hump` containers without the full chat UI.
// In that case, run the log initializer so URLs become hotlinked images.
if (!hasChatInput && typeof window.initLog === 'function' && jQuery('.logged-hump .content').length) {
window.initLog(window.Recips);
diff --git a/static/js/pichat-old.js b/static/js/pichat-old.js
index e0a7692..3f75d1f 100755
--- a/static/js/pichat-old.js
+++ b/static/js/pichat-old.js
@@ -2075,7 +2075,7 @@ $(function(){
});
// generate a new CSS rule and apply it immediately
-// (more persistent than dumping a style tag)
+// (more persistent than injecting a style tag)
window.cssRule = function (selector, declaration) {
var x = document.styleSheets,y=x.length-1;
x[y].insertRule(selector+"{"+declaration+"}",x[y].cssRules.length);
@@ -2172,4 +2172,3 @@ function removeManualFav(imgsrc) {
}
};
-
diff --git a/static/js/pichat.js b/static/js/pichat.js
index 6c12fb7..44eb14d 100755
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -2429,7 +2429,7 @@ function track(group, name) {
}
// generate a new CSS rule and apply it immediately
-// (more persistent than dumping a style tag)
+// (more persistent than injecting a style tag)
window.cssRule = function (selector, declaration) {
var x = document.styleSheets,y=x.length-1;
x[y].insertRule(selector+"{"+declaration+"}",x[y].cssRules.length);
diff --git a/static/js/pichat2.js b/static/js/pichat2.js
index c2e5e3f..4d47343 100755
--- a/static/js/pichat2.js
+++ b/static/js/pichat2.js
@@ -2321,7 +2321,7 @@ function track(group, name) {
}
// generate a new CSS rule and apply it immediately
-// (more persistent than dumping a style tag)
+// (more persistent than injecting a style tag)
window.cssRule = function (selector, declaration) {
var x = document.styleSheets,y=x.length-1;
x[y].insertRule(selector+"{"+declaration+"}",x[y].cssRules.length);
diff --git a/static/js/src/util.js b/static/js/src/util.js
index 69740ff..107b771 100755
--- a/static/js/src/util.js
+++ b/static/js/src/util.js
@@ -42,7 +42,7 @@ function track(group, name) {
}
// generate a new CSS rule and apply it immediately
-// (more persistent than dumping a style tag)
+// (more persistent than injecting a style tag)
window.cssRule = function (selector, declaration) {
var x = document.styleSheets,y=x.length-1;
x[y].insertRule(selector+"{"+declaration+"}",x[y].cssRules.length);
diff --git a/template/altar_log.st b/template/altar_log.st
index d81cb93..a5f0e90 100755
--- a/template/altar_log.st
+++ b/template/altar_log.st
@@ -38,7 +38,7 @@ $endif$
$if(next)$
<a href="$domain$/altars/$next$""> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true">
+ <input id="nextbutton" value="nomohumps" readonly="true">
$endif$
diff --git a/template/altar_user_log.st b/template/altar_user_log.st
index 8d98809..f5852a0 100755
--- a/template/altar_user_log.st
+++ b/template/altar_user_log.st
@@ -39,7 +39,7 @@
$if(next)$
<a href="$domain$/$nick$/altars/$next$""> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true">
+ <input id="nextbutton" value="nomohumps" readonly="true">
$endif$
diff --git a/template/hiscore_test.st b/template/hiscore_test.st
index cdb0a5b..320bee4 100755
--- a/template/hiscore_test.st
+++ b/template/hiscore_test.st
@@ -44,7 +44,7 @@ $endif$
$if(next)$
<a href="$domain$/altars/$next$""> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true">
+ <input id="nextbutton" value="nomohumps" readonly="true">
$endif$
-->
diff --git a/template/log.st b/template/log.st
index 4de7401..bae7fc5 100755
--- a/template/log.st
+++ b/template/log.st
@@ -39,7 +39,7 @@
$if(next)$
<a href="http://$roomkey$hump.fm/log/$next$""> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true">
+ <input id="nextbutton" value="nomohumps" readonly="true">
$endif$
diff --git a/template/mail/reset.st b/template/mail/reset.st
index 951e2bc..d3561e5 100755
--- a/template/mail/reset.st
+++ b/template/mail/reset.st
@@ -16,12 +16,12 @@ border:1px dashed #cccccc;width:460px;background-color:white;">
</pre></strong>
<hr width="70%"align="left">
<p style="width:380px;"><b>
- Hi $nick$, we're sorry you've misplaced your password. Every moment
-you're not dumping is a dagger in our hearts.
+Hi $nick$, we're sorry you've misplaced your password. Every moment
+you're not humping is a dagger in our hearts.
<br><br>
<a href="$link$">Click here</a> to get back into the game!
<br><br>
-Happy dumping!
+Happy humping!
<br><br>
-Ryder, Scott, Tim & Stefan</p></b>
diff --git a/template/mail/welcome.st b/template/mail/welcome.st
index 2f11f12..bf55016 100755
--- a/template/mail/welcome.st
+++ b/template/mail/welcome.st
@@ -18,7 +18,8 @@ border:1px dashed #cccccc;width:460px;background-color:white;">
<p style="width:380px;"><b>
hump.fm lets you share images in real-time. Post pics from your webcam, computer or anywhere on the web instantly with other rad folks. Get started by setting up your profile <a href="/$nick$">here</a>!
<br><br>
-Happy dumping!
+Happy humping!
+
<br><br>
-Ryder, Scott, Tim & Stefan</p></b>
diff --git a/template/newlog.st b/template/newlog.st
index 57f1903..703e999 100755
--- a/template/newlog.st
+++ b/template/newlog.st
@@ -145,7 +145,7 @@ window.location = "/error/ie";
$if(next)$
<a href="http://$roomkey$hump.fm/log/$next$"> <input class="pgbutton"id="nextbutton" value="Next ->" readonly="true"type="button"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true"type="button"class="pgbutton">
+ <input id="nextbutton" value="nomohumps" readonly="true"type="button"class="pgbutton">
$endif$
</div>
diff --git a/template/popular.st b/template/popular.st
index 5978842..716eeff 100755
--- a/template/popular.st
+++ b/template/popular.st
@@ -35,7 +35,7 @@
$if(next)$
<a href="/$nick$/whofaved/$next$"> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true">
+ <input id="nextbutton" value="nomohumps" readonly="true">
$endif$
</div>
<div id="footerc">
diff --git a/template/profilelog.st b/template/profilelog.st
index 583745f..5dd7aae 100755
--- a/template/profilelog.st
+++ b/template/profilelog.st
@@ -107,7 +107,7 @@
$if(next)$
<a href="/$nick$/$next$"> <input id="nextbutton" value="Next ->"></a>
$else$
- <input id="nextbutton" value="nomodumps">
+ <input id="nextbutton" value="nomohumps">
$endif$
diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st
index fcd7086..667a083 100755
--- a/template/rooms/vortex.st
+++ b/template/rooms/vortex.st
@@ -191,7 +191,7 @@ $messages: { m |
<img src="$m.content$"><span>$m.nick$</span>
}$
-<div id="infotxt">hump.fm image vortex<br><br>Real-Time Visualization of whats being dumped now.<br><br><a href="/" class="returnlink"> Return Home</a><br><br>
+<div id="infotxt">hump.fm image vortex<br><br>Real-Time Visualization of whats being posted now.<br><br><a href="/" class="returnlink"> Return Home</a><br><br>
<div id="likebutton">
<iframe src="https://www.facebook.com/widgets/like.php?href=/chat/vortex"
scrolling="no" frameborder="0"></iframe>
diff --git a/template/simplerlog.st b/template/simplerlog.st
index 6d93a54..2d3c933 100755
--- a/template/simplerlog.st
+++ b/template/simplerlog.st
@@ -164,7 +164,7 @@ hump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic r
$if(next)$
<a href="http://$roomkey$hump.fm/log/$next$"> <input class="pgbutton"id="nextbutton" value="Next ->" readonly="true"type="button"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true"type="button"class="pgbutton">
+ <input id="nextbutton" value="nomohumps" readonly="true"type="button"class="pgbutton">
$endif$
</div>
diff --git a/template/tagged_humps.st b/template/tagged_humps.st
index 8ce7e62..a50390f 100755
--- a/template/tagged_humps.st
+++ b/template/tagged_humps.st
@@ -39,7 +39,7 @@
$if(next)$
<a href="$next$"><input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true">
+ <input id="nextbutton" value="nomohumps" readonly="true">
$endif$
</div>
<div id="footerc">
diff --git a/template/topic.st b/template/topic.st
index 4dcc938..78e7591 100755
--- a/template/topic.st
+++ b/template/topic.st
@@ -35,7 +35,7 @@
$if(next)$
<a href="/$nick$/whofaved/$next$"> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true">
+ <input id="nextbutton" value="nomohumps" readonly="true">
$endif$
</div>
<div id="footerc">
diff --git a/template/userlog.st b/template/userlog.st
index dafca6e..59af417 100755
--- a/template/userlog.st
+++ b/template/userlog.st
@@ -32,7 +32,7 @@
$if(next)$
<a href="$next$"> <input id="nextbutton" value="Next ->" readonly="true"type="button"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true"type="button">
+ <input id="nextbutton" value="nomohumps" readonly="true"type="button">
$endif$
</div>
<div id="footerc">