mack-notifier 0.7.1 → 0.7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metadata +2 -36
- data/doc/classes/Mack/Errors/UnconvertedNotifier.html +0 -111
- data/doc/classes/Mack/Notifier.html +0 -698
- data/doc/classes/Mack/Notifier/Adapters/Base.html +0 -134
- data/doc/classes/Mack/Notifier/Adapters/Tmail.html +0 -265
- data/doc/classes/Mack/Notifier/Attachment.html +0 -270
- data/doc/classes/Mack/Notifier/DeliveryHandlers/Sendmail.html +0 -154
- data/doc/classes/Mack/Notifier/DeliveryHandlers/Smtp.html +0 -153
- data/doc/classes/Mack/Notifier/DeliveryHandlers/Test.html +0 -147
- data/doc/classes/Mack/Notifier/Validatable.html +0 -419
- data/doc/classes/Mack/Paths.html +0 -197
- data/doc/classes/NotifierGenerator.html +0 -133
- data/doc/created.rid +0 -1
- data/doc/files/README.html +0 -150
- data/doc/files/lib/mack-notifier/adapters/base_rb.html +0 -101
- data/doc/files/lib/mack-notifier/adapters/tmail_rb.html +0 -108
- data/doc/files/lib/mack-notifier/attachment_rb.html +0 -101
- data/doc/files/lib/mack-notifier/delivery_handlers/sendmail_rb.html +0 -101
- data/doc/files/lib/mack-notifier/delivery_handlers/smtp_rb.html +0 -108
- data/doc/files/lib/mack-notifier/delivery_handlers/test_rb.html +0 -101
- data/doc/files/lib/mack-notifier/errors_rb.html +0 -101
- data/doc/files/lib/mack-notifier/loader_rb.html +0 -107
- data/doc/files/lib/mack-notifier/notifier_generator/notifier_generator_rb.html +0 -123
- data/doc/files/lib/mack-notifier/notifier_rb.html +0 -101
- data/doc/files/lib/mack-notifier/paths_rb.html +0 -101
- data/doc/files/lib/mack-notifier/rendering/type/mailer_rb.html +0 -101
- data/doc/files/lib/mack-notifier/settings_rb.html +0 -101
- data/doc/files/lib/mack-notifier/testing_rb.html +0 -142
- data/doc/files/lib/mack-notifier/validations_rb.html +0 -101
- data/doc/files/lib/mack-notifier_rb.html +0 -110
- data/doc/fr_class_index.html +0 -37
- data/doc/fr_file_index.html +0 -43
- data/doc/fr_method_index.html +0 -61
- data/doc/index.html +0 -24
- data/doc/rdoc-style.css +0 -208
| @@ -1,107 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="iso-8859-1"?>
         | 
| 2 | 
            -
            <!DOCTYPE html 
         | 
| 3 | 
            -
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 4 | 
            -
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 7 | 
            -
            <head>
         | 
| 8 | 
            -
              <title>File: loader.rb</title>
         | 
| 9 | 
            -
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         | 
| 10 | 
            -
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         | 
| 11 | 
            -
              <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
         | 
| 12 | 
            -
              <script type="text/javascript">
         | 
| 13 | 
            -
              // <![CDATA[
         | 
| 14 | 
            -
             | 
| 15 | 
            -
              function popupCode( url ) {
         | 
| 16 | 
            -
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         | 
| 17 | 
            -
              }
         | 
| 18 | 
            -
             | 
| 19 | 
            -
              function toggleCode( id ) {
         | 
| 20 | 
            -
                if ( document.getElementById )
         | 
| 21 | 
            -
                  elem = document.getElementById( id );
         | 
| 22 | 
            -
                else if ( document.all )
         | 
| 23 | 
            -
                  elem = eval( "document.all." + id );
         | 
| 24 | 
            -
                else
         | 
| 25 | 
            -
                  return false;
         | 
| 26 | 
            -
             | 
| 27 | 
            -
                elemStyle = elem.style;
         | 
| 28 | 
            -
                
         | 
| 29 | 
            -
                if ( elemStyle.display != "block" ) {
         | 
| 30 | 
            -
                  elemStyle.display = "block"
         | 
| 31 | 
            -
                } else {
         | 
| 32 | 
            -
                  elemStyle.display = "none"
         | 
| 33 | 
            -
                }
         | 
| 34 | 
            -
             | 
| 35 | 
            -
                return true;
         | 
| 36 | 
            -
              }
         | 
