fixes to appearenece

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1293 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-10-11 05:35:10 +00:00
parent ba610999c9
commit b99d2685d5

View File

@ -125,7 +125,7 @@
<br>NetBSD -- Intel <br>NetBSD -- Intel
<p> <p>
<a href="http://www.cs.hmc.edu/~rclark/xacc"> <a href="http://www.gnucash.org/">
<img src="logos/linux.gif"></a> <img src="logos/linux.gif"></a>
<a href="http://www.sco.com/skunkware"> <a href="http://www.sco.com/skunkware">
@ -146,75 +146,83 @@
<img src = "logos/NetBSD-banner.gif"> <img src = "logos/NetBSD-banner.gif">
<h2>History</h2> <h2>History</h2>
Format: number of files (*.c and *.h), KLOCS in *.c + KLOCS in *.h The table below shows some historical lines-of-code and number-of-files
where KLOC== kilo-lines-of-code, as reported by wc. counts for the X-Accountant/GnuCash development project
other misc dirs not counted. <br>
<table> <table border=1>
<th> <CAPTION>Historical Development Stats</CAPTION>
<td>Version <tr align=center>
<td>engine <th>Version
<td>register <th>engine
<td>ledger <th>register
<td>motif <th>ledger
<td>gnome <th>motif
<td>qt <th>gnome
<td>prefs (scm) <th>qt
<td>docs (html) <th>prefs (scm)
<td>misc <th>docs (html)
<td>Total <th>misc
<th>Total
<tr> <tr align=center>
<td>0.9 -- Sept 97 <td>xacc-0.9<br>Sept 97
<td> - <td> -
<td> - <td> -
<td> - <td> -
<td>34; 7.5+0.9 <td>34 files<br>(7.5+0.9)
<td> - <td> -
<td> - <td> -
<td> - <td> -
<td>5; 0.4 <td>5 files<br>(0.4)
<td> - <td> -
<td>39; 8.8 <td>39 files<br>(8.8)
<tr> <tr align=center>
<td>0.9w -- Dec 97 <td>xacc-0.9w<br>Dec 97
<td> - <td> -
<td> - <td> -
<td> - <td> -
<td>51; 13.8+1.5 <td>51 files<br>(13.8+1.5)
<td> - <td> -
<td> - <td> -
<td> - <td> -
<td>9; 0.8 <td>9 files<br>(0.8)
<td> - <td> -
<td>60; 16.1 <td>60 files<br>(16.1)
<tr> <tr align=center>
<td>1.0.17 -- Feb 98 <td>xacc-1.0.17<br>Feb 98
<td> - <td> -
<td> - <td> -
<td> - <td> -
<td>52; 14.8+1.8 <td>52 files<br>(14.8+1.8)
<td> - <td> -
<td> - <td> -
<td> - <td> -
<td>12; 1.4 <td>12 files<br>(1.4)
<td> - <td> -
<td>64; 18.0 <td>64 files<br>(18.0)
<tr> <tr align=center>
<td>1.1.15 -- Aug 98 <td>gnucash-1.1.15<br>Aug 98
<td>24; 6.2+1.5 <td>24 files<br>(6.2+1.5)
<td>31; 6.1+1.7 <td>31 files<br>(6.1+1.7)
<td>5; 1.4+0.4 <td>5 files<br>(1.4+0.4)
<td>30; 7.4+0.7 <td>30 files<br>(7.4+0.7)
<td>17; 3.4+0.5 <td>17 files<br>(3.4+0.5)
<td>16; 1.2+0.2 <td>16 files<br>(1.2+0.2)
<td>3; 0.3 <td>3 files<br>(0.3)
<td>16; 1.9 <td>16 files<br>(1.9)
<td>(not counted, >1.0) <td>not counted<br>(>1.0)
<td>142; 32.9 <td>142 files<br>(32.9)
</table> </table>
<p>
Each cell contains:
<br>
<br>number of *c and *.h files
<br>(KLOCS in *.c + KLOCS in *.h),
<p>
where KLOC == kilo-lines-of-code, as reported by <tt>wc</tt>.
</body> </body>
</html> </html>