Launch PlatformIO Community Forums // Resolve #530

This commit is contained in:
Ivan Kravets
2016-03-10 01:31:28 +02:00
parent 605a5da65a
commit a9bd45bbc8
7 changed files with 21 additions and 14 deletions

View File

@@ -2,12 +2,12 @@ What kind of issue is this?
- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way you expect it to, use something, or to understand why something isn't working the way you expect it to, use
our technical chat https://gitter.im/platformio/platformio our Community Forums http://community.platformio.org
- [ ] Feature Request. Start by telling us what problem youre trying to solve. Often a solution - [ ] Feature Request. Start by telling us what problem youre trying to solve. Often a solution
already exists! Dont send pull requests to implement new features without first getting our already exists! Dont send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small. support. Sometimes we leave features out on purpose to keep the project small.
- [ ] PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository - [ ] PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository
https://github.com/platformio/platformio-atom-ide/issues https://github.com/platformio/platformio-atom-ide/issues
@@ -19,7 +19,7 @@ What kind of issue is this?
### Configuration ### Configuration
**Operating system**: **Operating system**:
**PlatformIO Version** (`platformio --version`): **PlatformIO Version** (`platformio --version`):

View File

@@ -4,6 +4,12 @@ Release Notes
PlatformIO 2.0 PlatformIO 2.0
-------------- --------------
2.8.6 (2016-??-??)
~~~~~~~~~~~~~~~~~~
* Launched `PlatformIO Community Forums <http://community.platformio.org>`_
(`issue #530 <https://github.com/platformio/platformio/issues/530>`_)
2.8.5 (2016-03-07) 2.8.5 (2016-03-07)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~

View File

@@ -22,15 +22,15 @@ PlatformIO
.. image:: https://img.shields.io/pypi/dm/platformio.svg .. image:: https://img.shields.io/pypi/dm/platformio.svg
:target: https://pypi.python.org/pypi/platformio/ :target: https://pypi.python.org/pypi/platformio/
:alt: PyPi Downloads :alt: PyPi Downloads
.. image:: https://img.shields.io/chat/on%20gitter.png .. image:: https://img.shields.io/community/PlatformIO.png
:alt: Join the chat at https://gitter.im/platformio/platformio :alt: Join the chat at https://gitter.im/platformio/platformio
:target: https://gitter.im/platformio/platformio :target: http://community.platformio.org
.. image:: https://img.shields.io/donate/PlatformIO.png?color=yellow .. image:: https://img.shields.io/donate/PlatformIO.png?color=yellow
:alt: Donate for PlatformIO.Org :alt: Donate for PlatformIO.Org
:target: http://platformio.org/#!/donate :target: http://platformio.org/#!/donate
`Home & Demo <http://platformio.org>`_ | `Home <http://platformio.org>`_ |
`PlatformIO IDE <http://platformio.org/#!/platformio-ide>`_ | `PlatformIO IDE <http://platformio.org/#!/platformio-ide>`_ |
`Project Examples <https://github.com/platformio/platformio/tree/develop/examples>`_ | `Project Examples <https://github.com/platformio/platformio/tree/develop/examples>`_ |
`Docs <http://docs.platformio.org>`_ | `Docs <http://docs.platformio.org>`_ |
@@ -38,6 +38,7 @@ PlatformIO
`Facebook <https://www.facebook.com/platformio>`_ | `Facebook <https://www.facebook.com/platformio>`_ |
`Hackaday <https://hackaday.io/project/7980-platformio>`_ | `Hackaday <https://hackaday.io/project/7980-platformio>`_ |
`Bintray <https://bintray.com/platformio>`_ | `Bintray <https://bintray.com/platformio>`_ |
`Community <http://community.platformio.org>`_ |
`Donate <http://platformio.org/#!/donate>`_ | `Donate <http://platformio.org/#!/donate>`_ |
`Contact Us <http://platformio.org/#!/contact>`_ `Contact Us <http://platformio.org/#!/contact>`_

View File

@@ -47,7 +47,7 @@ nav {
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.container { .container {
width: 1170px; width: 1150px;
} }
} }
.container-fluid { .container-fluid {

View File

@@ -5,7 +5,7 @@
<header id="pionav" class="navbar navbar-inverse navbar-fixed-top"> <header id="pionav" class="navbar navbar-inverse navbar-fixed-top">
<div class="container container-fluid"> <div class="container container-fluid">
<div class="navbar-header"> <div class="navbar-header">
<a class="navbar-brand" href="http://platformio.org/"></i> PlatformIO</a> <a class="navbar-brand" href="http://platformio.org/">PlatformIO</a>
</div> </div>
<nav role="navigation"> <nav role="navigation">
@@ -15,11 +15,11 @@
<li><a href="http://platformio.org/#!/platformio-ide"><i class="fa fa-cube fa-lg"></i>IDE</a></li> <li><a href="http://platformio.org/#!/platformio-ide"><i class="fa fa-cube fa-lg"></i>IDE</a></li>
<li><a href="http://platformio.org/#!/platforms"><i class="fa fa-wrench fa-lg"></i>Development</a></li> <li><a href="http://platformio.org/#!/platforms"><i class="fa fa-wrench fa-lg"></i>Development</a></li>
<li ><a href="http://platformio.org/#!/lib"><i class="fa fa-code fa-lg"></i>Libraries</a></li> <li ><a href="http://platformio.org/#!/lib"><i class="fa fa-code fa-lg"></i>Libraries</a></li>
<li class="active"><a href="http://docs.platformio.org/"><i class="fa fa-book fa-lg"></i>Docs</a></li>
</ul> </ul>
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<li><a href="http://platformio.org/#!/donate"><i class="fa fa-heart-o fa-lg"></i>Donate</a></li> <li class="active"><a href="http://docs.platformio.org/"><i class="fa fa-book fa-lg"></i>Docs</a></li>
<li><a href="http://community.platformio.org"><i class="fa fa-comments-o fa-lg"></i>Community</a></li>
<li><a href="http://platformio.org/#!/contact"><i class="fa fa-envelope fa-lg"></i>Contact</a></li> <li><a href="http://platformio.org/#!/contact"><i class="fa fa-envelope fa-lg"></i>Contact</a></li>
</ul> </ul>
</div> </div>

View File

@@ -45,7 +45,7 @@ libOpenCM3, etc.*
`Twitter <https://twitter.com/PlatformIO_Org>`_ | `Twitter <https://twitter.com/PlatformIO_Org>`_ |
`Facebook <https://www.facebook.com/platformio>`_ | `Facebook <https://www.facebook.com/platformio>`_ |
`Hackaday <https://hackaday.io/project/7980-platformio>`_ | `Hackaday <https://hackaday.io/project/7980-platformio>`_ |
`Reddit <http://www.reddit.com/r/platformio/>`_ `Forums <http://community.platformio.org>`_
Embedded Development. *Easier Than Ever.* Embedded Development. *Easier Than Ever.*
----------------------------------------- -----------------------------------------

View File

@@ -78,7 +78,7 @@ boards and MCUs. To keep things short: PlatformIO supports approximately 200
`Embedded Boards <http://platformio.org/#!/boards>`_ and all major `Embedded Boards <http://platformio.org/#!/boards>`_ and all major
:ref:`Development Platforms <platforms>`. :ref:`Development Platforms <platforms>`.
User SHOULD have a choise User SHOULD have a choice
------------------------- -------------------------
* Decide which operation system they want to run development process on. * Decide which operation system they want to run development process on.