You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/03/25 16:17:10 UTC

[incubator-plc4x] 03/03: - Added some 'community' content to the website.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit ce19c2dd40c78a6dd9582ac2da3ec45d66b6e2a4
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 25 18:16:51 2018 +0200

    - Added some 'community' content to the website.
---
 src/site/asciidoc/community/conferences.adoc      | 36 +++++++++++++++++++
 src/site/asciidoc/community/getting-involved.adoc | 42 +++++++++++++++++++++++
 src/site/site.xml                                 |  4 +++
 3 files changed, 82 insertions(+)

diff --git a/src/site/asciidoc/community/conferences.adoc b/src/site/asciidoc/community/conferences.adoc
new file mode 100644
index 0000000..9e14a8d
--- /dev/null
+++ b/src/site/asciidoc/community/conferences.adoc
@@ -0,0 +1,36 @@
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+
+== Conferences
+
+On this page we are listing options to attend talks dealing with PLC4X.
+
+[width="100%",cols="4,^2,^2,^3,3",options="header"]
+|=========================================================
+|Date |Location |Event |Title |Speaker
+
+|5th April 2018 |Hamburg |https://techcamp.hamburg/[TechCamp Hamburg] |https://techcamp.hamburg/events/revolutionizing-industrial-iot-with-apache-plc4x/[Revolutionizing Industrial IoT with Apache PLC4X] |Christofer Dutz
+
+|4th June 2018 |Colone |https://www.buildingiot.de/[Building IoT] |https://www.buildingiot.de/veranstaltung-6815-industrial-iot-und-edge-computing-mit-apache-plc4x-und-apache-edgent-%5Bsponsored-talk%5D.html?id=6815[Industrial IoT und Edge Computing mit Apache PLC4X und Apache Edgent] |Christofer Dutz
+
+|13th-14th June 2018 |Berlin |http://www.apachecon.com/euroadshow18/#[Apache EU Roadshow] |Revolutionizing the production industry with Apache PLC4X |Christofer Dutz
+
+|=========================================================
+
+Looking forward to meeting you.
+
+If you've got or found any talks we might be missing, please inform us on dev@plc4x.apache.org.
diff --git a/src/site/asciidoc/community/getting-involved.adoc b/src/site/asciidoc/community/getting-involved.adoc
new file mode 100644
index 0000000..ac8420a
--- /dev/null
+++ b/src/site/asciidoc/community/getting-involved.adoc
@@ -0,0 +1,42 @@
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+
+== Getting Involved
+
+Being a fairly fresh project we know there is a lot to do.
+If you are looking for a way to get involved, we have compiled a list of areas, where we are looking for help.
+
+If you find something you think you could help out with, please come forward and introduce yourself and tell us about your plans on our mailinglist: dev@plc4x.apache.org.
+
+Possible Areas of contribution (These are the ones we discussed, but this list is definitely not complete):
+
+* Protocol Implementations:
+** OPC-UA
+** Modbus
+** Profinet
+** ...
+* Integrations:
+** Kafka Connect
+** ...
+* Languages:
+** Scala (Maybe just a wrapper)
+** C
+** C++
+** C#
+** JavaScript
+** TypeScript
+** ...
diff --git a/src/site/site.xml b/src/site/site.xml
index 5a5bba9..74c2aaa 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -88,6 +88,10 @@
     <head>
     </head>
 
+    <menu name="Community">
+      <item name="Getting Involved" href="community/help-wanted.adoc"/>
+      <item name="Conferences" href="community/conferences.adoc"/>
+    </menu>
     <menu name="Users">
       <item name="Getting Started" href="users/gettingstarted.html"/>
       <item name="Industry 4.0 with Apache" href="users/industry40.html"/>

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.