From: Florian Forster Date: Tue, 12 Sep 2006 22:01:53 +0000 (+0200) Subject: ReadMe: Changed the ``big picture'' ASCII art and wrote about the HTML entity replace... X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4505f0f46811b5406780c243e01cb4dc484898ae;p=licom.git ReadMe: Changed the ``big picture'' ASCII art and wrote about the HTML entity replacement. --- diff --git a/ReadMe b/ReadMe index c620986..5700952 100644 --- a/ReadMe +++ b/ReadMe @@ -72,23 +72,44 @@ These requirements are tried to be met with the following approach: - On top of these modules a CGI-script has been written. +Internationalization + +FIXME +Since version 1.0 LiCoM is using UTF-8 for everything, so non-ASCII characters +may be used everywhere. Entering these characters may be a problem, though, +especially if you have an US american keyboard layout as I do. But entering a +german umlaut is still hard if you have a french keyboard layout, so the +problem is just shifted there. +If your browser supports JavaScript LiCoM lets you enter such `foreign names' +in a very elegant way: You simply type the HTML escape sequence and the +JavaScript will convert it to the right character for youà So if you want to +enter `MÃller' (a very common german surname) + + The big picture: [dc=org] | `->[dc=verplant] | - `->[ou=addresses] + `->[ou=LiCoM] | - +->[cn=Forster Florian] - | | - | +->[cn=Test Person] - | +->[cn=Someone Else] - | : ... + +->[ou=Person] + | | + | +->[cn=Test Person] + | +->[cn=Someone Else] + | : ... | `->[cn=Last Person] - | - +->[cn=Another User] - | | - | +->[cn=Still More Entries] - : : + | + `->[ou=Group] + | + +->[cn=Some Group] + | member=cn=Test Person,ou=Person,ou=LiCoM,dc=verplant,dc=org + | member=cn=Last Person,ou=Person,ou=LiCoM,dc=verplant,dc=org + | member=... + +->[cn=Another Group] + : member=cn=Someone Else,ou=Person,ou=LiCoM,dc=verplant,dc=org + member=cn=Last Person,ou=Person,ou=LiCoM,dc=verplant,dc=org + member=... +