WikiStart » History » Revision 4
Revision 3 (Devrim Gunduz, 09/30/2009 02:43 PM) → Revision 4/5 (Aurynn Shaw, 07/23/2010 02:09 PM)
h1. Vertically Challenged Wiki h2. What? VerticallyChallenged is a plugin and database functionality available for repoze.who to handle AuthZ based on PostgreSQL's existing role system. By utilizing the Databases' role system instead of a custom, application-level roles implementation. This helps to solidify data access rules, and helps to prevent applications from unexpected or unanticipated data modification or view events. h2. Usage h2. Download You can get Vertically Challenged from one of two locations. Firstly, you can check the code out from our Subversion repository at: <pre> $ svn co https://projects.commandprompt.com/public/verticallychallenged/repo </pre> Secondly, all of Command Prompt's public projects are now available on "GitHub":http://github.com/, and can be cloned via: <pre> $ git clone git://github.com/commandprompt/Vertically-Challenged.git </pre> We take all pull requests seriously, and will review every one. And if you're interested in contributing, please, join the mailing list, at: * "verticallychallenged@lists.commandprompt.com":https://lists.commandprompt.com/mailman/listinfo/verticallychallenged