Skip to content

Commit

Permalink
#77 misc. changes 09-20-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
funderburkjim committed Sep 20, 2024
1 parent fc8eff3 commit 94a012e
Showing 1 changed file with 123 additions and 0 deletions.
123 changes: 123 additions & 0 deletions pwgissues/issue77/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,127 @@ csl-orig
pwg displays

---------------------------------------------
09-20-2024 Reopened. Further corrections from AB
cp temp_pwg_5.txt temp_pwg_6_work.txt
Ref1: https://github.com/sanskrit-lexicon/PWG/issues/77#issuecomment-2362846857
# manual Emacs edit temp_pwg_6_work.txt
Note: 3 un-needed [Pagev-xxxx] lines preceding <LEND>
Since these corrections change number of lines, will do them later below
---
39 matches in 35 lines for ">[^<]*>" in buffer: temp_pwg_6_work.txt
Note: compare 36 + 3 in Ref1. above.
---
chg 1. <ls n="> -> <ls n=" 30 occurrences
Now 9 matches for ">[^<]*>" in buffer
---
3 matches for "^[^<]*>" in buffer
chg 2. Remove the initial '>'
---
chg 3.1
<ls n="VARĀH. BṚH. S. 14,">> -> <ls n="VARĀH. BṚH. S. 14,">
---
chg 3.2
<ls n="ŚAT. BR.">">12,9,2,4.</ls> -> <ls n="ŚAT. BR.">12,9,2,4.</ls>
---
chg 3.3
<ls>Mél. asiat. >II,172.</ls> -> <ls>Mél. asiat. II,172.</ls>
---
chg 3.4
<is>Vārtt.</is> 14>, -> <is>Vārtt.</is> 14,
---
chg 3.5
<ls>HALL</ls> in der Einl.> zu -> <ls>HALL</ls> in der Einl. zu
---
chg 3.6
<ls>Spr. 5251</ls> (>Conj.) -> <ls>Spr. 5251</ls> (Conj.)
---
chg 4.
Reduce multiple spaces to a single space
85 matches in 81 lines for " +" in buffer: temp_pwg_6_work.txt
' ' -> ' ' 85 instances (there are no triple spaces)

--------------------------------------------
# corrections that change number of lines
cp temp_pwg_6_work.txt temp_pwg_6.txt
# manual edit temp_pwg_6.txt
-------------------
From ref1
Remove [Pagev-xxxx] line when followed by <LEND>
3 matches for "[0-9]\]{{LINE_BREAK}}<LEND>" in buffer: temp_pwg_6.txt
-------------------
Ref2: https://github.com/sanskrit-lexicon/PWG/issues/77#issuecomment-2364157515
chg 2.1
This is a VN from volume 5,
which adds a reference to each of the two homonyms of atrijAta
old:
<L>63080<pc>5-0966<k1>atrijAta<k2>atrijAta<h>12
12. {#atrijAta#}¦ vgl.
<ls>Verz. d. Oxf. H. 120,a,23.</ls>
<LEND>
---
AB suggests to break this into two entries.
Jim no objection -- it will get rid of the improper '<h>12'
---
new:
<L>63080<pc>5-0966<k1>atrijAta<k2>atrijAta<h>1
1. {#atrijAta#}¦ vgl. <ls>Verz. d. Oxf. H. 120,a,23.</ls>
<LEND>

<L>63080.1<pc>5-0966<k1>atrijAta<k2>atrijAta<h>2
2. {#atrijAta#}¦ vgl. <ls>Verz. d. Oxf. H. 120,a,23.</ls>
<LEND>

-------------------
Ref2: https://github.com/sanskrit-lexicon/PWG/issues/77#issuecomment-2364157515
chg 2.2
Similarly
<L>79329<pc>5-1624<k1>pradoza<k2>pradoza<h>23 entry split into two

old:
<L>79329<pc>5-1624<k1>pradoza<k2>pradoza<h>23
23. {#pradoza#}¦
<ls>KĀVYĀD. 2,312.</ls>
<LEND>

new:
<L>79329<pc>5-1624<k1>pradoza<k2>pradoza<h>2
2. {#pradoza#}¦ <ls>KĀVYĀD. 2,312.</ls>
<LEND>

<L>79329.1<pc>5-1624<k1>pradoza<k2>pradoza<h>3
3. {#pradoza#}¦ <ls>KĀVYĀD. 2,312.</ls>
<LEND>

--------------------------------------------
# regenerate local displays from temp_pwg_6
# This to check xml validity.

cp temp_pwg_6.txt /c/xampp/htdocs/cologne/csl-orig/v02/pwg/pwg.txt
cd /c/xampp/htdocs/cologne/csl-pywork/v02
sh generate_dict.sh pwg ../../pwg
sh xmlchk_xampp.sh pwg
# ok No problems noticed
cd /c/xampp/htdocs/sanskrit-lexicon/PWG/pwgissues/issue77

--------------------------------------------
sync to github

cd /c/xampp/htdocs/cologne/csl-orig
git add .
git commit -m "PWG:
Ref1: https://github.com/sanskrit-lexicon/PWG/issues/77#issuecomment-2362846857
Ref2: https://github.com/sanskrit-lexicon/PWG/issues/77#issuecomment-2364157515"

git push
# 130 insertions(+), 126 deletions(-)
cd /c/xampp/htdocs/sanskrit-lexicon/PWG/pwgissues/issue77

--------------
sync Cologne to github
csl-orig
pwg displays

--------------------------------------------

--------------------------------------------
THE END

0 comments on commit 94a012e

Please sign in to comment.