From 91acf55f9fb337bb10705d32b2ce681e1b06dbba Mon Sep 17 00:00:00 2001 From: Username <you@example.com> Date: Mon, 12 Sep 2022 22:05:24 -0400 Subject: [PATCH] cleanup --- LICENSE.txt | 2 +- README.rst | 2 +- robohash/templates/root.html | 6 +++--- setup.py | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2d67757..3c93409 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 Colin Davis +Copyright (c) 2013 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.rst b/README.rst index 6a2d6e5..5d12c75 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ License The Python Code is available under the MIT/Expat license. See the ``LICENSE.txt`` file for the full text of this license. Copyright (c) -2011, Colin Davis. +2011. Feel free to embed the Robohash images, host your own instance of Robohash, or integrate them into your own project. diff --git a/robohash/templates/root.html b/robohash/templates/root.html index 9948be7..49b3bcf 100644 --- a/robohash/templates/root.html +++ b/robohash/templates/root.html @@ -9,7 +9,7 @@ There aren't many robots in the source.. But here's one. Reload for another;) Happy? ;) -colin@robohash.org +robo@robohash.org --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> @@ -529,7 +529,7 @@ function submitform() You should email me - - <a href="mailto:colin@robohash.org" class="fade" title="I am probably not a robot.">colin@robohash.org</a> + <a href="mailto:robo@robohash.org" class="fade" title="I am probably not a robot.">robo@robohash.org</a> </p><p> 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 @@ function submitform() </p><p> For Gravatar enthusiasts, you can ask Robohash to use a Gravatar if one is available.<br> Put either the email, or the hashed version, in your image where the string normally goes -<br><br> - For example: https://robohash.org/colin@robohash.org?gravatar=yes<br> or https://robohash.org/620050a4db5104bae758cd75171d64ca?gravatar=hashed + For example: https://robohash.org/robo@robohash.org?gravatar=yes<br> or https://robohash.org/620050a4db5104bae758cd75171d64ca?gravatar=hashed </p><p> <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 <p>Finally, the <a href="https://github.com/e1ven/Robohash">Blueprints are available</a> to build your own robotic diff --git a/setup.py b/setup.py index 81054cd..ab24f5c 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ setup( version='1.0', description='One of the leading robot-based hashing tools on the web', long_description=long_description, - author='Colin Davis', - author_email='colin@robohash.org', + author='e1ven', + author_email='robo@robohash.org', url='https://github.com/e1ven/Robohash', download_url='https://github.com/e1ven/Robohash/tarball/1.0', keywords=['robots'], # arbitrary keywords