| 8 | 8 | |
|---|---|---|
| 9 | 9 | 0.1 - First attempt at an Asterisk Widget |
| 10 | 10 | |
| 11 | Copyright (C) 2007-2009 Wave2 Limited. All Rights Reserved. | |
| 11 | Copyright (c) 2007-2010 Wave2 Limited. All Rights Reserved. | |
| 12 | 12 | --> |
| 13 | 13 | |
| 14 | 14 | <window title="Asterisk Widget"> |
| … | … | |
| 226 | 226 | </about-text> |
| 227 | 227 | |
| 228 | 228 | <about-text> |
| 229 | <data>Copyright (C) 2007-2009 Wave2 Limited. All rights reserved.</data> | |
| 229 | <data>Copyright (c) 2007-2010 Wave2 Limited. All rights reserved.</data> | |
| 230 | 230 | <url>http://www.wave2.org/licensing</url> |
| 231 | 231 | <size>10</size> |
| 232 | 232 | <hOffset>80</hOffset> |
| 5 | 5 | <identifier>org.wave2.widget.asterisk</identifier> |
|---|---|---|
| 6 | 6 | <image usage="dock" src="Resources/asteriskwidget.png"/> |
| 7 | 7 | <author name="Alan Snelson" organization="Wave2 Limited" href="http://www.wave2.org"/> |
| 8 | <copyright>Copyright (C) 2007-2009 Wave2 Limited. All rights reserved.</copyright> | |
| 8 | <copyright>Copyright (c) 2007-2010 Wave2 Limited. All rights reserved.</copyright> | |
| 9 | 9 | <description>Asterisk Widget</description> |
| 10 | 10 | <platform minVersion="4.0" /> |
| 11 | 11 | </metadata> |
| 1 | 1 | Software License Agreement (BSD License) |
|---|---|---|
| 2 | 2 | |
| 3 | Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 3 | Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 4 | 4 | All rights reserved. |
| 5 | 5 | |
| 6 | 6 | Redistribution and use of this software in source and binary forms, with or without modification, are |
| 1 | Copyright (c) 2007-2009, Wave2 Limited | |
|---|---|---|
| 1 | Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | All rights reserved. |
| 4 | 4 |
| 3 | 3 | <head> |
|---|---|---|
| 4 | 4 | <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" /> |
| 5 | 5 | <meta name="author" content="Alan Snelson" /> |
| 6 | <meta name="copyright" content="© 2000-2009 Wave2 Limited. All rights reserved." /> | |
| 6 | <meta name="copyright" content="© 2000-2010 Wave2 Limited. All rights reserved." /> | |
| 7 | 7 | <meta name="description" content="AuthStor A Wave2 Production" /> |
| 8 | 8 | <meta name="keywords" content="Wave2,Open Source,FreeBSD,Perl,AuthStor,Wave2 Informeer,MySQL Dump Java" /> |
| 9 | 9 | <title>AuthStor › [% title %]</title> |
| 1 | Copyright 2007-2009 Wave2 Limited. All rights reserved. | |
|---|---|---|
| 1 | Copyright 2007-2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | Redistribution and use in source and binary forms, with or |
| 4 | 4 | without modification, are permitted provided that the following |
| 3 | 3 | <head> |
|---|---|---|
| 4 | 4 | <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" /> |
| 5 | 5 | <meta name="author" content="Alan Snelson" /> |
| 6 | <meta name="copyright" content="© 2000-2009 Wave2 Limited. All rights reserved." /> | |
| 6 | <meta name="copyright" content="© 2000-2010 Wave2 Limited. All rights reserved." /> | |
| 7 | 7 | <meta name="description" content="AuthStor A Wave2 Production" /> |
| 8 | 8 | <meta name="keywords" content="Wave2,Open Source,FreeBSD,Perl,AuthStor,Wave2 Informeer,MySQL Dump Java" /> |
| 9 | 9 | <title>AuthStor › [% title %]</title> |
| 3 | 3 | # Sample perl script to lock MySQL and take snapshot |
|---|---|---|
| 4 | 4 | # Requires: FreeBSD / root privileges |
| 5 | 5 | # |
| 6 | # Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 6 | # Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 7 | 7 | # |
| 8 | 8 | # Parameters |
| 9 | 9 | # ---------- |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * All rights reserved. |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * |
| 5 | 5 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 3 | 3 | """ |
|---|---|---|
| 4 | 4 | dbAlerter Daemon |
| 5 | 5 | |
| 6 | @copyright: 2008-2009 Wave2 Limited. All rights reserved. | |
| 6 | @copyright: 2008-2010 Wave2 Limited. All rights reserved. | |
| 7 | 7 | @license: BSD License |
| 8 | 8 | """ |
| 9 | 9 | import ConfigParser, signal, socket, sys, os, time, datetime, getopt, re, smtplib, MySQLdb, warnings |
| … | … | |
| 15 | 15 | from email.Utils import parseaddr |
| 16 | 16 | |
| 17 | 17 | __author__ = "Alan Snelson" |
| 18 | __copyright__ = "Copyright (C) 2008 Wave2 Limited" | |
| 18 | __copyright__ = "Copyright (c) 2008 Wave2 Limited" | |
| 19 | 19 | |
| 20 | 20 | __revision__ = "$Id$" |
| 21 | 21 | __version__ = "0.2" |
| 1 | Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
|---|---|---|
| 1 | Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 4 | 4 |
| 3 | 3 | # Sample perl script to lock MySQL and take snapshot |
|---|---|---|
| 4 | 4 | # Requires: FreeBSD / root privileges |
| 5 | 5 | # |
| 6 | # Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 6 | # Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 7 | 7 | # |
| 8 | 8 | # Parameters |
| 9 | 9 | # ---------- |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without |
| 5 | 5 | * modification, are permitted provided that the following conditions are met: |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (c) 2008-2009, Wave2 Limited | |
| 2 | * Copyright (c) 2008-2010, Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * All rights reserved. |
| 5 | 5 | * |
| … | … | |
| 1355 | 1355 | } catch (Exception e) { /* ignore close errors */ } |
| 1356 | 1356 | return 1; |
| 1357 | 1357 | } |
| 1358 | } |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without |
| 5 | 5 | * modification, are permitted provided that the following conditions are met: |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without |
| 5 | 5 | * modification, are permitted provided that the following conditions are met: |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without |
| 5 | 5 | * modification, are permitted provided that the following conditions are met: |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without |
| 5 | 5 | * modification, are permitted provided that the following conditions are met: |
| 3 | 3 | """ |
|---|---|---|
| 4 | 4 | dbAlerter Daemon |
| 5 | 5 | |
| 6 | @copyright: 2008-2009 Wave2 Limited. All rights reserved. | |
| 6 | @copyright: 2008-2010 Wave2 Limited. All rights reserved. | |
| 7 | 7 | @license: BSD License |
| 8 | 8 | """ |
| 9 | 9 | import ConfigParser, signal, socket, sys, os, time, datetime, getopt, re, smtplib, MySQLdb, warnings, xmpp |
| … | … | |
| 15 | 15 | from email.Utils import parseaddr |
| 16 | 16 | |
| 17 | 17 | __author__ = "Alan Snelson" |
| 18 | __copyright__ = "Copyright (C) 2008-2009 Wave2 Limited" | |
| 18 | __copyright__ = "Copyright (c) 2008-2010 Wave2 Limited" | |
| 19 | 19 | |
| 20 | 20 | __revision__ = "$Id$" |
| 21 | 21 | __version__ = "0.4" |
| 1 | Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
|---|---|---|
| 1 | Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 4 | 4 |
| 1 | Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
|---|---|---|
| 1 | Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | Redistribution and use in source and binary forms, with or without |
| 4 | 4 | modification, are permitted provided that the following conditions |
| 1 | 1 | /*- |
|---|---|---|
| 2 | * Copyright (c) 2008-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * All rights reserved. |
| 4 | 4 | * |
| 5 | 5 | * Redistribution and use in source and binary forms, with or without |
| 3 | 3 | """ |
|---|---|---|
| 4 | 4 | Del.icio.us Google Co-op Subscribed Links Creator |
| 5 | 5 | |
| 6 | @copyright: 2000-2009 Wave2 Limited. All rights reserved. | |
| 6 | @copyright: 2000-2010 Wave2 Limited. All rights reserved. | |
| 7 | 7 | @license: BSD License |
| 8 | 8 | """ |
| 9 | 9 | __version__ = "0.1" |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 15 | 15 | 0.7 - Fixed tags that begin with non alphanumeric characters and updated to work with 4.0 |
|---|---|---|
| 16 | 16 | 0.8 - Switched to UUID identifier and Custom Object Attributes for URL handling |
| 17 | 17 | |
| 18 | Copyright (C) 2006-2009 Wave2 Limited. All Rights Reserved. | |
| 18 | Copyright (c) 2006-2010 Wave2 Limited. All Rights Reserved. | |
| 19 | 19 | --> |
| 20 | 20 | <action trigger="onLoad"> |
| 21 | 21 | <![CDATA[ |
| … | … | |
| 721 | 721 | </about-text> |
| 722 | 722 | |
| 723 | 723 | <about-text> |
| 724 | <data>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</data> | |
| 724 | <data>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</data> | |
| 725 | 725 | <url>http://www.wave2.co.uk/copyright.htm</url> |
| 726 | 726 | <size>10</size> |
| 727 | 727 | <hOffset>80</hOffset> |
| 5 | 5 | <identifier>2D60F9E9-5528-44D4-8ACC-D5436F4EAC7B</identifier> |
|---|---|---|
| 6 | 6 | <image usage="dock" src="Resources/DockIcon.png"/> |
| 7 | 7 | <author name="Alan Snelson" organization="Wave2 Limited" href="http://www.wave2.org"/> |
| 8 | <copyright>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</copyright> | |
| 8 | <copyright>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</copyright> | |
| 9 | 9 | |
| 10 | 10 | <description>Del.icio.us Widget</description> |
| 11 | 11 | <platform minVersion="4.0" /> |
| 1 | 1 | Software License Agreement (BSD License) |
|---|---|---|
| 2 | 2 | |
| 3 | Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 3 | Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 4 | 4 | |
| 5 | 5 | Redistribution and use of this software in source and binary forms, with or without modification, are |
| 6 | 6 | permitted provided that the following conditions are met: |
| 15 | 15 | 0.7 - Fixed tags that begin with non alphanumeric characters and updated to work with 4.0 |
|---|---|---|
| 16 | 16 | 0.8 - Switched to UUID identifier and Custom Object Attributes for URL handling |
| 17 | 17 | |
| 18 | Copyright (C) 2006-2009 Wave2 Limited. All Rights Reserved. | |
| 18 | Copyright (c) 2006-2010 Wave2 Limited. All Rights Reserved. | |
| 19 | 19 | --> |
| 20 | 20 | <action trigger="onLoad"> |
| 21 | 21 | <![CDATA[ |
| … | … | |
| 721 | 721 | </about-text> |
| 722 | 722 | |
| 723 | 723 | <about-text> |
| 724 | <data>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</data> | |
| 724 | <data>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</data> | |
| 725 | 725 | <url>http://www.wave2.co.uk/copyright.htm</url> |
| 726 | 726 | <size>10</size> |
| 727 | 727 | <hOffset>80</hOffset> |
| 5 | 5 | <identifier>2D60F9E9-5528-44D4-8ACC-D5436F4EAC7B</identifier> |
|---|---|---|
| 6 | 6 | <image usage="dock" src="Resources/DockIcon.png"/> |
| 7 | 7 | <author name="Alan Snelson" organization="Wave2 Limited" href="http://www.wave2.org"/> |
| 8 | <copyright>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</copyright> | |
| 8 | <copyright>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</copyright> | |
| 9 | 9 | |
| 10 | 10 | <description>Del.icio.us Widget</description> |
| 11 | 11 | <platform minVersion="4.0" /> |
| 1 | 1 | Software License Agreement (BSD License) |
|---|---|---|
| 2 | 2 | |
| 3 | Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 3 | Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 4 | 4 | |
| 5 | 5 | Redistribution and use of this software in source and binary forms, with or without modification, are |
| 6 | 6 | permitted provided that the following conditions are met: |
| 5 | 5 | <image>Resources/icon.png</image> |
|---|---|---|
| 6 | 6 | <author>Alan Snelson</author> |
| 7 | 7 | <company>Wave2 Limited</company> |
| 8 | <copyright>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</copyright> | |
| 8 | <copyright>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</copyright> | |
| 9 | 9 | <debug>on</debug> |
| 10 | 10 | <!-- |
| 11 | 11 | Del.icio.us Widget |
| … | … | |
| 13 | 13 | |
| 14 | 14 | 0.5 - Initial port of the Del.icio.us Dashboard Widget |
| 15 | 15 | |
| 16 | Copyright (C) 2006 Wave2 Limited. All Rights Reserved. | |
| 16 | Copyright (c) 2006 Wave2 Limited. All Rights Reserved. | |
| 17 | 17 | --> |
| 18 | 18 | <action trigger="onLoad"> |
| 19 | 19 | <![CDATA[ |
| … | … | |
| 574 | 574 | </about-text> |
| 575 | 575 | |
| 576 | 576 | <about-text> |
| 577 | <data>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</data> | |
| 577 | <data>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</data> | |
| 578 | 578 | <url>http://www.wave2.co.uk/copyright.htm</url> |
| 579 | 579 | <size>10</size> |
| 580 | 580 | <hOffset>80</hOffset> |
| 1 | 1 | Software License Agreement (BSD License) |
|---|---|---|
| 2 | 2 | |
| 3 | Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 3 | Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 4 | 4 | |
| 5 | 5 | Redistribution and use of this software in source and binary forms, with or without modification, are |
| 6 | 6 | permitted provided that the following conditions are met: |
| 5 | 5 | <image>Resources/icon.png</image> |
|---|---|---|
| 6 | 6 | <author>Alan Snelson</author> |
| 7 | 7 | <company>Wave2 Limited</company> |
| 8 | <copyright>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</copyright> | |
| 8 | <copyright>Copyright (C) 2006-2010 Wave2 Limited. All rights reserved.</copyright> | |
| 9 | 9 | <debug>on</debug> |
| 10 | 10 | <!-- |
| 11 | 11 | Del.icio.us Widget |
| … | … | |
| 15 | 15 | 0.6 - Included offline mode to enable caching of bookmarks and icons |
| 16 | 16 | had to write some convoluted code to cache the icons - wish there were a better way!. |
| 17 | 17 | |
| 18 | Copyright (C) 2006-2009 Wave2 Limited. All Rights Reserved. | |
| 18 | Copyright (C) 2006-2010 Wave2 Limited. All Rights Reserved. | |
| 19 | 19 | --> |
| 20 | 20 | <action trigger="onLoad"> |
| 21 | 21 | <![CDATA[ |
| … | … | |
| 710 | 710 | </about-text> |
| 711 | 711 | |
| 712 | 712 | <about-text> |
| 713 | <data>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</data> | |
| 713 | <data>Copyright (C) 2006-2010 Wave2 Limited. All rights reserved.</data> | |
| 714 | 714 | <url>http://www.wave2.co.uk/copyright.htm</url> |
| 715 | 715 | <size>10</size> |
| 716 | 716 | <hOffset>80</hOffset> |
| 1 | 1 | Software License Agreement (BSD License) |
|---|---|---|
| 2 | 2 | |
| 3 | Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 3 | Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 4 | 4 | |
| 5 | 5 | Redistribution and use of this software in source and binary forms, with or without modification, are |
| 6 | 6 | permitted provided that the following conditions are met: |
| 15 | 15 | 0.7 - Fixed tags that begin with non alphanumeric characters and updated to work with 4.0 |
|---|---|---|
| 16 | 16 | 0.8 - Switched to UUID identifier and Custom Object Attributes for URL handling |
| 17 | 17 | |
| 18 | Copyright (C) 2006-2009 Wave2 Limited. All Rights Reserved. | |
| 18 | Copyright (c) 2006-2010 Wave2 Limited. All Rights Reserved. | |
| 19 | 19 | --> |
| 20 | 20 | <action trigger="onLoad"> |
| 21 | 21 | <![CDATA[ |
| … | … | |
| 721 | 721 | </about-text> |
| 722 | 722 | |
| 723 | 723 | <about-text> |
| 724 | <data>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</data> | |
| 724 | <data>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</data> | |
| 725 | 725 | <url>http://www.wave2.co.uk/copyright.htm</url> |
| 726 | 726 | <size>10</size> |
| 727 | 727 | <hOffset>80</hOffset> |
| 5 | 5 | <identifier>2D60F9E9-5528-44D4-8ACC-D5436F4EAC7B</identifier> |
|---|---|---|
| 6 | 6 | <image usage="dock" src="Resources/DockIcon.png"/> |
| 7 | 7 | <author name="Alan Snelson" organization="Wave2 Limited" href="http://www.wave2.org"/> |
| 8 | <copyright>Copyright (C) 2006-2009 Wave2 Limited. All rights reserved.</copyright> | |
| 8 | <copyright>Copyright (c) 2006-2010 Wave2 Limited. All rights reserved.</copyright> | |
| 9 | 9 | |
| 10 | 10 | <description>Del.icio.us Widget</description> |
| 11 | 11 | <platform minVersion="4.0" /> |
| 1 | 1 | Software License Agreement (BSD License) |
|---|---|---|
| 2 | 2 | |
| 3 | Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 3 | Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 4 | 4 | |
| 5 | 5 | Redistribution and use of this software in source and binary forms, with or without modification, are |
| 6 | 6 | permitted provided that the following conditions are met: |
| 6 | 6 | """ |
|---|---|---|
| 7 | 7 | GtkMozEmbed Websnap. |
| 8 | 8 | |
| 9 | @copyright: 2006-2009 Wave2 Limited. All rights reserved. | |
| 9 | @copyright: 2006-2010 Wave2 Limited. All rights reserved. | |
| 10 | 10 | @license: BSD License |
| 11 | 11 | """ |
| 12 | 12 | __version__ = "0.1" |
| 9 | 9 | http://WikiServer/WikiName?action=mmEvents |
|---|---|---|
| 10 | 10 | |
| 11 | 11 | MODIFICATION HISTORY: |
| 12 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 12 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 13 | 13 | @license: GNU GPL, see COPYING for details. |
| 14 | 14 | Version: 0.1 |
| 15 | 15 |
| 1 | Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
|---|---|---|
| 1 | Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 4 | 4 |
| 3 | 3 | """ |
|---|---|---|
| 4 | 4 | MoinMoin Events Daemon |
| 5 | 5 | |
| 6 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 6 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 7 | 7 | @license: BSD License |
| 8 | 8 | """ |
| 9 | 9 | import sys, os, time, datetime, getopt, re, smtplib |
| 2 | 2 | """ |
|---|---|---|
| 3 | 3 | MoinMoin - Event Macro |
| 4 | 4 | |
| 5 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 5 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 6 | 6 | @license: GNU GPL, see COPYING for details |
| 7 | 7 | |
| 8 | 8 | """ |
| 2 | 2 | """ |
|---|---|---|
| 3 | 3 | MoinMoin - MyEvents Macro |
| 4 | 4 | |
| 5 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 5 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 6 | 6 | @license: GNU GPL, see COPYING for details |
| 7 | 7 | |
| 8 | 8 | """ |
| 1 | 1 | GNU GENERAL PUBLIC LICENSE |
|---|---|---|
| 2 | 2 | Version 2, June 1991 |
| 3 | 3 | |
| 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. | |
| 4 | Copyright (c) 1989, 1991 Free Software Foundation, Inc. | |
| 5 | 5 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 6 | 6 | Everyone is permitted to copy and distribute verbatim copies |
| 7 | 7 | of this license document, but changing it is not allowed. |
| … | … | |
| 291 | 291 | the "copyright" line and a pointer to where the full notice is found. |
| 292 | 292 | |
| 293 | 293 | <one line to give the program's name and a brief idea of what it does.> |
| 294 | Copyright (C) <year> <name of author> | |
| 294 | Copyright (c) <year> <name of author> | |
| 295 | 295 | |
| 296 | 296 | This program is free software; you can redistribute it and/or modify |
| 297 | 297 | it under the terms of the GNU General Public License as published by |
| … | … | |
| 313 | 313 | If the program is interactive, make it output a short notice like this |
| 314 | 314 | when it starts in an interactive mode: |
| 315 | 315 | |
| 316 | Gnomovision version 69, Copyright (C) year name of author | |
| 316 | Gnomovision version 69, Copyright (c) year name of author | |
| 317 | 317 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
| 318 | 318 | This is free software, and you are welcome to redistribute it |
| 319 | 319 | under certain conditions; type `show c' for details. |
| 8 | 8 | that can be served directly when using a webserver such as Apache. |
|---|---|---|
| 9 | 9 | |
| 10 | 10 | MODIFICATION HISTORY |
| 11 | @copyright: 2000-2009 Wave2 Limited. All rights reserved. | |
| 11 | @copyright: 2000-2010 Wave2 Limited. All rights reserved. | |
| 12 | 12 | @license: GNU GPL, see COPYING for details. |
| 13 | 13 | |
| 14 | 14 | Alan Snelson: |
| 2 | 2 | """ |
|---|---|---|
| 3 | 3 | MoinMoin - MySQL Status Macro |
| 4 | 4 | |
| 5 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 5 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 6 | 6 | @license: GNU GPL, see COPYING for details |
| 7 | 7 | |
| 8 | 8 | Syntax: |
| 4 | 4 | |
|---|---|---|
| 5 | 5 | This action allows you to create a new password. |
| 6 | 6 | |
| 7 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 7 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 8 | 8 | @license: GNU GPL, see COPYING for details. |
| 9 | 9 | |
| 10 | 10 | Usage: |
| 2 | 2 | """ |
|---|---|---|
| 3 | 3 | MoinMoin - Password Macro |
| 4 | 4 | |
| 5 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 5 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 6 | 6 | @license: GNU GPL, see COPYING for details |
| 7 | 7 | |
| 8 | 8 | Usage: |
| 1 | 1 | GNU GENERAL PUBLIC LICENSE |
|---|---|---|
| 2 | 2 | Version 2, June 1991 |
| 3 | 3 | |
| 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. | |
| 4 | Copyright (c) 1989, 1991 Free Software Foundation, Inc. | |
| 5 | 5 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 6 | 6 | Everyone is permitted to copy and distribute verbatim copies |
| 7 | 7 | of this license document, but changing it is not allowed. |
| … | … | |
| 291 | 291 | the "copyright" line and a pointer to where the full notice is found. |
| 292 | 292 | |
| 293 | 293 | <one line to give the program's name and a brief idea of what it does.> |
| 294 | Copyright (C) <year> <name of author> | |
| 294 | Copyright (c) <year> <name of author> | |
| 295 | 295 | |
| 296 | 296 | This program is free software; you can redistribute it and/or modify |
| 297 | 297 | it under the terms of the GNU General Public License as published by |
| … | … | |
| 313 | 313 | If the program is interactive, make it output a short notice like this |
| 314 | 314 | when it starts in an interactive mode: |
| 315 | 315 | |
| 316 | Gnomovision version 69, Copyright (C) year name of author | |
| 316 | Gnomovision version 69, Copyright (c) year name of author | |
| 317 | 317 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
| 318 | 318 | This is free software, and you are welcome to redistribute it |
| 319 | 319 | under certain conditions; type `show c' for details. |
| 29 | 29 | Inspired by a need to keep network information in a common interface (MoinMoin Wiki) by Alan Snelson 2006. |
|---|---|---|
| 30 | 30 | |
| 31 | 31 | MODIFICATION HISTORY: |
| 32 | @copyright: 2006-2009 Wave2 Limited. All rights reserved. | |
| 32 | @copyright: 2006-2010 Wave2 Limited. All rights reserved. | |
| 33 | 33 | @license: GNU GPL, see COPYING for details. |
| 34 | 34 | |
| 35 | 35 | Alan Snelson: |
| 6 | 6 | This action is used to perform Whois lookups from within the Wiki. |
|---|---|---|
| 7 | 7 | |
| 8 | 8 | MODIFICATION HISTORY: |
| 9 | @copyright: 2007-2009 Wave2 Limited. All rights reserved. | |
| 9 | @copyright: 2007-2010 Wave2 Limited. All rights reserved. | |
| 10 | 10 | @license: GNU GPL, see COPYING for details. |
| 11 | 11 | Version: 0.1 |
| 12 | 12 |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | /** |
|---|---|---|
| 2 | * Copyright (c) 2007-2009 Wave2 Limited. All rights reserved. | |
| 2 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | * |
| 4 | 4 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 5 | 5 | * |
| 1 | 1 | -- Sample employee database |
|---|---|---|
| 2 | -- Copyright (C) 2009, Wave2 Limited | |
| 2 | -- Copyright (c) 2009-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | -- |
| 4 | 4 | -- Original data created by Fusheng Wang and Carlo Zaniolo |
| 5 | 5 | -- http://www.cs.aau.dk/TimeCenter/software.htm |
| 1 | Copyright 2009 Wave2 Limited. All rights reserved. | |
|---|---|---|
| 1 | Copyright 2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | Redistribution and use in source and binary forms, with or |
| 4 | 4 | without modification, are permitted provided that the following |
| 1 | 1 | -- Employee database functions and views |
|---|---|---|
| 2 | -- Copyright (C) 2009, Wave2 Limited | |
| 2 | -- Copyright (c) 2009-2010 Wave2 Limited. All rights reserved. | |
| 3 | 3 | -- |
| 4 | 4 | -- The following functions require pl/pgsql to be enabled within the databse. |
| 5 | 5 | -- To enable PL/pgSQL you can use the createlang command as detailed in the |
| 1 | 1 | /** |
|---|---|---|
| 2 | 2 | * Authentication Exception for the Clickatell HTTP/S API |
| 3 | 3 | * |
| 4 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 4 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 5 | 5 | * |
| 6 | 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | 7 | * you may not use this file except in compliance with the License. |
| 1 | 1 | /** |
|---|---|---|
| 2 | 2 | * An interface to the Clickatell HTTP/S API Specification v.2.3.0 |
| 3 | 3 | * |
| 4 | * Copyright (C) 2007-2009 Wave2 Limited. All rights reserved. | |
| 4 | * Copyright (c) 2007-2010 Wave2 Limited. All rights reserved. | |
| 5 | 5 | * |
| 6 | 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | 7 | * you may not use this file except in compliance with the License. |
| 1 | 1 | Software License Agreement (BSD License) |
|---|---|---|
| 2 | 2 | |
| 3 | Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 3 | Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 4 | 4 | |
| 5 | 5 | Redistribution and use of this software in source and binary forms, with or without modification, are |
| 6 | 6 | permitted provided that the following conditions are met: |
| 2 | 2 | <!-- |
|---|---|---|
| 3 | 3 | //////////////////////////////////////////////////////////////////////////////// |
| 4 | 4 | // |
| 5 | // Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 5 | // Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 6 | 6 | // |
| 7 | 7 | // License: BSD License, see COPYING for details. |
| 8 | 8 | // |
| 1 | 1 | <?php |
|---|---|---|
| 2 | 2 | include('whois.main.php'); |
| 3 | 3 | // Simple PHP Remoting service that provides whois lookup functionality. |
| 4 | // Copyright (C) 2006-2009 Wave2 Limited. All rights reserved. | |
| 4 | // Copyright (c) 2006-2010 Wave2 Limited. All rights reserved. | |
| 5 | 5 | // License: BSD License, see COPYING for details. |
| 6 | 6 | class whoisService |
| 7 | 7 | { |
| 1 | Copyright (C) 2008-2009 Wave2 Limited. All rights reserved. | |
|---|---|---|
| 1 | Copyright (c) 2008-2010 Wave2 Limited. All rights reserved. | |
| 2 | 2 | |
| 3 | 3 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 4 | 4 |
| 3 | 3 | """ |
|---|---|---|
| 4 | 4 | Wave2 - Backup Library |
| 5 | 5 | |
| 6 | @copyright: 2000-2009 Wave2 Limited. All rights reserved. | |
| 6 | @copyright: 2000-2010 Wave2 Limited. All rights reserved. | |
| 7 | 7 | @license: BSD License |
| 8 | 8 | """ |
| 9 | 9 | import time |