indic-computing-cvs-logs Mailing List for The Indic-Computing Project (Page 5)
Status: Alpha
Brought to you by:
jkoshy
You can subscribe to this list here.
2002 |
Jan
(6) |
Feb
(5) |
Mar
(8) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(15) |
Aug
(20) |
Sep
(3) |
Oct
(6) |
Nov
(10) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(26) |
Feb
(6) |
Mar
(2) |
Apr
(27) |
May
(57) |
Jun
(36) |
Jul
(9) |
Aug
(13) |
Sep
(6) |
Oct
(5) |
Nov
(2) |
Dec
(10) |
2004 |
Jan
(2) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(9) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(18) |
Nov
|
Dec
(8) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(9) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Joseph K. <jk...@us...> - 2003-07-23 14:05:49
|
jkoshy 2003/07/23 07:05:49 PDT Modified files: en_US.ISO8859-1/website/content/projects xinput.html Log: o Add links to a few resources on the web for writing X input methods. Revision Changes Path 1.3 +16 -0 doc/en_US.ISO8859-1/website/content/projects/xinput.html |
From: Joseph K. <jk...@us...> - 2003-07-13 11:09:04
|
jkoshy 2003/07/13 04:09:04 PDT Modified files: en_US.ISO8859-1/books/handbook/tutorial chapter.sgml Log: o Rework of the tutorial. [More work remains]. Revision Changes Path 1.7 +249 -81 doc/en_US.ISO8859-1/books/handbook/tutorial/chapter.sgml |
From: Joseph K. <jk...@us...> - 2003-07-10 11:50:04
|
jkoshy 2003/07/10 04:50:04 PDT Modified files: en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent Log: o link in chapter for TSCII Revision Changes Path 1.10 +2 -0 doc/en_US.ISO8859-1/books/handbook/Makefile 1.12 +5 -0 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.7 +1 -0 doc/en_US.ISO8859-1/books/handbook/chapters.ent |
From: Joseph K. <jk...@us...> - 2003-07-10 11:47:58
|
jkoshy 2003/07/10 04:47:57 PDT Modified files: share/fonts README Added files: share/fonts Makefile Log: o Add a 'Makefile' to automate retrieval of fonts. o Augment the 'README' with a list of fonts, their MD5 checksums and a list of urls to fetch these from. Revision Changes Path 1.1 +39 -0 doc/share/fonts/Makefile (new) 1.2 +17 -0 doc/share/fonts/README |
From: Nagarajan K <k_n...@us...> - 2003-07-08 09:02:16
|
k_nagarajan 2003/07/08 02:02:13 PDT Modified files: translib/rules kan-translit.txt Log: Added another special rule to map the base consonant 'm' at the end of word to 'anusvara' m$ ANUSVARA Revision Changes Path 1.3 +1 -0 src/translib/rules/kan-translit.txt |
From: Nagarajan K <k_n...@us...> - 2003-07-08 08:56:06
|
k_nagarajan 2003/07/08 01:56:05 PDT Modified files: translib/rules kan-translit.txt Log: Added the following rule to take care of consonant (without vowel) at end of word (%cons)$ glyph(%cons) VIRAMA Revision Changes Path 1.2 +1 -0 src/translib/rules/kan-translit.txt |
From: Nagarajan K <k_n...@us...> - 2003-07-08 08:53:37
|
k_nagarajan 2003/07/08 01:53:36 PDT Modified files: translib/src translit_lib.c Log: Fixed a precedence problem in the function find_and_exec_translit_rule() in cases a token of a regexp is a LITERAL and its a substring of a member of a class (e.g 'a' is substring of 'aa' and there is a special rule for a subset of consonants followed by 'a') - this rule to be given precedence over general rule. Revision Changes Path 1.4 +20 -14 src/translib/src/translit_lib.c |
From: Joseph K. <jk...@us...> - 2003-06-28 09:14:28
|
jkoshy 2003/06/28 02:14:27 PDT Modified files: share/misc docbook.css Log: o Remove the left and right margins at the edges of HTML generated via the Docbook style sheets. This makes the Handbook and FAQ 'fit' better into the rest of the website. Revision Changes Path 1.2 +1 -1 doc/share/misc/docbook.css |
From: Joseph K. <jk...@us...> - 2003-06-28 09:12:56
|
jkoshy 2003/06/28 02:12:55 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: o Add 'brewthatistrue@SF' for his effort in checking the English in our project's documentation. Revision Changes Path 1.9 +5 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml |
From: Joseph K. <jk...@us...> - 2003-06-28 07:11:38
|
jkoshy 2003/06/28 00:11:37 PDT Modified files: package-definitions/doc-toolchain/freebsd Makefile Log: o Now that FreeBSD has a 'docproj-jadetex' port list this in the dependencies for this port and clear out the 'do-install' target. This allows `make all-depends-target` to correctly list the ports dependencies. Requested by: Cherry George Mathew <ch...@fr...> Revision Changes Path 1.3 +3 -2 src/package-definitions/doc-toolchain/freebsd/Makefile |
From: Joseph K. <jk...@us...> - 2003-06-26 11:08:53
|
jkoshy 2003/06/26 04:08:51 PDT Modified files: . README Added files: package-definitions README Log: o Add a 'README' file to the package-definitions directory. o Sync src/README with reality. Revision Changes Path 1.4 +5 -4 src/README 1.1 +5 -0 src/package-definitions/README (new) |
From: Joseph K. <jk...@us...> - 2003-06-26 10:48:37
|
jkoshy 2003/06/26 03:48:36 PDT Modified files: package-definitions/doc-toolchain/freebsd Makefile Log: o FreeBSD's 'ports' framework has obsoleted the use of a 'pkg-comment' file and uses a make(1) variable named 'COMMENT' instead. Update the version number of the makefile before making a new release of this port. Revision Changes Path 1.2 +1 -1 src/package-definitions/doc-toolchain/freebsd/Makefile |
From: Joseph K. <jk...@us...> - 2003-06-24 02:05:49
|
jkoshy 2003/06/23 19:05:48 PDT Modified files: en_US.ISO8859-1/website/content mirrors.html Log: o Sarovar.org mirrors us daily. Revision Changes Path 1.7 +1 -1 doc/en_US.ISO8859-1/website/content/mirrors.html |
From: Joseph K. <jk...@us...> - 2003-06-20 01:09:19
|
jkoshy 2003/06/19 18:09:18 PDT Modified files: en_US.ISO8859-1/website/content roadmap.html en_US.ISO8859-1/website/content/projects handbook-indexes.html Log: o Correct typos in a few URLS. Submitted by: Sarovar.org admins Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/website/content/projects/handbook-indexes.html 1.5 +1 -1 doc/en_US.ISO8859-1/website/content/roadmap.html |
From: Joseph K. <jk...@us...> - 2003-06-18 08:09:46
|
jkoshy 2003/06/18 01:09:46 PDT Modified files: en_US.ISO8859-1/website Makefile en_US.ISO8859-1/website/content download.et news.txt Log: o Miscellaneous fixes: - "news.txt" : Auto-generate the site build time and make this the first item under 'Project News'. - "download.et" : Restructure, link to SF.Net packages available for download. Link to the default project copyright. - "Makefile" : improve neatness (no content change). Revision Changes Path 1.15 +2 -2 doc/en_US.ISO8859-1/website/Makefile 1.4 +24 -18 doc/en_US.ISO8859-1/website/content/download.et 1.6 +10 -2 doc/en_US.ISO8859-1/website/content/news.txt |
From: Joseph K. <jk...@us...> - 2003-06-18 08:01:09
|
jkoshy 2003/06/18 01:01:07 PDT Modified files: en_US.ISO8859-1/website/content frontpage.txt logodescription.html roadmap.html Log: Content improvements, typos and grammar fixes. Submitted by: Cherry Mathew <ch...@fr...> Revision Changes Path 1.10 +7 -8 doc/en_US.ISO8859-1/website/content/frontpage.txt 1.2 +9 -11 doc/en_US.ISO8859-1/website/content/logodescription.html 1.4 +1 -1 doc/en_US.ISO8859-1/website/content/roadmap.html |
From: Joseph K. <jk...@us...> - 2003-06-17 04:41:26
|
jkoshy 2003/06/16 21:41:25 PDT Modified files: en_US.ISO8859-1/articles/design-axes article.sgml Log: o Now that IIITB's 2000 survey on the local language market size is up, link to this from the article. Correct the size estimated reported in this article to match the IIITB survey. o Use the correct markup tag (<citation>) to refer to the Battelle Memorial Institute's survey on the power situation in India, Korea and China. o Markup a Hindi word in the text using <foreignphrase> and provide a glossary entry for it. Revision Changes Path 1.12 +23 -13 doc/en_US.ISO8859-1/articles/design-axes/article.sgml |
From: Joseph K. <jk...@us...> - 2003-06-17 03:58:29
|
jkoshy 2003/06/16 20:58:28 PDT Modified files: en_US.ISO8859-1/website/content mirrors.html Log: o New mirror of the Indic-Computing website at Sarovar.ORG. Revision Changes Path 1.6 +9 -0 doc/en_US.ISO8859-1/website/content/mirrors.html |
From: Joseph K. <jk...@us...> - 2003-06-17 03:36:21
|
jkoshy 2003/06/16 20:36:20 PDT Removed files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: o Remove the pgpkeys chapter from the Handbook source base. Revision Changes Path 1.5 +0 -111 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml (dead) |
From: Joseph K. <jk...@us...> - 2003-06-17 01:42:52
|
jkoshy 2003/06/16 18:42:52 PDT Modified files: en_US.ISO8859-1/books/handbook/tutorial chapter.sgml Log: o Improve wording of a paragraph: we are showing intra-word hyphenation positions in the example figure, so say so clearly. Revision Changes Path 1.6 +3 -3 doc/en_US.ISO8859-1/books/handbook/tutorial/chapter.sgml |
From: Joseph K. <jk...@us...> - 2003-06-17 01:37:16
|
jkoshy 2003/06/16 18:37:15 PDT Modified files: en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent Log: o Remove developers public keys from the Handbook. These are now available directly off the project's website. Revision Changes Path 1.9 +0 -11 doc/en_US.ISO8859-1/books/handbook/Makefile 1.11 +0 -2 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.6 +0 -1 doc/en_US.ISO8859-1/books/handbook/chapters.ent |
From: Joseph K. <jk...@us...> - 2003-06-16 13:13:59
|
jkoshy 2003/06/16 06:13:59 PDT Modified files: en_US.ISO8859-1/books/handbook Makefile Log: o Inform "make" about the new image. Revision Changes Path 1.8 +1 -0 doc/en_US.ISO8859-1/books/handbook/Makefile |
From: Joseph K. <jk...@us...> - 2003-06-16 13:12:26
|
jkoshy 2003/06/16 06:12:25 PDT Modified files: en_US.ISO8859-1/website/content contact.et Added files: en_US.ISO8859-1/website/content pgpkeys.html Log: o List developer PGP/GPG keys under the website. Revision Changes Path 1.2 +4 -4 doc/en_US.ISO8859-1/website/content/contact.et 1.1 +129 -0 doc/en_US.ISO8859-1/website/content/pgpkeys.html (new) |
From: Joseph K. <jk...@us...> - 2003-06-16 09:55:35
|
jkoshy 2003/06/16 02:55:34 PDT Added files: share/fonts README Log: o Create a shared directory for the fonts used during documentation creation. The file 'README' will list source URLs for these fonts. Revision Changes Path 1.1 +4 -0 doc/share/fonts/README (new) |
From: Joseph K. <jk...@us...> - 2003-06-16 08:15:12
|
jkoshy 2003/06/16 01:15:11 PDT Modified files: en_US.ISO8859-1/books/handbook/tutorial roman-fi-ligature.eps roman-fi-no-ligature.eps Log: o Remove an extraneous ^A that had snuck in to these files. Revision Changes Path 1.2 +2 -2 doc/en_US.ISO8859-1/books/handbook/tutorial/roman-fi-ligature.eps 1.2 +2 -2 doc/en_US.ISO8859-1/books/handbook/tutorial/roman-fi-no-ligature.eps |