From 0d498fdf7b906f1a231c7bb251445b0590975666 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 9 Aug 2000 00:05:32 +0000 Subject: [PATCH] run it through the smelling checker git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2652 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/html/C/projects.html | 198 +++++++++++++++++++-------------------- 1 file changed, 99 insertions(+), 99 deletions(-) diff --git a/doc/html/C/projects.html b/doc/html/C/projects.html index 2552b3736a..6d04a1f0bc 100644 --- a/doc/html/C/projects.html +++ b/doc/html/C/projects.html @@ -30,7 +30,7 @@ archives.

There are currently several different versions of GnuCash. - We've adopted the kernel numbering scheme: even minor relase + We've adopted the kernel numbering scheme: even minor release numbers (1.2.x, 1.4.x) are considered to mark stable releases, while odd numbers (1.3.x, 1.5.x) mark development releases.

@@ -48,8 +48,8 @@

The latest version is available only via CVS. Occasionally, some of the more stable CVS versions are given a version number, - and packaged as a precompiled deb or rpm install package. Naive or - begining users should probably stick to version gnucash-1.4.0. + and packaged as a precompiled deb or RPM install package. Naive or + beginning users should probably stick to version gnucash-1.4.0. More adventurous users can try one of the 1.5.x releases, However, keep in mind that they are in a state of constant change and will often be unstable. @@ -87,7 +87,7 @@

  • The GUI that adds, modifies and deletes these should be thought of as a manipulator of the data, a Controller. - Thus, the Motif or Gnome GUIs are merely two possible + Thus, the Motif or Gnome GUI's are merely two possible manipulators of the data; others, based on e.g. web/cgi-bin, Qt/KDE, emacs, Java applets or Java servlets ought to be possible.
  • @@ -134,13 +134,13 @@
  • Transactions, which consist of a set of journal entries (JE's) whose values sum to zero.
  • -
  • Journal Entries (internally refered to as +
  • Journal Entries (internally referred to as 'splits') which record prices and values.
  • Accounts, which consist of a list of journal entries.
  • -
  • Chart of Accounts, which is a heirarchical tree of +
  • Chart of Accounts, which is a hierarchical tree of accounts.
  • The Engine has a very simple apply/commit model, and a simple @@ -338,7 +338,7 @@

    Sizings

    - This section attempts to guesss how hard it would be to + This section attempts to guess how hard it would be to implement certain features.

    Personal Financial Application

    @@ -706,22 +706,22 @@
    @@ -756,7 +756,7 @@ file format??). Tables & etc should be exportable to AbiWord, StarOffice, other wi=ord processors.

    -

    Must be possible to e-mail reports (inluding html) to +

    Must be possible to e-mail reports (including html) to users. This might be a built-in function of gtk-html?

    Reports should make use of the 'action' field ...

    @@ -771,12 +771,12 @@

    Status: