assets/index.xsl in cobench-0.0.10 vs assets/index.xsl in cobench-0.0.11

- old
+ new

@@ -46,11 +46,11 @@ <style> td, th { font-family: monospace; font-size: 18px; } .num { text-align: right; } .left { border-bottom: 0; } header { text-align: center; } - footer { text-align: center; font-size: 0.8em; } + footer { text-align: center; font-size: 0.8em; line-height: 1.2em; color: gray; } article { width: 60em; border: 0; } .sorter { cursor: pointer; } </style> </head> <body> @@ -74,10 +74,18 @@ <xsl:text> </xsl:text> <xsl:value-of select="$version"/> </a> <xsl:text> on </xsl:text> <xsl:value-of select="cobench/@time"/> - <xsl:text>.</xsl:text> + <xsl:text>. </xsl:text> + <xsl:text>"Pulls" is the total number of pull requests created by the user and merged. </xsl:text> + <xsl:text>"Issues" is the total number of issues submitted by the user. </xsl:text> + <xsl:text>"Commits" is the total number of commits authored by the user. </xsl:text> + <xsl:text>"Score" is an arithmetic summary of all other numbers with multipliers: </xsl:text> + <xsl:text>one Pull costs 100 points, </xsl:text> + <xsl:text>one Issue 50 points, </xsl:text> + <xsl:text>one Commit 5 points, </xsl:text> + <xsl:text>one HoC 1 point.</xsl:text> </p> <p> <xsl:text>The numbers you see reflect the activity of the last </xsl:text> <b> <xsl:value-of select="cobench/@days"/>