Commit Graph

4 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 3df8bd9b6a URL requests for files now defaults to application/octet-stream if it is not defined as a mimetype. delete act now can delete files as well as wiki entries -- it should be capable of deleting directories as well. formidable is now a requirement and adds the fields and files properties to the req object. Uploading files now works with the upload act. Fixed minor bugs with readDirectory and otherwise. 2016-01-23 21:14:48 -08:00
kts of kettek 89fd896337 Default markdown formatter is now markdown-it. This gives access to extended functionality such as: table of contents generation, super text, section tags, definition lists, and much more. 2015-12-17 17:06:21 -08: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