forked from jbossorg/bootstrap-community
-
Notifications
You must be signed in to change notification settings - Fork 3
/
gethelp.html.haml
78 lines (75 loc) · 3.98 KB
/
gethelp.html.haml
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
---
layout: project
---
.row-fluid
.hero-unit
%h1 Get Help
%p How to connect with the CapeDwarf community.
.row-fluid
.span12.well.post-bg
.row-fluid
.span4
%h2 User Forums
%p
CapeDwarf's user forums should be your first port of call for any user-related issues with CapeDwarf. Be it a question, wanting to report a bug, looking for advice, or simply sharing some cool stories you may have.
%p
%a.btn.btn-primary{:href => "https://community.jboss.org/en/capedwarf?view=discussions", :role => "button"} Visit the User Forums
.well
%p
%i.icon-thumbs-up.icon-2x.pull-left
%h4 Etiquette
If you are asking for help, have you read through the
%a{:href => "https://docs.jboss.org/author/display/CAPEDWARF/Documentation"} documentation
first? You may find your answer there.
%p
Also, if you are reporting a bug, have you checked our
%a{:href => "http://issues.jboss.org/browse/CAPEDWARF"} bug tracker
first? It may be a known issue.
.span4
%h2 IRC
%p
The CapeDwarf community uses
%a{:href => "http://en.wikipedia.org/wiki/Internet_Relay_Chat"} IRC
for real-time communications. Join us on the
%a{:href => "irc://freenode.org/#capedwarf"}
%code #capedwarf
IRC channel on
%a{:href=>"http://freenode.net/"}Freenode.
%p
%a.btn.btn-primary{"data-toggle" => "modal", :href => "#myModal", :role => "button"} IRC Instructions
#myModal.modal.hide.fade{"aria-hidden" => "true", "aria-labelledby" => "myModalLabel", :role => "dialog", :tabindex => "-1"}
.modal-header
%button.close{"aria-hidden" => "true", "data-dismiss" => "modal", :type => "button"} ×
%h4#myModalLabel IRC Instructions
.modal-body
%p
Learn more about Freenode
%a{:href=>"http://freenode.net/"}here
and if you need a list of IRC clients, visit
%a{:href=>"http://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients"}Wikipedia.
There are many high-quality, free and open source clients for almost any platform - including mobile devices!
%p
Once you have connected to a Freenode server,
%a{:href=>"http://freenode.net/faq.shtml#userregistration"} you MUST register with nickserv!
Afterwords, join
%code #capedwarf
and you will be able to speak with CapeDwarf developers, users and contributors.
.modal-footer
%button.btn{"aria-hidden" => "true", "data-dismiss" => "modal"} Close
%p
%img(src="#{site.base_url}/images/chat.png")
.span4
%h2 CapeDwarf Mailing List
%p
This is a mailing list geared towards developing CapeDwarf itself. It often contains deep, technical discussions on how WildFly works internally, how new features could be implemented, and is definitely not the place for end user questions such as how to configure, use or even troubleshoot WildFly. Please use the User Forums for such questions.
%p
If, however, you are helping contribute to CapeDwarf, we welcome your thoughts, ideas and overall participation on the developers' mailing list.
%p
%a.btn.btn-primary{:href => "https://groups.google.com/forum/#!forum/capedwarf", :role => "button"} Join the Mailing List
.well
%i.icon-envelope.icon-2x.pull-left
%h4 Archives
%p
Archives of the WildFly developers' mailing list can be found on
%a{:href=>"https://groups.google.com/forum/#!forum/capedwarf"} Nabble
which also has an excellent search interface.