Skip to content

Commit

Permalink
Fix some typos found by codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil authored and fablhx committed Dec 24, 2015
1 parent 40a19c0 commit d6bec12
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 53 deletions.
44 changes: 22 additions & 22 deletions CHANGES
Expand Up @@ -63,7 +63,7 @@ GeneWeb version 6.06
relatives outputs. Add a few new options in the ascendants/descendants
list/tree.
* The way a date is displayed is now completely depedant of the "date order"
in the language dictionnary. For exemple, if your date order is dd/mm/yyyy,
in the language dictionary. For example, if your date order is dd/mm/yyyy,
your date will be 01/02/1880. If instead it's d/m/yyyy, it will be displayed
as 1/2/1880. Format accepted now are :
- dmyyyy
Expand Down Expand Up @@ -168,7 +168,7 @@ GeneWeb version 6.04
* Added an option in the ged2gwb tool. It behaves like previously, i.e. default
relation for a couple is Married. If someone prefer, one can use the option
-rs_no_mention to set the relation status to NoMention.
* Added a new intruction in the template langage : FOR.
* Added a new instruction in the template langage : FOR.
It is a simple instruction, and could be improved later but for now it works
like this :
for (i=MIN; i<MAX; i++) => in template language : %for;i;MIN;MAX .... %end;
Expand All @@ -184,7 +184,7 @@ GeneWeb version 6.04
* Added an option to *not* try a getHostByName. Could slow down on windows.
One should add -no_host_address to gwd to use this feature.
* New implementation of the fonction that calculate if a person has a sosa
number or not. Much more efficent than the previous one !
number or not. Much more efficient than the previous one !
* It is now NOT possible to add or modify a family in which the first
name or the surname of a person is not specify. => It can break the
generation of the gw file.
Expand All @@ -194,9 +194,9 @@ GeneWeb version 6.04
* Added an "happy birthday" for the wedding anniversary in the
individual page
* Added the operator '/' (DIV) in the template language
* Fix the calculs in case there is more than a thousand number in templm
* Fix the calculus in case there is more than a thousand number in templm
* Fix the duplicates of adresse in gwc2. Now the book of places if
working completly in gwc1 and gwc2
working completely in gwc1 and gwc2

