3296
Comment: ACL change to allow community dev team to make changes
|
5085
fix broken links
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
######### ##### any ACL that ends in TeamACL is an openid team. If you create a page with the same name you'll mess up access |
|
Line 5: | Line 7: |
#acl launchpaddevTeamACL:read,write All:read | ###acl launchpaddevTeamACL:read,write All:read |
Line 8: | Line 10: |
||<tablestyle="float:right; font-size: 0.9em; width:25%; background:#fff; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Quick links'''|| || [[https://help.launchpad.net/NewToLaunchpad|Get started with Launchpad]]<<BR>>[[https:///help.launchpad.net|Get help with Launchpad]] || |
[[https://launchpad.net|Launchpad]] is a platform that helps people and teams work together on free software. It is hosted by Canonical, Ltd, and is open source software, licensed under the [[LaunchpadLicense|GNU Affero General Public License, version 3]]. |
Line 11: | Line 12: |
[[https://launchpad.net|Launchpad]] is a suite of tools that help people and teams to work together on free software. It is hosted at [[https://launchpad.net/|Launchpad.net]] by Canonical, Ltd, and it is open source itself, licensed under the [[LaunchpadLicense|GNU Affero General Public License, version 3]] 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]]. But if you're a heavy user of Launchpad who wants to help shape its future -- e.g. an Ubuntu Core Dev, [[https://launchpad.net/~motu|MOTU]], or Launchpad developer -- then this is the wiki for you. |
This wiki is for Launchpad '''development'''. 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]]. But if you're a heavy user of Launchpad who wants to help shape its future, then this is the wiki for you. You might also want to look at the [[http://lpqateam.canonical.com/doc/|documentation in the Launchpad tree]]. |
Line 18: | Line 15: |
== Getting Started == * [[Getting|Getting the Launchpad source code]] * [[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. * [[Releases/2009Calendar|Launchpad release calendar for the first part of 2009]] * [[VersionThreeDotO]] - feature plans and estimates for the mid-2009 major release * [[FAQ|Frequently Asked Questions]] |
<<Anchor(quick-links)>> ||<tablestyle="width: 100%; text-align: center;" colspan=4 style="background: #2a2929; font-weight: bold; color: #f6bc05;">I want to...|| ||'''~+[[Getting|Get the source code]]+~''' || '''~+[[Running|Build and run Launchpad]]+~''' || '''~+[[Help|Get help]]+~''' || '''~+[[WikiConventions|Improve this wiki]]+~''' || ||'''~+[[Hacking|Navigate the code]]+~'''||'''~+[[FixBugs|Find a bug to work on]]+~'''||'''~+[[PatchSubmission|Submit a patch]]+~''' || '''~+[[FAQ|Read the FAQ]]+~''' || ||'''~+[[https://bugs.launchpad.net/launchpad|Submit a bug]]+~'''|| || || || |
Line 31: | Line 24: |
* [[Foundations|Foundations]] - everything that holds Launchpad together | |
Line 32: | Line 26: |
* [[Web|Web]] * [[Mail|Mail]] |
|
Line 36: | Line 28: |
''This wiki is new and we're still moving information to it from other places:'' * [[Foundations]] - everything that holds Launchpad together |
|
Line 44: | Line 32: |
* [[Soyuz]] - packaging * [[Web|Web]] * [[Mail|Mail]] * [[ZopeInLaunchpad|Zope]] * [[FeatureFlags]] |
|
Line 48: | Line 41: |
* [[PolicyAndProcess|Index of our official policies and processes]] * '''[[LaunchpadEnhancementProposalProcess| LEP: Launchpad Enhancement Proposal]]''' - How to propose a change to Launchpad * [[Trunk|Where's trunk?]] Finding the "master" branch for Launchpad. |
|
Line 49: | Line 45: |
* [[ReleaseChecklist|Release Checklist]] | |
Line 52: | Line 47: |
* [[SpuriousFailures|How to handle spurious failures]] * [[BugTriage|A Practical Guide to Launchpad Bug Triage]] |
* How to [[BugHandling|report bugs about Launchpad]], and how to [[BugTriage|triage them]]. |
Line 56: | Line 50: |
* [[Reviews|the review process]] How to get a [[PatchSubmission|patch]] reviewed. * LaunchpadPpa - How we manage the Launchpad dependencies PPA * [[Testing|Writing and running the Launchpad test suite.]] <<Anchor(guides)>> == Guides == Things to consider in preparing patches. === Structural === * [[ArchitectureGuide]] === Python === * [[PythonStyleGuide]] * [[LazrStyleGuide | Style guide for Lazr projects]] * [[TestsStyleGuide | Tests Style Guide]] * [[ExceptionGuidelines | Exception Guidelines]] * [[DatetimeUsageGuide|DatetimeUsageGuide]] * [[ErrorExplanations|Error explanations]] * [[LaunchpadSecurityPolicy | Launchpad security policy]] * [[PolicyandProcess/XXXPolicy|XXXPolicy]] === User interface === * [[UI|Everything UI]] * [[DeveloperDocumentation/UserInterfaceChecklist|User interface checklist]] * [[UserInterfaceWording]] === Javascript === * [[JavaScriptReviewNotes | JavaScript style guide]] * [[JavascriptUnitTesting | JavaScript unit testing]] === Database === * [[Database/Performance | database performance guide]] |
|
Line 60: | Line 89: |
* [[Debugging]] | |
Line 61: | Line 91: |
* [[https://dev.launchpad.net/UltimateVimPythonSetup|UltimateVimPythonSetup]] | |
Line 62: | Line 93: |
* HitchHiker * LoggingOopses * [[Tools/Polyot|Polyot]] - script to help you run the Launchpad test suite on remote machines |
|
Line 65: | Line 99: |
* [[http://wiki.zope.org/ZPT/TAL|TAL]] | * [[https://pagetemplates.readthedocs.io/en/latest/history/TALSpecification14.html|TAL]] - Specification * [[https://zope.readthedocs.io/en/latest/zopebook/ZPT.html|Using Zope Page Templates]] - Although written for Zope2, it is valid for Zope3 * [[https://zope.readthedocs.io/en/latest/zopebook/AdvZPT.html|Advanced Page Templates]] - Written for Zope2, but valid for Zope3 |
Line 68: | Line 104: |
* [[https://launchpad.canonical.com/DeveloperLibrary|DeveloperLibrary]] recommends some books | * [[https://dev.launchpad.net/DeveloperLibrary|DeveloperLibrary]] recommends some books * [[http://lpqateam.canonical.com/doc|Documentation in the Launchpad tree]] |
Launchpad Development Wiki
Launchpad is a platform that helps people and teams work together on free software. It is hosted by Canonical, Ltd, and is open source software, licensed under the GNU Affero General Public License, version 3.
This wiki is for Launchpad development. 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, then this is the wiki for you. You might also want to look at the documentation in the Launchpad tree.
I want to... |
|||
|
|
|
Parts of Launchpad
Foundations - everything that holds Launchpad together
Translations - translating programs into multiple languages
Registry - people, projects and teams
Bugs - the bug tracker
Code - version control
Answers - knowledge base
Blueprint - collaborative design
Soyuz - packaging
Process
LEP: Launchpad Enhancement Proposal - How to propose a change to Launchpad
Where's trunk? Finding the "master" branch for Launchpad.
How to report bugs about Launchpad, and how to triage them.
the review process How to get a patch reviewed.
LaunchpadPpa - How we manage the Launchpad dependencies PPA
Guides
Things to consider in preparing patches.
Structural
Python
User interface
Javascript
Database
Tools
Polyot - script to help you run the Launchpad test suite on remote machines
External documentation
TAL - Specification
Using Zope Page Templates - Although written for Zope2, it is valid for Zope3
Advanced Page Templates - Written for Zope2, but valid for Zope3
Zope components (Interfaces)
DeveloperLibrary recommends some books