Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2016-05-14 14:05:44 +0300
committerJan Lukas Gernert <jangernert@gmail.com>2016-05-14 14:05:44 +0300
commit0ea8294fde303432ced6044501358827e4a35240 (patch)
treea0dcae3896f78bdf90f500c9079bf2615a5138a9
parent82e22cf45f1cf865166aadc91671f4176e9eefe9 (diff)
add more links
-rwxr-xr-xindex.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/index.html b/index.html
index 9306ad34..d3affe02 100755
--- a/index.html
+++ b/index.html
@@ -289,14 +289,14 @@
<h1 class="text-center"><small>Getting Involved</small></h1>
<h4>Vala</h4>
<ul>
- <li>You can find the code on Github.</li>
+ <li>You can find the code on <a href="https://github.com/jangernert/FeedReader/tree/master">Github</a>.</li>
<li>Help us fixing bugs or implement your own ideas.</li>
- <li>Talk to me on G+ before working on bigger changes =)</li>
+ <li>Talk to <a href="https://plus.google.com/109974726829108083807/about">me on G+</a> before working on bigger changes =)</li>
</ul>
<h5>CSS</h5>
<ul>
- <li>Improve the theming of FeedReader itself with Gtk-CSS</li>
- <li>Improve the current article theme with its 3 color variants</li>
+ <li>Improve the theming of FeedReader itself with <a href="https://github.com/jangernert/FeedReader/tree/master/data/gtk-css">Gtk-CSS</a></li>
+ <li>Improve the <a href="https://github.com/jangernert/FeedReader/blob/master/data/ArticleView/style.css">current article theme</a> with its 3 color variants</li>
<li>Create a completely new article theme</li>
</ul>
<h5>Translation</h5>
@@ -306,9 +306,9 @@
<h5>Grabber Configuration</h5>
<ul>
<li>Have you encountered a feed that does only contain a small preview of the article? Then help us change that.</li>
- <li>You only need to know the basics about XPath (its not hard at all)</li>
- <li>Here is the full documentation of FiveFilters</li>
- <li>Look at the existing config-files to learn how they work</li>
+ <li>You only need to know the basics about <a href="https://en.wikipedia.org/wiki/XPath">XPath</a> (its not hard at all)</li>
+ <li>Here is the <a href="http://help.fivefilters.org/customer/portal/articles/223153-site-patterns">full documentation</a> of FiveFilters</li>
+ <li>Look at the <a href="https://github.com/jangernert/ftr-site-config">existing config-files</a> to learn how they work</li>
<li>If you find a bug in the existing config-files (most likely the website changed) feel free to fix it</li>
</ul>