update docs
This commit is contained in:
parent
1a9a55ee41
commit
d0434e7a8c
3 changed files with 11 additions and 8 deletions
4
README
4
README
|
@ -1,10 +1,10 @@
|
|||
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
|
||||
default, it transliterates a Devanagari text using the International Alphabet
|
||||
of Sanskrit Transliteration (IAST); alternatively, it can be used for
|
||||
simplified transliteration into Czech language.
|
||||
simplified transcription into Czech language.
|
||||
|
||||
|
||||
Licensing notice
|
||||
|
|
|
@ -21,8 +21,11 @@ show help and exit
|
|||
*-v*::
|
||||
show version number and exit
|
||||
|
||||
*-r*::
|
||||
reverse transliteration (from Latin to Devanagari)
|
||||
|
||||
*-c*::
|
||||
use Czech transliteration instead of plain IAST scheme
|
||||
transcript into Czech
|
||||
|
||||
*-e*::
|
||||
convert symbolic ASCII text to IAST representation
|
||||
|
@ -60,7 +63,7 @@ shortcuts to encode the letters "ā", "ī", "ū", "ś" and "ñ" respectively.
|
|||
|
||||
COPYRIGHT
|
||||
---------
|
||||
Copyright (c) 2018 Vlasta Vesely
|
||||
Copyright (c) 2018, 2020 Vlasta Vesely
|
||||
|
||||
|
||||
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
|
||||
by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/* https://cs.wikipedia.org/wiki/Wikipedie:Transkripce_hind%C5%A1tiny */
|
||||
|
||||
#include "compat.h"
|
||||
#include "transcription.h"
|
||||
|
|
Loading…
Reference in a new issue