Typo fixes in doc/tips/*.mdwn
Gotta do at least something when I don't have the faintest clue about Haskell. :) Learning Haskell is on my agenda, though.
This commit is contained in:
parent
23425c6e9b
commit
44c88af81f
5 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@ This is known to work with DSM 4.3-3810 Update 1 and git-annex standalone versio
|
|||
|
||||
(2) Setup ssh key based authentication with the Synology for each computer you want to sync with it. You want a specific key that is used only by git-annex, for each computer. Again, many good guides online.
|
||||
|
||||
(3) In the Synology .ssh/authorized_keys file for your account, add (substituing your username)
|
||||
(3) In the Synology .ssh/authorized_keys file for your account, add (substituting your username)
|
||||
[[!format sh """
|
||||
command="/home/$yourusername/.ssh/git-annex-shell"
|
||||
"""]]
|
||||
|
|
|
@ -24,9 +24,9 @@ Even more recent git-annex comes with built-in integration with Konqueror.
|
|||
This is set up by git-annex creating a
|
||||
`~/.kde/share/kde4/services/ServiceMenus/git-annex.desktop file.
|
||||
|
||||
## XFCE (Thunar)
|
||||
## Xfce (Thunar)
|
||||
|
||||
XFCE uses the Thunar file manager, which can also be easily configured to
|
||||
Xfce uses the Thunar file manager, which can also be easily configured to
|
||||
allow for custom actions. Just go to the "Configure custom actions..." item
|
||||
in the "Edit" menu, and create a custom action for get, drop, and undo with the
|
||||
following commands:
|
||||
|
@ -72,12 +72,12 @@ This gives me the resulting config on disk, in `.config/Thunar/uca.xml`:
|
|||
<video-files/>
|
||||
</action>
|
||||
|
||||
The complete instructions on how to setup actions is [in the XFCE documentation](http://docs.xfce.org/xfce/thunar/custom-actions).
|
||||
The complete instructions on how to setup actions is [in the Xfce documentation](http://docs.xfce.org/xfce/thunar/custom-actions).
|
||||
|
||||
## OS X (Finder)
|
||||
|
||||
For OS X, it is possible to get context menus in Finder. Due to how OS X
|
||||
deals with sym links, one needs to operate on folders if using indirect
|
||||
deals with symlinks, one needs to operate on folders if using indirect
|
||||
mode. Direct mode operation has not been tested.
|
||||
|
||||
1. Open Automator and create a new Service.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
megaannex 0.2.0
|
||||
=========
|
||||
|
||||
Hook program for gitannex to use mega.co.nz as backend
|
||||
Hook program for git-annex to use mega.co.nz as backend
|
||||
|
||||
# Requirements:
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ Make the ADC directory, and a "ua" subdirectory.
|
|||
mkdir -p /usr/local/lib/gitolite/adc/ua
|
||||
</pre>
|
||||
|
||||
Install the git-annex-shell ADC into the "ua" subdirectory from the gitolie repository.
|
||||
Install the git-annex-shell ADC into the "ua" subdirectory from the gitolite repository.
|
||||
|
||||
<pre>
|
||||
cd /usr/local/lib/gitolite/adc/ua/
|
||||
|
|
|
@ -81,7 +81,7 @@ it is a video and download the video content for offline viewing.
|
|||
Later, in another clone of the repository, you can run `git annex get` on
|
||||
the file and it will also be downloaded with the help of quvi. This works
|
||||
even if the video host has transcoded or otherwise changed the video
|
||||
in the meantime; the assumption is that these video files are equivilant.
|
||||
in the meantime; the assumption is that these video files are equivalent.
|
||||
|
||||
There is an `annex.quvi-options` configuration setting that can be used
|
||||
to pass parameters to quvi. For example, you could set `git config
|
||||
|
|
Loading…
Add table
Reference in a new issue