From b99d2685d54708cf1fced6ef3d27a79bc83ae5ce Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 11 Oct 1998 05:35:10 +0000 Subject: [PATCH] fixes to appearenece git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1293 57a11ea4-9604-0410-9ed3-97b8803252fd --- Docs/xacc-about.html | 96 ++++++++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 44 deletions(-) diff --git a/Docs/xacc-about.html b/Docs/xacc-about.html index cc3daf75ac..54e89f3ec4 100644 --- a/Docs/xacc-about.html +++ b/Docs/xacc-about.html @@ -125,7 +125,7 @@
NetBSD -- Intel

- + @@ -146,75 +146,83 @@

History

- Format: number of files (*.c and *.h), KLOCS in *.c + KLOCS in *.h - where KLOC== kilo-lines-of-code, as reported by wc. - other misc dirs not counted. - -
- Version - engine - register - ledger - motif - gnome - qt - prefs (scm) - docs (html) - misc - Total + The table below shows some historical lines-of-code and number-of-files + counts for the X-Accountant/GnuCash development project +
+ + + + - + - + - + - +
Historical Development Stats
Version + engine + register + ledger + motif + gnome + qt + prefs (scm) + docs (html) + misc + Total -
0.9 -- Sept 97 +
xacc-0.9
Sept 97
- - - - 34; 7.5+0.9 + 34 files
(7.5+0.9)
- - - - 5; 0.4 + 5 files
(0.4)
- - 39; 8.8 + 39 files
(8.8) -
0.9w -- Dec 97 +
xacc-0.9w
Dec 97
- - - - 51; 13.8+1.5 + 51 files
(13.8+1.5)
- - - - 9; 0.8 + 9 files
(0.8)
- - 60; 16.1 + 60 files
(16.1) -
1.0.17 -- Feb 98 +
xacc-1.0.17
Feb 98
- - - - 52; 14.8+1.8 + 52 files
(14.8+1.8)
- - - - 12; 1.4 + 12 files
(1.4)
- - 64; 18.0 + 64 files
(18.0) -
1.1.15 -- Aug 98 - 24; 6.2+1.5 - 31; 6.1+1.7 - 5; 1.4+0.4 - 30; 7.4+0.7 - 17; 3.4+0.5 - 16; 1.2+0.2 - 3; 0.3 - 16; 1.9 - (not counted, >1.0) - 142; 32.9 +
gnucash-1.1.15
Aug 98 +
24 files
(6.2+1.5) +
31 files
(6.1+1.7) +
5 files
(1.4+0.4) +
30 files
(7.4+0.7) +
17 files
(3.4+0.5) +
16 files
(1.2+0.2) +
3 files
(0.3) +
16 files
(1.9) +
not counted
(>1.0) +
142 files
(32.9)
+

+ Each cell contains: +
+
number of *c and *.h files +
(KLOCS in *.c + KLOCS in *.h), +

+ where KLOC == kilo-lines-of-code, as reported by wc.