add author counts to stats

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
2001-09-06 14:48:05 +00:00
parent d05e741750
commit 8c31070f8c

View File

@@ -1150,7 +1150,7 @@ For now, this is what we have.
<table>
<title> Historical Development Stats </title>
<tgroup cols="10">
<tgroup cols="12">
<thead>
<row>
<entry>Version</entry>
@@ -1164,6 +1164,7 @@ For now, this is what we have.
<entry>txt</entry>
<entry>Total</entry>
<entry>Languages</entry>
<entry>Author Credits</entry>
</row>
</thead>
<tbody>
@@ -1184,6 +1185,7 @@ For now, this is what we have.
<entry>40 files
(8.8)</entry>
<entry>1</entry>
<entry>1</entry>
</row>
<row>
<entry>xacc-0.9w
@@ -1202,6 +1204,7 @@ For now, this is what we have.
<entry>61 files
(16.2)</entry>
<entry>1</entry>
<entry>2</entry>
</row>
<row>
<entry>xacc-1.0.17
@@ -1220,6 +1223,7 @@ For now, this is what we have.
<entry>68 files
(18.3)</entry>
<entry>1</entry>
<entry>7</entry>
</row>
<row>
<entry>gnucash-1.1.15
@@ -1243,6 +1247,7 @@ For now, this is what we have.
<entry>159 files
(34.7)</entry>
<entry>1 (0.17)</entry>
<entry>25</entry>
</row>
<row>
<entry>gnucash-1.2.2
@@ -1265,6 +1270,7 @@ For now, this is what we have.
<entry>168 files
(39.0)</entry>
<entry>3 (0.54)</entry>
<entry>41</entry>
</row>
<row>
<entry>gnucash-1.3.6
@@ -1287,6 +1293,7 @@ For now, this is what we have.
<entry>302 files
(95.1)</entry>
<entry>5 (4.3) </entry>
<entry>?</entry>
</row>
<row>
<entry>gnucash-1.4.6
@@ -1309,6 +1316,7 @@ For now, this is what we have.
<entry>316 files
(101.9)</entry>
<entry>7 (6.0)</entry>
<entry>97</entry>
</row>
<row>
<entry>gnucash-1.5.2
@@ -1331,6 +1339,7 @@ For now, this is what we have.
<entry>341 files
(114.2)</entry>
<entry>8 (7.8)</entry>
<entry>108</entry>
</row>
<row>
<entry>gnucash-1.6.0
@@ -1353,6 +1362,7 @@ For now, this is what we have.
<entry>455 files
(193.9)</entry>
<entry>11 (18.7)</entry>
<entry>123</entry>
</row>
</tbody>
</tgroup>
@@ -1419,6 +1429,13 @@ For now, this is what we have.
documentation files in all subdirectories, </para>
</listitem>
<listitem>
<para>Authors -- teh number of authors credited in the AUTHORS file.
This includes both primary authors and maintainers, as well as
those who submitted small patches, fixes, documentation and
translations.
</para>
</listitem>
</itemizedlist>
</para>