distribusi-verse: medium-tech web app content management system for the web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# these are some notes
|
|
|
|
|
|
|
|
from distribusi.cli import build_argparser
|
|
|
|
# from distribusi.distribusi import distribusify
|
|
|
|
Works!
|
|
|
|
|
|
|
|
# Shit! We need entire CRUD functionality.
|
|
|
|
Done!
|
|
|
|
## Create:
|
|
|
|
Done
|
|
|
|
|
|
|
|
### Uploading
|
|
|
|
Done
|
|
|
|
|
|
|
|
### CSS editing.
|
|
|
|
a user can edit CSS of a file in the folder called $distribusiname
|
|
|
|
Todo: render the placeholder for html editor better.
|
|
|
|
|
|
|
|
### Theme selection
|
|
|
|
a user can select a CSS file from a radio menu
|
|
|
|
|
|
|
|
### Distribusi
|
|
|
|
A flag in de DB is set to true and distribusi is run on the folder of the users
|
|
|
|
called $distribusiname
|
|
|
|
|
|
|
|
## Read:
|
|
|
|
Based on flags set in the user DB the distribusi folders are set to visible.
|
|
|
|
|
|
|
|
|
|
|
|
## Update:
|
|
|
|
Done
|
|
|
|
|
|
|
|
## Delete:
|
|
|
|
Done
|