Add links to forum on contact page and sidebar
This commit is contained in:
parent
9192e0a28d
commit
6c21009c76
2 changed files with 37 additions and 5 deletions
|
@ -4,8 +4,15 @@ description: "Contact the rclone project"
|
||||||
date: "2014-04-26"
|
date: "2014-04-26"
|
||||||
---
|
---
|
||||||
|
|
||||||
Contact the rclone project
|
# Contact the rclone project #
|
||||||
--------------------------
|
|
||||||
|
## Forum ##
|
||||||
|
|
||||||
|
Forum for general discussions and questions:
|
||||||
|
|
||||||
|
* https://forum.rclone.org
|
||||||
|
|
||||||
|
## Gitub project ##
|
||||||
|
|
||||||
The project website is at:
|
The project website is at:
|
||||||
|
|
||||||
|
@ -14,8 +21,19 @@ The project website is at:
|
||||||
There you can file bug reports, ask for help or contribute pull
|
There you can file bug reports, ask for help or contribute pull
|
||||||
requests.
|
requests.
|
||||||
|
|
||||||
See also
|
## Google+ ##
|
||||||
|
|
||||||
* <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page for general comments</a></li>
|
Rclone has a Google+ page which announcements are posted to
|
||||||
|
|
||||||
Or email [Nick Craig-Wood](mailto:nick@craig-wood.com)
|
* <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page for general comments</a>
|
||||||
|
|
||||||
|
## Twitter ##
|
||||||
|
|
||||||
|
You can also follow me on twitter for rclone announcments
|
||||||
|
|
||||||
|
* [@njcw](https://twitter.com/njcw)
|
||||||
|
|
||||||
|
## Email ##
|
||||||
|
|
||||||
|
Or if all else fails or you want to ask something private or
|
||||||
|
confidential email [Nick Craig-Wood](mailto:nick@craig-wood.com)
|
||||||
|
|
|
@ -11,3 +11,17 @@
|
||||||
<br><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Frclone.org%2F&width=110&layout=button_count&action=like&show_faces=true&share=true&height=21&appId=232073720158744" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
|
<br><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Frclone.org%2F&width=110&layout=button_count&action=like&show_faces=true&share=true&height=21&appId=232073720158744" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading" style="padding: 2px 15px;">
|
||||||
|
<h4>Links.</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
<i class="fa fa-comments" aria-hidden="true"></i> <a href="https://forum.rclone.org">Rclone forum.</a><br />
|
||||||
|
<i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/ncw/rclone">Github project.</a><br />
|
||||||
|
<i class="fa fa-google-plus" aria-hidden="true"></i> <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page.</a><br />
|
||||||
|
<i class="fa fa-twitter" aria-hidden="true"></i> <a href="https://twitter.com/njcw">@njcw</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue