-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
109 lines (96 loc) · 3.76 KB
/
index.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome to NY.pm - /New York Perl M((o|u)ngers|aniacs)*/</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id=content>
<div id=header>
<h1>Welcome to NY.pm</h1>
<p>or as we like to say <strong class=nobr>/New York Perl M((o|u)ngers|aniacs)*/</strong></p>
</div>
<div class=intro>
<p>
<strong>Perl Mongers</strong> is a loose confederation of Perl hackers,
coders, and accidental programmers whose goal is
to develop the social community of Perl - after all, it's
more than a language - it's a culture <em>and</em> a floor wax.
</p>
<p>
<strong>New York Perl Mongers</strong> is oldest Perl Mongers group in the world,
created by <a href="http://en.wikipedia.org/wiki/Brian_D_Foy">brian d foy</a> in 1997 at the
First O'Reilly Perl Conference (which later went on to become <a href="http://www.oscon.com">OSCON</a>).
</p>
</div>
<h2>Socal Meetings</h2>
<p>
NY.pm runs <strong>social meetings</strong> meetings approximately once a month.
We have been doing so for over 10 years, and you are warmly invited to attend.
</p>
<p>
There is no set meeting schedule: we use a mailing list to arrange a convenient date each month.
</p>
<p>
<a href="mailinglist.html">Join the NY.pm mailing list now</a> to make sure you don't miss
our next meeting!
</p>
<h2>Technical Meetings</h2>
<p>
Perl Seminar NY runs monthly <strong>technical</strong> workshops for Perl programmers and users in New York City.
To learn more, visit the <a href="http://tech.dir.groups.yahoo.com/group/perlsemny">Perl Seminar NY</a>
site.
</p>
<h2>More Information</h2>
<dl>
<dt><a href="mailinglist.html">mailing lists</a></dt>
<dd>
learn more about our activities and plans, add our two cents and more!.
information on our mailing lists can be found here.
</dd>
<dt><a href="big_brother.html">big brothers</a></dt>
<dd>
local businesses that are Perl friendly (and
<strong>NY.pm</strong> friendly!)
</dd>
<dt><a href="events.html">NY.pm events</a></dt>
<dd>
find out what's coming up or what you missed!
</dd>
<dt><a href="mongers.html">The Mongers</a></dt>
<dd>
find out who's who in the group, including the
current <strong>pumpkin holders</strong>
</dd>
<dt><a href="Cookbook_Review.html">Book Reviews</a></dt>
<dd>
Well, ok. Right now it's really just "review".
A look at the second edition of The Perl CookBook by perlsemny's own James Keenan.
When we get some more, maybe we'll actually bother with an index...
</dd>
<dt>Other Sites</dt>
<dd>
<div><a href="http://www.perl.org">www.perl.org</a></div>
<div><a href="http://www.pm.org">Perl Mongers</a></div>
<div><a href="http://tech.dir.groups.yahoo.com/group/perlsemny">Perl Seminar NY</a></div>
</dd>
</dl>
<div class=vim>
<pre>
~
~
~
~
~
~
~
~
~
~
"index.html" some lines, lots of characters
</pre>
</div>
</div>
</body>
</html>