diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-29 23:41:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-29 23:41:36 -0400 |
commit | 1f39b5fa82f0c86f820f5b42df6e1cebf42dff78 (patch) | |
tree | 0b0ac3d6175f81787a561525f82380e8f864fdb9 /doc | |
parent | ba6e3fae5238c6acb68429d08b3a1f0085661251 (diff) | |
download | ikiwiki-1f39b5fa82f0c86f820f5b42df6e1cebf42dff78.tar ikiwiki-1f39b5fa82f0c86f820f5b42df6e1cebf42dff78.tar.gz |
partly fixed and partly a ikiwiki-hosting bug, add pointer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Can__39__t_connect_to_ikiwiki_git_repo_through_http.mdwn | 6 | ||||
-rw-r--r-- | doc/git.mdwn | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/bugs/Can__39__t_connect_to_ikiwiki_git_repo_through_http.mdwn b/doc/bugs/Can__39__t_connect_to_ikiwiki_git_repo_through_http.mdwn index 707392d9f..409eb39d5 100644 --- a/doc/bugs/Can__39__t_connect_to_ikiwiki_git_repo_through_http.mdwn +++ b/doc/bugs/Can__39__t_connect_to_ikiwiki_git_repo_through_http.mdwn @@ -8,3 +8,9 @@ Using the "git" interface still works, but I can't access that through a firewal Also, clicking on the "gitweb" link gets me to the front page of ikiwiki.info, not the gitweb page. -- [[KathrynAndersen]] + +> I've updated the gitweb link. Now that ikiwiki's wiki is managed by +> ikiwiki-hosting, [this bug](http://ikiwiki-hosting.branchable.com/todo/readonly_git-http-backend/) +> needs to be fixed there before git http can be used. In the meantime, +> the github mirror does provide it: <http://github.com/joeyh/ikiwiki.git> +> --[[Joey]] [[!tag done]] diff --git a/doc/git.mdwn b/doc/git.mdwn index 7c80887c4..3a5cd9773 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -29,7 +29,8 @@ think about merging them. This is recommended. :-) * github `git://github.com/joeyh/ikiwiki.git` ([browse](http://github.com/joeyh/ikiwiki/tree/master)) - A mirror of the main repo, automatically updated. + A mirror of the main repo, automatically updated. Also provides http + cloning at `http://github.com/joeyh/ikiwiki.git` * l10n `git://l10n.ikiwiki.info/` Open push localization branch used for <http://l10n.ikiwiki.info/> * [[smcv]] `git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git` |