amplarede / uizard

Automatically exported from code.google.com/p/uizard
Other
0 stars 1 forks source link

Proposal for version and filename notations. #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
  Official UIzard's name is 'UIzard' and called like 'wizard [wízərd]'.

  For keeping consistency, we have to determine policies for many notations.

  UIzard's version is composed three numbers like 'm.n.t'. The m is major
version number. If there are overall changes or architectural changes, we
will increasing this number. The n is minor version number, If there are
many changes or important changes, we will increasing this number. And the
t is trifle version number. If there are some changes, but not important,
we will increasing this number.

  We write UIzard's name at the filename for download as 'uizard'. There
are no capitals. Because in Unix-like environments, to type capital is
annoying work. And to use capital character as a directory name or file
name is not general case in Unix-like environments. So we use only small
latters. But the official name of UIzard is 'UIzard', using capital characters.

  Archive filenames will be named according to followings.

  The downloadable archive files of UIzard is named like
'uizard-m.n.t[-[beta | alpha]].[zip | tar.gz]'

  The examples are like this.

    uizard-0.9.0.tar.gz (Stable & Release version)
    uizard-0.8.2-beta.zip (Beta version)
    uizard-0.8.0-alpha.zip (Alpha version)

  If do you have another suggestion, please reply to this issue.

  Thank you.

Original issue reported on code.google.com by eerien on 4 Jun 2009 at 7:38