Reactor microblogging engine
It all started with the fact that we decided to make our microblogging service. Rummaged on the Internet in search of a more or less suitable ready-made microblogging engine, they really did not find anything. Then we considered the candidacy of the usual blogging engines - Wordpress , LiveStreet , BigStreet . We already worked with them a little, and decided not to use their architectural flaws in view of our architecture (our IMHO). It remained to do something of their own, but not from scratch, but using the Symfony framework in conjunction with Doctrine's ORM.
We will be brief.
# What is it? - Microblogging engine with pictures and moods, alpha version. An example of the engine - http://joyreactor.ru/
# Our goal- We will be glad to hear feedback. Maybe someone will come in handy!
Features (and buns)
1. Posting a short blog post.
2. Login / Registration / Password recovery.
3. Tree-like comments.
4. Friends and friend ribbons.
5. Simple posting of pictures from a file on the user's machine or from a URL.
6. Avatars.
8. RSS.
9. Notifications by mail.
10. The mood of the posts - for each post, the mood (good, bad, normal) is mandatory.
11. Pulses of moods - graphs of the moods of each user and the site as a whole + statistics.
12. Simple cross-hosting in LJ.
13. Nice engine architecture - OOP, MVC, Doctrine, symfony + modularity and extensibility.
14. Adding a post to your favorites.
15. Posting through Jabber.
Installation Instructions: dvuuska.ru/reactor.txt
The project lives here: assembla.com/spaces/empaty