-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File changes which can be handled by argument #3
Comments
webtc/dictinfo.php Only one line uses mako templating. public $year = '${dictyear}'; # used in get_cologne_webPath method This item can be pushed to |
webtc2/init_query.sh python init_query.py ../../pywork/${dictlo}.xml query_dump.txt to be changed to # Usage - sh init_query.sh dictcode
if [ $# -eq 0 ]
then
echo "Error: No arguments supplied"
echo "Correct usage - sh init_query.sh dictcode"
exit
fi
python init_query.py ../../pywork/$1.xml query_dump.txt |
This completes my survey of https://github.com/sanskrit-lexicon/csl-websanlexicon/blob/master/v00/inventory.txt for proper marking of C or T |
@funderburkjim would like to evaluate the pros and cons of making the code generic at cost of one additional argument v/s duplicating the codes by templates with one argument less. I feel that anyways You and I will be the only people to use these shell files. So we can remember to use it with an argument / without it. Not much of a problem. Whatever you choose, I am OK with it. |
csl-websanlexiconhttps://github.com/sanskrit-lexicon/csl-websanlexicon is now the current repository. The one here in funderburkjim should be considered obsolete. In fact, I am now changing the name of the funderburkjim repository to old-websanlexicon (and similarly for sanlexhome and apidev -- current versions also in sanskrit-lexicon project. |
sqlite/redo.sh
https://github.com/sanskrit-lexicon/csl-websanlexicon/blob/master/v00/makotemplates/sqlite/redo.sh
Current version
Suggested version
The text was updated successfully, but these errors were encountered: