An example of how to implement a blog with the lithium framework.
- Configuration file
- Install script
- Custom routes
- User account management (create, modification, delete)
- Post management (list, create, modification, delete, visibility)
- Comments management (add)
- Ajax for each actions
- Lazy load when list posts
- Responsive design (Twitter bootstrap)
- Basic design
- WYSIWYG editor (NicEdit)
- Basic error control
- Basic security control
- User account management (groups, rights)
- Posts management (upload, assign to a page, options)
- Pages management (creation, modification, delete, visibility)
- Comments management (list, modification, delete)
- Template management (options, customize)
- Security improvment (captcha, CSRF)
- Better error control
- JavaScript Improvements
- MongoDB support
First release.
Basic functionalities.
- Go to /config/bootstrap
- Copy the file param.ini.template.php and rename it param.ini.php
- Edit param.ini.php to match your configuration
- Launch the website.
- When finish remove the file /install
- DONE :)
Soon
If you've found a bug or have a great idea for new feature let me know by [adding your suggestion] (https://github.com/t3kila/Li3Press/issues/new) to issues list.
If you have fixed a bug or implemented a feature that you'd like to share, send your pull request.
Free to use. Please consider a link to this repo.
Copyright 2012 Romain Wurtz (http://www.t3kila.com)