Skip to content

Commit

Permalink
OTWO-3189: Rename ohloh.net email address to openhub.net
Browse files Browse the repository at this point in the history
  • Loading branch information
notalex committed Aug 8, 2014
1 parent 4032e56 commit e63e0b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions email_lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ You can pass the MD5 hash of an email address in any URL that normally expects a

This is useful if you know someone’s email address, but do not know the Ohloh account ID. This might be the case if you are hosting a web site with registered users who have supplied their email addresses. With the Ohloh API, you can easily find Ohloh statistics about your registered users.

For example, here’s how to find the account data for `robin@ohloh.net`:
+ Generate the MD5 hash for `robin@ohloh.net`. From a bash command prompt you can do this simply:
For example, here’s how to find the account data for `robin@openhub.net`:
+ Generate the MD5 hash for `robin@openhub.net`. From a bash command prompt you can do this simply:
```shell
$ md5 -q -s robin@ohloh.net 63f26c4a00677ea1e8b14d2a56efb104
$ md5 -q -s robin@openhub.net 63f26c4a00677ea1e8b14d2a56efb104
```

+ Pass this hash in place of the account ID in the normal http request:
Expand Down
2 changes: 1 addition & 1 deletion examples/ApiExample.cpp/temp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<account>
<id>114148</id>
<name>Jim Berets</name>
<about>VP, Product Management, Black Duck. I'm responsible for Ohloh.net as well as Black Duck's enterprise products. If you have any questions, comments, or concerns regarding Ohloh, please post them on our forum or email us at info@ohloh.net.</about>
<about>VP, Product Management, Black Duck. I'm responsible for openhub.net as well as Black Duck's enterprise products. If you have any questions, comments, or concerns regarding Ohloh, please post them on our forum or email us at info@openhub.net.</about>
<login>jberets</login>
<created_at>2010-10-06T16:15:18Z</created_at>
<updated_at>2013-07-10T19:20:03Z</updated_at>
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Some basic [Ohloh](https://www.openhub.net) API samples to help you get started.
Your feedback on these examples will benefit everyone, and we’re eager for input on improvements.
We’d also appreciate help translating the samples into more languages.

Please don’t hesitate to contact us at info@ohloh.net.
Please don’t hesitate to contact us at info@openhub.net.
2 changes: 1 addition & 1 deletion examples/account_sample.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ =head1 DESCRIPTION
=head1 EXAMPLE
./account_sample.pl YOUR_API_KEY_HERE robin@ohloh.net
./account_sample.pl YOUR_API_KEY_HERE robin@openhub.net
=head1 DEPENDENCIES
Expand Down

0 comments on commit e63e0b4

Please sign in to comment.