Updated welcome
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 6e1a14f..bd687ce 100644 (file)
@@ -551,13 +551,27 @@ sub welcome_message {
                 margin-right: 20px;
                 font-family: garamond, verdana, tahoma, sans-serif;
             }
+            :link, :visited {
+                    text-decoration: none;
+                    color: #b00;
+                    border-bottom: 1px dotted #bbb;
+            }
+            :link:hover, :visited:hover {
+                    background-color: #fff;
+                    color: #555;
+            }
             div#topbar {
                 margin: 0px;
             }
+            pre {
+                border: 1px dotted #555;
+                margin: 10px;
+                padding: 8px;
+            }
             div#answers {
                 padding: 8px;
                 margin: 10px;
-                background-color: #eee;
+                background-color: #fff;
                 border: 1px solid #aaa;
                 -moz-border-radius: 10px;
             }
@@ -591,29 +605,24 @@ sub welcome_message {
                  <p>That all depends really, on what <b>you</b> want to do.
                     We do, however, provide you with a few starting points.</p>
                  <p>If you want to jump right into web development with Catalyst
-                    you might want to check out the following links.</p>
-                 <ul>
-                     <li>
-                         <a href="http://catalyst.perl.org">
-                             Catalyst::Manual::Intro
-                         </a>
-                     </li>
-                 </ul>
+                    you might want to check out the documentation.</p>
+                 <pre><code>perldoc<a href="http://cpansearch.perl.org/dist/Catalyst/lib/Catalyst/Manual.pod">Catalyst::Manual</a>
+perldoc<a href="http://cpansearch.perl.org/dist/Catalyst/lib/Catalyst/Manual/Intro.pod">Catalyst::Manual::Intro</a></code></pre>
                  <p>If you would like some background information on the
                     MVC-pattern, theese links might be able to help you out.</p>
                  <ul>
                      <li>
-                         <a href="http://catalyst.perl.org">
+                         <a href="http://dev.catalyst.perl.org/wiki/Models">
                              Introduction to Models
                          </a>
                      </li>
                      <li>
-                         <a href="http://catalyst.perl.org">
+                         <a href="http://dev.catalyst.perl.org/wiki/Views">
                              Introduction to Views
                          </a>
                      </li>
                      <li>
-                         <a href="http://catalyst.perl.org">
+                         <a href="http://dev.catalyst.perl.org/wiki/Controllers">
                              Introduction to Controllers
                          </a>
                      </li>