-
Notifications
You must be signed in to change notification settings - Fork 11
/
cast-guests.php
74 lines (64 loc) · 3.43 KB
/
cast-guests.php
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
<?php
$pageTitle = 'Cast Guests';
include_once( 'includes/header.php' );
?>
<h1 class="text-center">SteamLUG Cast Guest Information <!-- And
thirdly, the phrase is more what you'd call ‘advice’ than actual guidelines.
--></h1>
<article class="panel panel-default">
<header class="panel-heading">
<h3 class="panel-title">Guest Applications</h3>
</header>
<div class="panel-body">
<h4 id="potential-guest">If you want to join us</h4>
<p>Are you involved in the Linux Gaming community? Do you or
your team develop or port games? Do you contribute to Free Software? Do you
<em>love</em> talking about any of these things at length?</p>
<p>If so, you’re likely someone we’d like to get on the cast in
the future! Send us an <a href="mailto:[email protected]">email</a>
and tell us a little about yourself, give us some idea of the
time‐frame you’d be interested in (we understand the
time-sensitive nature of releases), with the understanding that
we record each cast fortnightly on a Friday evening UTC.</p>
</div>
</article>
<article class="panel panel-default">
<header class="panel-heading">
<h3 class="panel-title">Guest Guidelines</h3>
</header>
<div class="panel-body">
<h4 id="confirmed-guest">You’re joining us already!</h4>
<p>We’re excited to have you join us! We record our show using
a common multiplayer chat tool called <a
href="//mumble.sourceforge.net/">Mumble</a>, we generally have a chatty
atmosphere to introduce the cast and discuss what we’ve been playing before we
drop into our guest interview.</p>
<p>We prefer you being available around 15 minutes before we start, as
microphone checks (volume levels) and just making you comfortable with us tends
to make a better atmosphere. Mumble uses a username and access control list
system to allow us to promote our guests to speakers ‐ if you have an
often‐used nickname, make us aware so we can get you all sorted beforehand.</p>
<p>We like to prepare a runsheet ahead of time, on our shared Google Doc and we
usually give you access to this days before the recording - we welcome you
adding things you’d like to discuss about your game, or about us/Linux gaming!
- and our live listeners also have access while we’re recording so they can see
URLs and possibly share related information as we talk.</p>
<p>You’re encouraged to mention your game/games/website/twitter, and we're
always happy to respond to questions that you might have!</p>
<p>After the conversation portion is complete, we like to record goodbyes even
if you’re staying around for the rest of the recording—but don’t feel you have
to, we understand your time is important—just to improve the cast edit.</p>
<p>We’d like to collect a headshot/avatar (say, your twitter/steam profile
picture) to use in our notes, and we will contact you a few days after the
recording with a live link of the cast.</p>
<p>Here are some helpful URLs and don't be afraid to reach out and ask
questions if you have any!</p>
<p><a href="/cast">SteamLUG Cast Countdown and
Episode Archive</a><br><a href="/mumble">SteamLUG
Mumble Server Details</a><br>Email contact: <a
href="mailto:[email protected]">[email protected]</a></p>
<p>We look forward to chatting with you on the show!</p>
</div>
</article>
<?php
include_once( 'includes/footer.php' );