3872
Comment: add link to 3.0
|
3484
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
[''This wiki is still very much a work in progress. When this notice disappears, that means it's still a work in progress, just not so much in progress that it demands a notice. The notice should go away before Launchpad is [[OpenSourcing|open sourced]] this July''] | [''This wiki is still very much a work in progress. When this notice disappears, that means it's still a work in progress, just not so much in progress that it demands a notice. The notice should go away before Launchpad is [[OpenSourcing|open sourced]].''] |
Line 14: | Line 14: |
This wiki is about the development of Launchpad. If you're just looking for help ''using'' Launchpad (including help with its [[https://help.launchpad.net/API|APIs]]) please visit the [[https://help.launchpad.net/|help wiki]]. | This wiki is about the '''development''' of Launchpad. If you're just looking for help ''using'' Launchpad (including help with its [[https://help.launchpad.net/API|APIs]]) please visit the [[https://help.launchpad.net/|help wiki]]. |
Line 22: | Line 22: |
* [[Hacking|Common Hacking Guidelines]] * [[StyleGuides|Coding style guidelines]] * [[Reviews|Code Review]] |
* [[Hacking|Common Hacking Tips]] Finding your way around the Launchpad code. * [[StyleGuides|Coding style guidelines]] How incoming code should look. * [[PatchSubmission|Submitting a patch]] and [[Reviews|the review process]] The steps to get a patch into Launchpad. |
Line 26: | Line 26: |
* [[ThreeDotO]] - feature plans and estimates for the mid-2009 major release | * [[VersionThreeDotO]] - feature plans and estimates for the mid-2009 major release |
Line 54: | Line 54: |
* [[ContributorAgreement|Contributor Agreement]] | |
Line 68: | Line 69: |
<<Anchor(zope-tips)>> == Zope tips == === ForbiddenAttribute === There are several possible causes: * The attribute does not exist. (This would normally cause an AttributeError.) * The attribute is present in the database class, but not in the relevant interface class. * The attribute is not named in the relevant ZCML file. This does not apply if the entire interface is allowed. * There ''is'' no corresponding interface. This is not the same as Unauthorized. Unauthorized means that an authorization regime has been properly set up, but the current user is not authorized. |
Launchpad Development Wiki
Quick links |
[This wiki is still very much a work in progress. When this notice disappears, that means it's still a work in progress, just not so much in progress that it demands a notice. The notice should go away before Launchpad is open sourced.]
Launchpad is a suite of tools that help people and teams to work together on free software.
This wiki is about the development of Launchpad. If you're just looking for help using Launchpad (including help with its APIs) please visit the help wiki.
But if you're a heavy user of Launchpad who wants to help shape its future -- e.g. an Ubuntu Core Dev, MOTU, or Launchpad developer -- then this is the wiki for you.
Getting Started
Rocketfuel Setup How to configure Launchpad initially. (Or try this alternate approach.)
Common Hacking Tips Finding your way around the Launchpad code.
Coding style guidelines How incoming code should look.
Submitting a patch and the review process The steps to get a patch into Launchpad.
VersionThreeDotO - feature plans and estimates for the mid-2009 major release
Parts of Launchpad
Translations - translating programs into multiple languages
Registry - people, projects and teams
This wiki is new and we're still moving information to it from other places:
Foundations - everything that holds Launchpad together
Bugs - the bug tracker
Code - version control
Answers - knowledge base
Blueprint - collaborative design
Process
Tools
External documentation
Zope components (Interfaces)
DeveloperLibrary recommends some books