Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
4a324eebc9
4 changed files with 26 additions and 1 deletions
|
@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync.
|
|||
Help me prioritize my work: What special remote would you most like
|
||||
to use with the git-annex assistant?
|
||||
|
||||
[[!poll open=yes 14 "Amazon S3" 6 "Box.com" 43 "My phone (or MP3 player)" 4 "Tahoe-LAFS" 3 "OpenStack SWIFT" 11 "Google Drive" 8 "Amazon Glacier"]]
|
||||
[[!poll open=yes 14 "Amazon S3" 6 "Box.com" 44 "My phone (or MP3 player)" 4 "Tahoe-LAFS" 3 "OpenStack SWIFT" 12 "Google Drive" 8 "Amazon Glacier"]]
|
||||
|
||||
This poll is ordered with the options I consider easiest to build
|
||||
listed first. Mostly because git-annex already supports them and they
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
I've made a first attempt at a .app launcher for git-annex webapp for OSX, please see <https://github.com/jcftang/git-annex/commits/master> the icon needs to be resized and made to look nicer at somepoint, the launcher assumes that git-annex is in the run time path.
|
||||
|
||||
I would imagine it might be possible to fiddle with the paths and get all the needed components into the .app file for OSX users.
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.14.141"
|
||||
subject="comment 1"
|
||||
date="2012-09-23T15:14:20Z"
|
||||
content="""
|
||||
Aha! I had been fumbling trying to find the right way to do this. Looks very promising. Found the documentation for the file format: <http://developer.apple.com/library/ios/#documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html>
|
||||
|
||||
Where do I install this thing? If I put the git-annex.app directory inside ~/Desktop/, will that put it on the user's desktop?
|
||||
|
||||
Could you make a screenshot?
|
||||
|
||||
I'm guessing that the NSAppleScriptEnabled is not needed, and perhaps the LSMinimumSystemVersionByArchitecture block could also be removed.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.14.141"
|
||||
subject="comment 2"
|
||||
date="2012-09-23T15:17:42Z"
|
||||
content="""
|
||||
Also, is there any global location I can install it when installing as root?
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue