Changeset 127
- Timestamp:
- 08/13/07 01:04:59
- Files:
-
- alamode.py (modified) (1 diff)
- cleanhtml.py (modified) (1 diff)
- license.txt (modified) (1 diff)
- pinximus/__init__.py (modified) (1 diff)
- recur.py (modified) (1 diff)
- test_cleanhtml.py (modified) (3 diffs)
- xray.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alamode.py
r125 r127 8 8 and related data, is placed into the public domain. 9 9 10 The original author is Robert Brewer , Amor Ministries.11 fumanchu@am or.org10 The original author is Robert Brewer. 11 fumanchu@aminus.org 12 12 http://projects.amor.org/misc/wiki/Alamode 13 13 cleanhtml.py
r17 r127 4 4 and related data, is placed into the public domain. 5 5 6 The orginal author is Robert Brewer , Amor Ministries.6 The orginal author is Robert Brewer. 7 7 8 8 THIS SOFTWARE IS PROVIDED AS-IS, WITHOUT WARRANTY license.txt
r73 r127 4 4 and related data, is placed into the public domain. 5 5 6 The original author is Robert Brewer , Amor Ministries.7 fumanchu@am or.org6 The original author is Robert Brewer. 7 fumanchu@aminus.org 8 8 9 9 THIS SOFTWARE IS PROVIDED AS-IS, WITHOUT WARRANTY pinximus/__init__.py
r31 r127 14 14 and related data, is placed into the public domain. 15 15 16 The original author is Robert Brewer , Amor Ministries.17 fumanchu@am or.org16 The original author is Robert Brewer. 17 fumanchu@aminus.org 18 18 svn://projects.amor.org/misc/pinximus/trunk 19 19 recur.py
r105 r127 5 5 and related data, is placed into the public domain. 6 6 7 The original author is Robert Brewer , Amor Ministries.7 The original author is Robert Brewer. 8 8 See http://projects.amor.org/misc/wiki/Recur for more docs. 9 9 test_cleanhtml.py
r17 r127 75 75 <div class='Address'> 76 76 <input type='checkbox' name='__Notify_1' checked="checked"/> 77 fumanchu@am or.org77 fumanchu@aminus.org 78 78 <a href='javascript:void(popup("emaildrop", "250", "ID=1"))'>Drop</a> 79 79 </div> … … 156 156 157 157 158 fumanchu@am or.org158 fumanchu@aminus.org 159 159 Drop 160 160 … … 232 232 <div class="Address"> 233 233 <!-- Prohibited Content --> 234 fumanchu@am or.org234 fumanchu@aminus.org 235 235 <a href='javascript:void(popup("emaildrop", "250", "ID=1"))'>Drop</a> 236 236 </div> xray.py
r17 r127 4 4 and related data, is placed into the public domain. 5 5 6 The orginal author is Robert Brewer , Amor Ministries.6 The orginal author is Robert Brewer. 7 7 8 8 THIS SOFTWARE IS PROVIDED AS-IS, WITHOUT WARRANTY
