Skip to content

Commit 90708da

Browse files
committed
Rename items on Community menu and add info about IRC to support page.
See discussion in ev3dev/ev3dev#60
1 parent 1e6d5ed commit 90708da

File tree

5 files changed

+66
-8
lines changed

5 files changed

+66
-8
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exclude: [README.md, Gemfile, Gemfile.lock, repo-metadata.html]
55
gems:
66
- jekyll-mentions
77
- jekyll-sitemap
8+
- jekyll-redirect-from
89

910
defaults:
1011
-

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
</a>
2323
<ul class="button-dropdown">
2424
<li>
25-
<a href="{{ site.github.url }}/projects" title="List of projects that use ev3dev">Projects Gallery</a>
25+
<a href="{{ site.github.url }}/share" title="Discover and share projects that use ev3dev">Share</a>
2626
</li>
2727
<li>
28-
<a href="{{ site.github.url }}/contributing" title="How to contribute to ev3dev">Contributing</a>
28+
<a href="{{ site.github.url }}/contribute" title="How to contribute to ev3dev">Contribute</a>
2929
</li>
3030
<li>
31-
<a href="/issues" title="Found a bug? Have a question?">Issues</a>
31+
<a href="/support" title="Found a bug? Have a question?">Get Help</a>
3232
</li>
3333
</ul>
3434
</li>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Contributing
2+
title: Contribute
3+
redirect_from: /contributing/index.html
34
---
45

56
* Table of Contents

share.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Share
3+
---
4+
5+
ev3dev.org Projects Page
6+
------------------------
7+
8+
We currently have a [projects page] where you can browse project that have been
9+
built using ev3dev. You can add your own too!
10+
11+
{% assign project = site.categories.projects | first %}
12+
Here is the most recent project ([more about this project...]({{ project.url}})).
13+
14+
###{{ project.title }}
15+
16+
{{ project.content }}
17+
18+
[projects page]: /projects

issues.md renamed to support.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
---
2-
title: Issues
2+
title: "Get Help"
3+
redirect_from: /issues/index.html
34
---
45

5-
__Have a problem or question? We are here to help - but you have to help us help you.
6-
Here is what you need to do:__
6+
* Table of Contents
7+
{:toc}
8+
9+
<center>
10+
<strong>Have a problem or question?</strong>
11+
<br /><br />
12+
<strong>We are here to help - but you have to help us help you.</strong>
13+
</center>
14+
15+
GitHub Issues
16+
-------------
17+
18+
We keep track of problems, suggestions and questions about ev3dev using [GitHub
19+
Issues]. This lets us keep everything in one place. (So, please don't email the
20+
developers directly unless you have a personal question.)
721

822
* First, before submitting an issue, please make sure that you have the latest
923
kernel and other packages:
@@ -32,7 +46,7 @@ Here is what you need to do:__
3246
[issues][ev3dev-lang-issues]{:target="_blank"} tracker.
3347

3448
* If you don't find anything helpful by searching, then create a [new issue]{:target="_blank"}
35-
(only one problem, question or suggestion per issue please).
49+
(only __one__ problem, question or suggestion per issue please).
3650

3751
__Most importantly for problems, we need to know the *exact* steps need to reproduce the
3852
issue. If you are writing a program, post the code. If you are following
@@ -74,7 +88,31 @@ Here is what you need to do:__
7488

7589
* Learn more about [writing on GitHub]{:target="_blank"}.
7690

91+
IRC
92+
---
93+
94+
IRC is [Internet Relay Chat]. You can find other ev3dev users in [#ev3dev on
95+
freenode.net]. It is a great way to ask quick questions or carry on a conversation.
96+
97+
If you have never used IRC before, there are a some things you need to know:
98+
99+
* We are a global community - not everyone lives in the same time zone. If you
100+
ask a question and no one answers, stay connected for a day or two and someone
101+
may eventually answer (or leave a note that you will check the logs - see below).
102+
* If no one ever answers you, do not be offended. The right person did not see
103+
your message, or maybe no one knows the answer. Ask again later or open a GitHub issue.
104+
105+
Also, #ev3dev is logged by `ev3devlogbot`. You can find the logs at <http://ev3dev.org/irclog>.
106+
107+
If you don't already have an IRC client program, you can connect right in your
108+
browser. Just enter a nickname and click start below.
109+
110+
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?&theme=cli#ev3dev" style="border:0; width:100%; height:450px;"></iframe>
111+
112+
[GitHub Issues]: https://help.github.com/articles/about-issues/
77113
[ev3dev-lang]: https://github.com/ev3dev/ev3dev-lang
78114
[ev3dev-lang-issues]: https://github.com/ev3dev/ev3dev-lang/issues
79115
[new issue]: https://github.com/ev3dev/ev3dev/issues/new
80116
[writing on GitHub]: https://help.github.com/categories/writing-on-github/
117+
[Internet Relay Chat]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
118+
[#ev3dev on freenode.net]: irc://irc.freenode.net/#ev3dev

0 commit comments

Comments
 (0)