Hello guys!
(I hope that somebody reads this thread
TagsSQL is 80% ready. It will provide only admin functionality, all user-end and visualization functionality, you have to implement yourself (it is because everybody needs something different)...
I will create new add-on which I will call SimpleNews.
It will use MySQL to store data. It will have tree-like news categories structure for storing news (each leaf in the tree could store as many news as you wish).
Also, news will has different types of ids:
- unique number id
- self-explanation id like "News+about_something+interesting"
- tag id (this is a little bit tricky) "2008/02/07/newsTag"
- Also, since it will have tree like structure, it will be possible to show something like this on to of each news: "yoursite.com > news > animals > monkey > politics" as well as have SEO friendly URLs like: h**p://yoursite.com/news/animals/monkey/politics/<here_goes_newsid>
- also I am thinking about feature like "related news", but I have to think how it is possible to use TagsSQL add-on, coz it has similar functionality
------------
Yeah... Also, I had to make some modifications on core files, so, I don't really know if it worth to share it publicly (I don't think it could crash something, but I am not sure 100%
If Coranto developers ok with it, I would like to start new project out of Coranto sources (I will use only functionality described in a message above)
p.s . I just read licence agreement. I will also use MIT licence and I will always refer to Coranto website.
p.s.s. I will be back
