-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
30 lines (18 loc) · 934 Bytes
/
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
The files in: yapc.org
Are the current site that is live on the internet
The files in: yapc_org
Are the old site with the generated code that seems b0rked or not-in-use or whatever
Please note that the files in here are a clone of my .svn repo and as such have .svn data in with them
----OLD TEXT---
What is this?
The documents in this project are the compiled knowledge of how
to run a grass-roots conference. They have been pulled together
by The Perl Foundation to help us from year to year since we always
have new organizers, but they're here to help anyone.
What's the funny mark-up in the files?
These files are written in a markup language called plain old
documentation (POD) format. If you have a computer with perl on it,
you can type >perldoc YAPC.pm and read it. If you don't have
perl, you can probably just try to ignore the markup.
Questions?
Send email to Jim Brandt (cbrandt at perlfoundation dot org).