Diff for "FrontPage"

Not logged in - Log In / Register

Differences between revisions 69 and 126 (spanning 57 versions)
Revision 69 as of 2009-08-03 22:43:09
Size: 3042
Editor: kfogel
Comment: Link to new WikiImprovements page, instead of to VersionThreeDotO, from top nav table.
Revision 126 as of 2022-02-11 15:30:47
Size: 5331
Editor: jugmac00
Comment: delete obsolte / broken link
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:
[[https://launchpad.net|Launchpad]] is 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]] [[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 10: Line 12:
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. 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 15: Line 17:
||'''~+[[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]]+~'''||'''~+[[Patches|Submit a patch]]+~''' || '''~+[[FAQ|Read the FAQ]]+~''' ||
||'''~+[[Getting|Get the source code]]+~''' || '''~+[[https://launchpad.readthedocs.io/en/latest/how-to/running.html|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]]+~''' || '''~+[[https://launchpad.readthedocs.io/en/latest/faq.html|Read the FAQ]]+~''' ||
||'''~+[[https://bugs.launchpad.net/launchpad|Submit a bug]]+~'''|| || || ||
Line 21: Line 24:
 * [[Foundations]] - everything that holds Launchpad together  * [[Foundations|Foundations]] - everything that holds Launchpad together
Line 29: Line 32:
 * [[Soyuz]] - packaging
Line 31: Line 35:
 * [[ZopeInLaunchpad|Zope]]
 * [[FeatureFlags]]
Line 35: Line 41:
 * [[StyleGuides|Coding style guidelines]] How incoming code should look.  * [[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 37: Line 45:
 * [[ReleaseChecklist|Release Checklist]]
Line 40: 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 44: Line 50:
 * [[Reviews|the review process]] How to get a [[Patches|patch]] reviewed.
 * [[Releases/2009Calendar|Launchpad release calendar for the first part of 2009]]
 * [[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.]]
Line 47: Line 54:

<<Anchor(guides)>>
== Guides ==
Things to consider in preparing patches.

=== Structural ===
 * [[https://launchpad.readthedocs.io/en/latest/explanation/architecture.html|Architecture guide]]

=== Python ===
 * [[https://launchpad.readthedocs.io/en/latest/reference/python.html|Python style guide]]
 * [[LazrStyleGuide | Style guide for Lazr projects]]
 * [[https://launchpad.readthedocs.io/en/latest/reference/tests.html | Tests Style Guide]]
 * [[https://launchpad.readthedocs.io/en/latest/how-to/exceptions.html|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 51: Line 89:
 * [[Debugging]]
Line 52: Line 91:
 * [[https://dev.launchpad.net/UltimateVimPythonSetup|UltimateVimPythonSetup]]
Line 53: Line 93:
 * HitchHiker
 * LoggingOopses
Line 56: Line 98:
 * [[http://wiki.zope.org/ZPT/TAL|TAL]]
 * [[http://www.muthukadan.net/docs/zca.html|Zope components]] (Interfaces)
 * [[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
 * [[https://muthukadan.net/docs/zca.html|Zope components]] (Interfaces)
Line 59: Line 103:
 * [[http://pypi.python.org/pypi/zc.buildout|zc.buildout's documentation on PyPI]]
 * [[https://launchpad.canonical.com/DeveloperLibrary|DeveloperLibrary]] recommends some books
 * [[https://dev.launchpad.net/DeveloperLibrary|DeveloperLibrary]] recommends some books
 * [[https://launchpad.readthedocs.io/en/latest/|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...

Get the source code

Build and run Launchpad

Get help

Improve this wiki

Navigate the code

Find a bug to work on

Submit a patch

Read the FAQ

Submit a bug

Parts of Launchpad

Process

Guides

Things to consider in preparing patches.

Structural

Python

User interface

Javascript

Database

Tools

External documentation

FrontPage (last edited 2022-02-11 15:30:47 by jugmac00)