Skip to content

Commit 2c11829

Browse files
author
Bernhard B
committed
Merge branch 'develop'
2 parents 0635031 + 8d8c0c8 commit 2c11829

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

html/templates/index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,29 @@ <h3 class="ui header">
345345
</h3>
346346
<p>All data will be backed up to the Internet Archive on a regular basis. <a href="/public_backup">Learn More</a></p>
347347

348+
<h3 class="ui header">
349+
<i class="gamepad icon"></i>
350+
<div class="content">
351+
Gamification
352+
</div>
353+
</h3>
354+
<p>ImageMonkey uses gamification concepts to make collecting images more fun (see <a href="https://play.google.com/store/apps/details?id=io.imagemonkey.thegame">ImageMonkey - The Game</a>)</p>
355+
356+
<h3 class="ui header">
357+
<i class="star icon"></i>
358+
<div class="content">
359+
Open Source
360+
</div>
361+
</h3>
362+
<p>All data is released under the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 license</a>.</p>
363+
348364
<h3 class="ui header">
349365
<i class="plug icon"></i>
350366
<div class="content">
351367
Install your own
352368
</div>
353369
</h3>
354-
<p>Want to host your own image collecting service? Fork us on <a href="https://github.com/bbernhard/imagemonkey-core">Github</a></p>
370+
<p>Want to host your own image collecting service? Fork us on <a href="https://github.com/ImageMonkey/imagemonkey-core">Github</a></p>
355371
</div>
356372
<div class="six wide right floated column">
357373
<img src="img/animation.gif" class="ui large bordered rounded image">

html/templates/libraries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h1 class="ui header">Example</h1>
127127

128128
<br><br><br>
129129
<h1>P.S.</h1>
130-
In case you want to access ImageMonkey via Python, have a look at our <a href="https://github.com/bbernhard/imagemonkey-libs">Python library</a>.
130+
In case you want to access ImageMonkey via Python, have a look at our <a href="https://github.com/ImageMonkey/imagemonkey-libs">Python library</a>.
131131
But keep in mind, the library is still in an alpha stage and the API might change at any point!
132132
</div>
133133
</div>

html/templates/mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="ui icon header center aligned">
4242
<i class="github icon"></i>
4343
<div class="content">
4444
Build from source
45-
<div class="sub header"><a href="https://github.com/bbernhard/imagemonkey-client">Fork us</a> and build the ImageMonkey App from source.</div>
45+
<div class="sub header"><a href="https://github.com/ImageMonkey/imagemonkey-client">Fork us</a> and build the ImageMonkey App from source.</div>
4646
</div>
4747
</h2>
4848

html/templates/playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h2 class="ui inverted header">
190190
<div class="center aligned header">
191191
What's this?
192192
</div>
193-
<p>ImageMonkey uses a neuronal net for content moderation.<br><br>The neuronal net was trained on thousands of images extracted from NSFW and SFW videos.<br>It for sure doesn't replace manual moderation, but helps us to quickly scan uploaded content for NSFW content.<br><br>This feature is still in <b>Beta mode</b> and will be constantly improved. If you want to give it a try, just upload a photo ;-).<br>If you are interested in the model, have a look at the <a href="https://github.com/bbernhard/imagemonkey-playground">imagemonkey-playground repository</a> - it's Open-Source! </p>
193+
<p>ImageMonkey uses a neuronal net for content moderation.<br><br>The neuronal net was trained on thousands of images extracted from NSFW and SFW videos.<br>It for sure doesn't replace manual moderation, but helps us to quickly scan uploaded content for NSFW content.<br><br>This feature is still in <b>Beta mode</b> and will be constantly improved. If you want to give it a try, just upload a photo ;-).<br>If you are interested in the model, have a look at the <a href="https://github.com/ImageMonkey/imagemonkey-playground">imagemonkey-playground repository</a> - it's Open-Source! </p>
194194
<div class="actions">
195195
<div class="ui right labeled cancel button">
196196
Close

0 commit comments

Comments
 (0)