Closed funderburkjim closed 1 year ago
The pywork/redo_hw.sh script references script pywork/mwkeys/redo.sh, which in turn (at last line) assumes web/sqlite/ directory.
mkdir web/sqlite
Now the directory exists. Note that .gitignore does not track the files in web/sqlite directory.
These are displays based on orig/mw.txt . It could be useful to have these for comparison to displays based on orig/mw_AB.txt.
To generate these displays, run three scripts from pywork directory.
sh redo_hw.sh
sh redo_xml.sh
sh redo_postxml.sh
Now, the cdsl displays should work at urls such as
http://localhost/sanskrit-lexicon/mw-dev/web/
Next step will be directed towards displays based on mw_AB.txt.
If we want to update mw-dev/orig/mw.txt (to agree with csl-orig/v02/mw/mw.txt), then we should subsequently rerun the above three scripts.
Here are steps to get the cdsl version of displays to work in this repository
This mw-dev repository was created slightly before a revision to some php display code. (primarily this revision was to gain better compatibility with php 8.2/3.) As a preparatory step, the web/webtc and web/webtc1 repositories are updated to this revision.
And these are pushed to the mw-dev at github.