Daniel de Rauglaudre:
* Fix bug (limitation of the int size in OCaml). Now in 64 bits architecture,
Expand Down Expand Up @@ -237,7 +237,7 @@ GeneWeb version 6.03
many results"
* Added a book of places (see a.gwf to specify the maximum number of
event that can be corrected in one pass.
!!! Beware !!! This functionnality is not completly functionnal when
!!! Beware !!! This functionality is not completely functional when
using gwc2. You can not edit twice the same place. If you want to
edit more than one time one place, you have to do a consang between
each modifications (because it will recalculate the indexs).
Expand Down Expand Up @@ -349,7 +349,7 @@ GeneWeb version 5.02
messages not yet validated (in red) to allow them to possibly delete
them.
* ... other things added, modified or fixed. These changes were not recorded
here, because lazyness...
here, because laziness...

GeneWeb version 5.01
--------------------
Expand Down Expand Up @@ -382,7 +382,7 @@ The new version number (5.00) is in honour of this new encoding.
and HTML syntax can be both used in the same page. The Wiki syntax is:
- Lines starting with from 1 to 6 '=' and ending with the same number
of '=' are section titles (1 = most important.. 6 = less important).
If the text is modifiable, they can be independantly editable (a
If the text is modifiable, they can be independently editable (a
link "(modify)" is displayed to allow it).
- An empty line makes a new paragraph.
- Group of at least 2 lines starting with space and with an empty
Expand All @@ -405,7 +405,7 @@ The new version number (5.00) is in honour of this new encoding.
Simplified syntaxes: if oc = 0, [[fn/sn/t]] can be used, and
[[fn/sn]] is equivalent to [[fn/sn/0/fn sn]].
- The syntax [[[name/text]]] makes a link to a "miscelleneous note"
(new feature), an independant page which can be edited (if updating
(new feature), an independent page which can be edited (if updating
allowed), and using Wiki syntax also. The page name is 'name' (only
letters, digits and '_' allowed) and 'text' is displayed as link. If
the page does not exist, the link is displayed in red. These new
Expand Down Expand Up @@ -990,7 +990,7 @@ GeneWeb version 4.01
- [17 Mar 01] Fixed problem of displaying of history of updates: it
was sometimes very very slow.
- [15 Mar 01] Fixed bug: when merging two men (the problem did not
happen for women), the witnesses of mariage of the second man were
happen for women), the witnesses of marriage of the second man were
incompletely reported to the first one (they are indicated as witness
in the first man page, but not in their own personal page in the
"relation" section).
Expand Down Expand Up @@ -1025,7 +1025,7 @@ GeneWeb version 4.01
- [26 Mar 01] (technical point) Grouped together all lang/*/start.txt in
one only file lang/start.txt, easier to manipulate (at least for me!)
- [14 Mar 01] Changed the French translation of "nth cousin":
indeed, in French, the "nth cousin" is translated, litterally, by
indeed, in French, the "nth cousin" is translated, literally, by
"cousin of the pth degree" where "p" is "n+1": e.g. a "4th cousin" is
"a cousin of the 5th degree". Perhaps the same thing has to be done
in other languages...
Expand Down Expand Up @@ -1158,7 +1158,7 @@ GeneWeb version 3.11
wide for printers. In tree displaying, a link is proposed in the upper
right corner of the page. When clicking on it, a page is proposed for
a parametrizable display of the tree by slices.
- [29 Jan 01] For GeneWeb sites accomodating many databases: to
- [29 Jan 01] For GeneWeb sites accommodating many databases: to
avoid the creation of too many files in the same directories, added
the ability to put them in sub-sub-directories. A database file can
be installed in a sub-directory of its first character,
Expand Down Expand Up @@ -1252,7 +1252,7 @@ GeneWeb version 3.11
- [26 Jan 01] Added two macros usable in header or trailer files: %p
which is replaced by the prefix of the current URL (the whole address
up to the question mark) and %s by its suffix (after the question
mark). In personal pages, this suffix is independant from the index:
mark). In personal pages, this suffix is independent from the index:
can therefore be used to specify a bookmarkable address.

* Lexicon (lang/lexicon.txt)
Expand Down Expand Up @@ -1383,7 +1383,7 @@ GeneWeb version 3.09
- [11 Oct 00] Important improvement: added a system of template
files for the personal pages. It is therefore possible to change the
displaying of the personal pages, by editing the template. It is also
possible, for a site accomodating several databases, to have a
possible, for a site accommodating several databases, to have a
personal template file specific to each database.

* Lexicon (lang/lexicon.txt) and welcome pages (lang/*/start.txt)
Expand Down Expand Up @@ -1564,7 +1564,7 @@ GeneWeb version 3.07

* New feature
- [18 Aug 00] Added a program "gwtp" (CGI) to upload and download GeneWeb
databases in a site which accomodate some (undocumented program for the
databases in a site which accommodate some (undocumented program for the
moment).

* Distribution
Expand Down Expand Up @@ -1873,7 +1873,7 @@ GeneWeb version 3.03
not use cookies.
- [12 Mar 00] In ancestors page, added male and female lines.
- [11 Mar 00] In personal pages, the images defined by external URL (i.e.
accomodated in other Web sites) are now reduced as are local images.
accommodated in other Web sites) are now reduced as are local images.
- [11 Mar 00] The information "relationship to" is no more transformed
into "married to" when "non-friend" browsing (it was supposed to protect
private life, but seems to have more drawbacks than advantages).
Expand Down Expand Up @@ -2056,7 +2056,7 @@ GeneWeb version 3.01
- [Nov 5, 99] Accept roman digits in years of French Republican dates.

* GeneWeb to Gedcom (gwb2ged)
- [Nov 18, 99] Prints a space before the slash preceeding the surname
- [Nov 18, 99] Prints a space before the slash preceding the surname
in the NAME tag.

* Documentation
Expand Down Expand Up @@ -2168,7 +2168,7 @@ GeneWeb version 2.07
- [Sep 9, 99] Added Swedish version (Lars Gustavsson).
- [Sep 8, 99] Fixed lot of typos and errors in English version
(thanks to Lars Gustavsson).
- [Sep 6, 99] Fixed problem in Windows: if the user choosed a
- [Sep 6, 99] Fixed problem in Windows: if the user chose a
language by writing it in uppercase letters, some phrases where
displayed in English language between brackets (no matter which
language was selected), indicating that the language was not found
Expand Down Expand Up @@ -2457,7 +2457,7 @@ GeneWeb version 2.03
* Setup program
- [Jun 7, 99] Added a Spanish version (Luis Castro Guzman).
- [Jun 1, 99] The location to open is now always "http://localhost:2316/",
independant from the selected language (no more need to end the location
independent from the selected language (no more need to end the location
with "fr" or "en"): the page is displayed in the selected language.
- [May 15, 99] Added deletion of ".gwo" file after then "gwc" operation.
- [May 9, 99] Added predefined palette combination in "database parameters";
Expand Down Expand Up @@ -2877,7 +2877,7 @@ GeneWeb Version 1.09

* Gedcom to GeneWeb (ged2gwb)
- Delete of duplicated FAMS which sometimes happen in erroneous Gedcoms.
- Delete families from GEDCOM when parents dont have the good sex.
- Delete families from GEDCOM when parents don't have the good sex.
- Added displaying of line number when syntax errors and unrecognized dates.
- Get sources if defined by pointer (but just the 1st line).
- Added option "-no_nd" (no negative dates), not to interpret years preceded
Expand Down Expand Up @@ -2907,7 +2907,7 @@ GeneWeb Version 1.09
- In "search", added ability to write "I" instead of "Ier" (french form).
Ex: "Charles I" or "Charles Ier" are both accepted.
- Added ability to add ";opt=no_index" at end of requests to get an
equivalent link independant from the persons' index number (useful
equivalent link independent from the persons' index number (useful
to put direct links in Web pages).
- Added text "Parents of" in top of pages of missing ancestors.
- Fixed still several bugs (accents) due to new ANSEL encoding.
Expand Down Expand Up @@ -3181,7 +3181,7 @@ GeneWeb Version 1.0 beta.8

* gwd:
- added cgi mode (option -cgi)
- Less general for acces by approximative spelling: ex: first name "agns"
- Less general for access by approximative spelling: ex: first name "agns"
will not yet answer: "Agnes" and "Gunza", but just "Agnes".
- Unix version: time out limited to 120 seconds instead of 60
- Descendants by list limited to 8 instead of 5
Expand Down
16 changes: 8 additions & 8 deletions ICHANGES
Expand Up @@ -669,7 +669,7 @@ GeneWeb Version 3.05
is missing in all languages! Used "bsi_err.htm" instead.

* GeneWeb daemon/CGI (gwd)
- [04 Jun 00] Check about titles dates no more done agains the death date,
- [04 Jun 00] Check about titles dates no more done against the death date,
since titles can be given after death.
- [19 May 00] Added a small + in display ancestors horizontally. Seems
more pretty :-)
Expand Down Expand Up @@ -757,7 +757,7 @@ GeneWeb Version 3.03
even for persons having only the year in their date (fixed by testing
the field "delta" in the date record).
- [01 Feb 00] Added indentation in forum to make it more readable.
- [25 Jan 00] Display the number of persons in some more pages. Dont
- [25 Jan 00] Display the number of persons in some more pages. Don't
display it when number <= 1.
- [25 Jan 00] Changed the limit for public persons to 150 years instead
of 100 years: persons must have been born and dead before 150 years
Expand Down Expand Up @@ -852,7 +852,7 @@ GeneWeb Version 3.00
- [Nov 1, 99] Print relations only for friends and wizards.
- [Oct 31, 99] Added macro %k for images in order to have the same request
for any database in any language. And several changes to make the DOC
request independant from the database.
request independent from the database.
- [Oct 25, 99] Modified the treatment of nth (overflowing after 100)
to display the number itself (better than just "n-th").
- [Oct 25, 99] Commented the loading of the whole persons and families
Expand Down Expand Up @@ -1024,7 +1024,7 @@ GeneWeb Version 2.02
is corrupted for some reason, this was not a good error message!
- [Apr 28, 99] Added the ability to add a file named "refuse.txt" to
explain reasons of gwd exclusion.
- [Apr 24, 99] Dont print "+" in short dates for died person if there is
- [Apr 24, 99] Don't print "+" in short dates for died person if there is
no death date and if the person is older than 120 years, as it was
done in 2.01 for long dates displaying.

Expand Down Expand Up @@ -1053,7 +1053,7 @@ GeneWeb Version 2.01
parts, using cmxa files, because Windows 98 (or maybe Cygnus) does not
work with this too long line, I don't know why. No difference in Unix.
- [Apr 6, 99] Big cleanup about titles (hopefully not introducing bugs).
- [Apr 3, 99] Dont print "died" in personal page if this is the only
- [Apr 3, 99] Don't print "died" in personal page if this is the only
information (no date, no place) and if it is older than 120 years.
- [Mar 22, 99] Ability to put "*" (to match any characters) in lines in
exclude file.
Expand Down Expand Up @@ -1128,7 +1128,7 @@ GeneWeb Version 1.10
many accesses to the base (unnecessary accesses to "persons").
- [13/12/98] In src/num.ml, display at least "0" when number is 0!
- [12/12/98] Fixed horrible programming of base patches applying, which
resulted in much memory allocation and time loosing for bases having many
resulted in much memory allocation and time losing for bases having many
added "things" (persons, families, strings). Now the code is cleaner.
Consequence: saved speed and memory allocation in such bases in gwd,
gwu, gwb2ged.
Expand Down Expand Up @@ -1169,7 +1169,7 @@ GeneWeb Version 1.09
base?em=R;ei=31440&m=NG&n=somebody&t=PN
and ability to write in a direct link:
base?em=R;ep=jack;en=nicholson;eoc=3&m=NG&n=somebody&t=PN
to be somewhat independant from the index of "jack nicholson" in
to be somewhat independent from the index of "jack nicholson" in
the base.
- Hidden options in requests:
";opt=from" in personal pages, gives the .gw origin file (if any)
Expand Down Expand Up @@ -1305,7 +1305,7 @@ GeneWeb Version 1.03
--------------------

