| 48 | I've just quickly checked a couple of alternatives from the above list: |
| 49 | |
| 50 | - while !GitLab is good for local projects, the initial page of the project is not customizable and the developers refuse to add this functionality: http://feedback.gitlab.com/forums/176466-general/suggestions/3907476-add-readme-to-project-home-view |
| 51 | |
| 52 | - !LaunchPad does not have wiki pages or any other way to store documentation |
| 53 | |
| 54 | |
| 55 | So far, the following solution look the most promising: |
| 56 | |
| 57 | - main Git repository goes to GitHub |
| 58 | |
| 59 | - wiki pages, tickets and mirror Git repository go to local Trac |
| 60 | |
| 61 | - trac-github (https://github.com/aaugustin/trac-github) plugin should be installed to automatically synchronize both repositories |
| 62 | |
| 63 | - Trac should be updated to version 1.0 |
| 64 | |
| 65 | |