forked from watir/watir.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
82 lines (66 loc) · 2.56 KB
/
community.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
---
layout: page
title: Contributors
---
<div style="font-size: 12px; text-align: center">(in alphabetical order)</div>
{% assign active_contributors = site.contributors | where: 'active', 'true' %}
{% assign alumni_contributors = site.contributors | where: 'active', 'false' %}
<h3>Current Team</h3>
{% for contributor in active_contributors %}
{% assign loopindex = forloop.index | modulo: 3 %}
{% if loopindex == 1 %}
<div class="grid">
{% endif %}
{% include contributor.html %}
{% if loopindex == 3 or forloop.last %}
</div>
{% endif %}
{% endfor %}
<h3>Team Alumni</h3>
{% for contributor in alumni_contributors %}
{% assign loopindex = forloop.index | modulo: 3 %}
{% if loopindex == 1 %}
<div class="grid">
{% endif %}
{% include contributor.html %}
{% if loopindex == 3 or forloop.last %}
</div>
{% endif %}
{% endfor %}
<br />
<h3>Blogs</h3>
<p>
These blogs have significant Watir-related content
(or content of other aspects of Ruby, etc
that Watir users will benefit from):
</p>
<ul>
<li><a href="http://watirmelon.com/">Alister Scott – WatirMelon</a></li>
<li><a href="http://angrez.blogspot.com/">Angrez Singh’s blog</a></li>
<li><a href="http://www.prismnet.com/~wazmo/blog/">Bret Pettichord – Testing
Hotlist Update</a></li>
<li><a href="http://dmcnulla.wordpress.com/">Dave McNulla – Software Quality
Assurance and Test</a></li>
<li><a href="http://www.software-testing.com.au/blog/">Jared Quinert’s Blog
about Ruby and Watir</a></li>
<li><a href="http://www.itreallymatters.net/">Jarmo Pertman – IT Really
Matters</a></li>
<li><a href="http://www.cheezyworld.com/">Jeff Morgan – CheezyWorld</a></li>
<li><a href="http://jimhmatthews.wordpress.com/">Jim Matthews – Testing the
Limits</a></li>
<li><a href="http://jkotests.wordpress.com/">Justin Ko – Testing by Justin
Ko</a></li>
<li><a href="http://rubytester.github.com/">MarekJ – RubyTester Blog</a>
</li>
<li><a href="http://www.natontesting.com/">Nathaniel Ritmeyer – Nat On
Testing</a></li>
<li><a href="http://developer-in-test.blogspot.com/">Sai Venkatakrishnan –
Agile Tester</a></li>
<li><a href="http://tcfodor.wordpress.com/">Tiffany Fodor – It’s always
something…</a></li>
<li><a href="http://filipin.eu/">Željko Filipin’s Blog</a></li>
</ul>
<p> </p>
<h3>Podcast Archives</h3>
Five years worth of recordings from the <a
href="https://archive.org/details/WatirPodcast">Watir Podcast</a>.