diff --git a/README.mkd b/README.mkd index dbc2741..6ccf976 100644 --- a/README.mkd +++ b/README.mkd @@ -191,12 +191,12 @@ Gitolite is released under GPL v2. See COPYING for details. * mailing list: gitolite@googlegroups.com * list subscribe address : gitolite+subscribe@googlegroups.com -[transcript]: http://github.com/sitaramc/gitolite/blob/pu/doc/install-transcript.mkd -[install]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd -[admin]: http://github.com/sitaramc/gitolite/blob/pu/doc/2-admin.mkd -[migr]: http://github.com/sitaramc/gitolite/blob/pu/doc/migrate.mkd -[docs]: http://github.com/sitaramc/gitolite/blob/pu/doc -[doc9gas]: http://github.com/sitaramc/gitolite/blob/pu/doc/gitolite-and-ssh.mkd -[doc6sts]: http://github.com/sitaramc/gitolite/blob/pu/doc/ssh-troubleshooting.mkd -[who]: http://github.com/sitaramc/gitolite/blob/pu/doc/who-uses-it.mkd +[transcript]: http://sitaramc.github.com/gitolite/doc/install-transcript.html +[install]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html +[admin]: http://sitaramc.github.com/gitolite/doc/2-admin.html +[migr]: http://sitaramc.github.com/gitolite/doc/migrate.html +[docs]: http://sitaramc.github.com/gitolite +[doc9gas]: http://sitaramc.github.com/gitolite/doc/gitolite-and-ssh.html +[doc6sts]: http://sitaramc.github.com/gitolite/doc/ssh-troubleshooting.html +[who]: http://sitaramc.github.com/gitolite/doc/who-uses-it.html [tut]: http://sites.google.com/site/senawario/home/gitolite-tutorial diff --git a/conf/example.conf b/conf/example.conf index 9235fdd..8e6214b 100644 --- a/conf/example.conf +++ b/conf/example.conf @@ -1,5 +1,5 @@ # see doc/gitolite.conf.mkd for help on the syntax and semantics of this file -# online at http://github.com/sitaramc/gitolite/blob/pu/doc/gitolite.conf.mkd +# online at http://sitaramc.github.com/gitolite/doc/gitolite.conf.html diff --git a/conf/example.gitolite.rc b/conf/example.gitolite.rc index c13f132..d800357 100644 --- a/conf/example.gitolite.rc +++ b/conf/example.gitolite.rc @@ -2,6 +2,7 @@ # PLEASE READ THE DOCUMENTATION BEFORE EDITING OR ASKING QUESTIONS # ( http://github.com/sitaramc/gitolite/blob/pu/doc/gitolite.rc.mkd ) +# ( or http://sitaramc.github.com/gitolite/doc/gitolite.rc.html ) # this file is in perl syntax. However, you do NOT need to know perl to edit # it; it should be fairly self-explanatory and easy to maintain @@ -38,6 +39,7 @@ $GL_NO_DAEMON_NO_GITWEB = 0; # ------------------------------------------------------------------------------ # VARIABLES WITH A SECURITY IMPACT. READ DOCS BEFORE CHANGING THESE! # http://github.com/sitaramc/gitolite/blob/pu/doc/gitolite.rc.mkd#_variables_with_a_security_impact +# (or http://sitaramc.github.com/gitolite/doc/gitolite.rc.html#_variables_with_a_security_impact) # ------------------------------------------------------------------------------ # $GL_ALL_READ_ALL = 0; $GIT_PATH=""; diff --git a/contrib/ldap/README.mkd b/contrib/ldap/README.mkd index 05d6312..35c5c25 100644 --- a/contrib/ldap/README.mkd +++ b/contrib/ldap/README.mkd @@ -16,5 +16,5 @@ see [here][adc]), and helps users change their LDAP passwords. Enjoy! -[ldap]: http://github.com/sitaramc/gitolite/blob/pu/doc/big-config.mkd#_storing_usergroup_information_outside_gitolite_like_in_LDAP_ -[adc]: http://github.com/sitaramc/gitolite/blob/pu/doc/admin-defined-commands.mkd +[ldap]: http://sitaramc.github.com/gitolite/doc/big-config.html#_storing_usergroup_information_outside_gitolite_like_in_LDAP_ +[adc]: http://sitaramc.github.com/gitolite/doc/admin-defined-commands.html diff --git a/doc/1-INSTALL.mkd b/doc/1-INSTALL.mkd index 3c7951d..6b6332b 100644 --- a/doc/1-INSTALL.mkd +++ b/doc/1-INSTALL.mkd @@ -409,9 +409,9 @@ uninstalling gitolite is described in great detail in ---- -[doc6]: http://github.com/sitaramc/gitolite/blob/pu/doc/ssh-troubleshooting.mkd -[doc9unin]: http://github.com/sitaramc/gitolite/blob/pu/doc/uninstall.mkd -[twokeys]: http://github.com/sitaramc/gitolite/blob/pu/doc/ssh-troubleshooting.mkd#twokeys -[transcript]: http://github.com/sitaramc/gitolite/blob/pu/doc/install-transcript.mkd -[mgs]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd#_special_cases_multiple_gitolite_servers -[gash]: http://github.com/sitaramc/gitolite/blob/pu/doc/gitolite-and-ssh.mkd +[doc6]: http://sitaramc.github.com/gitolite/doc/ssh-troubleshooting.html +[doc9unin]: http://sitaramc.github.com/gitolite/doc/uninstall.html +[twokeys]: http://sitaramc.github.com/gitolite/doc/ssh-troubleshooting.html#twokeys +[transcript]: http://sitaramc.github.com/gitolite/doc/install-transcript.html +[mgs]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html#_special_cases_multiple_gitolite_servers +[gash]: http://sitaramc.github.com/gitolite/doc/gitolite-and-ssh.html diff --git a/doc/3-faq-tips-etc.mkd b/doc/3-faq-tips-etc.mkd index efeb97d..899c243 100644 --- a/doc/3-faq-tips-etc.mkd +++ b/doc/3-faq-tips-etc.mkd @@ -390,7 +390,7 @@ complete, you can do it all from within the gitolite config file! If you just want gitweb to show some repositories, see [gwd] for how to specify which repos to show. Other advanced uses are described here. -[gwd]: http://github.com/sitaramc/gitolite/blob/pu/doc/2-admin.mkd#gwd +[gwd]: http://sitaramc.github.com/gitolite/doc/2-admin.html#gwd @@ -514,6 +514,6 @@ If you choose the "easy install" method, all this is quite transparent to you anyway. If you cannot use the easy install and must install manually, I have clear instructions on how to set it up. -[repout]: http://github.com/sitaramc/gitolite/blob/pu/doc/report-output.mkd -[delegation]: http://github.com/sitaramc/gitolite/blob/pu/doc/delegation.mkd -[rmrepo]: http://github.com/sitaramc/gitolite/blob/pu/doc/admin-defined-commands.mkd#rmrepo +[repout]: http://sitaramc.github.com/gitolite/doc/report-output.html +[delegation]: http://sitaramc.github.com/gitolite/doc/delegation.html +[rmrepo]: http://sitaramc.github.com/gitolite/doc/admin-defined-commands.html#rmrepo diff --git a/doc/admin-defined-commands.mkd b/doc/admin-defined-commands.mkd index 06de555..6dd03ab 100644 --- a/doc/admin-defined-commands.mkd +++ b/doc/admin-defined-commands.mkd @@ -191,7 +191,7 @@ the config file). Wildcards are not supported; patches welcome ;-) Note: please see [this][diswr] for more on this. -[diswr]: http://github.com/sitaramc/gitolite/blob/pu/doc/3-faq-tips-etc.mkd#_disabling_write_access_to_take_backups +[diswr]: http://sitaramc.github.com/gitolite/doc/3-faq-tips-etc.html#_disabling_write_access_to_take_backups @@ -218,4 +218,4 @@ because it's not using any wildcard repos]. [xkcd224]: http://xkcd.com/224/ [lazy]: http://c2.com/cgi/wiki?LazinessImpatienceHubris -[wild]: http://github.com/sitaramc/gitolite/blob/pu/doc/wildcard-repositories.mkd +[wild]: http://sitaramc.github.com/gitolite/doc/wildcard-repositories.html diff --git a/doc/big-config.mkd b/doc/big-config.mkd index f89fe23..8efe72e 100644 --- a/doc/big-config.mkd +++ b/doc/big-config.mkd @@ -385,7 +385,7 @@ example scripts that were contributed by the Nokia MeeGo team.) Then set the `$GL_GET_MEMBERSHIPS_PGM` variable in the rc file to the full path of this program, set `$GL_BIG_CONFIG` to 1, and that will be that. -[gwd]: http://github.com/sitaramc/gitolite/blob/pu/doc/2-admin.mkd#gwd +[gwd]: http://sitaramc.github.com/gitolite/doc/2-admin.html#gwd diff --git a/doc/gitolite.conf.mkd b/doc/gitolite.conf.mkd index 5cc332d..a6c2670 100644 --- a/doc/gitolite.conf.mkd +++ b/doc/gitolite.conf.mkd @@ -410,7 +410,7 @@ generate rules. Gitolite allows you to specify access for git-daemon and gitweb. See [this][gwd] for more on this. -[gwd]: http://github.com/sitaramc/gitolite/blob/pu/doc/2-admin.mkd#gwd +[gwd]: http://sitaramc.github.com/gitolite/doc/2-admin.html#gwd @@ -446,7 +446,7 @@ example). Other forms (--add, the `value_regex`, etc) are not supported. see comments around the variable `$GL_GITCONFIG_KEYS` in doc/gitolite.rc.mkd for details and security information. -[rcdoc]: http://github.com/sitaramc/gitolite/blob/pu/doc/gitolite.rc.mkd +[rcdoc]: http://sitaramc.github.com/gitolite/doc/gitolite.rc.html diff --git a/doc/gitolite.rc.mkd b/doc/gitolite.rc.mkd index d91dd44..0cb72df 100644 --- a/doc/gitolite.rc.mkd +++ b/doc/gitolite.rc.mkd @@ -339,10 +339,10 @@ on feedback from my users to find or fix issues. considered to be relative to $HOME. Changing it after the install has completed is doable, but tricky if you don't know how gitolite works. -[wild]: http://github.com/sitaramc/gitolite/blob/pu/doc/wildcard-repositories.mkd -[bc]: http://github.com/sitaramc/gitolite/blob/pu/doc/big-config.mkd -[faq]: http://github.com/sitaramc/gitolite/blob/pu/doc/3-faq-tips-etc.mkd -[adc]: http://github.com/sitaramc/gitolite/blob/pu/doc/admin-defined-commands.mkd -[mirr]: http://github.com/sitaramc/gitolite/blob/pu/doc/mirroring.mkd -[mob]: http://github.com/sitaramc/gitolite/blob/pu/doc/mob-branches.mkd -[smart]: http://github.com/sitaramc/gitolite/blob/pu/doc/http-backend.mkd +[wild]: http://sitaramc.github.com/gitolite/doc/wildcard-repositories.html +[bc]: http://sitaramc.github.com/gitolite/doc/big-config.html +[faq]: http://sitaramc.github.com/gitolite/doc/3-faq-tips-etc.html +[adc]: http://sitaramc.github.com/gitolite/doc/admin-defined-commands.html +[mirr]: http://sitaramc.github.com/gitolite/doc/mirroring.html +[mob]: http://sitaramc.github.com/gitolite/doc/mob-branches.html +[smart]: http://sitaramc.github.com/gitolite/doc/http-backend.html diff --git a/doc/hook-propagation.mkd b/doc/hook-propagation.mkd index 97cb3ce..d0ce3ae 100644 --- a/doc/hook-propagation.mkd +++ b/doc/hook-propagation.mkd @@ -171,5 +171,5 @@ For people who do not want certain hooks to run for certain repos, one simple solution that will work right now is to check the value of `$GL_REPO` at the start of the hook, and `exit 0` based on what it contains/matches. -[0inst]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd +[0inst]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html diff --git a/doc/http-backend.mkd b/doc/http-backend.mkd index 2f6b0c2..3e55097 100644 --- a/doc/http-backend.mkd +++ b/doc/http-backend.mkd @@ -217,5 +217,5 @@ repo. Enjoy! -[mob]: http://github.com/sitaramc/gitolite/blob/pu/doc/mob-branches.mkd +[mob]: http://sitaramc.github.com/gitolite/doc/mob-branches.html diff --git a/doc/migrate.mkd b/doc/migrate.mkd index 9d9489a..956cac1 100644 --- a/doc/migrate.mkd +++ b/doc/migrate.mkd @@ -101,5 +101,5 @@ Now, log off the server and get back to the client: 6. Check all your changes to your gitolite-admin clone, commit, and push -[mk]: http://github.com/sitaramc/gitolite/blob/pu/doc/3-faq-tips-etc.mkd#multikeys -[inst]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd +[mk]: http://sitaramc.github.com/gitolite/doc/3-faq-tips-etc.html#multikeys +[inst]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html diff --git a/doc/progit-article.mkd b/doc/progit-article.mkd index 62652b6..1bd0183 100644 --- a/doc/progit-article.mkd +++ b/doc/progit-article.mkd @@ -4,7 +4,7 @@ Note: the latest copy of this section of the ProGit book is always available within the [gitolite documentation][gldpg]. The author would also like to humbly state that, while this section is accurate, and *can* (and often *has*) been used to install gitolite without reading any other documentation, it is of necessity not complete, and cannot completely replace the enormous amount of documentation that gitolite comes with. -[gldpg]: http://github.com/sitaramc/gitolite/blob/pu/doc/progit-article.mkd +[gldpg]: http://sitaramc.github.com/gitolite/doc/progit-article.html Git has started to become very popular in corporate environments, which tend to have some additional requirements in terms of access control. Gitolite was originally created to help with those requirements, but it turns out that it's equally useful in the open source world: the Fedora Project controls access to their package management repositories (over 10,000 of them!) using gitolite, and this is probably the largest gitolite installation anywhere too. diff --git a/doc/ssh-troubleshooting.mkd b/doc/ssh-troubleshooting.mkd index 8dcc6d9..8e212b4 100644 --- a/doc/ssh-troubleshooting.mkd +++ b/doc/ssh-troubleshooting.mkd @@ -484,12 +484,12 @@ typically) also must be `go-w`, but that needs root. And typically they're already set that way anyway. (Or if they're not, you've got bigger problems than gitolite install not working!)] -[doc9gas]: http://github.com/sitaramc/gitolite/blob/pu/doc/gitolite-and-ssh.mkd -[install]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd -[o3]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd#methods -[fc]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd#fc -[urls]: http://github.com/sitaramc/gitolite/blob/pu/doc/1-INSTALL.mkd#URLs_for_gitolite_managed_repos -[repout]: http://github.com/sitaramc/gitolite/blob/pu/doc/report-output.mkd -[transcript]: http://github.com/sitaramc/gitolite/blob/pu/doc/install-transcript.mkd +[doc9gas]: http://sitaramc.github.com/gitolite/doc/gitolite-and-ssh.html +[install]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html +[o3]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html#methods +[fc]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html#fc +[urls]: http://sitaramc.github.com/gitolite/doc/1-INSTALL.html#URLs_for_gitolite_managed_repos +[repout]: http://sitaramc.github.com/gitolite/doc/report-output.html +[transcript]: http://sitaramc.github.com/gitolite/doc/install-transcript.html [openssh56]: http://www.openssh.org/txt/release-5.6 [tut]: http://sites.google.com/site/senawario/home/gitolite-tutorial diff --git a/doc/who-uses-it.mkd b/doc/who-uses-it.mkd index 82871f3..fe2480d 100644 --- a/doc/who-uses-it.mkd +++ b/doc/who-uses-it.mkd @@ -12,7 +12,7 @@ for them (their config file was so big that without the big-config changes gitolite would just run out of memory and die!). [fedora]: http://lists.fedoraproject.org/pipermail/devel-announce/2010-July/000647.html -[bc]: http://github.com/sitaramc/gitolite/blob/pu/doc/big-config.mkd +[bc]: http://sitaramc.github.com/gitolite/doc/big-config.html The **KDE project** is currently [testing][kdet] gitolite to see if it will suit their needs (in combination with redmine for issue tracking and @@ -37,7 +37,7 @@ little one-man show! He explains his use of it [here][hiren]. -[wild]: http://github.com/sitaramc/gitolite/blob/pu/doc/wildcard-repositories.mkd +[wild]: http://sitaramc.github.com/gitolite/doc/wildcard-repositories.html [hiren]: http://ece.uwaterloo.ca/~hdpatel/uwhtml/?p=470 **Gentoo Linux** has [just moved][gentoo1] their git repositories from gitosis diff --git a/doc/wildcard-repositories.mkd b/doc/wildcard-repositories.mkd index acd8905..3cfb580 100644 --- a/doc/wildcard-repositories.mkd +++ b/doc/wildcard-repositories.mkd @@ -270,7 +270,7 @@ See [repo deletion][rmr] for more on this. Note that this requires you to install/setup "adc"s (admin defined commands). See [doc/admin-defined-commands.mkd][adc] for how to do that. -[adc]: http://github.com/sitaramc/gitolite/blob/pu/doc/admin-defined-commands.mkd +[adc]: http://sitaramc.github.com/gitolite/doc/admin-defined-commands.html [rmr]: http://github.com/sitaramc/gitolite/blob/pu/contrib/adc/repo-deletion.README @@ -344,4 +344,4 @@ I hope that helps. Enjoy, and please use with care. This is pretty powerful stuff. As they say: if you break it, you get to keep both pieces :) -[repout]: http://github.com/sitaramc/gitolite/blob/pu/doc/report-output.mkd +[repout]: http://sitaramc.github.com/gitolite/doc/report-output.html