Readme update
This commit is contained in:
parent
26cad1cce0
commit
a092cdc100
14
README.md
14
README.md
|
@ -1,8 +1,8 @@
|
||||||
[Bludit](http://www.bludit.com/) — Flat file CMS
|
[Bludit](http://www.bludit.com/)
|
||||||
================================================
|
================================
|
||||||
Create your own Blog in seconds.
|
Fast, simple, extensible and flat file CMS.
|
||||||
|
|
||||||
Fast, simple, extensible and Flat file CMS.
|
Bludit is a simple web application to make your own blog or site in seconds, it's completly free and open source. Bludit uses flat-files (text files in JSON format) to store the posts and pages, you don't need to install or configure a database.
|
||||||
|
|
||||||
- [Documentation](http://docs.bludit.com)
|
- [Documentation](http://docs.bludit.com)
|
||||||
- [Help and Support](http://forum.bludit.com)
|
- [Help and Support](http://forum.bludit.com)
|
||||||
|
@ -10,13 +10,13 @@ Fast, simple, extensible and Flat file CMS.
|
||||||
- [Themes](https://github.com/dignajar/bludit-themes)
|
- [Themes](https://github.com/dignajar/bludit-themes)
|
||||||
- [More plugins and themes](http://forum.bludit.com/viewforum.php?f=14)
|
- [More plugins and themes](http://forum.bludit.com/viewforum.php?f=14)
|
||||||
|
|
||||||
Social
|
Social networks
|
||||||
------
|
---------------
|
||||||
|
|
||||||
- [Twitter](https://twitter.com/bludit)
|
- [Twitter](https://twitter.com/bludit)
|
||||||
- [Facebook](https://www.facebook.com/bluditcms)
|
- [Facebook](https://www.facebook.com/bluditcms)
|
||||||
- [Google+](https://plus.google.com/+Bluditcms)
|
- [Google+](https://plus.google.com/+Bluditcms)
|
||||||
- [Freenode IRC](https://webchat.freenode.net) channel #bludit
|
- [Freenode IRC](https://webchat.freenode.net) channel **#bludit**
|
||||||
|
|
||||||
[![Join the chat at https://gitter.im/dignajar/bludit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dignajar/bludit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[![Join the chat at https://gitter.im/dignajar/bludit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dignajar/bludit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
|
69
features.txt
69
features.txt
|
@ -1,69 +0,0 @@
|
||||||
Diego Najar
|
|
||||||
—————————
|
|
||||||
|
|
||||||
ToDO list
|
|
||||||
- Social links: Google+, Facebook y Twitter
|
|
||||||
- Plugins: Edit databases from Dashboard
|
|
||||||
- Plugins: SEO, Tinymce,
|
|
||||||
- Comments system
|
|
||||||
- Notifications system
|
|
||||||
- Cloud
|
|
||||||
- Users: delete user
|
|
||||||
- Implement User class
|
|
||||||
- Themes
|
|
||||||
- Plugins multilangueage
|
|
||||||
- Format date, for post and pages
|
|
||||||
|
|
||||||
Check:
|
|
||||||
- ver casos de errores, filtros url iguales, con una /
|
|
||||||
- No permitir en filtros url iguales
|
|
||||||
- Usuarios de lectura ?, no vale la pena, y hay que hacer mas controles a nivel de administracion.
|
|
||||||
- Implementar algun limpiador**
|
|
||||||
|
|
||||||
—————————
|
|
||||||
**LIMPIADOR
|
|
||||||
- Recorrer directorios content/posts/, Si el post no tiene el archivo index.txt quiere decir que ese directorio no debe existir y debe ser eliminado
|
|
||||||
—————————
|
|
||||||
find . -type f -name '*.php' -exec sed -i '' s/helperText/Text/ {} +
|
|
||||||
—————————
|
|
||||||
|
|
||||||
Editar una pagina
|
|
||||||
1- Usuario logueado
|
|
||||||
|
|
||||||
Si cambia el slug
|
|
||||||
verificar slug nuevo
|
|
||||||
mover el directorio
|
|
||||||
|
|
||||||
Si cambia el parent
|
|
||||||
verificar parent
|
|
||||||
mover directorio adentro del parent
|
|
||||||
|
|
||||||
—————————
|
|
||||||
Nuevo post
|
|
||||||
- Reindex dbtags
|
|
||||||
|
|
||||||
—————————
|
|
||||||
|
|
||||||
Editar usuario
|
|
||||||
1- Usuario logueado
|
|
||||||
2- Ver si el usuario es administrador o si es el mismo usuario que se esta editando.
|
|
||||||
|
|
||||||
—————————
|
|
||||||
dbTags
|
|
||||||
Regenerate posts list
|
|
||||||
- Al momento de regenerarla deberia enviarle la lista de post ordenada por fecha.
|
|
||||||
- De esta forma la estructura esta ordenada para mostrarla.
|
|
||||||
- El que hace el trabajo es el administrador
|
|
||||||
|
|
||||||
—————————
|
|
||||||
New post->Publish->Manage posts
|
|
||||||
New page->Publish->Manage pages
|
|
||||||
Edit page->Save->Edit page
|
|
||||||
Edit post->Save->Edit post
|
|
||||||
—————————
|
|
||||||
|
|
||||||
- Friendly URL son Case sensitive.
|
|
||||||
|
|
||||||
—————————
|
|
||||||
Editando a mano
|
|
||||||
Si editas el slug(directorio), luego de llamar a generator(), el post se pone en draft, toma la fecha actual y no vuelve a modificarse. Se puede forzar a publicado indicando el status: published
|
|
Loading…
Reference in New Issue