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 --> @@ -529,7 +529,7 @@ function submitform() You should email me - - colin@robohash.org + robo@robohash.org

If the bandwidth gets crazy, I might add a [Robohash.org] banner to the bottom of the image. But it'd be super-tasteful.
@@ -547,7 +547,7 @@ function submitform()

For Gravatar enthusiasts, you can ask Robohash to use a Gravatar if one is available.
Put either the email, or the hashed version, in your image where the string normally goes -

- For example: https://robohash.org/colin@robohash.org?gravatar=yes
or https://robohash.org/620050a4db5104bae758cd75171d64ca?gravatar=hashed + For example: https://robohash.org/robo@robohash.org?gravatar=yes
or https://robohash.org/620050a4db5104bae758cd75171d64ca?gravatar=hashed

We've also conditioned our robots to accept commands either via params or directories-
For instance https://robohash.org/set_set3/bgset_bg1/3.14159?size=500x500

Finally, the Blueprints are available 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