| 37 | 
            -
              
         | 
| 38 | 
            -
              // Make codeblocks hidden by default
         | 
| 39 | 
            -
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         | 
| 40 | 
            -
              
         | 
| 41 | 
            -
              // ]]>
         | 
| 42 | 
            -
              </script>
         | 
| 43 | 
            -
             | 
| 44 | 
            -
            </head>
         | 
| 45 | 
            -
            <body>
         | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
              <div id="fileHeader">
         | 
| 50 | 
            -
                <h1>loader.rb</h1>
         | 
| 51 | 
            -
                <table class="header-table">
         | 
| 52 | 
            -
                <tr class="top-aligned-row">
         | 
| 53 | 
            -
                  <td><strong>Path:</strong></td>
         | 
| 54 | 
            -
                  <td>lib/mack-notifier/loader.rb
         | 
| 55 | 
            -
                  </td>
         | 
| 56 | 
            -
                </tr>
         | 
| 57 | 
            -
                <tr class="top-aligned-row">
         | 
| 58 | 
            -
                  <td><strong>Last Update:</strong></td>
         | 
| 59 | 
            -
                  <td>Mon Sep 08 10:32:47 -0400 2008</td>
         | 
| 60 | 
            -
                </tr>
         | 
| 61 | 
            -
                </table>
         | 
| 62 | 
            -
              </div>
         | 
| 63 | 
            -
              <!-- banner header -->
         | 
| 64 | 
            -
             | 
| 65 | 
            -
              <div id="bodyContent">
         | 
| 66 | 
            -
             | 
| 67 | 
            -
             | 
| 68 | 
            -
             | 
| 69 | 
            -
              <div id="contextContent">
         | 
| 70 | 
            -
             | 
| 71 | 
            -
                <div id="description">
         | 
| 72 | 
            -
                  <p>
         | 
| 73 | 
            -
            If the notifiers directory does not exist, create it.
         | 
| 74 | 
            -
            </p>
         | 
| 75 | 
            -
             | 
| 76 | 
            -
                </div>
         | 
| 77 | 
            -
             | 
| 78 | 
            -
             | 
| 79 | 
            -
               </div>
         | 
| 80 | 
            -
             | 
| 81 | 
            -
             | 
| 82 | 
            -
              </div>
         | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
                <!-- if includes -->
         | 
| 86 | 
            -
             | 
| 87 | 
            -
                <div id="section">
         | 
| 88 | 
            -
             | 
| 89 | 
            -
             | 
| 90 | 
            -
             | 
| 91 | 
            -
             | 
| 92 | 
            -
             | 
| 93 | 
            -
                  
         | 
| 94 | 
            -
             | 
| 95 | 
            -
             | 
| 96 | 
            -
                <!-- if method_list -->
         | 
| 97 | 
            -
             | 
| 98 | 
            -
             | 
| 99 | 
            -
              </div>
         | 
| 100 | 
            -
             | 
| 101 | 
            -
             | 
| 102 | 
            -
            <div id="validator-badges">
         | 
| 103 | 
            -
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         | 
| 104 | 
            -
            </div>
         | 
| 105 | 
            -
             | 
| 106 | 
            -
            </body>
         | 
| 107 | 
            -
            </html>
         | 
| @@ -1,123 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="iso-8859-1"?>
         | 
| 2 | 
            -
            <!DOCTYPE html 
         | 
| 3 | 
            -
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 4 | 
            -
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 7 | 
            -
            <head>
         | 
| 8 | 
            -
              <title>File: notifier_generator.rb</title>
         | 
| 9 | 
            -
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         | 
| 10 | 
            -
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         | 
| 11 | 
            -
              <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
         | 
| 12 | 
            -
              <script type="text/javascript">
         | 
| 13 | 
            -
              // <![CDATA[
         | 
| 14 | 
            -
             | 
| 15 | 
            -
              function popupCode( url ) {
         | 
| 16 | 
            -
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         | 
| 17 | 
            -
              }
         | 
| 18 | 
            -
             | 
| 19 | 
            -
              function toggleCode( id ) {
         | 
| 20 | 
            -
                if ( document.getElementById )
         | 
| 21 | 
            -
                  elem = document.getElementById( id );
         | 
| 22 | 
            -
                else if ( document.all )
         | 
| 23 | 
            -
                  elem = eval( "document.all." + id );
         | 
| 24 | 
            -
                else
         | 
| 25 | 
            -
                  return false;
         | 
| 26 | 
            -
             | 
| 27 | 
            -
                elemStyle = elem.style;
         | 
| 28 | 
            -
                
         | 
| 29 | 
            -
                if ( elemStyle.display != "block" ) {
         | 
| 30 | 
            -
                  elemStyle.display = "block"
         | 
| 31 | 
            -
                } else {
         | 
| 32 | 
            -
                  elemStyle.display = "none"
         | 
| 33 | 
            -
                }
         | 
| 34 | 
            -
             | 
| 35 | 
            -
                return true;
         | 
| 36 | 
            -
              }
         | 
| 37 | 
            -
              
         | 
| 38 | 
            -
              // Make codeblocks hidden by default
         | 
| 39 | 
            -
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         | 
| 40 | 
            -
              
         | 
| 41 | 
            -
              // ]]>
         | 
| 42 | 
            -
              </script>
         | 
| 43 | 
            -
             | 
| 44 | 
            -
            </head>
         | 
| 45 | 
            -
            <body>
         | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
              <div id="fileHeader">
         | 
| 50 | 
            -
                <h1>notifier_generator.rb</h1>
         | 
| 51 | 
            -
                <table class="header-table">
         | 
| 52 | 
            -
                <tr class="top-aligned-row">
         | 
| 53 | 
            -
                  <td><strong>Path:</strong></td>
         | 
| 54 | 
            -
                  <td>lib/mack-notifier/notifier_generator/notifier_generator.rb
         | 
| 55 | 
            -
                  </td>
         | 
| 56 | 
            -
                </tr>
         | 
| 57 | 
            -
                <tr class="top-aligned-row">
         | 
| 58 | 
            -
                  <td><strong>Last Update:</strong></td>
         | 
| 59 | 
            -
                  <td>Mon Sep 08 10:32:47 -0400 2008</td>
         | 
| 60 | 
            -
                </tr>
         | 
| 61 | 
            -
                </table>
         | 
| 62 | 
            -
              </div>
         | 
| 63 | 
            -
              <!-- banner header -->
         | 
| 64 | 
            -
             | 
| 65 | 
            -
              <div id="bodyContent">
         | 
| 66 | 
            -
             | 
| 67 | 
            -
             | 
| 68 | 
            -
             | 
| 69 | 
            -
              <div id="contextContent">
         | 
| 70 | 
            -
             | 
| 71 | 
            -
                <div id="description">
         | 
| 72 | 
            -
                  <p>
         | 
| 73 | 
            -
            Generates the necessary files for a basic notifier.
         | 
| 74 | 
            -
            </p>
         | 
| 75 | 
            -
            <p>
         | 
| 76 | 
            -
            Example:
         | 
| 77 | 
            -
            </p>
         | 
| 78 | 
            -
            <pre>
         | 
| 79 | 
            -
              rake generate:notifier name=welcome_email
         | 
| 80 | 
            -
            </pre>
         | 
| 81 | 
            -
            <p>
         | 
| 82 | 
            -
            generates the following files:
         | 
| 83 | 
            -
            </p>
         | 
| 84 | 
            -
            <pre>
         | 
| 85 | 
            -
              app/notifiers/welcome_email.rb
         | 
| 86 | 
            -
              app/notifiers/templates/welcome_email/text.erb
         | 
| 87 | 
            -
              app/notifiers/templates/welcome_email/html.erb
         | 
| 88 | 
            -
              test/unit/welcome_email_spec.rb # => if using RSpec
         | 
| 89 | 
            -
              test/unit/welcome_email_test.rb # => if using Test::Unit::TestCase
         | 
| 90 | 
            -
            </pre>
         | 
| 91 | 
            -
             | 
| 92 | 
            -
                </div>
         | 
| 93 | 
            -
             | 
| 94 | 
            -
             | 
| 95 | 
            -
               </div>
         | 
| 96 | 
            -
             | 
| 97 | 
            -
             | 
| 98 | 
            -
              </div>
         | 
| 99 | 
            -
             | 
| 100 | 
            -
             | 
| 101 | 
            -
                <!-- if includes -->
         | 
| 102 | 
            -
             | 
| 103 | 
            -
                <div id="section">
         | 
| 104 | 
            -
             | 
| 105 | 
            -
             | 
| 106 | 
            -
             | 
| 107 | 
            -
             | 
| 108 | 
            -
             | 
| 109 | 
            -
                  
         | 
| 110 | 
            -
             | 
| 111 | 
            -
             | 
| 112 | 
            -
                <!-- if method_list -->
         | 
| 113 | 
            -
             | 
| 114 | 
            -
             | 
| 115 | 
            -
              </div>
         | 
| 116 | 
            -
             | 
| 117 | 
            -
             | 
| 118 | 
            -
            <div id="validator-badges">
         | 
| 119 | 
            -
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         | 
| 120 | 
            -
            </div>
         | 
| 121 | 
            -
             | 
| 122 | 
            -
            </body>
         | 
| 123 | 
            -
            </html>
         | 
| @@ -1,101 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="iso-8859-1"?>
         | 
| 2 | 
            -
            <!DOCTYPE html 
         | 
| 3 | 
            -
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 4 | 
            -
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 7 | 
            -
            <head>
         | 
| 8 | 
            -
              <title>File: notifier.rb</title>
         | 
| 9 | 
            -
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         | 
| 10 | 
            -
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         | 
| 11 | 
            -
              <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
         | 
| 12 | 
            -
              <script type="text/javascript">
         | 
| 13 | 
            -
              // <![CDATA[
         | 
| 14 | 
            -
             | 
| 15 | 
            -
              function popupCode( url ) {
         | 
| 16 | 
            -
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         | 
| 17 | 
            -
              }
         | 
| 18 | 
            -
             | 
| 19 | 
            -
              function toggleCode( id ) {
         | 
| 20 | 
            -
                if ( document.getElementById )
         | 
| 21 | 
            -
                  elem = document.getElementById( id );
         | 
| 22 | 
            -
                else if ( document.all )
         | 
| 23 | 
            -
                  elem = eval( "document.all." + id );
         | 
| 24 | 
            -
                else
         | 
| 25 | 
            -
                  return false;
         | 
| 26 | 
            -
             | 
| 27 | 
            -
                elemStyle = elem.style;
         | 
| 28 | 
            -
                
         | 
| 29 | 
            -
                if ( elemStyle.display != "block" ) {
         | 
| 30 | 
            -
                  elemStyle.display = "block"
         | 
| 31 | 
            -
                } else {
         | 
| 32 | 
            -
                  elemStyle.display = "none"
         | 
| 33 | 
            -
                }
         | 
| 34 | 
            -
             | 
| 35 | 
            -
                return true;
         | 
| 36 | 
            -
              }
         | 
| 37 | 
            -
              
         | 
| 38 | 
            -
              // Make codeblocks hidden by default
         | 
| 39 | 
            -
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         | 
| 40 | 
            -
              
         | 
| 41 | 
            -
              // ]]>
         | 
| 42 | 
            -
              </script>
         | 
| 43 | 
            -
             | 
| 44 | 
            -
            </head>
         | 
| 45 | 
            -
            <body>
         | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
              <div id="fileHeader">
         | 
| 50 | 
            -
                <h1>notifier.rb</h1>
         | 
| 51 | 
            -
                <table class="header-table">
         | 
| 52 | 
            -
                <tr class="top-aligned-row">
         | 
| 53 | 
            -
                  <td><strong>Path:</strong></td>
         | 
| 54 | 
            -
                  <td>lib/mack-notifier/notifier.rb
         | 
| 55 | 
            -
                  </td>
         | 
| 56 | 
            -
                </tr>
         | 
| 57 | 
            -
                <tr class="top-aligned-row">
         | 
| 58 | 
            -
                  <td><strong>Last Update:</strong></td>
         | 
| 59 | 
            -
                  <td>Mon Sep 08 10:32:47 -0400 2008</td>
         | 
| 60 | 
            -
                </tr>
         | 
| 61 | 
            -
                </table>
         | 
| 62 | 
            -
              </div>
         | 
| 63 | 
            -
              <!-- banner header -->
         | 
| 64 | 
            -
             | 
| 65 | 
            -
              <div id="bodyContent">
         | 
| 66 | 
            -
             | 
| 67 | 
            -
             | 
| 68 | 
            -
             | 
| 69 | 
            -
              <div id="contextContent">
         | 
| 70 | 
            -
             | 
| 71 | 
            -
             | 
| 72 | 
            -
             | 
| 73 | 
            -
               </div>
         | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 76 | 
            -
              </div>
         | 
| 77 | 
            -
             | 
| 78 | 
            -
             | 
| 79 | 
            -
                <!-- if includes -->
         | 
| 80 | 
            -
             | 
| 81 | 
            -
                <div id="section">
         | 
| 82 | 
            -
             | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
             | 
| 86 | 
            -
             | 
| 87 | 
            -
                  
         | 
| 88 | 
            -
             | 
| 89 | 
            -
             | 
| 90 | 
            -
                <!-- if method_list -->
         | 
| 91 | 
            -
             | 
| 92 | 
            -
             | 
| 93 | 
            -
              </div>
         | 
| 94 | 
            -
             | 
| 95 | 
            -
             | 
| 96 | 
            -
            <div id="validator-badges">
         | 
| 97 | 
            -
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         | 
| 98 | 
            -
            </div>
         | 
| 99 | 
            -
             | 
| 100 | 
            -
            </body>
         | 
| 101 | 
            -
            </html>
         | 
| @@ -1,101 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="iso-8859-1"?>
         | 
| 2 | 
            -
            <!DOCTYPE html 
         | 
| 3 | 
            -
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 4 | 
            -
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 7 | 
            -
            <head>
         | 
| 8 | 
            -
              <title>File: paths.rb</title>
         | 
| 9 | 
            -
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         | 
| 10 | 
            -
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         | 
| 11 | 
            -
              <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
         | 
| 12 | 
            -
              <script type="text/javascript">
         | 
| 13 | 
            -
              // <![CDATA[
         | 
| 14 | 
            -
             | 
| 15 | 
            -
              function popupCode( url ) {
         | 
| 16 | 
            -
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         | 
| 17 | 
            -
              }
         | 
| 18 | 
            -
             | 
| 19 | 
            -
              function toggleCode( id ) {
         | 
| 20 | 
            -
                if ( document.getElementById )
         | 
| 21 | 
            -
                  elem = document.getElementById( id );
         | 
| 22 | 
            -
                else if ( document.all )
         | 
| 23 | 
            -
                  elem = eval( "document.all." + id );
         | 
| 24 | 
            -
                else
         | 
| 25 | 
            -
                  return false;
         | 
| 26 | 
            -
             | 
| 27 | 
            -
                elemStyle = elem.style;
         | 
| 28 | 
            -
                
         | 
| 29 | 
            -
                if ( elemStyle.display != "block" ) {
         | 
| 30 | 
            -
                  elemStyle.display = "block"
         | 
| 31 | 
            -
                } else {
         | 
| 32 | 
            -
                  elemStyle.display = "none"
         | 
| 33 | 
            -
                }
         | 
| 34 | 
            -
             | 
| 35 | 
            -
                return true;
         | 
| 36 | 
            -
              }
         | 
| 37 | 
            -
              
         | 
| 38 | 
            -
              // Make codeblocks hidden by default
         | 
| 39 | 
            -
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         | 
| 40 | 
            -
              
         | 
| 41 | 
            -
              // ]]>
         | 
| 42 | 
            -
              </script>
         | 
| 43 | 
            -
             | 
| 44 | 
            -
            </head>
         | 
| 45 | 
            -
            <body>
         | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
              <div id="fileHeader">
         | 
| 50 | 
            -
                <h1>paths.rb</h1>
         | 
| 51 | 
            -
                <table class="header-table">
         | 
| 52 | 
            -
                <tr class="top-aligned-row">
         | 
| 53 | 
            -
                  <td><strong>Path:</strong></td>
         | 
| 54 | 
            -
                  <td>lib/mack-notifier/paths.rb
         | 
| 55 | 
            -
                  </td>
         | 
| 56 | 
            -
                </tr>
         | 
| 57 | 
            -
                <tr class="top-aligned-row">
         | 
| 58 | 
            -
                  <td><strong>Last Update:</strong></td>
         | 
| 59 | 
            -
                  <td>Mon Sep 08 10:32:47 -0400 2008</td>
         | 
| 60 | 
            -
                </tr>
         | 
| 61 | 
            -
                </table>
         | 
| 62 | 
            -
              </div>
         | 
| 63 | 
            -
              <!-- banner header -->
         | 
| 64 | 
            -
             | 
| 65 | 
            -
              <div id="bodyContent">
         | 
| 66 | 
            -
             | 
| 67 | 
            -
             | 
| 68 | 
            -
             | 
| 69 | 
            -
              <div id="contextContent">
         | 
| 70 | 
            -
             | 
| 71 | 
            -
             | 
| 72 | 
            -
             | 
| 73 | 
            -
               </div>
         | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 76 | 
            -
              </div>
         | 
| 77 | 
            -
             | 
| 78 | 
            -
             | 
| 79 | 
            -
                <!-- if includes -->
         | 
| 80 | 
            -
             | 
| 81 | 
            -
                <div id="section">
         | 
| 82 | 
            -
             | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
             | 
| 86 | 
            -
             | 
| 87 | 
            -
                  
         | 
| 88 | 
            -
             | 
| 89 | 
            -
             | 
| 90 | 
            -
                <!-- if method_list -->
         | 
| 91 | 
            -
             | 
| 92 | 
            -
             | 
| 93 | 
            -
              </div>
         | 
| 94 | 
            -
             | 
| 95 | 
            -
             | 
| 96 | 
            -
            <div id="validator-badges">
         | 
| 97 | 
            -
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         | 
| 98 | 
            -
            </div>
         | 
| 99 | 
            -
             | 
| 100 | 
            -
            </body>
         | 
| 101 | 
            -
            </html>
         | 
| @@ -1,101 +0,0 @@ | |
| 1 | 
            -
            <?xml version="1.0" encoding="iso-8859-1"?>
         | 
| 2 | 
            -
            <!DOCTYPE html 
         | 
| 3 | 
            -
                 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 4 | 
            -
                 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 7 | 
            -
            <head>
         | 
| 8 | 
            -
              <title>File: mailer.rb</title>
         | 
| 9 | 
            -
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
         | 
| 10 | 
            -
              <meta http-equiv="Content-Script-Type" content="text/javascript" />
         | 
| 11 | 
            -
              <link rel="stylesheet" href="../../../../.././rdoc-style.css" type="text/css" media="screen" />
         | 
| 12 | 
            -
              <script type="text/javascript">
         | 
| 13 | 
            -
              // <![CDATA[
         | 
| 14 | 
            -
             | 
| 15 | 
            -
              function popupCode( url ) {
         | 
| 16 | 
            -
                window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
         | 
| 17 | 
            -
              }
         | 
| 18 | 
            -
             | 
| 19 | 
            -
              function toggleCode( id ) {
         | 
| 20 | 
            -
                if ( document.getElementById )
         | 
| 21 | 
            -
                  elem = document.getElementById( id );
         | 
| 22 | 
            -
                else if ( document.all )
         | 
| 23 | 
            -
                  elem = eval( "document.all." + id );
         | 
| 24 | 
            -
                else
         | 
| 25 | 
            -
                  return false;
         | 
| 26 | 
            -
             | 
| 27 | 
            -
                elemStyle = elem.style;
         | 
| 28 | 
            -
                
         | 
| 29 | 
            -
                if ( elemStyle.display != "block" ) {
         | 
| 30 | 
            -
                  elemStyle.display = "block"
         | 
| 31 | 
            -
                } else {
         | 
| 32 | 
            -
                  elemStyle.display = "none"
         | 
| 33 | 
            -
                }
         | 
| 34 | 
            -
             | 
| 35 | 
            -
                return true;
         | 
| 36 | 
            -
              }
         | 
| 37 | 
            -
              
         | 
| 38 | 
            -
              // Make codeblocks hidden by default
         | 
| 39 | 
            -
              document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
         | 
| 40 | 
            -
              
         | 
| 41 | 
            -
              // ]]>
         | 
| 42 | 
            -
              </script>
         | 
| 43 | 
            -
             | 
| 44 | 
            -
            </head>
         | 
| 45 | 
            -
            <body>
         | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
              <div id="fileHeader">
         | 
| 50 | 
            -
                <h1>mailer.rb</h1>
         | 
| 51 | 
            -
                <table class="header-table">
         | 
| 52 | 
            -
                <tr class="top-aligned-row">
         | 
| 53 | 
            -
                  <td><strong>Path:</strong></td>
         | 
| 54 | 
            -
                  <td>lib/mack-notifier/rendering/type/mailer.rb
         | 
| 55 | 
            -
                  </td>
         | 
| 56 | 
            -
                </tr>
         | 
| 57 | 
            -
                <tr class="top-aligned-row">
         | 
| 58 | 
            -
                  <td><strong>Last Update:</strong></td>
         | 
| 59 | 
            -
                  <td>Mon Sep 08 10:32:47 -0400 2008</td>
         | 
| 60 | 
            -
                </tr>
         | 
| 61 | 
            -
                </table>
         | 
| 62 | 
            -
              </div>
         | 
| 63 | 
            -
              <!-- banner header -->
         | 
| 64 | 
            -
             | 
| 65 | 
            -
              <div id="bodyContent">
         | 
| 66 | 
            -
             | 
| 67 | 
            -
             | 
| 68 | 
            -
             | 
| 69 | 
            -
              <div id="contextContent">
         | 
| 70 | 
            -
             | 
| 71 | 
            -
             | 
| 72 | 
            -
             | 
| 73 | 
            -
               </div>
         | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 76 | 
            -
              </div>
         | 
| 77 | 
            -
             | 
| 78 | 
            -
             | 
| 79 | 
            -
                <!-- if includes -->
         | 
| 80 | 
            -
             | 
| 81 | 
            -
                <div id="section">
         | 
| 82 | 
            -
             | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
             | 
| 86 | 
            -
             | 
| 87 | 
            -
                  
         | 
| 88 | 
            -
             | 
| 89 | 
            -
             | 
| 90 | 
            -
                <!-- if method_list -->
         | 
| 91 | 
            -
             | 
| 92 | 
            -
             | 
| 93 | 
            -
              </div>
         | 
| 94 | 
            -
             | 
| 95 | 
            -
             | 
| 96 | 
            -
            <div id="validator-badges">
         | 
| 97 | 
            -
              <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
         | 
| 98 | 
            -
            </div>
         | 
| 99 | 
            -
             | 
| 100 | 
            -
            </body>
         | 
| 101 | 
            -
            </html>
         |