Changing The OpenPhoto Project to The Photo Project or Trovebox as applicable

This commit is contained in:
Jaisen Mathai 2013-01-22 13:45:46 -05:00
parent 9f99ac2a12
commit eabbc2f4ee
5 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
OpenPhoto / Documentation
Trovebox / Documentation
=======================
You can find the documentation at http://theopenphotoproject.org/documentation. It's a mirror of what is here but easier to follow.

View file

@ -3,7 +3,7 @@ Authentication using OAuth 1.0a
### Using OAuth (1.0a)
A full introduction to OAuth is beyond the scope of the OpenPhoto documentation.
A full introduction to OAuth is beyond the scope of the Trovebox documentation.
In all reality you probably don't need to understand the ins and outs of OAuth, just grab one of our libraries.
* <a href="https://github.com/photo/openphoto-php">openphoto/openphoto-php</a> - Our PHP language binding.
@ -14,9 +14,9 @@ In all reality you probably don't need to understand the ins and outs of OAuth,
### Obtaining a consumer key and secret
Since OpenPhoto is distributed the flow to obtain a consumer key and secret differs slightly from typical OAuth applications.
Since Trovebox is distributed the flow to obtain a consumer key and secret differs slightly from typical OAuth applications.
Typically you would sign up for an application ID and be given a key and secret to be used with your app.
OpenPhoto differs because the host you'll be sending requests to is arbitrary and there's no central application repository.
Trovebox differs because the host you'll be sending requests to is arbitrary and there's no central application repository.
### Resources on the web

View file

@ -4,7 +4,7 @@ Response Envelope
----------------------------------------
### Standard OpenPhoto API response envelope
### Standard Trovebox API response envelope
Every API returns a JSON response adhering to the following format.

View file

@ -1,4 +1,4 @@
Contributing to The OpenPhoto Project
Contributing to The Photo Project
=======================
## TL;DR
@ -32,7 +32,7 @@ Now you're ready to <a href="http://help.github.com/send-pull-requests/">send a
## There's a spot for everyone to be a part of something BIG
Hear ye, hear ye! <a href="#developers">Developers</a>, <a href="designers">designers</a>, <a href="#copywriters">copywriters</a>, <a href="#community">community managers</a>, <a href="#translators">translators</a>, and anyone else who wants to help. If you want to contribute to The OpenPhoto Project, the good news is that there's probably a place where we could use your help!
Hear ye, hear ye! <a href="#developers">Developers</a>, <a href="designers">designers</a>, <a href="#copywriters">copywriters</a>, <a href="#community">community managers</a>, <a href="#translators">translators</a>, and anyone else who wants to help. If you want to contribute to The Photo Project, the good news is that there's probably a place where we could use your help!
It's easy to get in touch with us, as many of us hang out in #openphoto on Freenode. Don't hesitate to come and <a href="http://webchat.freenode.net/">chat with us</a>. We're happy to answer any questions you might have.
@ -65,7 +65,7 @@ That being said, the largest part of the code base is the <a href="https://githu
If you've got a gift with words we're in desperate need of your help. Much of the community consists of engineers and well, we suck at taking complex ideas and distilling them into small and easy to understand sentences.
The best way to get started is to read the copy at the <a href="http://theopenphotoproject.org">The OpenPhoto Project</a> website. Some of it is technical, like the documentation, but much of it is also trying to explain why users should care about what we're building. Wherever your passion lies, we will definitely appreciate the help.
The best way to get started is to read the copy at the <a href="http://theopenphotoproject.org">The Photo Project</a> website. Some of it is technical, like the documentation, but much of it is also trying to explain why users should care about what we're building. Wherever your passion lies, we will definitely appreciate the help.
Everything can be found in the <a href="https://github.com/photo/community">community</a> repository for the non-technical bits or the <a href="https://github.com/photo/frontend">frontend</a> repository for the documentation.
@ -79,4 +79,4 @@ Send an email to <a href="mailto:hello@openphoto.me">hello@openphoto.me</a> or <
<a name="translators"></a>
## Translators
We want to make The OpenPhoto Project available for everyone. This means translating it into as many languages as possible. If you're interested in helping us out, then drop an email to <a href="mailto:hello@openphoto.me">hello@openphoto.me</a> and we'll be in touch once we have our translation platform ready.
We want to make The Photo Project available for everyone. This means translating it into as many languages as possible. If you're interested in helping us out, then drop an email to <a href="mailto:hello@openphoto.me">hello@openphoto.me</a> and we'll be in touch once we have our translation platform ready.

View file

@ -1,7 +1,7 @@
Frequently asked questions
=======================
This is a list of common questions that people have about The OpenPhoto Project.
This is a list of common questions that people have about The Photo Project.
If you have one which is not on this list send us a message via <a href="http://twitter.com/photo">Twitter</a> or <a href="mailto:hello@openphoto.me">email</a>.
### What exactly is OpenPhoto?