Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Clenup on README
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jan 10, 2018
1 parent f4f2811 commit 6b2edf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 94 deletions.
1 change: 0 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ Mongo Inc for Pymongo
Magnun Leno for Malt theme
Daan Debie for Bootstrap3 theme
Lepture for Mistune
Kenneth Reitz for requests
Simon Sapin for Frozen Flask
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2017 by the Bruno Cezar Rocha.
Copyright (c) 2013-2017 by Bruno Cezar Rocha.

Some rights reserved.

Expand Down
96 changes: 4 additions & 92 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,97 +276,9 @@ make devserver
Access http://localhost:5000/admin and http://localhost


## TODO
## ROADMAP

This list is available on https://github.com/rochacbruno/quokka_ng/issues

This is the list of tasks to be completed until `1.0.0` can be released.
support 100% coming only for malt and bootstrap3 themes

This list is also available on https://github.com/rochacbruno/quokka_ng/issues

- [x] variable map (from content to theme)
- [x] list only categories with content in menu
- [x] handle spaces in category names/tagnames slugify?
- [x] categories page
- [x] tags/tag page
- [x] authors/author page
- [x] Show pretty name of category/tag in category/tag page
- [x] optionally prettify datetime
- [x] date formatting from settings
- [x] content art/page comment attr
- [ ] list only pages with 'show_in_menu' metadata on menu
- [ ] list only categories with 'show_in_menu' metadata on menu (will require metadata admin)
- [ ] sort options for menu
- [ ] optional footer elements on malt
- [ ] custom footer element by CONFIG_VAR (FOOTER_ELEMENTS:{1:'text'})
- [ ] create a EXCLUDE_FROM_MENU variable
- [ ] create a SHOW ONLY ROOT CATEGORIES ON MENU
- [ ] create a USE_CATEGORIES_DROPDOWN
- [ ] create a USE_PAGES_DROPDOWN
- [ ] create MENU_MAX_ITEMS: int
- [ ] @author profile page (customizable)
- [ ] feeds
- [ ] sitemap
- [ ] search
- [ ] archives (date grouped content)
- [ ] Custom TinyDB serializators from modules
- [ ] admin config overrides
- [ ] split categories by `/` to get all roots
- [ ] content extra fields
- [ ] content custom metadata
- [ ] content translations
- [ ] content avatars
- [ ] dynamic theme per category (deal cache..)
- [ ] implement pre-render and post-renders
- [ ] replacement marks [[x:y]]
- [ ] preview should require login
- [ ] admin: search
- [ ] admin: actions
- [ ] admin: move content creation logic and defaults to `model.Content`
- [ ] admin: WYSIWYG editors
- [ ] admin: rst format
- [ ] admin: asciidoc format
- [ ] admin: media upload
- [ ] admin: actions
- [ ] admin: links in columns
- [ ] admin: solve select2 submit on enter problem
- [ ] admin: user management
- [ ] admin: make content type optional field (only when admin class do not provide a default)
- [ ] admin: scaffold to enable list editing
- [ ] admin: adapt ajax to pymongo
- [ ] admin: requires login by default
- [ ] admin: requires login if running external
- [ ] admin: load content formats from plugin
- [ ] cli: ensure and write test for installation (tox)
- [ ] cli: init should copy secrets file
- [ ] cli: dynaconf should ignore missing file error
- [ ] cli: if no SECRET_KEY random have to be created (simplelogin?)
- [ ] cli: decorations
- [ ] cli: click completion
- [ ] cli: module custom commands
- [ ] cli: fetch modules
- [ ] cli: fetch themes
- [ ] cli: cookiecutter project
- [ ] cli: pack templates
- [ ] cli: deploy base system
- [ ] cli: deploy github
- [ ] cli: deploy ftp
- [ ] cli: deploy scp
- [ ] cli: deploy heroku
- [ ] cli: deploy pythonanywhere
- [ ] Docker
- [ ] themes: find a way to download single pelican-themes
- [ ] fix some pelican unrendered footers
- [ ] allow dynamic favicons
- [ ] create tinydb debug toolbar
- [ ] mdBook documentation
- [ ] replace `flit` and find a better way to release
- [ ] import scripts (quokka old, wordpress, feed)
- [ ] handle extensions for static file and generate it based on rules
- [ ] redirect system for old site migrations

## BUGS

- [ ] Fresh install [from](https://github.com/rochacbruno/quokka_ng#setup-a-contributor-environment)
then access admin and create and publish an article, access the article and navigate in site
then go back to admin and create a page (dont publish) go to site and article is gone.
Why creating a new page removes the article?
support 100% coming only for `malt` and `bootstrap3` themes

0 comments on commit 6b2edf7

Please sign in to comment.