Gnifi is a simple category manager system i developed, its a category system that handles several types of content (images, articles, news, topics, links...), so its a category manager orientated for content management. I would like to hear what you think about it. A demo of stable version: http://demo.gnifi.com
Interesting. At first glance my thought about the concept you've based Gnifi on is that it would be good for an archiving system where you could archive information and make it easily retrievable by use of categories. I am sure there are numerous other uses, but that's the first one that jumped to mind. Nice work. I would give it a whirl but then it's not free
I think the best thing about Gnifi is that all templates are like this: $template['form'] = ' <form action="{HOME}login/" method="POST"> <center> {error} <p> {L5}<br> <input type="text" name="usern" class="inputb w200"> </p> <p> {L6}<br> <input type="password" name="passw" class="inputb w200"> </p> <p> <input type="checkbox" value="1" name="rlogin"> <span class="med">({L7})</span> </p> <br> <input type="submit" value="{L8}" name="submit" class="submit"> </center> </form>'; PHP: 100% html only, the {..} tokens are values to be replaced, the templaces dont have any code thus is very easy to customize them. Same goes to language files. Even if it doesnt make any more sells i guess it already made more $$ than all my previous GPL projects (0).