-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit doesn't contain much logic, but has the selected icon and some of the framework in place. Checking due to moving to another PC.
- Loading branch information
0 parents
commit 432daeb
Showing
39 changed files
with
38,585 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Copyright (C) 2007-2014 Sondre Bjellås - http://sondreb.com/ | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
Moments (0.0.1) | ||
============ | ||
|
||
## Description: | ||
|
||
Photo viewer with some simple managements features. | ||
|
||
|
||
## Features: | ||
- Search for photos based upon name, the user account or groups. | ||
- View and select photos for download. | ||
- Download originals or high resolution photos to local disk storage. | ||
- Supports authentication (OAuth) to search for restricted and your private photos. | ||
|
||
- Note: The Flickr API restricts downloads to photos licensed under Creative Commons. The All Rights Reserved photos cannot be downloaded. | ||
|
||
|
||
## Installation: | ||
|
||
The app is deployed on Chrome Web Store and can easily be installed there. | ||
If you want to develop and modify the source code yourself, you can easily fork the GitHub repository | ||
and then load it by going into Chrome/Settings/Extensions and choose the | ||
"Load unpacked extension" button. Pick the "DOwnloadr" folder within the repository. | ||
|
||
|
||
## Help: | ||
|
||
- Documentation: http://flickrdownloadr.codeplex.com/documentation | ||
- Issues: http://flickrdownloadr.codeplex.com/workitem/list/basic | ||
- Discussions: http://flickrdownloadr.codeplex.com/discussions | ||
|
||
|
||
## Contribute: | ||
|
||
You can contribute by uploading patches in the source code area: | ||
http://flickrdownloadr.codeplex.com/SourceControl/latest | ||
|
||
|
||
## Credits: | ||
- Developed by Sondre Bjellås: http://brain.no/ | ||
- Icon by Everaldo Coelho: http://www.everaldo.com/ | ||
- Link: http://iconfindr.com/1nmgPn6 | ||
- ExifReader.js: https://github.com/mattiasw/ExifReader/blob/master/js/ExifReader.js | ||
|
||
|
||
- Icon by Bharath Prabhuswamy : http://bharathp666.deviantart.com/ | ||
- Symbols by Font Awesome: http://fontawesome.io/ | ||
- Image by Ossi Petruska: http://www.flickr.com/photos/10134557@N08/2527630813 | ||
- AngularJS: http://angularjs.org/ | ||
|
||
|
||
## License (MIT): | ||
|
||
Copyright (C) 2007-2014 Sondre Bjellås - http://sondreb.com/ | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* Include this file in your html if you are using the CSP mode. */ | ||
|
||
@charset "UTF-8"; | ||
|
||
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], | ||
.ng-cloak, .x-ng-cloak, | ||
.ng-hide { | ||
display: none !important; | ||
} | ||
|
||
ng\:form { | ||
display: block; | ||
} |
Oops, something went wrong.