├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | QtCurve has recently switched hosting locations to the KDE infrastructure. 2 | 3 | The new repo URLs are: 4 | 5 | * read-only: git://anongit.kde.org/qtcurve 6 | 7 | * read-write: git@git.kde.org:qtcurve 8 | 9 | * web: https://projects.kde.org/projects/playground/base/qtcurve/repository or http://quickgit.kde.org/?p=qtcurve.git 10 | 11 | You can rewrite your existing clonedir/.git/config to use the new URLs (or 12 | use the 'git remote ...' family of commands) and continue to use your 13 | existing clones. 14 | 15 | More at: https://community.kde.org/Sysadmin/GitKdeOrgManual 16 | 17 | Merge requests via http://git.reviewboard.kde.org/ 18 | 19 | Bugs/wishes via http://bugs.kde.org 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | QtCurve has recently switched hosting locations to the KDE infrastructure. 2 | 3 | The new repo URLs are: 4 | 5 | * read-only: git://anongit.kde.org/qtcurve 6 | 7 | * read-write: git@git.kde.org:qtcurve 8 | 9 | * web: https://projects.kde.org/projects/playground/base/qtcurve/repository or http://quickgit.kde.org/?p=qtcurve.git 10 | 11 | You can rewrite your existing clonedir/.git/config to use the new URLs (or 12 | use the 'git remote ...' family of commands) and continue to use your 13 | existing clones. 14 | 15 | More at: https://community.kde.org/Sysadmin/GitKdeOrgManual 16 | 17 | Merge requests via http://git.reviewboard.kde.org/ 18 | 19 | Bugs/wishes via http://bugs.kde.org 20 | --------------------------------------------------------------------------------