setting up for path change
[lineal.git] / HACKING
blobb63003dfb35cc14327294b018e1a3a6422ee150a
2 You can enable a page which reloads all the changes you make
3 to code at localhost:41938/reload by setting the 'reload-page
4 option in "run.lisp". A link to it will appear on Lineal's
5 main page.
6 Note that on reload, global parameters will be reset to default
7 and Hunchentoot's *dispatch-table* is unaffected.
10 -- Contributing Changes --
11 If you change, fix, or add anything that should be in the main
12 project, let me know, I'll merge it in if it's worthwhile.
15 - Coding Style -
16 No requirements. I won't touch your code if it works,
17 and will abide by the style if anything needs to be changed.
18 My style is surely worse.