Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyblog: implement preview | Zhiming Wang | 2015-05-05 | 1 | -0/+0 |
Also tweaked icons a bit. Note that this commit doesn't really work: I implemented a "stoppable HTTP Server" here to be stopped when "mother process" receives SIGINT (i.e., KeyboardInterrupt), without realizing that all porcesses get SIGINT. Therefore, the custom server is hardly needed. See http://git.io/vJ9yA for more information. (This implementation has some value tought, that's why I'm committing to keep it in history.) |