* gwd:
- ascend.ml & relation.ml: print upto faster thanks to maxlen added (l=...)
- ascend.ml & relation.ml: print up to faster thanks to maxlen added (l=...)
- capitalization of all letters with accents is now ok
- added "gwd.xcl" to exclude connexions

Expand Down
2 changes: 1 addition & 1 deletion contrib/gwbase/etc/popule.ml
Expand Up @@ -272,7 +272,7 @@ value speclist =
("-n", Arg.Int (fun i -> ngen.val := i),
"nb of generations (" ^ string_of_int ngen.val ^ ")");
("-g", Arg.Int (fun i -> gyear.val := i),
"age at mariage (" ^ string_of_int gyear.val ^ ")")]
"age at marriage (" ^ string_of_int gyear.val ^ ")")]
;
value anonfun i = bname.val := i;
value usage = "Usage: popule base [args]";
Expand Down
2 changes: 1 addition & 1 deletion contrib/gwdiff/README
Expand Up @@ -9,7 +9,7 @@ far it needs your help to know what to compare. Two modes are available:

- descendants of all ascendants (option -ad): it will found ascendants of the
person you have found in both databases that are available in both data
bases. For each top person identified, it will compare its decendants in
bases. For each top person identified, it will compare its descendants in
both databases.

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion contrib/misc/birthdays
Expand Up @@ -21,7 +21,7 @@
# e. g. 12 for december (optional)
#
# crontab usage:
# put the script in your home path (or whereever your sysadmin
# put the script in your home path (or wherever your sysadmin
# permitted you to do so) and put the following two lines
# (without the "#", fill in your correct link) into your crontab:
#
Expand Down
6 changes: 3 additions & 3 deletions etc/a.gwf
Expand Up @@ -98,14 +98,14 @@ supervisor=

