Step-by-step installtion of cGit on nginx without funky rewrite rules.
This is for ::
| #!/usr/bin/env python | |
| # | |
| # Copyright 2011, Jason Graham | |
| # | |
| # Uses python-markdown to convert a markdown document to the body | |
| # of an HTML document to display with cgit (http://hjemli.net/git/cgit/). | |
| # | |
| # Install: | |
| # | |
| # 1- Install python-markdown ( sudo apt-get install python-markdown ) |
| # Copyright 2010 Drew Blas <drew.blas@gmail.com> | |
| # From: http://drewblas.com/2010/07/15/an-analysis-of-gpled-code-in-thesis | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |