cleanup for IE and co.
Stevan Little [Mon, 5 Apr 2010 14:41:27 +0000 (10:41 -0400)]
data/pages.yml
lib/Moose/Website/I18N/po/en.po
lib/Moose/Website/Resource/Templates/about.tt
lib/Moose/Website/Resource/Templates/articles.tt
lib/Moose/Website/Resource/Templates/download.tt
lib/Moose/Website/Resource/Templates/index.tt
lib/Moose/Website/Resource/Templates/presentations.tt
lib/Moose/Website/Resource/Templates/support.tt
lib/Moose/Website/Resource/WebFiles/css/style.css

index eb39146..9d0c026 100644 (file)
     mailing_list :
       address : moose@perl.org
       archive : http://news.gmane.org/gmane.comp.lang.perl.moose
-    training :
-      - name : Infinity Interactive
-        url  : http://www.iinteractive.com/moose/training
-      - name : Shadowcat Systems
-        url  : http://www.shadowcat.co.uk/training
-      - name : Dave Rolsky, Inc.
-        url  : http://www.rolsky.com/training_the_moose
-    consulting :
-      - name : Infinity Interactive
-        url  : http://www.iinteractive.com/moose/consulting
-      - name : Shadowcat Systems
-        url  : http://www.shadowcat.co.uk/consulting
     misc :
       - name : textmate bundle
         url  : http://github.com/perigrin/perl-moose.tmbundle
index 83b780d..5965aaa 100644 (file)
@@ -59,12 +59,12 @@ msgid "about company list header"
 msgstr "Companies that use Moose"
 
 msgid "about company list body"
-msgstr "Moose is used by a large number of companies around the world, here are a few of them."
+msgstr "<p>Moose is used by a large number of companies around the world, here are a few of them.</p>"
 
 # download
 
 msgid "download body"
-msgstr "Moose is available for download from the CPAN, Perl's world-wide mirrored module distribution platform. Below is a number of links to Moose and it's related modules. <a href='http://cpants.perl.org/dist/used_by/Moose'>Here is a list</a> of other CPAN modules that use Moose."
+msgstr "<p>Moose is available for download from the CPAN, Perl's world-wide mirrored module distribution platform. Below is a number of links to Moose and it's related modules. <a href='http://cpants.perl.org/dist/used_by/Moose'>Here is a list</a> of other CPAN modules that use Moose.</p>"
 
 msgid "download info Moose"
 msgstr "The core Moose distribution"
@@ -104,25 +104,25 @@ msgstr "Github Mirror"
 # support
 
 msgid "support body"
-msgstr "Moose is a community driven project and there are a number of places in which you can find help and support. Below are listed the official IRC channels and mailing lists, but help can also be found on community based help sites like <a href='http://www.perlmonks.org'>PerlMonks</a> and <a href='http://www.stackoverflow.com'>Stack Overflow</a>. You can also refer to the official <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual/Support.pod'>Moose::Manual::Support</a> documentation for more details."
+msgstr "<p>Moose is a community driven project and there are a number of places in which you can find help and support. Below are listed the official IRC channels and mailing lists, but help can also be found on community based help sites like <a href='http://www.perlmonks.org'>PerlMonks</a> and <a href='http://www.stackoverflow.com'>Stack Overflow</a>. You can also refer to the official <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual/Support.pod'>Moose::Manual::Support</a> documentation for more details.</p>"
 
 msgid "support irc header"
 msgstr "IRC Channels"
 
 msgid "support irc body"
-msgstr "The quickest way to get Moose support is to engage the community on IRC."
+msgstr "<p>The quickest way to get Moose support is to engage the community on IRC.</p>"
 
 msgid "support mailing list header"
 msgstr "Mailing List"
 
 msgid "support mailing list body"
-msgstr "The Moose mailing lists can be an excellent way to get your questions answered."
+msgstr "<p>The Moose mailing lists can be an excellent way to get your questions answered.</p>"
 
 msgid "support misc header"
 msgstr "Misc."
 
 msgid "support misc body"
-msgstr "Here are a couple other items which are useful that you might like."
+msgstr "<p>Here are a couple other items which are useful that you might like.</p>"
 
 msgid "support moose mailing list"
 msgstr "Moose mailing list"
@@ -136,18 +136,6 @@ msgstr "Moose TextMate Bundle"
 msgid "support quickref card"
 msgstr "Moose QuickRef Card"
 
-msgid "support training header"
-msgstr "Moose Training"
-
-msgid "support training body"
-msgstr "Several companies and individuals provide Moose training, here are a few."
-
-msgid "support consulting header"
-msgstr "Moose Consulting"
-
-msgid "support consulting body"
-msgstr "Several companies and individuals provide Moose consulting, here are a few."
-
 # articles
 
 msgid "articles body"
index 00c56a5..261b086 100644 (file)
@@ -1,19 +1,17 @@
 [% WRAPPER 'wrapper/root.tt' %]
 
-    <p>[% loc('about body') %]</p>
+    [% loc('about body') %]
 
     <h3>[% loc('about new to moose header') %]</h3>
-    <p>[% loc('about new to moose body') %]</p>
+    [% loc('about new to moose body') %]
 
     <h3>[% loc('about company list header') %]</h3>
-    <p>[% loc('about company list body') %]</p>
+    [% loc('about company list body') %]
 
-    <p>
-        <ul>
-            [% FOREACH company IN current_page.data.companies.sort('name') %]
-                <li><a href="[% company.url %]">[% company.name %]</a></li>
-            [% END %]
-        </ul>
-    </p>
+    <ul>
+    [% FOREACH company IN current_page.data.companies.sort('name') %]
+        <li><a href="[% company.url %]">[% company.name %]</a></li>
+    [% END %]
+    </ul>
 
 [% END %]
\ No newline at end of file
index 2b64970..7e51835 100644 (file)
@@ -1,29 +1,27 @@
 [% WRAPPER 'wrapper/root.tt' %]
 
-    <p>[% loc('articles body') %]</p>
-    <p>
-        <ul class="articles">
-        [% FOREACH item IN current_page.data %]
-            <li class="year">
-                [% loc(item.year) %]
-                <ul>
-                    [% FOREACH article IN item.articles %]
-                        [% IF article.articles %]
-                            <li class="article_set">[% article.title.$locale %]
-                                <ul>
-                                    [% FOREACH sub_article IN article.articles %]
-                                        <li class="article"><a href="[% sub_article.url %]">[% sub_article.title.$locale %]</a></li>
-                                    [% END %]
-                                </ul>
-                            </li>
-                        [% ELSE %]
-                            <li class="article"><a href="[% article.url %]">[% article.title.$locale %]</a></li>
-                        [% END %]
+    [% loc('articles body') %]
+    <ul class="articles">
+    [% FOREACH item IN current_page.data %]
+        <li class="year">
+            [% loc(item.year) %]
+            <ul>
+                [% FOREACH article IN item.articles %]
+                    [% IF article.articles %]
+                        <li class="article_set">[% article.title.$locale %]
+                            <ul>
+                                [% FOREACH sub_article IN article.articles %]
+                                    <li class="article"><a href="[% sub_article.url %]">[% sub_article.title.$locale %]</a></li>
+                                [% END %]
+                            </ul>
+                        </li>
+                    [% ELSE %]
+                        <li class="article"><a href="[% article.url %]">[% article.title.$locale %]</a></li>
                     [% END %]
-                </ul>
-            </li>
-        [% END %]
-        </ul>
-    </p>
+                [% END %]
+            </ul>
+        </li>
+    [% END %]
+    </ul>
 
 [% END %]
\ No newline at end of file
index bd125de..f9a5b75 100644 (file)
@@ -1,23 +1,19 @@
 [% WRAPPER 'wrapper/root.tt' %]
 
-    <p>[% loc('download body') %]</p>
-    <p>
-        <ul>
-            [% FOREACH module IN current_page.data.CPAN %]
-            <li><a href="[% module.url %]">[% module.name %]</a> &mdash; [% loc("download info " _ module.name) %]</li>
-            [% END %]
-        </ul>
-    </p>
+    [% loc('download body') %]
+    <ul>
+    [% FOREACH module IN current_page.data.CPAN %]
+        <li><a href="[% module.url %]">[% module.name %]</a> &mdash; [% loc("download info " _ module.name) %]</li>
+    [% END %]
+    </ul>
 
     <h3>[% loc('download git header') %]</h3>
-    <p>[% loc('download git body') %]</p>
-    <p>
-        <ul>
-            <li>[% loc('download git public') %] &mdash; [% current_page.data.git.public %]</li>
-            <li>[% loc('download git commiter') %] &mdash; [% current_page.data.git.commiter %]</li>
-            <li><a href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
-            <li><a href="[% current_page.data.git.github %]">[% loc('download github mirror') %]</a></li>
-        </ul>
-    </p>
+    [% loc('download git body') %]
+    <ul>
+        <li>[% loc('download git public') %] &mdash; [% current_page.data.git.public %]</li>
+        <li>[% loc('download git commiter') %] &mdash; [% current_page.data.git.commiter %]</li>
+        <li><a href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
+        <li><a href="[% current_page.data.git.github %]">[% loc('download github mirror') %]</a></li>
+    </ul>
 
 [% END %]
\ No newline at end of file
index adb6c8b..42cb371 100644 (file)
@@ -1,3 +1,3 @@
 [% WRAPPER 'wrapper/root.tt' %]
-    <p>[% loc('home body') %]</p>
+    [% loc('home body') %]
 [% END %]
\ No newline at end of file
index 4160c25..703bc83 100644 (file)
@@ -1,23 +1,21 @@
 [% WRAPPER 'wrapper/root.tt' %]
 
-    <p>[% loc('presentations body') %]</p>
-    <p>
-        <ul class="presentations">
-        [% FOREACH item IN current_page.data %]
-            <li class="year">
-                [% loc(item.year) %]
-                <ul>
-                    [% FOREACH presentation IN item.presentations %]
-                        <li class="presentation">
-                            <a href="[% presentation.url %]">[% presentation.title.$locale %]</a>
-                            [% IF presentation.video   %] (<a href="[% presentation.video %]">video</a>)[% END %]
-                            [% IF presentation.podcast %] (<a href="[% presentation.podcast %]">podcast</a>)[% END %]
-                        </li>
-                    [% END %]
-                </ul>
-            </li>
-        [% END %]
-        </ul>
-    </p>
+    [% loc('presentations body') %]
+    <ul class="presentations">
+    [% FOREACH item IN current_page.data %]
+        <li class="year">
+            [% loc(item.year) %]
+            <ul>
+                [% FOREACH presentation IN item.presentations %]
+                    <li class="presentation">
+                        <a href="[% presentation.url %]">[% presentation.title.$locale %]</a>
+                        [% IF presentation.video   %] (<a href="[% presentation.video %]">video</a>)[% END %]
+                        [% IF presentation.podcast %] (<a href="[% presentation.podcast %]">podcast</a>)[% END %]
+                    </li>
+                [% END %]
+            </ul>
+        </li>
+    [% END %]
+    </ul>
 
 [% END %]
\ No newline at end of file
index a6a644f..05d8cb5 100644 (file)
@@ -1,51 +1,28 @@
 [% WRAPPER 'wrapper/root.tt' %]
 
-    <p>[% loc('support body') %]</p>
+    [% loc('support body') %]
 
     <h3>[% loc('support irc header') %]</h3>
-    <p>[% loc('support irc body') %]</p>
-    <p>
-        <ul>
-            [% FOREACH channel IN current_page.data.irc %]
-                <li>[% channel %]</li>
-            [% END %]
-        </ul>
-    </p>
-
-    <h3>[% loc('support mailing list header') %]</h3>
-    <p>[% loc('support mailing list body') %]</p>
-    <p>
-        <ul>
-            <li><a href="mailto:[% current_page.data.mailing_list.address %]">[% loc('support moose mailing list') %]</a></li>
-            <li><a href="[% current_page.data.mailing_list.archive %]">[% loc('support moose mailing list archives') %]</a></li>
-        </ul>
-    </p>
-<!--
-    <h3>[% loc('support training header') %]</h3>
-    <p>[% loc('support training body') %]</p>
+    [% loc('support irc body') %]
     <ul>
-        [% FOREACH item IN current_page.data.training %]
-            <li><a href="[% item.url %]">[% item.name %]</a></li>
-        [% END %]
+    [% FOREACH channel IN current_page.data.irc %]
+        <li>[% channel %]</li>
+    [% END %]
     </ul>
 
-    <h3>[% loc('support consulting header') %]</h3>
-    <p>[% loc('support consulting body') %]</p>
+    <h3>[% loc('support mailing list header') %]</h3>
+    [% loc('support mailing list body') %]
     <ul>
-        [% FOREACH item IN current_page.data.consulting %]
-            <li><a href="[% item.url %]">[% item.name %]</a></li>
-        [% END %]
+        <li><a href="mailto:[% current_page.data.mailing_list.address %]">[% loc('support moose mailing list') %]</a></li>
+        <li><a href="[% current_page.data.mailing_list.archive %]">[% loc('support moose mailing list archives') %]</a></li>
     </ul>
--->
 
     <h3>[% loc('support misc header') %]</h3>
-    <p>[% loc('support misc body') %]</p>
-    <p>
-        <ul>
-            [% FOREACH item IN current_page.data.misc %]
-                <li><a href="[% item.url %]">[% loc('support ' _ item.name) %]</a></li>
-            [% END %]
-        </ul>
-    </p>
+    [% loc('support misc body') %]
+    <ul>
+    [% FOREACH item IN current_page.data.misc %]
+        <li><a href="[% item.url %]">[% loc('support ' _ item.name) %]</a></li>
+    [% END %]
+    </ul>
 
 [% END %]
\ No newline at end of file
index e77d7c8..e0d6908 100644 (file)
@@ -42,7 +42,8 @@ h2 {
 }
 
 .menu {
-    padding-left : 70px;
+    position     : relative;
+    left         : 70px;
     margin-top   : 0px;
 }
 
@@ -101,18 +102,16 @@ pre {
     color       : #333333;
 }
 
-ul {
-    width : 550px;
-}
-
 ul.articles {
     list-style-type : none;
     padding-left    : 0px;
+    width : 550px;
 }
 
 ul.presentations {
     list-style-type : none;
     padding-left    : 0px;
+    width : 550px;
 }
 
 li.year {