diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-08 15:37:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-08 15:37:22 -0400 |
commit | 3aea3c99adeb380e3f10c47f39308a54a9192b11 (patch) | |
tree | 334538b276b86f9ae58aad1ba3cbb74826108c3c /doc | |
parent | 9b09962ee86ec7531d7ca946e62ccf6a48a67399 (diff) |
add contribute page, mention haskell on front page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contribute.mdwn | 12 | ||||
-rw-r--r-- | doc/index.mdwn | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/contribute.mdwn b/doc/contribute.mdwn new file mode 100644 index 000000000..5dc3eb5ed --- /dev/null +++ b/doc/contribute.mdwn @@ -0,0 +1,12 @@ +Help make git-annex better! + +* This website is a wiki, so you can edit and improve any page. +* Write a [[new_tip|tips]] explaining how to accomplish something with + git-annex. +* [[download]] the source code and send patches! +* If you know Haskell, git-annex has lots of Haskell code that + could be improved. See the [[coding_style]] and have at it. +* If you don't know Haskell, git-annex has many other coding opportunities. + You could work to improve the Android port (Java etc) or improve the + Javascript and CSS of the git-annex webapp, or work on porting libraries + needed by the Windows port. diff --git a/doc/index.mdwn b/doc/index.mdwn index 57bfe2408..9536ee148 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -39,7 +39,8 @@ files with git. ---- -git-annex is [[Free Software|license]] +git-annex is [[Free Software|license]], written in Haskell. +You can [[contribute]]! git-annex's wiki is powered by [Ikiwiki](http://ikiwiki.info/) and hosted by [Branchable](http://branchable.com/). |