Skip to content

Commit 44c4c50

Browse files
author
Username
committed
cleanup
1 parent 3dd2913 commit 44c4c50

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 Colin Davis
3+
Copyright (c) 2013
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ License
4949

5050
The Python Code is available under the MIT/Expat license. See the
5151
``LICENSE.txt`` file for the full text of this license. Copyright (c)
52-
2011, Colin Davis.
52+
2011.
5353

5454
Feel free to embed the Robohash images, host your own instance of Robohash,
5555
or integrate them into your own project.

robohash/templates/root.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
Happy? ;)
1111
12-
colin@robohash.org
12+
robo@robohash.org
1313
1414
-->
1515
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -529,7 +529,7 @@ <h1>Generate Unique images from any text </h1>
529529

530530
You should email me -
531531

532-
<a href="mailto:colin@robohash.org" class="fade" title="I am probably not a robot.">colin@robohash.org</a>
532+
<a href="mailto:robo@robohash.org" class="fade" title="I am probably not a robot.">robo@robohash.org</a>
533533
</p><p>
534534

535535
If the bandwidth gets crazy, I might add a [Robohash.org] banner to the bottom of the image. But it'd be super-tasteful.<br>
@@ -547,7 +547,7 @@ <h1>Generate Unique images from any text </h1>
547547
</p><p>
548548
For Gravatar enthusiasts, you can ask Robohash to use a Gravatar if one is available.<br>
549549
Put either the email, or the hashed version, in your image where the string normally goes -<br><br>
550-
For example: https://robohash.org/colin@robohash.org?gravatar=yes<br> or https://robohash.org/620050a4db5104bae758cd75171d64ca?gravatar=hashed
550+
For example: https://robohash.org/robo@robohash.org?gravatar=yes<br> or https://robohash.org/620050a4db5104bae758cd75171d64ca?gravatar=hashed
551551
</p><p>
552552
<p>We've also conditioned our robots to accept commands either via params or directories-<br> For instance https://robohash.org/set_set3/bgset_bg1/3.14159?size=500x500
553553
<p>Finally, the <a href="https://github.com/e1ven/Robohash">Blueprints are available</a> to build your own robotic

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
version='1.0',
1313
description='One of the leading robot-based hashing tools on the web',
1414
long_description=long_description,
15-
author='Colin Davis',
16-
author_email='colin@robohash.org',
15+
author='e1ven',
16+
author_email='robo@robohash.org',
1717
url='https://github.com/e1ven/Robohash',
1818
download_url='https://github.com/e1ven/Robohash/tarball/1.0',
1919
keywords=['robots'], # arbitrary keywords

0 commit comments

Comments
 (0)