mercury
mercury copied to clipboard
Pure Python CMS and blogging solution using static HTML
This means a k/v UI across the entire site, for starters. We can make it more specific later.
This will have to be addressed along with all the other reassignments that take place when a blog's URL is reassigned.
- [x] Rename tags globally - [x] Object in the event of a name collision - [x] Queue all affected objects for republication - [ ] Cleanly delete tags from...
Also upgrade to the "Business" skin of Bootstrap, since that has the flat look we wanted.
- [ ] Create user on site/ blog - [ ] Assign password when we create a new user - [x] Permission setting (systemwide) - [ ] Permission setting (sitewide/blogwide)...
Need to have - [x] list of installed themes - [ ] see which blogs they're installed to - [x] the ability to export a given theme currently in use...
Support search in all major views and for all major object types. Sorting, filtering, etc. can come later.
If we have pages generated by, say, a tagset, and we delete everything in that tagset or reassign it (essentially perform a delete operation that isn't governed by the formal...