Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Hatta is a small wiki engine for use inside a Mercurial repository. It can run locally and doesn't require any configuration; it's just a single Python file. It can be also configured to run on a Web server. Since the wiki can be cloned and merged along with the repository, it's perfect ... [More] for working on project documentation in small teams. [Less]

4.0
   
  0 reviews  |  5 users  |  4,336 lines of code  |  1 current contributor  |  Analyzed about 8 hours ago
 
 

PyLucid is a Open Source web content management system written in Python using the Django Framework. Some PyLucid Features are: * fully customizable output * expandable with plugins * some built in plugins: weblog, OpenStreetMap, lexicon, RSS, tag navigation, Table of contens ... [More] * internationalization and localization support (new in v0.9) * Revision controled content (new in v0.9) * Open Source (GPL v3 or later) * support many database engines (PostgreSQL, MySQL, Oracle and SQLite) * WSGI conform: CGI, fastCGI, mod_Python and others [Less]

5.0
 
  0 reviews  |  3 users  |  95,233 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

Web server interface for PHP, inspired by Ruby’s Rack and Python’s WSGI. It provides a common API for connecting PHP frameworks and applications to webservers. The main idea is, that your app, if built for this protocol, will be able to preload resources, preconnect to databases and response to requests really fast.

3.75
   
  0 reviews  |  3 users  |  4,517 lines of code  |  3 current contributors  |  Analyzed 12 days ago
 
 

WSGI application which decides if request has permission to access resource according to FastCGI_authorizer How it worksFastCGI could be used as remote ... [More] authorizer, which is quite handfull for access to static resources. Server before accesing url asks authorizer application for authentication. Authorizer application is just HTTP (FastCGI) aplication. Motivation Flexibly, easyliy and securily allow access to resources. Authorizer could run on server itself (using different privileges), providing autorization information for different resources. This costs CPU, but on file-serving hosts this is no crucial. Returns 200 - allowed (response body is ignored) 403 - forbidden - customize forbidden response by settings `FORBIDDEN_BODY` to desired message Installationsvn checkout http://wsgiauthorizer.googlecode.com/svn/trunk/ wsgiauthorizer-read-only cd wsgiauthorizer-read-only sudo python setup.py installUsagefrom wsgi_authorizer import BaseAuthorizer class MyAuthorizingApp(BaseAuthorizer): """ TODO """ [Less]

0
 
  0 reviews  |  0 users  |  47 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.