-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
50 lines (34 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
This is the source of the http://dwimperl.szabgab.com/ web site
Web site design ideas:
DwimPerl itself does not yet have a logo. It needs one.
DWIM = Do What I Mean
Maybe something like "CPAN Inside" ?
Main page: logo of Dwimperl, and that of Windows and Linux (Penguin)
and Mac.
A sign up form for newsletter on every page I think.
(A single text box and a button)
Separate page for Windows, Linux and Mac.
Each page will have several sections for each type of the distribution:
desktop, server (once they are ready).
Show the logos of all the parts of Dwimperl
(e.g. Strawberry Perl on the Windows Page)
Padre,
Moose,
DBIx::Class
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>
==============================================
The html/*.html files are generated running
perl bin/generate.pl
and then manually uplaoded by Gabor.