Skip to content

Commit

Permalink
some text on the front page
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Aug 25, 2012
1 parent edc1496 commit 5b11ecd
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 37 deletions.
11 changes: 11 additions & 0 deletions README
Expand Up @@ -27,6 +27,17 @@ SQLite
Template Toolkit
etc.

<p>
Future plans:
<ul>
<li>Test::* for testing anything, anywhere</li>
<li>Dancer, the easiest way to <a href="http://perldancer.org/">write web applications</a> in Perl</li>
<li>Mojolicious, <a href="http://mojolicious.org/">real-time web framework</a> making web development fun again</li>
<li>Catalyst, the <a href="http://www.catalystframework.org/">MVC Web Framework</a></li>
<li>...</li>
</ul>
</p>


==============================================

Expand Down
5 changes: 4 additions & 1 deletion bin/generate.pl
Expand Up @@ -26,7 +26,10 @@
}
}
close $fh;
for my $os (qw(windows linux history)) {

$params{subtitle} ||= $params{title};

for my $os (qw(windows linux history legal)) {
if ($p eq "$os.html") {
$params{$os} = 1;
}
Expand Down
37 changes: 6 additions & 31 deletions pages/index.html
@@ -1,39 +1,14 @@
=title DWIM Perl - the Perl distribution that contains everything you'll ever need
=subtitle Do What I Mean, Perl


</div>


<!--
<p>
Future plans:
<ul>
<li>Test::* for testing anything, anywhere</li>
<li>Dancer, the easiest way to <a href="http://perldancer.org/">write web applications</a> in Perl</li>
<li>Mojolicious, <a href="http://mojolicious.org/">real-time web framework</a> making web development fun again</li>
<li>Catalyst, the <a href="http://www.catalystframework.org/">MVC Web Framework</a></li>
<li>...</li>
</ul>
</p>
-->
<!--
<p>
Current status: Waiting for <strike>Godot</strike> Strawberry Perl.
DWIM Perl was planned to be a the easy to start with Perl distribution.
It has a version for <a href="/windows.html">Microsoft Windows</a> that
contains Padre, the Perl IDE and all the CPAN modules you'll ever need.
</p>
<h1><blink>We need a web designer!</blink></h1>
<p>
No kidding, really?
The <a href="/linux.html">Linux version</a> was designed to be used primarily on servers. Thus it does not
contain the IDE but it contains all the CPAN modules you'll need.
</p>
<p>
I moved up the release date and put up this website mostly so we
can already submit our proposal to the Google Code-In via The Perl Foundation
to find someone who will create the awesome web site this project deserves.
</p>
-->

</div>

</div>



9 changes: 4 additions & 5 deletions tt/page.tt
Expand Up @@ -52,6 +52,9 @@
<li <% IF linux %>class="active"<% END %> ><a href="/linux.html">Linux</a></li>
<li <% IF history %>class="active"<% END %> ><a href="/history.html">Earlier releases</a></li>
</ul>
<ul class="nav pull-right">
<li <% IF legal %>class="active"<% END %> ><a href="/legal.html">Legal</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
Expand All @@ -76,7 +79,7 @@ and on our <a href="https://plus.google.com/b/114304226993160810646/">Google+ Pa
</div><!--/span-->
<div class="span9">
<div class="hero-unit">
<h1><% title %></h1>
<h1><% subtitle %></h1>
<p></p>
</div>
<% content %>
Expand All @@ -85,10 +88,6 @@ and on our <a href="https://plus.google.com/b/114304226993160810646/">Google+ Pa

<hr>

<footer>
<p>&copy; Gabor Szabo 2012</p>
</footer>

</div><!--/.fluid-container-->

<!-- Le javascript
Expand Down

0 comments on commit 5b11ecd

Please sign in to comment.