{"id":25195192,"url":"https://github.com/siongui/pali","last_synced_at":"2025-05-08T02:47:27.644Z","repository":{"id":7350213,"uuid":"8674189","full_name":"siongui/pali","owner":"siongui","description":"Pāḷi Tipiṭaka and Pāḷi Dictionaries","archived":false,"fork":false,"pushed_at":"2019-01-06T14:10:24.000Z","size":2944,"stargazers_count":21,"open_issues_count":13,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2023-03-27T17:13:22.335Z","etag":null,"topics":["css","dictionary","google-appengine","html","javascript","pali","python","tipitaka","web-application"],"latest_commit_sha":null,"homepage":"http://tipitaka.sutta.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siongui.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-09T18:30:09.000Z","updated_at":"2022-12-17T06:06:44.000Z","dependencies_parsed_at":"2022-09-21T13:00:26.624Z","dependency_job_id":null,"html_url":"https://github.com/siongui/pali","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siongui%2Fpali","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siongui%2Fpali/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siongui%2Fpali/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siongui%2Fpali/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siongui","download_url":"https://codeload.github.com/siongui/pali/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252989941,"owners_count":21836665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","dictionary","google-appengine","html","javascript","pali","python","tipitaka","web-application"],"created_at":"2025-02-10T00:50:40.433Z","updated_at":"2025-05-08T02:47:27.623Z","avatar_url":"https://github.com/siongui.png","language":"Python","readme":"=======================================\n`Pāli Dictionary`_ and `Pāli Tipiṭaka`_\n=======================================\n\nDevelopment Environment:\n\n  - `Ubuntu 18.04`_\n  - `Python 2.7.15rc1`_\n  - `Go 1.10.2`_\n\nThis repository is not actively maintained. Pāli Dictionary and Pāli Tipiṭaka\nwill be re-implemented in Go. Please see paligo_.\n\nSet Up Development Environment\n++++++++++++++++++++++++++++++\n\n1. Download Go_:\n\n   .. code-block:: bash\n\n     # create a workspace in your home directory\n     $ mkdir ~/dev\n     # enter workspace\n     $ cd ~/dev\n     # download Go 1.10.2 for Linux 64-bit\n     $ wget https://dl.google.com/go/go1.10.2.linux-amd64.tar.gz\n     # uncompress and untar\n     $ tar xvzf go1.10.2.linux-amd64.tar.gz\n\n   If you do not follow the above steps, please modify ``GOROOT`` and ``GOPATH``\n   in `Makefile \u003cMakefile\u003e`_.\n\n2. `git clone`_ the `pali repository`_ and `data repository`_:\n\n   .. code-block:: bash\n\n     # git clone pali repository\n     $ cd ~/dev\n     $ git clone https://github.com/siongui/pali.git\n     # enter pali repository\n     $ cd ~/dev/pali\n     # git clone data repository\n     $ make clone\n\n3. Development environment setup:\n\n   .. code-block:: bash\n\n     $ cd ~/dev/pali\n     $ make setup\n\n4. Run Dictionary Dev Website:\n\n   .. code-block:: bash\n\n     $ cd ~/dev/pali\n     $ make mindicjs\n     $ make mindiccss\n     $ make dicdevserver\n\n5. Run Tipiṭaka Dev Website:\n\n   .. code-block:: bash\n\n     $ cd ~/dev/pali\n     $ make mintpkjs\n     $ make mintpkcss\n     $ make tpkdevserver\n\n\nDeploy on AWS EC2\n+++++++++++++++++\n\nSee `Deploy on AWS EC2 \u003cAWS.rst\u003e`_.\n\n\nUNLICENSE\n+++++++++\n\nReleased in public domain. See UNLICENSE_.\n\n\nReferences\n++++++++++\n\n.. [1] `GitHub - siongui/pali: Pāḷi Tipiṭaka and Pāḷi Dictionaries \u003chttps://github.com/siongui/pali\u003e`_\n\n.. [2] `siongui/data: Data files for Pāḷi Tipiṭaka, Pāḷi Dictionaries, and external libraries \u003chttps://github.com/siongui/data\u003e`_\n\n.. [3] `apt-get upgrade vs update \u003chttps://www.google.com/search?q=apt-get+upgrade+vs+update\u003e`_\n\n       `What is the difference between apt-get update and upgrade? - Ask Ubuntu \u003chttp://askubuntu.com/questions/94102/what-is-the-difference-between-apt-get-update-and-upgrade\u003e`_\n\n.. [4] `ubuntu check package version \u003chttps://www.google.com/search?q=ubuntu+check+package+version\u003e`_\n\n       `How can I check the available version of a package in the repositories? - Ask Ubuntu \u003chttp://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories\u003e`_\n\n.. [5] `ubuntu check if packages are installed \u003chttps://www.google.com/search?q=ubuntu+check+if+packages+are+installed\u003e`_\n\n       `How do I check if a package is installed on my server? - Ask Ubuntu \u003chttp://askubuntu.com/questions/423355/how-do-i-check-if-a-package-is-installed-on-my-server\u003e`_\n\n.. [6] `python pip vs apt-get \u003chttps://www.google.com/search?q=python+pip+vs+apt-get\u003e`_\n\n.. [7] `How to extract files to another directory using 'tar' command? - Ask Ubuntu \u003chttp://askubuntu.com/questions/45349/how-to-extract-files-to-another-directory-using-tar-command\u003e`_\n\n.. [8] `Git Workflows and Tutorials | Atlassian Git Tutorial \u003chttps://www.atlassian.com/git/tutorials/comparing-workflows/\u003e`_\n\n.. [9] `makefile instead of grunt \u003chttps://www.google.com/search?q=makefile+instead+of+grunt\u003e`_\n\n       `What's in a Build Tool? (lihaoyi.com) \u003chttp://www.lihaoyi.com/post/WhatsinaBuildTool.html\u003e`_\n       (`HN discussions \u003chttps://news.ycombinator.com/item?id=11222967\u003e`__)\n\n       `ocaml-9p/Makefile at master · mirage/ocaml-9p · GitHub \u003chttps://github.com/mirage/ocaml-9p/blob/master/Makefile\u003e`_\n\n       `rappel/Makefile at master · yrp604/rappel · GitHub \u003chttps://github.com/yrp604/rappel/blob/master/Makefile\u003e`_\n\n       `In defense of Unix (leancrew.com) \u003chttp://leancrew.com/all-this/2016/03/in-defense-of-unix/\u003e`_\n       (`HN discussions \u003chttps://news.ycombinator.com/item?id=11229025\u003e`__)\n\n.. [10] `makefile check if symlink exists \u003chttps://www.google.com/search?q=makefile+check+if+symlink+exists\u003e`_\n\n.. [11] `makefile concatenate files \u003chttps://www.google.com/search?q=makefile+concatenate+files\u003e`_\n\n        `javascript - Makefile to combine js files and make a compressed version - Stack Overflow \u003chttp://stackoverflow.com/questions/4413903/makefile-to-combine-js-files-and-make-a-compressed-version\u003e`_\n\n        `build - Is there a way to exclude certain source files or folders from a makefile? - Stack Overflow \u003chttp://stackoverflow.com/questions/1531318/is-there-a-way-to-exclude-certain-source-files-or-folders-from-a-makefile\u003e`_\n\n.. _Pāli Dictionary: http://dictionary.sutta.org/\n.. _Pāli Tipiṭaka: http://tipitaka.sutta.org/\n.. _Ubuntu 18.04: http://releases.ubuntu.com/18.04/\n.. _Python 2.7.15rc1: https://www.python.org/downloads/\n.. _Go 1.10.2: https://golang.org/dl/\n.. _Go: https://golang.org/\n.. _git clone: https://www.google.com/search?q=git+clone\n.. _pali repository: https://github.com/siongui/pali\n.. _data repository: https://github.com/siongui/data\n.. _paligo: https://github.com/siongui/paligo\n.. _UNLICENSE: http://unlicense.org/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiongui%2Fpali","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiongui%2Fpali","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiongui%2Fpali/lists"}