summaryrefslogtreecommitdiff
path: root/kbas.tpl
Commit message (Collapse)AuthorAgeFilesLines
* Fix link colour, and try relative linksPaul Sherwood2016-07-011-1/+1
|
* Provide download links for artifactsPaul Sherwood2016-06-301-5/+6
|
* Actually set title in kbas pagesPaul Sherwood2015-10-311-1/+1
|
* Tidyup kbas status pagePaul Sherwood2015-10-201-4/+4
|
* Improve view of artifactsPaul Sherwood2015-10-191-1/+1
|
* kbas.tpl needs to be in top level directoryPaul Sherwood2015-10-131-0/+21
|
* Turn YBD and KBAS into proper Python packagesSam Thursfield2015-09-141-21/+0
| | | | | | | | | | | This means you can now 'import ybd' from anywhere in your system and use its functionality in other programs. Using special __main__.py modules, you can also now do 'python -m ybd' to execute YBD, and same for KBAS. The top-level kbas.py and ybd.py scripts are now just wrappers, that effectively do the same as 'python -m ybd' and 'python -m kbas'. See https://www.python.org/dev/peps/pep-0338/ for way more information about that approach than you ever wanted.
* Move stuff aroundPaul Sherwood2015-08-311-0/+21