Package ternate
[hide private]
[frames] | no frames]

Source Code for Package ternate

 1   
 2  #pylint: disable-msg=C0103 
 3  """ 
 4  ternate 
 5  ======= 
 6   
 7  U{http://trac.assembla.com/ternate} 
 8   
 9  Description 
10  ----------- 
11  Ternate is a command-line client for creating FOAF and web pages for Gentoo Linux Developers. 
12  """ 
13   
14   
15  __docformat__ = 'epytext' 
16  __version__ = '0.1.0' 
17  __author__ = 'Rob Cakebread <cakebread@gmail.com>' 
18  __copyright__ = '(C) 2008 Rob Cakebread' 
19  __license__ = 'GPL-2' 
20