summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2002-08-07 10:24:28 +0000
committerbehdad <behdad>2002-08-07 10:24:28 +0000
commit8514387e70f40d08eec53814e9042b929223e2c8 (patch)
treecfc611616a8966a560d559945520b7cf607693ad
parent1f772635217efb079cd62ffffe239404d861b8cb (diff)
Doc changes.
-rw-r--r--AUTHORS7
-rw-r--r--ChangeLog4
-rw-r--r--README38
3 files changed, 19 insertions, 30 deletions
diff --git a/AUTHORS b/AUTHORS
index 3a55084..d439013 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -34,3 +34,10 @@ Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Abel Cheung <maddog@linux.org.hk>
* Implemented pkgconfig support.
+Dominique Unruh <dominique@unruh.de>
+ * Contributed a patch for reordering NSMs (rule L3).
+
+Tomas Frydrych <tomas@frydrych.uklinux.net>
+ * Contirbuted patches for compiling fribidi under Microsoft
+ Visual C++.
+
diff --git a/ChangeLog b/ChangeLog
index 3e665e8..78637e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-07 Behdad Esfahbod <fribidi@behdad.org>
+ * AUTHORS: Added Tomas Frydrych <tomas@frydrych.uklinux.net>.
+ * READMY: Moved AbiWord to applications that use fribidi.
+
2002-08-01 Behdad Esfahbod <fribidi@behdad.org>
* *.c, *.h, fribidi_config.h.in, configure.in, acconfig.h: Applied
and completed the patch from Tomas Frydrych, to add FRIBIDI_EXPORT
diff --git a/README b/README
index 84f0705..d148d95 100644
--- a/README
+++ b/README
@@ -13,10 +13,10 @@ Audience
It is our hope that this library will stimulate the implementation of Hebrew
and Arabic in lots of free software. Here is a small list of projects that
would benifit from the use of the FriBidi library, but of course there are
-many more: Wine, Mozilla, Qt, KDE, AbiWord, lynx, OpenOffice.
+many more: Wine, Mozilla, Qt, KDE, lynx, OpenOffice.
It may be interesting for you to know that Fribidi is already being used in
-projects like Gnome, GTK+, Pango, and Xterm.
+projects like Gnome, GTK+, Pango, AbiWord, and Xterm.
Downloading
===========
@@ -32,7 +32,7 @@ Copyright
=========
Fribidi is:
Copyright (C) 1999,2000 Dov Grobgeld, and
-Copyright (C) 2001 Behdad Esfahbod.
+Copyright (C) 2001,2002 Behdad Esfahbod.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -45,7 +45,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
-along with this library, in a file named COPYING.LIB; if not, write to the
+along with this library, in a file named COPYING; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
@@ -125,32 +125,10 @@ calculated.
How it looks like
=================
-Here is the a part of the output of
-"fribidi --test --charset CapRTL tests/test-CapRTL"
-(assume CAPITAL letters as right to left, and numbers 7, 8, 9 as arabic):
-
-car is THE CAR in arabic => car is RAC EHT in arabic
-CAR IS the car IN ENGLISH => HSILGNE NI the car SI RAC
-he said "IT IS 123, 456, OK" => he said "KO ,456 ,123 SI TI"
-he said "IT IS (123, 456), OK" => he said "KO ,(456 ,123) SI TI"
-he said "IT IS 123,456, OK" => he said "KO ,123,456 SI TI"
-he said "IT IS (123,456), OK" => he said "KO ,(123,456) SI TI"
-HE SAID "it is 123, 456, ok" => "ok ,it is 123, 456" DIAS EH
-he said "IT IS 789, 678, OK" => he said "KO ,678 ,789 SI TI"
-he said "IT IS (789, 678), OK" => he said "KO ,(678 ,789) SI TI"
-he said "IT IS 789,678, OK" => he said "KO ,789,678 SI TI"
-he said "IT IS (789,678), OK" => he said "KO ,(789,678) SI TI"
-HE SAID "it is 789, 678, ok" => "ok ,678 ,789 it is" DIAS EH
-<H123>shalom</H123> => <123H/>shalom<123H>
-<h123>SAALAM</h123> => <h123>MALAAS</h123>
-HE SAID "it is a car!" AND RAN => NAR DNA "!it is a car" DIAS EH
-HE SAID "it is a car!_>" AND RAN => NAR DNA "it is a car!" DIAS EH
--2 CELSIUS IS COLD => DLOC SI SUISLEC 2-
-SOLVE 1*5 1-5 1/5 1+5 => 5+1 5/1 5-1 5*1 EVLOS
-THE RANGE IS 2.5..5 => 5..2.5 SI EGNAR EHT
-IOU $10 => $10 UOI
-CHANGE -10% => %10- EGNAHC
--10% CHANGE => EGNAHC %10-
+Have a look at tests directory, to see some input and outputs, which
+CapRTL charset means that CAPITAL letters are right to left, and digits
+6, 7, 8, 9 are Arabic digits, try 'fribidi --charsetdesc CapRTL' for the
+full description.
Executable
==========