bksubhuti / tpr_downloads

2 stars 2 forks source link

Dart Script for Generating SQL Imports for Annya Pali Texts #2

Closed iulspop closed 1 year ago

iulspop commented 1 year ago

This is WIP. I have my WIP notes/documenation in iuliu_test dir, but I will reorganize it to fit with the current repo later.

Todos:

bksubhuti commented 1 year ago

our information is a little fragmented.. with an issue and the pr.. but ven pndazza says that vri uses this script to generate html from xml.. I have no idea what this does. When you click on it, it will prompt for a download immediately and then you can open in a text editor. [https://tipitaka.org/romn/cscd/tipitaka-latn.xsl](https://l.messenger.com/l.php?u=https%3A%2F%2Ftipitaka.org%2Fromn%2Fcscd%2Ftipitaka-latn.xsl&h=AT2MIRvbgvoqFG4L_-x5yEeeS06SQViA9suTLg2-iZkuzhlaAz82TK79dpUmfO0ZKG9m7r-Ex87R02myV3noBKut7jUNCFOiQzXfOhH5247AIQrQzsZtTXVw3gSWRJBTP4YisUnC3X4asQ)

iulspop commented 1 year ago

Hi @bksubhuti, why did you merge this PR when it was still WIP? I created a new PR to continue my work: https://github.com/bksubhuti/tpr_downloads/pull/3

bksubhuti commented 1 year ago

I was under the impression you could still keep editing this PR>> sorry. I don't know PR stuff. I just wanted to see the files and so I merged so I could download them.

iulspop commented 1 year ago

I was under the impression you could still keep editing this PR>> sorry. I don't know PR stuff. I just wanted to see the files and so I merged so I could download them.

No worries @bksubhuti. You can view the files changed/added in the PR tab "files changed" and leave comments there as you review my code and documentation. If you wish to view the files locally, you can run the command git checkout download-anna in the project directory. It will pull the remote branch I'm working on to your local machine, then switch git to it. Once you're done viewing, you can switch back using git checkout master.