Коrd Campbell
Коrd Campbell
The config file format used in the project is confusing and hard to read. I've implemented a YAML parser in StackGeek's site here: https://github.com/StackGeek/stackgeek-gaeb/blob/master/lib/github/github.py Let's move to a YAML format...
## Purpose We don't want people launching projects which are succeptable to script injections. We should make it less easy to do so with GAEB. ## Description It appears the...
A common pattern on websites is to have a signup field for receiving an email newsletter. Add a promenant field somewhere on the home template and add handlers for it...
Blog Module
I'm sure I'm going to start a lively discussion with this issue! :) Propose we build a blog module into GAEB. There does not exist a decent GAE blog engine,...
We desire a Raspberry Pi4 build of the FeatureBase server. Likely involves removing some bits so it will compile.
Need to write a deployment guide.
Move the appropriate code to the appropriate module directories. Rewrite the README for general use.
The aperture module takes images from the browser process. We'd like to have access to the DOM's idea of "title" and pass it back for use here (on upload): https://github.com/kordless/grub-2.0/blob/main/aperture/BrowserSession.py#L93...