update docs

This commit is contained in:
Vlasta Vesely 2020-01-02 16:32:03 +01:00
parent 1a9a55ee41
commit d0434e7a8c
3 changed files with 11 additions and 8 deletions

4
README
View file

@ -1,10 +1,10 @@
Sanskrit Transliteration Tool Sanskrit Transliteration Tool
============================= =============================
This is a tool for romanization of Sanskrit texts written in the Devanagari This is a tool for romanisation of Sanskrit texts written in the Devanagari
script. The program offers you two different modes of transliteration: by script. The program offers you two different modes of transliteration: by
default, it transliterates a Devanagari text using the International Alphabet default, it transliterates a Devanagari text using the International Alphabet
of Sanskrit Transliteration (IAST); alternatively, it can be used for of Sanskrit Transliteration (IAST); alternatively, it can be used for
simplified transliteration into Czech language. simplified transcription into Czech language.
Licensing notice Licensing notice

View file

@ -21,8 +21,11 @@ show help and exit
*-v*:: *-v*::
show version number and exit show version number and exit
*-r*::
reverse transliteration (from Latin to Devanagari)
*-c*:: *-c*::
use Czech transliteration instead of plain IAST scheme transcript into Czech
*-e*:: *-e*::
convert symbolic ASCII text to IAST representation convert symbolic ASCII text to IAST representation
@ -60,7 +63,7 @@ shortcuts to encode the letters "ā", "ī", "ū", "ś" and "ñ" respectively.
COPYRIGHT COPYRIGHT
--------- ---------
Copyright (c) 2018 Vlasta Vesely Copyright (c) 2018, 2020 Vlasta Vesely
LICENSING AND WARRANTY LICENSING AND WARRANTY
@ -69,7 +72,6 @@ This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published it under the terms of the GNU General Public License version 2 as published
by the Free Software Foundation. by the Free Software Foundation.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful, but WITHOUT
but WITHOUT ANY WARRANTY; without even the implied warranty of ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
GNU General Public License for more details.

View file

@ -1,4 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
/* https://cs.wikipedia.org/wiki/Wikipedie:Transkripce_hind%C5%A1tiny */
#include "compat.h" #include "compat.h"
#include "transcription.h" #include "transcription.h"