These files are made freely available for non-commericial use. Please attribute Vipassana Research Institute when incorporating these files into your projects.
これらのファイルは、非商用利用のために自由に利用できます。これらのファイルをプロジェクトに組み込む際は、Vipassana Research Instituteの帰属を表示してください。
These files are updated from time to time in order to correct errors that come to light. So, please ensure that you set up your project to be able to sync with this repo to ensure that you are working with the latest versions.
これらのファイルは、判明した誤りを修正するために随時更新されます。したがって、常に最新のバージョンを使用できるように、このリポジトリと同期するようにプロジェクトを設定してください。
Source files for Tipitaka.org website.
Tipitaka.orgウェブサイトのソースファイル。
These are located in the tipitaka.org folder.
これらはtipitaka.orgフォルダーにあります。
The also contains various Python and C# code snippets to perform different types of script conversions needed for the site.
また、サイトに必要なさまざまな種類のスクリプト変換を実行するためのさまざまなPythonおよびC#コードスニペットが含まれています。
Primary content of the Tipitaka sourcefiles are captured in Devanagari script and stored in ==deva_master== folder. Any updates needed in the tipitaka text (corrections, typo errors, etc.) are carried out in Devanagari script.
Tipitakaソースファイルの主要なコンテンツはデーヴァナーガリー文字でキャプチャされ、==deva_master==フォルダーに保存されます。tipitakaテキストに必要な更新(修正、タイプミスなど)は、デーヴァナーガリー文字で実行されます。
A C# conversion script is then run to generate the transliterated text for all othe supported scripts (see code/converters).
その後、C#変換スクリプトが実行され、サポートされている他のすべてのスクリプトの翻字されたテキストが生成されます(code/convertersを参照)。
For addition of new content, e.g. in the Anna section, an additional processing is required, i.e. new text files are created in Markdown MD fommat. Then a Python script is then run to covnert the markdown file into an xml file (see the Python script in /code/md2xmlconverter).
新しいコンテンツを追加する場合(例:Annaセクション)、追加の処理が必要です。つまり、新しいテキストファイルがMarkdown MD形式で作成されます。次に、Pythonスクリプトが実行され、markdownファイルがxmlファイルに変換されます(/code/md2xmlconverterのPythonスクリプトを参照)。