Skip to content

Commit

Permalink
README and architecture tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpneo committed Nov 10, 2010
1 parent f55e168 commit 4c39256
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.rst
Expand Up @@ -30,3 +30,14 @@ agreement, either as an individual_ or as a corporation_.
.. _Fork: http://help.github.com/forking/
.. _individual: http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/VW-CLA-Individual.pdf
.. _corporation: http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/VW-CLA-Corp.pdf

License
-------
This software is released under the NOSA License. Please see COPYING_ for the
full text of the license.

This software alse uses a utility Base64 library that is licensed under the
LGPL. We claim no authorship to this code, nor are we affiliated with the
original author(s).

.. _COPYING: ./COPYING
4 changes: 2 additions & 2 deletions docs/architecture.rst
Expand Up @@ -29,7 +29,7 @@ running when the application is running. It handles the LocationManager_ for
the entire application and emits a broadcast intent when a new location
fix is known. In this way, all of the location-based services are centralized.

*Note:* GeoCam Mobile only supports location updates from the GPS. It will
**Note:** GeoCam Mobile only supports location updates from the GPS. It will
quit if the user has it turned off and is unwilling (or unable) to turn it on.

GeoCamService_ tries to be smart with the rate at which it requests updates from
Expand Down Expand Up @@ -73,7 +73,7 @@ CameraActivity_ has the additional tasks of listening to the accelerometer and
recording the orientation of when the image was captured as well as
camera-related things such as auto-focusing and actually taking the picture.

*Tangent* If I were to rewrite this application, I would use the built-in camera
**Tangent:** If I were to rewrite this application, I would use the built-in camera
application and listen for orientation data elsewhere. This allows a much more
integrated and streamlined interface. This would have the added benefit of
allowing people to pick previous photos to upload as well, even if it means we
Expand Down

0 comments on commit 4c39256

Please sign in to comment.