Changeset 423
- Timestamp:
- 01/26/03 20:56:14 (6 years ago)
- Files:
-
- trunk/RBFoundation/CHANGES (added)
- trunk/RBFoundation/INSTALL (added)
- trunk/RBFoundation/LICENSE (added)
- trunk/RBFoundation/MANIFEST.in (added)
- trunk/RBFoundation/RBFoundation/__init__.py (modified) (1 diff)
- trunk/RBFoundation/RBFoundation/__license__.py (deleted)
- trunk/RBFoundation/README (added)
- trunk/RBFoundation/setup.py (added)
- trunk/RBJabber/CHANGES (added)
- trunk/RBJabber/INSTALL (added)
- trunk/RBJabber/LICENSE (added)
- trunk/RBJabber/MANIFEST.in (added)
- trunk/RBJabber/RBJabber/__init__.py (modified) (1 diff)
- trunk/RBJabber/README (added)
- trunk/RBJabber/setup.py (added)
- trunk/RBRapier/CHANGES (modified) (2 diffs)
- trunk/RBRapier/INSTALL (modified) (2 diffs)
- trunk/RBRapier/MANIFEST.in (added)
- trunk/RBRapier/RBRapier/__init__.py (modified) (1 diff)
- trunk/RBRapier/setup.py (added)
- trunk/RBSkinning/CHANGES (added)
- trunk/RBSkinning/INSTALL (added)
- trunk/RBSkinning/LICENSE (added)
- trunk/RBSkinning/MANIFEST.in (added)
- trunk/RBSkinning/RBSkinning/__init__.py (modified) (1 diff)
- trunk/RBSkinning/README (added)
- trunk/RBSkinning/setup.py (added)
- trunk/RBTelepathy/CHANGES (added)
- trunk/RBTelepathy/INSTALL (added)
- trunk/RBTelepathy/LICENSE (added)
- trunk/RBTelepathy/MANIFEST.in (added)
- trunk/RBTelepathy/RBTelepathy/__init__.py (modified) (1 diff)
- trunk/RBTelepathy/README (added)
- trunk/RBTelepathy/setup.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RBFoundation/RBFoundation/__init__.py
r290 r423 20 20 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 21 22 """R uneBlade Foundation Components22 """RBFoundation Components""" 23 23 24 XML Objectify Inspiration: 25 David Mertz at Gnosis software just has a head for Python, 26 and for thinking out of his dodecahedron, as he seems to 27 be very many sided. One of my favorites of his work takes 28 XML and makes it read like Python. I couldn't be more at 29 home, unless I made it my own. Oh wait, thats what this is 30 about, isn't it? 31 32 Please see http://gnosis.cx 24 __version__ = '0.4.0' 25 __license__ = 'BSD-style (See LICENSE)' 26 __platforms__ ='Linux, BSD, Windows, OSX', 27 __author__ = 'Shane Holloway' 28 __author_email__ = 'shane.holloway@runeblade.com' 29 __url__ = 'http://www.runeblade.com/' 30 __keywords__ = ['select', 'weakbind', 'xml', 'objectify', 'xmlobjectify', 'aspect', 'oriented', 'AOP', 'aspect', 'pointcut', 'advice', 'advise'], 31 __packages__ = ['RBFoundation', 32 'RBFoundation.AspectOriented', 33 'RBFoundation.AOSubjectObserver', 34 'RBFoundation.AOSubjectObserver.AccessRules', 35 'RBFoundation.AOSubjectObserver.Interface', 36 'RBFoundation.AOSubjectObserver.LogicRules', ] 33 37 34 Skinning:35 wxPython is a great cross platform windowing toolkit. This36 xml "resource" toolkit is similar to many others, only it is37 allowed to wiggle because it is python powered!38 39 Please see http://www.wxpython.org40 41 Jabber:42 Well, I never thought I'd meet a talking snake, much less teach43 one to chat.44 45 Please see http://www.jabber.org46 """47 48 __version__ = '0.3.3'49 __author__ = 'Shane Holloway'50 __author_email__ = 'shane.holloway@runeblade.com'51 __url__ = 'http://www.runeblade.com/'52 53 from __license__ import __license__trunk/RBJabber/RBJabber/__init__.py
r253 r423 20 20 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 21 22 """TODO: Document""" 22 """RBJabber Components""" 23 24 __version__ = '0.4.0' 25 __license__ = 'BSD-style (See LICENSE)' 26 __platforms__ ='Linux, BSD, Windows, OSX', 27 __author__ = 'Shane Holloway' 28 __author_email__ = 'shane.holloway@runeblade.com' 29 __url__ = 'http://www.runeblade.com/' 30 __keywords__ = ['jabber'] 31 __packages__ = ['RBJabber', 'RBJabber.SubjectObserver'] 32 trunk/RBRapier/CHANGES
r337 r423 1 1 <?xml version='1.0'?> 2 <history title='R uneBladeRapier History' xmlns:xhtml='http://www.w3.org/1999/xhtml' xmlns='http://namespaces.runeblade.com/product/history' >2 <history title='RBRapier History' xmlns:xhtml='http://www.w3.org/1999/xhtml' xmlns='http://namespaces.runeblade.com/product/history' > 3 3 <about> 4 $Id: CHANGES,v 1.1 2002/10/28 20:58:57 sholloway Exp $ 4 TODO: Need some about text 5 $Id: CHANGES,v 1.2 2003/01/27 03:56:14 sholloway Exp $ 5 6 </about> 6 7 … … 8 9 Copyright (C) 2002 TechGame Networks, LLC. 9 10 All rights reserved, see LICENSE for details. 11 12 This software is OSI Certified Open Source Software. 13 OSI Certified is a certification mark of the Open Source Initiative. 10 14 </copyright> 11 15 12 <release title='RuneBlade Rapier' version='' date=''> 16 <release title='RBRapier' version='0.1.0' date=''> 17 TODO Label goes here 18 19 <features title='TODO'> 20 TODO 21 </features> 22 23 <bugfixes> 24 TODO 25 </bugfixes> 13 26 </release> 14 27 </history> trunk/RBRapier/INSTALL
r337 r423 1 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 #~ RuneBladeRapier3 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 ======== 2 RBRapier 3 ======== 4 4 5 5 Copyright (C) 2002 TechGame Networks, LLC. … … 9 9 OSI Certified is a certification mark of the Open Source Initiative. 10 10 11 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 #~Installing13 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 ---------- 12 Installing 13 ---------- 14 14 15 15 From the source distribution, simply: trunk/RBRapier/RBRapier/__init__.py
r337 r423 20 20 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 21 22 """RBRapier Components""" 22 23 24 __version__ = '0.1.0' 25 __license__ = 'BSD-style (See LICENSE)' 26 __platforms__ ='Windows', 27 __author__ = 'Shane Holloway' 28 __author_email__ = 'shane.holloway@runeblade.com' 29 __url__ = 'http://www.runeblade.com/' 30 __keywords__ = ['OpenGL', 'PyOpenGL', 'PIL'] 31 __packages__ = ['RBRapier', 32 'RBRapier.Models', 33 'RBRapier.Formats', 34 'RBRapier.Renderer', 35 'RBRapier.Tools', 36 ] 37 trunk/RBSkinning/RBSkinning/__init__.py
r395 r423 20 20 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 21 22 """TODO: Document""" 22 """RBSkinning Components""" 23 24 __version__ = '0.4.0' 25 __license__ = 'BSD-style (See LICENSE)' 26 __platforms__ ='same as wxPython', 27 __author__ = 'Shane Holloway' 28 __author_email__ = 'shane.holloway@runeblade.com' 29 __url__ = 'http://www.runeblade.com/' 30 __keywords__ = ['skinning', 'xml', 'user interface', 'UI'] 31 __packages__ = ['RBSkinning', 32 'RBSkinning.skin', 33 'RBSkinning.xmlPython', 34 'RBSkinning.xmlObjectifySkin', 35 'RBSkinning.wxPythonSkin', 36 'RBSkinning.wxTools', 37 'RBSkinning.xhtml', 38 'RBSkinning.svg', 39 'RBSkinning.dotSkin'] 23 40 24 41 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trunk/RBTelepathy/RBTelepathy/__init__.py
r390 r423 128 128 Resource advertisement and discovery protocol 129 129 """ 130 131 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132 133 __version__ = '0.1.0' 134 __license__ = 'BSD-style (See LICENSE)' 135 __platforms__ ='Linux, BSD, Windows, OSX', 136 __author__ = 'Shane Holloway' 137 __author_email__ = 'shane.holloway@runeblade.com' 138 __url__ = 'http://www.runeblade.com/' 139 __keywords__ = ['sockets', 'IM', 'peer-to-peer', 'P2P'] 140 __packages__ = ['RBMessaging', 141 'RBMessaging.Packet', 142 'RBMessaging.Routing', 143 'RBMessaging.Stream'] 144
