TAJO-886: Add IRC page to community section in site.

Closes #45


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/56d5daa5
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/56d5daa5
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/56d5daa5

Branch: refs/heads/window_function
Commit: 56d5daa5dc76949a3a905dd99c2d85e72f743bda
Parents: 8cf508a
Author: Hyunsik Choi <[email protected]>
Authored: Tue Jun 24 16:53:05 2014 +0900
Committer: Hyunsik Choi <[email protected]>
Committed: Tue Jun 24 16:53:23 2014 +0900

----------------------------------------------------------------------
 CHANGES                               |  2 ++
 tajo-project/src/site/apt/index.apt   |  4 ++++
 tajo-project/src/site/markdown/irc.md | 28 ++++++++++++++++++++++++++++
 tajo-project/src/site/site.xml        |  1 +
 4 files changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/56d5daa5/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index e8507b0..0bb38b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -153,6 +153,8 @@ Release 0.9.0 - unreleased
 
   TASKS
 
+    TAJO-886: Add IRC page to community section in site. (hyunsik)
+
     TAJO-859: Update site for new committer Alvin Henrick. (hyunsik)
 
     TAJO-817: tajo-core should not skip deploy. (hyunsik)

http://git-wip-us.apache.org/repos/asf/tajo/blob/56d5daa5/tajo-project/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/apt/index.apt 
b/tajo-project/src/site/apt/index.apt
index 382f754..35f7a64 100644
--- a/tajo-project/src/site/apt/index.apt
+++ b/tajo-project/src/site/apt/index.apt
@@ -67,6 +67,10 @@ Releases
 
 News
 
+  * <<[2014-06-14]>> Hyunsik Choi had a talk at 
{{{https://www.campsite.org/bigdatacampla/event/531}Big Data Camp LA 2014}}. 
({{{http://www.slideshare.net/gruter/tajo-la-bigdatacamp2014}Slide}})
+
+  * <<[2014-06-02]>> Hyunsik Choi had a talk at 
{{{http://hadoopsummit.org/san-jose/}Hadoop Summit North America 2014}}. 
({{{http://www.slideshare.net/gruter/hadoop-summit-2014-query-optimization-and-jitbased-vectorized-execution-in-apache-tajo}Slide}})
+
   * <<[2014-05-24]>> Alvin Derek Henrick was invited to a new committer.
 
   * <<[2014-04-01]>> Keuntae Park presented the real usecases of Apache Tajo 
in ApacheCon North America 2014. 
({{{http://www.youtube.com/watch?v=m8THYeA8R7Q}Video}}, 
{{{http://events.linuxfoundation.org/sites/events/files/slides/ApacheCon_Keuntae_Park_0.pdf}Slide}})

http://git-wip-us.apache.org/repos/asf/tajo/blob/56d5daa5/tajo-project/src/site/markdown/irc.md
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/markdown/irc.md 
b/tajo-project/src/site/markdown/irc.md
new file mode 100644
index 0000000..d1cbffe
--- /dev/null
+++ b/tajo-project/src/site/markdown/irc.md
@@ -0,0 +1,28 @@
+<!--
+  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.
+-->
+
+
+## IRC (Internet Relay Chat) Communication
+
+IRC, or Internet Relay Chat, is often used as a real-time communication 
capability with open source projects. Apache Tajo team also uses IRC to 
immediate communication. You can ask questions or talk about all things Tajo to 
the channel. Tajo channel is at:
+
+ * tajo in [freenode.net] (http://freenode.net/)
+
+IRC software can be found for all operating systems. The [IRC clients 
comparison chart on Wikipedia] 
(http://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients) can 
help you pick one for your operating system.
+
+You don't have to have a complex setup to use IRC. You can use the web client 
for Freenode, which doesn't require any download or setup. Just pick a nickname 
and join #tajo via http://webchat.freenode.net/?channels=tajo.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tajo/blob/56d5daa5/tajo-project/src/site/site.xml
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/site.xml b/tajo-project/src/site/site.xml
index df08267..3ffd57e 100644
--- a/tajo-project/src/site/site.xml
+++ b/tajo-project/src/site/site.xml
@@ -97,6 +97,7 @@
       <item name="Wiki" 
href="http://cwiki.apache.org/confluence/display/TAJO/"; />
       <item name="Team" href="team-list.html" />
       <item name="Mailing Lists" href="mailing-lists.html" />
+      <item name="IRC" href="irc.html" />
       <item name="Issue Tracker" 
href="https://issues.apache.org/jira/browse/TAJO"; />
       <item name="Powered By" 
href="https://cwiki.apache.org/confluence/display/TAJO/Powered+By"; />
       <item name="Presentations" 
href="https://cwiki.apache.org/confluence/display/TAJO/Presentations"; />

Reply via email to