continued work on front page

This commit is contained in:
Joey Hess 2013-03-11 17:52:03 -04:00
parent e06a6134f4
commit 66ba010a87
6 changed files with 48 additions and 41 deletions

9
doc/footer/column_a.mdwn Normal file
View file

@ -0,0 +1,9 @@
Recent [[news]]:
<blockquote>
[[!inline pages="news/* and !*/Discussion" archive=yes show=2 feeds=no]]
</blockquote>
[[Dev blog|design/assistant/blog]]:
<blockquote>
[[!inline pages="design/assistant/blog/* and !*/Discussion" archive=yes show=5 feeds=no]]
</blockquote>

9
doc/footer/column_b.mdwn Normal file
View file

@ -0,0 +1,9 @@
Recent [[videos]]:
<blockquote>
[[!inline pages="videos/* and !*/Discussion" archive=yes show=2 feeds=no]]
</blockquote>
Recent [[forum posts|forum]]:
<blockquote>
[[!inline pages="forum/* and !*/Discussion" archive=yes show=5 feeds=no]]
</blockquote>

View file

@ -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 keeping all your small important files in git, to managing your large
files with git. files with git.
## documentation <table>
<tr>
* [[git-annex man page|git-annex]] <td width="33%" valign="top">[[!inline feeds=no template=bare pages=links/key_concepts]]</td>
* [[key-value backends|backends]] for data storage <td width="33%" valign="top">[[!inline feeds=no template=bare pages=links/the_details]]</td>
* [[special_remotes]] (including [[special_remotes/S3]] and [[special_remotes/bup]]) <td width="33%" valign="top">[[!inline feeds=no template=bare pages=links/other_stuff]]</td>
* [[sync]] </tr>
* [[encryption]] </table>
* [[bare_repositories]]
* [[direct_mode]]
* [[internals]]
* [[scalability]]
* [[design]]
* [[related_software]]
* [[what git annex is not|not]]
* [[videos]]
* [[sitemap]]
<table> <table>
<tr> <tr>
<td valign="top">[[!inline feeds=no template=bare pages=footer/column_a]]</td>
<td valign="top"> <td valign="top">[[!inline feeds=no template=bare pages=footer/column_b]]</td>
Recent [[news]]:
<blockquote>
[[!inline pages="news/* and !*/Discussion" archive=yes show=2 feeds=no]]
</blockquote>
[[Dev blog|design/assistant/blog]]:
<blockquote>
[[!inline pages="design/assistant/blog/* and !*/Discussion" archive=yes show=5 feeds=no]]
</blockquote>
</td>
<td valign="top">
Recent [[videos]]:
<blockquote>
[[!inline pages="videos/* and !*/Discussion" archive=yes show=2 feeds=no]]
</blockquote>
Recent [[forum posts|forum]]:
<blockquote>
[[!inline pages="forum/* and !*/Discussion" archive=yes show=5 feeds=no]]
</blockquote>
</td>
</tr> </tr>
</table> </table>

View file

@ -0,0 +1,8 @@
### key concepts
* [[git-annex man page|git-annex]]
* [[walkthrough]]
* [[how_it_works]]
* [[special_remotes]]
* [[sync]]
* [[direct_mode]]

View file

@ -0,0 +1,5 @@
### other stuff
* [[what git annex is not|not]]
* [[related_software]]
* [[sitemap]]

View file

@ -0,0 +1,8 @@
### the details
* [[encryption]]
* [[key-value backends|backends]]
* [[bare_repositories]]
* [[internals]]
* [[scalability]]
* [[design]]