Commit Graph

5 Commits (master)

Author SHA1 Message Date
kts of kettek (muzukashi) 879437b96e Renamed qwiki to QWiki wherever found. QCore now has a cwd property referred to when acquiring the working directory. The request object now has hash, pathname, path, and query properties parsed from req.url. req.area is now unescape()'d. Current act string is now a property of req as well. Queries are now parsed for 'QRULE', and if found, only that rule is sent to the client rather than the whole act. QWiki now calls initialize() method which will eventually populate the cwd with default files. 2016-02-17 23:36:16 -08:00
kts of kettek 2144e6d877 Separated QCore into a separate .js file -- should probably go into a lib directory. index.html favicon.png changed to /favicon.png. Added tmp directory creation. 2016-01-27 02:24:12 -08:00
kts of kettek aed7fdfb66 Changed body weight to 300 and headers to 700. Now uses Roboto Mono instead of Ubuntu Mono since Roboto Slab was being used for the body. Added CSS styling to code tags. Fixed bug with markdown source being fed a Buffer when it needed a String (why did this work before..?). Added a TODO.md file. 2016-01-21 11:44:26 -08:00
kts of kettek 23aead1e95 Added breadcrumbs functionality and modified css colors a bit 2015-10-11 23:41:15 -07:00
kts of kettek 56f1385cb5 Initial commit of QWiki. Currently uses markdown as default (and cannot be changed outside of system code). Lacking some functionality. Needs to split into multiple component/module files, such as QCore and QWiki. 2015-10-11 15:09:43 -07:00