From bb635fffa230c07367f1b038f2adda1b80ae652c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 28 May 2019 11:53:49 -0400 Subject: [PATCH] reorg page --- doc/special_remotes/external.mdwn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/special_remotes/external.mdwn b/doc/special_remotes/external.mdwn index 63a7b929b8..7b89944bc4 100644 --- a/doc/special_remotes/external.mdwn +++ b/doc/special_remotes/external.mdwn @@ -21,6 +21,13 @@ It's not hard! * If you build a new special remote, please add it to the list 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 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 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]]