Walker Hale IV
Walker Hale IV
This project should ship with some demo content. I suggest three trivial pages (including the home page), a config.py that just contains comments, and a users.json that has one or...
We need to be able to search for: - combinations of tags including the absence of specific tags - untagged pages As is traditional, search should be implemented as GET,...
Idea: - New option in config.py -> `USE_GIT = True`. - If `USE_GIT` is `True` then: - We try to extract git identity information from users.json for the current user;...
Right now, this project is branded as "wiki", which is like naming your pet dog "Dog"... The name "[microWiki](https://github.com/rongarret/microWiki)" is already taken. The name "[fliki](https://github.com/fdb/fliki)", which combines Flask and wiki,...
At least on my machine, the configuration would not stay in memory unless I explicitly forced `tcConfigColors` and `orderedConfig` to be global by adding the `-g` option to `declare`. My...