This repository was archived by the owner on Apr 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ Barcelona Perl & Friends
2
+ ========================
3
+
4
+ The event formerly known as _ Barcelona Perl Workshop_ mutated in
5
+ 2017 to what's currently a more accurate description. Even though
6
+ the _ Perl Workshop_ name was used traditionally for such events,
7
+ only people inside the Perl community understood that it wasn't
8
+ actually a workshop but a smaller conference in most cases.
9
+
10
+ The [ Barcelona Perl Mongers] ( http://barcelona.pm ) have long
11
+ embraced all sorts of people from other communities in their
12
+ events, thus making the new name a more appropiate match to
13
+ their usual attendees.
14
+
15
+ List of Events
16
+ --------------
17
+
18
+ * [ Barcelona Perl & Friends 2018] ( http://friends.barcelona.pm/2018 )
19
+
20
+ How to Build the Current Website
21
+ --------------------------------
22
+
23
+ For docker fans:
24
+
25
+ ```
26
+ cd 2018/_src
27
+ with_docker=please ./build
28
+ ```
29
+
30
+ Without docker:
31
+
32
+ ```
33
+ cd 2018/_src
34
+ sudo apt install cpanminus libimage-magick-perl
35
+ ./build
36
+ ```
37
+
38
+ When you're happy with the results, just commit and push them to
39
+ master or make a pull request for others to review.
40
+
41
+ Copyright & License
42
+ -------------------
43
+
44
+ Copyright © 2017-2018 Barcelona Perl Mongers http://barcelona.pm/
45
+
46
+ ```
47
+ This program is free software; you can redistribute it and/or modify
48
+ it under the terms of the "Artistic License" which comes with Perl.
49
+ See LICENSE for details.
50
+ ```
You can’t perform that action at this time.
0 commit comments