summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-27 14:55:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-27 14:59:55 -0400
commit38f35f821e1887a6895693f78cd66f51fb2dea76 (patch)
treebb27a7fd6364189a9b8239d1a5e0732cfec11699 /doc
parent35b03b35064517c92facd5443b5d5d35ce1ad455 (diff)
link to assistant in summary and sidebar
Diffstat (limited to 'doc')
-rw-r--r--doc/assistant/thumbnail.pngbin0 -> 3861 bytes
-rw-r--r--doc/index.mdwn3
-rw-r--r--doc/summary.mdwn11
3 files changed, 8 insertions, 6 deletions
diff --git a/doc/assistant/thumbnail.png b/doc/assistant/thumbnail.png
new file mode 100644
index 000000000..10104cf0f
--- /dev/null
+++ b/doc/assistant/thumbnail.png
Binary files differ
diff --git a/doc/index.mdwn b/doc/index.mdwn
index 2de17df3c..c8bb58275 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -1,12 +1,13 @@
[[!inline raw=yes pages="summary"]]
-To get a feel for it, see the [[walkthrough]] or read about [[how_it_works]].
+To get a feel for git-annex, see the [[walkthrough]] or read about [[how_it_works]].
[[!sidebar content="""
[[!img logo_small.png link=no]]
* **[[download]]**
* [[install]]
+* [[assistant]]
* [[tips]]
* [[bugs]]
* [[todo]]
diff --git a/doc/summary.mdwn b/doc/summary.mdwn
index 25c95b3b5..cb4ca6cf9 100644
--- a/doc/summary.mdwn
+++ b/doc/summary.mdwn
@@ -5,8 +5,9 @@ to limitations in memory, time, or disk space.
Even without file content tracking, being able to manage files with git,
move files around and delete files with versioned directory trees, and use
-branches and distributed clones, are all very handy reasons to use git. And
-annexed files can co-exist in the same git repository with regularly
-versioned files, which is convenient for maintaining documents, Makefiles,
-etc that are associated with annexed files but that benefit from full
-revision control.
+branches and distributed clones, are all very handy reasons to use git.
+
+[[!img align=left assistant/thumbnail.png link=assistant]]
+git-annex is designed for git users who love the command line.
+For everyone else, the [[git-annex assistant|assistant]] turns
+git-annex into an easy to use folder synchroniser.