In some cases, the paper name doesn’t match the directory name. In particular, there is one INFO400 directory for all 400-level INFO database papers, rather than one each, as they share quite a bit of material. create-teaching-links 2014 INFO408 creates an invalid link as there is no INFO408 directory, but create-teaching-links 2014 INFO400 won’t make sense if more than one paper is offered in the same year.
The fix is to support specification of different names for the links. This really requires proper command-line options: see #2.
Issue by nstanger Wednesday Jan 22, 2014 at 23:31 GMT Originally opened as https://github.com/Otago-InfoSci-Database/Tools/issues/1
In some cases, the paper name doesn’t match the directory name. In particular, there is one
INFO400
directory for all 400-level INFO database papers, rather than one each, as they share quite a bit of material.create-teaching-links 2014 INFO408
creates an invalid link as there is noINFO408
directory, butcreate-teaching-links 2014 INFO400
won’t make sense if more than one paper is offered in the same year.The fix is to support specification of different names for the links. This really requires proper command-line options: see #2.