Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit 27bf202

Browse files
author
Russell
committed
Merge pull request #2 from Ink/feature/updating_readme
Updated readme, renamed authors
2 parents 67aeffe + b9de866 commit 27bf202

File tree

3 files changed

+53
-18
lines changed

3 files changed

+53
-18
lines changed

AUTHORS

Lines changed: 0 additions & 4 deletions
This file was deleted.

AUTHORS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Authors
2+
=======
3+
4+
* Russell Cohen - @rcoh
5+
* Liyan David Chang - @liyanchang
6+
* Brett van Zuiden - @brettcvz
7+
* Darko Vukovic - @darkman17

README.md

Lines changed: 46 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ThatCloud
22
=========
33

4-
ThatCloud is an open-source iOS application built by [Ink](www.inkmobility.com) that helps you Get Work Done. No more saving work until you get back to your desk - with ThatCloud, you can get it done on the go.
4+
ThatCloud is an iOS app that integrates all your cloud storage services so you get work done. No more saving work until you get back to your desk - with ThatCloud, you can get it done on the go.
55

66
ThatCloud integrates with all of your favorites sources of content, from Dropbox and Box to Gmail attachments and Instagram photos. By offering a single place for you to access, view, and work with all of your content, ThatCloud helps simplify your workflow and enhances your iPad productivity.
77

@@ -17,35 +17,67 @@ With ThatCloud, the iPad is a full-blown productivity device - you no longer nee
1717
ThatCloud is also currently available on the [App Store](https://itunes.apple.com/us/app/thatcloud/id681023311?mt=8)
1818
![ThatCloud in action](https://s3.amazonaws.com/your_own_bucket/Cq4qJEoAQmWLSZXbKedw_awesome)
1919

20-
Ink Integration Details
21-
=======================
22-
The Ink Mobile framework transforms ThatCloud from a simple file preview to a full platform to interact with your content. ThatCloud integrates with Ink in two locations:
20+
License
21+
-------
22+
ThatPDF is an open-source iOS application built by [Ink](www.inkmobility.com), released under the MIT License. You are welcome to fork this app, and pull requests are always encouraged.
23+
24+
How To Contribute
25+
-------------------------
26+
Glad you asked! ThatCloud is based on the [Git flow](http://nvie.com/posts/a-successful-git-branching-model/) development model, so to contribute, please make sure that you follow the git flow branching methodology.
27+
28+
Currently ThatCloud supports iOS6 on iPads. Make sure that your code runs in both the simulator and on an actual device for this environment.
2329

24-
1. ThatCloudAppDelegate registers incoming actions and provides their handlers.
25-
2. FilePreviewViewController enables the file preview view to transmit content to other Ink enabled apps.
30+
Once you have your feature, improvement, or bugfix, submit a pull request, and we'll take a look and merge it in. We're very encouraging of adding new owners to the repo, so if after a few pull requests you want admin access, let us know.
31+
32+
Every other Thursday, we cut a release branch off of develop, build the app, and submit it to the iOS App Store.
33+
34+
If you're looking for something to work on, take a look in the list of issues for this repository. And in your pull request, be sure to add yourself to the readme and authors file as a contributor.
2635

2736
What are the "That" Apps?
28-
=============================
37+
-------------------------
2938

30-
To demonstrate the power Ink mobile framework, Ink created the "ThatApp" suite of sample apps. Along with ThatCloud, there is also ThatInbox for reading your mail, ThatPDF for editing your documents and ThatPhoto for tweaking your photos. But we want the apps to do more than just showcase the Ink Mobile Framework. That's why we're releasing the apps open source.
39+
To demonstrate the power Ink mobile framework, Ink created the "ThatApp" suite of sample apps. Along with ThatCloud, there is also ThatInbox for reading your mail, ThatPhoto for editing your photos and ThatPDF for signing and annotating documents. But we want the apps to do more than just showcase the Ink Mobile Framework. That's why we're releasing the apps open source.
3140

32-
As iOS developers we leverage an incredible amount of software created by the community. By releasing these apps, we hope we can make small contribution back. Here's what you can do with these apps:
41+
As iOS developers, we leverage an incredible amount of software created by the community. By releasing these apps, we hope we can make small contribution back. Here's what you can do with these apps:
3342
1. Use them!
43+
44+
They are your aps, and you should be able to do with them what you want. Skin it, fix it, tweak it, improve it. Once you're done, send us a pull request. We build and submit to the app store every other week on Thursdays.
3445

35-
They're your apps and you should be able to do with them what you want. Skin it, fix it, tweak it, improve it. Once you're done, send us a pull request!
36-
3746
2. Get your code to the app store
3847

39-
All of our sample apps are currently in the App store. Developers learning iOS can get their code in the app store without having to write an entire app. They only need to send a pull request.
48+
All of our sample apps are currently in the App store. If you're just learning iOS, you can get real, production code in the app store without having to write an entire app. Just send us a pull request!
4049

4150
3. Support other iOS Framework companies
4251

43-
The sample apps are a place where other framework companies can integrate their product to show it off to the world, or simply a place to demonstrate integration strategies to your customers.
52+
If you are building iOS developer tools, these apps are a place where you can integrate your product and show it off to the world. They can also serve to demonstrate different integration strategies to your customers.
4453

4554
4. Evaluate potential hires
4655

47-
Want to interview an iOS developer? Test their chops by asking them to add a feature or two a real world app.
56+
Want to interview an iOS developer? Test their chops by asking them to add a feature or two a real-world app.
4857

4958
5. Show off your skills
5059

5160
Trying to get a job? Point an employer to your merged pull requests to the sample apps as a demonstration of your ability to contribute to real apps.
61+
62+
63+
Ink Integration Details
64+
-----------------------
65+
The Ink Mobile framework transforms ThatCloud from a simple file preview to a full platform to interact with your content. ThatCloud integrates with Ink in two locations:
66+
67+
1. [ThatCloudAppDelegate](https://github.com/Ink/ThatCloud/blob/develop/Classes/ThatCloudAppDelegate.m#L29) registers incoming actions and provides their handlers.
68+
2. [FilePreviewViewController](https://github.com/Ink/ThatCloud/blob/develop/Classes/FilePreviewViewController.m#L121) enables the file preview view to transmit content to other Ink enabled apps.
69+
70+
Contributors
71+
------------
72+
Many thanks to the people who have helped make this app:
73+
74+
* Russell Cohen - [@rcoh](https://github.com/rcoh)
75+
* Liyan David Chang - [@liyanchang](https://github.com/liyanchang)
76+
* Darko Vukovic - [@darkman17](https://github.com/darkman17)
77+
* Brett van Zuiden - [@brettcvz](https://github.com/brettcvz)
78+
79+
Also, the following third-party frameworks are used in this app:
80+
81+
* [Ink iOS Framework](https://github.com/Ink/InkiOSFramework) for connecting to other iOS apps.
82+
* [AFNetworking](https://github.com/AFNetworking/AFNetworking) for communicating with the Ink servers.
83+
* [Apptentive](https://github.com/apptentive/apptentive-ios) for receiving user feedback.

0 commit comments

Comments
 (0)