~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/help/karma.html

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-08-03 09:17:25 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-19
Removed defaultSkin directive to make launchpad work with the latest zope.
Patches applied:

 * steve.alexander@canonical.com/launchpad--devel--0--patch-16
   merge from rocketfuel

 * steve.alexander@canonical.com/launchpad--devel--0--patch-17
   removed use of defaultSkin directive, which has been removed from zope3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
  <head>
3
 
    <title>What is karma?</title>
4
 
    <link rel="stylesheet" type="text/css"
5
 
          href="/+icing/yui/cssreset/reset.css" />
6
 
    <link rel="stylesheet" type="text/css"
7
 
          href="/+icing/yui/cssfonts/fonts.css" />
8
 
    <link rel="stylesheet" type="text/css"
9
 
          href="/+icing/yui/cssbase/base.css" />
10
 
  </head>
11
 
  <body>
12
 
    <h1>What is karma?</h1>
13
 
 
14
 
    <p>
15
 
      Karma is one of the ways in which you can get a feel for the work 
16
 
      that someone has done recently in Launchpad.
17
 
    </p>
18
 
    
19
 
    <p>
20
 
      Almost everything you do in Launchpad helps you to build karma. For 
21
 
      example: registering bugs, translating strings and answering support 
22
 
      requests. Different types of work earn different levels of karma. 
23
 
      Also, the amount of karma a particular action gives you fades over 
24
 
      time.
25
 
    </p>
26
 
    
27
 
    <p>
28
 
      Karma is only attributed for work done in Launchpad and does not 
29
 
      apply to items imported from other sources.
30
 
    </p>
31
 
 
32
 
    <p>
33
 
      <a href="https://help.launchpad.net/YourAccount/Karma" target="top">Read about how Launchpad calculates karma</a>.
34
 
    </p>
35
 
 
36
 
 
37
 
  </body>
38
 
</html>