From d0434e7a8c4c5721c111e3fcef7ec134ab15e789 Mon Sep 17 00:00:00 2001 From: Vlasta Vesely Date: Thu, 2 Jan 2020 16:32:03 +0100 Subject: [PATCH] update docs --- README | 4 ++-- doc/iast.1.adoc | 14 ++++++++------ transcription.c | 1 + 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README b/README index f0728a4..f43e001 100644 --- a/README +++ b/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 diff --git a/doc/iast.1.adoc b/doc/iast.1.adoc index 05b0ba5..21eac15 100644 --- a/doc/iast.1.adoc +++ b/doc/iast.1.adoc @@ -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. diff --git a/transcription.c b/transcription.c index 194fecd..4a22e2d 100644 --- a/transcription.c +++ b/transcription.c @@ -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"