Diff for "FrontPage"

Not logged in - Log In / Register

Differences between revisions 107 and 124 (spanning 17 versions)
Revision 107 as of 2010-10-15 02:27:15
Size: 5039
Editor: lifeless
Comment: inline the style guide listing, the intermediate page had no content.
Revision 124 as of 2021-12-10 15:23:30
Size: 5365
Editor: cjwatson
Comment: chase redirect
Deletions are marked like this. Additions are marked like this.
Line 10: 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 12: 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 17: 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]]+~'''||'''~+[[PatchSubmission|Submit a patch]]+~''' || '''~+[[FAQ|Read the FAQ]]+~''' ||
||'''~+[[Getting|Get the source code]]+~''' || '''~+[[https://launchpad.readthedocs.io/en/latest/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]]+~''' ||
Line 36: Line 36:
 * [[FeatureFlags]]
Line 40: Line 41:
 * [[RoadMap|Roadmap]] - major things that are happening next
Line 45: Line 45:
 * [[ReleaseChecklist|Release Checklist]]
Line 48: Line 47:
 * [[SpuriousFailures|How to handle spurious failures]]
* How to  [[BugHandling|report bugs about Launchpad]], and how to [[BugTriage|triage them]].
 * How to [[BugHandling|report bugs about Launchpad]], and how to [[BugTriage|triage them]].
Line 53: Line 51:
 * [[Releases/2010Calendar|Launchpad release calendar for 2010]]
Line 63: Line 60:
 * [[ArchitectureGuide]]  * [[https://launchpad.readthedocs.io/en/latest/guides/architecture.html|Architecture guide]]
Line 66: Line 63:
 * [[PythonStyleGuide]]  * [[https://launchpad.readthedocs.io/en/latest/guides/python.html|Python style guide]]
Line 69: Line 66:
 * [[ExceptionGuidelines | Exception Guidelines]]  * [[https://launchpad.readthedocs.io/en/latest/guides/exceptions.html|Exception Guidelines]]
Line 73: Line 70:
 * [[PolicyandProcess/XXXPolicy|XXXPolicy]]

=== User interface ===
 * [[UI|Everything UI]]
Line 74: Line 75:
 * [[PolicyandProcess/XXXPolicy|XXXPolicy]]
Line 82: Line 82:
=== Database ===

 * [[Database/Performance | database performance guide]]
Line 96: Line 99:
 * [[http://wiki.zope.org/ZPT/TAL|TAL]] - Specification
 * [[http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ZPT.stx|Using Zope Page Templates]] - Although written for Zope2, it is valid for Zope3
 * [[http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ZPT.stx/AdvZPT.stx|Advanced Page Templates]] - Written for Zope2, but valid for Zope3
 * [[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 101: Line 104:
 * [[http://pypi.python.org/pypi/zc.buildout|zc.buildout's documentation on PyPI]]
Line 103: Line 105:
 * [[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)