From d35cd6ff262bc7013e5bb8fe63e8251c0e4ba8b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Nov 2011 12:16:02 -0400 Subject: [PATCH] wiki updates --- doc/distributed_version_control.mdwn | 8 ++++++++ doc/meta.mdwn | 5 +++++ doc/special_remotes/web.mdwn | 2 +- ...he_web.mdwn => using_the_web_as_a_special_remote.mdwn} | 0 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 doc/meta.mdwn rename doc/tips/{using_the_web.mdwn => using_the_web_as_a_special_remote.mdwn} (100%) diff --git a/doc/distributed_version_control.mdwn b/doc/distributed_version_control.mdwn index f9cdb7e99e..738b5adc2e 100644 --- a/doc/distributed_version_control.mdwn +++ b/doc/distributed_version_control.mdwn @@ -11,3 +11,11 @@ Each git-annex repository is responsible for storing some of the content, and can copy it to or from other repositories. [[Location_tracking]] information is committed to git, to let repositories inform other repositories what file contents they have available. + +-- + +The [[tutorial]] walks you through creating a distributed set of git-annex +repositories with no central repository. + +Prefer a central repository like GitHub? See the +[[tips/centralized_git_repository_tutorial]]. diff --git a/doc/meta.mdwn b/doc/meta.mdwn new file mode 100644 index 0000000000..f78eaf9813 --- /dev/null +++ b/doc/meta.mdwn @@ -0,0 +1,5 @@ +This wiki contains [[!pagecount pages="pages(*)"]] + +Broken links: + +[[!brokenlinks ]] diff --git a/doc/special_remotes/web.mdwn b/doc/special_remotes/web.mdwn index a969fb071d..cd20a93bb1 100644 --- a/doc/special_remotes/web.mdwn +++ b/doc/special_remotes/web.mdwn @@ -1,5 +1,5 @@ git-annex can use the WWW as a special remote, downloading urls to files. -See [[walkthrough/using_the_web]] for usage examples. +See [[tips/using_the_web_as_a_special_remote]] for usage examples. ## notes diff --git a/doc/tips/using_the_web.mdwn b/doc/tips/using_the_web_as_a_special_remote.mdwn similarity index 100% rename from doc/tips/using_the_web.mdwn rename to doc/tips/using_the_web_as_a_special_remote.mdwn