sections rendering + make view for existing section's items

This commit is contained in:
bkfox
2016-07-24 19:49:15 +02:00
parent 5ab731e866
commit 90021bc9f0
13 changed files with 395 additions and 94 deletions

View File

@ -1,3 +1,16 @@
This file is used as a reminder, can be used as crappy documentation too.
# conventions
## coding style
* name of classes relative to a class:
- metaclass: `class_name + 'Meta'`
- base classes: `class_name + 'Base'`
## aircox.cms
* icons: cropped to 32x32
* cover in list items: cropped 64x64
# TODO:
- general: