From 253237f6ced837cbb1882d584a63f5885f573be1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Mar 2013 17:52:03 -0400 Subject: continued work on front page --- doc/footer/column_a.mdwn | 9 ++++++++ doc/footer/column_b.mdwn | 9 ++++++++ doc/index.mdwn | 50 ++++++++------------------------------------- doc/links/key_concepts.mdwn | 8 ++++++++ doc/links/other_stuff.mdwn | 5 +++++ doc/links/the_details.mdwn | 8 ++++++++ 6 files changed, 48 insertions(+), 41 deletions(-) create mode 100644 doc/footer/column_a.mdwn create mode 100644 doc/footer/column_b.mdwn create mode 100644 doc/links/key_concepts.mdwn create mode 100644 doc/links/other_stuff.mdwn create mode 100644 doc/links/the_details.mdwn diff --git a/doc/footer/column_a.mdwn b/doc/footer/column_a.mdwn new file mode 100644 index 000000000..da365e952 --- /dev/null +++ b/doc/footer/column_a.mdwn @@ -0,0 +1,9 @@ +Recent [[news]]: +
+[[!inline pages="news/* and !*/Discussion" archive=yes show=2 feeds=no]] +
+ +[[Dev blog|design/assistant/blog]]: +
+[[!inline pages="design/assistant/blog/* and !*/Discussion" archive=yes show=5 feeds=no]] +
diff --git a/doc/footer/column_b.mdwn b/doc/footer/column_b.mdwn new file mode 100644 index 000000000..ac85e8c8b --- /dev/null +++ b/doc/footer/column_b.mdwn @@ -0,0 +1,9 @@ +Recent [[videos]]: +
+[[!inline pages="videos/* and !*/Discussion" archive=yes show=2 feeds=no]] +
+ +Recent [[forum posts|forum]]: +
+[[!inline pages="forum/* and !*/Discussion" archive=yes show=5 feeds=no]] +
diff --git a/doc/index.mdwn b/doc/index.mdwn index 3db9eabd0..55f00b37c 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -35,50 +35,18 @@ B, then git-annex may be the tool you've been looking for to expand from keeping all your small important files in git, to managing your large files with git. -## documentation - -* [[git-annex man page|git-annex]] -* [[key-value backends|backends]] for data storage -* [[special_remotes]] (including [[special_remotes/S3]] and [[special_remotes/bup]]) -* [[sync]] -* [[encryption]] -* [[bare_repositories]] -* [[direct_mode]] -* [[internals]] -* [[scalability]] -* [[design]] -* [[related_software]] -* [[what git annex is not|not]] -* [[videos]] -* [[sitemap]] - + + + + +
[[!inline feeds=no template=bare pages=links/key_concepts]][[!inline feeds=no template=bare pages=links/the_details]][[!inline feeds=no template=bare pages=links/other_stuff]]
- -Recent [[news]]: -
-[[!inline pages="news/* and !*/Discussion" archive=yes show=2 feeds=no]] -
- -[[Dev blog|design/assistant/blog]]: -
-[[!inline pages="design/assistant/blog/* and !*/Discussion" archive=yes show=5 feeds=no]] -
- - - -Recent [[videos]]: -
-[[!inline pages="videos/* and !*/Discussion" archive=yes show=2 feeds=no]] -
- -Recent [[forum posts|forum]]: -
-[[!inline pages="forum/* and !*/Discussion" archive=yes show=5 feeds=no]] -
- - + + + +
[[!inline feeds=no template=bare pages=footer/column_a]][[!inline feeds=no template=bare pages=footer/column_b]]
diff --git a/doc/links/key_concepts.mdwn b/doc/links/key_concepts.mdwn new file mode 100644 index 000000000..fe3d1246c --- /dev/null +++ b/doc/links/key_concepts.mdwn @@ -0,0 +1,8 @@ +### key concepts + +* [[git-annex man page|git-annex]] +* [[walkthrough]] +* [[how_it_works]] +* [[special_remotes]] +* [[sync]] +* [[direct_mode]] diff --git a/doc/links/other_stuff.mdwn b/doc/links/other_stuff.mdwn new file mode 100644 index 000000000..0ba4c1476 --- /dev/null +++ b/doc/links/other_stuff.mdwn @@ -0,0 +1,5 @@ +### other stuff + +* [[what git annex is not|not]] +* [[related_software]] +* [[sitemap]] diff --git a/doc/links/the_details.mdwn b/doc/links/the_details.mdwn new file mode 100644 index 000000000..a7f8633a8 --- /dev/null +++ b/doc/links/the_details.mdwn @@ -0,0 +1,8 @@ +### the details + +* [[encryption]] +* [[key-value backends|backends]] +* [[bare_repositories]] +* [[internals]] +* [[scalability]] +* [[design]] -- cgit v1.2.3