mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
cleanup
This commit is contained in:
parent
00b56b8036
commit
91acf55f9f
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -49,7 +49,7 @@ License
|
|||||||
|
|
||||||
The Python Code is available under the MIT/Expat license. See the
|
The Python Code is available under the MIT/Expat license. See the
|
||||||
``LICENSE.txt`` file for the full text of this license. Copyright (c)
|
``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,
|
Feel free to embed the Robohash images, host your own instance of Robohash,
|
||||||
or integrate them into your own project.
|
or integrate them into your own project.
|
||||||
|
@ -9,7 +9,7 @@ There aren't many robots in the source.. But here's one. Reload for another;)
|
|||||||
|
|
||||||
Happy? ;)
|
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">
|
<!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 -
|
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>
|
</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>
|
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>
|
</p><p>
|
||||||
For Gravatar enthusiasts, you can ask Robohash to use a Gravatar if one is available.<br>
|
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>
|
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><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>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
|
<p>Finally, the <a href="https://github.com/e1ven/Robohash">Blueprints are available</a> to build your own robotic
|
||||||
|
4
setup.py
4
setup.py
@ -12,8 +12,8 @@ setup(
|
|||||||
version='1.0',
|
version='1.0',
|
||||||
description='One of the leading robot-based hashing tools on the web',
|
description='One of the leading robot-based hashing tools on the web',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author='Colin Davis',
|
author='e1ven',
|
||||||
author_email='colin@robohash.org',
|
author_email='robo@robohash.org',
|
||||||
url='https://github.com/e1ven/Robohash',
|
url='https://github.com/e1ven/Robohash',
|
||||||
download_url='https://github.com/e1ven/Robohash/tarball/1.0',
|
download_url='https://github.com/e1ven/Robohash/tarball/1.0',
|
||||||
keywords=['robots'], # arbitrary keywords
|
keywords=['robots'], # arbitrary keywords
|
||||||
|
Loading…
x
Reference in New Issue
Block a user