# Notify change program (e.g. shell script) to be executed for each
# database change. First argument is the name of the base, then the
# individual and finaly the action performed.
# individual and finally the action performed.
# If you want to test a specific change, such as, delete an individual,
# you should test the fourth argument as equal to dp (delete person).
# You can check the list of possible modifications in the updhist.txt file
# (see update_text).
# notify_change=

# Wizard loosing his powers, becoming just a "friend"
# Wizard losing his powers, becoming just a "friend"
# Set it to "yes" or "no"
wizard_just_friend=no

Expand Down Expand Up @@ -339,7 +339,7 @@ expand_env=no
# var_foo=my home is ${HOME}, guys!
# the customized variable %vfoo; is expanded into:
# my home is /home/smith, guys!
# The default is "no" because it may be a security hole to allow accomodated
# The default is "no" because it may be a security hole to allow accommodated
# databases in a Web site to show the environment variables of the command
# gwd. Check that before putting "expand_env" to "yes".

Expand Down
4 changes: 2 additions & 2 deletions gwtp/README
@@ -1,6 +1,6 @@
What is gwtp?

Gwtp is a CGI program allowing owners of databases accomodated in a
Gwtp is a CGI program allowing owners of databases accommodated in a
GeneWeb site to upload and download their databases on the site and
change their configuration parameters.

Expand Down Expand Up @@ -38,7 +38,7 @@ enter a database name and a password.

Adding an user

To add a new accomodated database, just add a line in the passwd file
To add a new accommodated database, just add a line in the passwd file
of the directory $tmp above, holding:
base:passwd

Expand Down
8 changes: 4 additions & 4 deletions gwtp/gwtp.ml
Expand Up @@ -632,7 +632,7 @@ value insert_file env bdir name =
let oc = open_out (Filename.concat bdir name) in
output oc contents (j + 1) len;
flush oc;
printf "File \"%s\" transfered.\n" name;
printf "File \"%s\" transferred.\n" name;
close_out oc;
}
else ();
Expand Down Expand Up @@ -756,7 +756,7 @@ value send_gedcom_file str env b tok f fname =
";
flush stdout;
make_gedcom_file env b;
printf "\nGedcom file transfered.\n";
printf "\nGedcom file transferred.\n";
flush stdout;
ged2gwb b;
printf "New database created.\n";
Expand Down Expand Up @@ -894,7 +894,7 @@ value send_file str env b tok f fname =
}
| Refuse ->
do {
printf "Database is already being transfered.<br>\n";
printf "Database is already being transferred.<br>\n";
printf "Please try again later.\n";
} ];
flush stdout;
Expand Down Expand Up @@ -1228,7 +1228,7 @@ value speclist =
"<etc>: directory for passwd, default.gwf and lang files; default: " ^
gwtp_tmp.val);
("-site", Arg.String (fun x -> gw_site.val := x),
"<url>: site (if any) where databases are accomodated");
"<url>: site (if any) where databases are accommodated");
("-noup", Arg.Set no_upload, "no upload");
("-tmout", Arg.Float (fun x -> token_tmout.val := x),
"<sec>: tokens time out; default = " ^
Expand Down

0 comments on commit d6bec12

Please sign in to comment.