You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2018/10/24 13:47:41 UTC

svn commit: r1844773 - in /oozie/site/trunk: ./ content/markdown/ content/resources/images/

Author: andras
Date: Wed Oct 24 13:47:40 2018
New Revision: 1844773

URL: http://svn.apache.org/viewvc?rev=1844773&view=rev
Log:
Adding Tools page and Markdown capability.

Added:
    oozie/site/trunk/content/markdown/
    oozie/site/trunk/content/markdown/Tools.md.vm
    oozie/site/trunk/content/resources/images/docker-logo.png   (with props)
    oozie/site/trunk/content/resources/images/eclipse.png   (with props)
    oozie/site/trunk/content/resources/images/findbugs.png   (with props)
    oozie/site/trunk/content/resources/images/intellij-idea-logo.png   (with props)
    oozie/site/trunk/content/resources/images/slack.png   (with props)
    oozie/site/trunk/content/resources/images/yklogo.png   (with props)
Modified:
    oozie/site/trunk/pom.xml

Added: oozie/site/trunk/content/markdown/Tools.md.vm
URL: http://svn.apache.org/viewvc/oozie/site/trunk/content/markdown/Tools.md.vm?rev=1844773&view=auto
==============================================================================
--- oozie/site/trunk/content/markdown/Tools.md.vm (added)
+++ oozie/site/trunk/content/markdown/Tools.md.vm Wed Oct 24 13:47:40 2018
@@ -0,0 +1,38 @@
+# Apache Oozie Tools
+
+This page lists the various tools that the Apache Oozie project uses. Not all developers use every tool.
+There are almost certainly some tools that are missing. If you are a committer, you know how to fix this.
+If you are not a committer, send a short note to the [developer mailing list](./mail-lists.html) (you'll need to
+subscribe if you are not already subscribed) and a committer should be able to fix it for you.
+
+
+
+
+# Open Source Tools
+
+<img src="images/eclipse.png" width="75" alt="Eclipse IDE"/> A variety of IDEs are used by the Oozie developers. One of them is the Eclipse IDE.
+
+- - -
+
+<img src="images/findbugs.png" width="75" alt="FindBugs"/> FindBugs is used by the Oozie developers to identify potential coding errors.
+
+
+
+
+# Commercial Tools
+
+<img src="images/slack.png" width="75" alt="Slack"/> Slack is a groupware used by Oozie developers.
+
+- - -
+
+<img src="images/yklogo.png" width="75" alt="YourKit Java Profiler"/> YourKit, LLC kindly provides free licenses for the [YourKit Java Profiler](https://www.yourkit.com/java/profiler/)
+to open source projects. YourKit Java Profiler is primarily used to investigate performance and memory leak issues reported in
+Apache Oozie. It was particularly useful when working on the callable queue service improvements and eliminating memory leaks.
+
+- - -
+
+<img src="images/intellij-idea-logo.png" width="75" alt="IntelliJ IDEA" /> JetBrains, s.r.o. kindly provides free licenses for the [IntelliJ IDEA](https://www.jetbrains.com/idea/) to open source projects. IntelliJ IDEA is preferred by Oozie devs.
+
+- - -
+
+<img src="images/docker-logo.png" width="75" alt="Docker" />

Added: oozie/site/trunk/content/resources/images/docker-logo.png
URL: http://svn.apache.org/viewvc/oozie/site/trunk/content/resources/images/docker-logo.png?rev=1844773&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oozie/site/trunk/content/resources/images/docker-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: oozie/site/trunk/content/resources/images/eclipse.png
URL: http://svn.apache.org/viewvc/oozie/site/trunk/content/resources/images/eclipse.png?rev=1844773&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oozie/site/trunk/content/resources/images/eclipse.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: oozie/site/trunk/content/resources/images/findbugs.png
URL: http://svn.apache.org/viewvc/oozie/site/trunk/content/resources/images/findbugs.png?rev=1844773&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oozie/site/trunk/content/resources/images/findbugs.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: oozie/site/trunk/content/resources/images/intellij-idea-logo.png
URL: http://svn.apache.org/viewvc/oozie/site/trunk/content/resources/images/intellij-idea-logo.png?rev=1844773&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oozie/site/trunk/content/resources/images/intellij-idea-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: oozie/site/trunk/content/resources/images/slack.png
URL: http://svn.apache.org/viewvc/oozie/site/trunk/content/resources/images/slack.png?rev=1844773&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oozie/site/trunk/content/resources/images/slack.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: oozie/site/trunk/content/resources/images/yklogo.png
URL: http://svn.apache.org/viewvc/oozie/site/trunk/content/resources/images/yklogo.png?rev=1844773&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oozie/site/trunk/content/resources/images/yklogo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: oozie/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oozie/site/trunk/pom.xml?rev=1844773&r1=1844772&r2=1844773&view=diff
==============================================================================
--- oozie/site/trunk/pom.xml (original)
+++ oozie/site/trunk/pom.xml Wed Oct 24 13:47:40 2018
@@ -50,6 +50,13 @@
           <configuration>
             <siteDirectory>${basedir}/content</siteDirectory>
           </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-module-markdown</artifactId>
+              <version>1.3</version>
+            </dependency>
+          </dependencies>
         </plugin>
       </plugins>
     </pluginManagement>