Changes between Version 12 and Version 13 of Obsolete/Development/UsefulLinks
- Timestamp:
- Oct 4, 2010, 8:00:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/UsefulLinks
v12 v13 3 3 Links for developers wishing to develop or modify Quattor components or services: 4 4 5 == General == 5 == Project Conventions and Build Tools == 6 7 * [wiki:Web/CodingStyle Coding style document] 8 * [https://twiki.cern.ch/twiki/bin/view/ELFms/QuattorDvpConventions Quattor modules layout] 9 * [wiki:Web/PerlNamespaces Namespaces for PERL modules] 10 * [wiki:CommandRenaming Command renaming] 11 12 == Software Development Tools == 13 14 === Source Repository === 15 6 16 * [http://quattor.svn.sourceforge.net/viewvc/quattor Browse source in subversion] 7 17 * [wiki:Web/WorkingWithQuattorSourceCode Working with quattor source code] 8 * [https://twiki.cern.ch/twiki/bin/view/ELFms/QuattorDvpConventions Quattor modules layout]9 * [wiki:Web/PerlNamespaces Namespaces for PERL modules]10 * [wiki:Web/CodingStyle Coding style document]11 * [wiki:CommandRenaming Command renaming]12 13 == Software Development Tools & Processes ==14 15 18 * [wiki:Web/QuattorBuildFramework How to use the quattor build framework] 16 19 20 === Generated Packages & Artifacts === 21 22 === Bug tracking === 23 See [wiki:Web/Contacts Contacts] page. 17 24 18 25 == Components == … … 24 31 * [wiki:Doc/panc/language pan development roadmap] 25 32 26 == Bug tracking ==27 See [wiki:Web/Contacts Contacts] page.28 29 33 == To discuss == 30 34 * [wiki:Web/VirtualMachinesMigration How to model virtual machine migration] 35