reorg page
This commit is contained in:
parent
94cba37f68
commit
bb635fffa2
1 changed files with 7 additions and 2 deletions
|
@ -21,6 +21,13 @@ It's not hard!
|
||||||
* If you build a new special remote, please add it to the list
|
* If you build a new special remote, please add it to the list
|
||||||
of [[special_remotes]].
|
of [[special_remotes]].
|
||||||
|
|
||||||
|
## libraries
|
||||||
|
|
||||||
|
For Python, there is a [library](https://github.com/Lykos153/AnnexRemote)
|
||||||
|
that takes care of all the protocol details.
|
||||||
|
|
||||||
|
## examples
|
||||||
|
|
||||||
Here's an example of using an external special remote to add torrent
|
Here's an example of using an external special remote to add torrent
|
||||||
support to git-annex: [[external/git-annex-remote-torrent]]
|
support to git-annex: [[external/git-annex-remote-torrent]]
|
||||||
|
|
||||||
|
@ -28,6 +35,4 @@ Here's a simple shell script example, which can easily be adapted
|
||||||
to run whatever commands you need. Or better, re-written in some better
|
to run whatever commands you need. Or better, re-written in some better
|
||||||
language of your choice.
|
language of your choice.
|
||||||
|
|
||||||
For Python, there is a [library](https://github.com/Lykos153/AnnexRemote) that takes care of all the protocol details.
|
|
||||||
|
|
||||||
[[!inline pages="special_remotes/external/example.sh" feeds=no]]
|
[[!inline pages="special_remotes/external/example.sh" feeds=no]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue