Skip to content
Pablo-Merino edited this page Jul 31, 2011 · 6 revisions

Welcome to the Bloggy wiki! You should be wondering what does this do, well, Bloggy is a PHP powered blogging system that doesn’t requires SQL server running, so it’s faster than Wordpress for example. Bloggy is open-source, so you can edit it whenever you give credit to us, just that. If you made a kickass mod, do a pull request and we’ll contact with you. Who knows? Maybe you can get into Bloggy dev team!

Well, let’s explain Bloggy’s architecture:

Bloggy uses next libraries:

This makes Bloggy really powerful.

  • The IMAP class makes sending posts via e-mail a simple task. Just grab the template and write the post!
  • The facebox is a lightbox used for watching <img> tags on posts without leaving the blog. Like Facebook.
  • And the Smarty layout system is for making simple but kickass layouts in a matter of time.

Posts can contain any kind of HTML, or simple text. In future versions we will be supporting Markdown and/or Textile for making things easy.

If you want to know how to set everything up, check this wiki’s page named “Setting everything up”.

Thanks for all!

Clone this wiki locally