You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2017/04/03 11:39:41 UTC

svn commit: r1789971 - in /eagle/site/docs: latest/ latest/img/ latest/include/images/ v0.5.0/ v0.5.0/img/ v0.5.0/include/images/

Author: hao
Date: Mon Apr  3 11:39:40 2017
New Revision: 1789971

URL: http://svn.apache.org/viewvc?rev=1789971&view=rev
Log:
Add docs for latest and v0.5.0

Added:
    eagle/site/docs/latest/base.html   (with props)
    eagle/site/docs/latest/breadcrumbs.html   (with props)
    eagle/site/docs/latest/img/
    eagle/site/docs/latest/img/favicon.ico   (with props)
    eagle/site/docs/latest/include/images/alert_engine_policy_spec.png   (with props)
    eagle/site/docs/latest/include/images/alert_policies.png   (with props)
    eagle/site/docs/latest/include/images/configure_site.png   (with props)
    eagle/site/docs/latest/include/images/dashboard.png   (with props)
    eagle/site/docs/latest/include/images/define_jmx_alert_policy.png   (with props)
    eagle/site/docs/latest/include/images/delete_icon.png   (with props)
    eagle/site/docs/latest/include/images/eagle_arch_v0.5.0.png   (with props)
    eagle/site/docs/latest/include/images/eagle_ecosystem.png   (with props)
    eagle/site/docs/latest/include/images/eagle_web_interface.png   (with props)
    eagle/site/docs/latest/include/images/edit_icon.png   (with props)
    eagle/site/docs/latest/include/images/favicon.png   (with props)
    eagle/site/docs/v0.5.0/base.html   (with props)
    eagle/site/docs/v0.5.0/breadcrumbs.html   (with props)
    eagle/site/docs/v0.5.0/img/
    eagle/site/docs/v0.5.0/img/favicon.ico   (with props)
    eagle/site/docs/v0.5.0/include/images/alert_engine_policy_spec.png   (with props)
    eagle/site/docs/v0.5.0/include/images/alert_policies.png   (with props)
    eagle/site/docs/v0.5.0/include/images/configure_site.png   (with props)
    eagle/site/docs/v0.5.0/include/images/dashboard.png   (with props)
    eagle/site/docs/v0.5.0/include/images/define_jmx_alert_policy.png   (with props)
    eagle/site/docs/v0.5.0/include/images/delete_icon.png   (with props)
    eagle/site/docs/v0.5.0/include/images/eagle_arch_v0.5.0.png   (with props)
    eagle/site/docs/v0.5.0/include/images/eagle_ecosystem.png   (with props)
    eagle/site/docs/v0.5.0/include/images/eagle_web_interface.png   (with props)
    eagle/site/docs/v0.5.0/include/images/edit_icon.png   (with props)
    eagle/site/docs/v0.5.0/include/images/favicon.png   (with props)

Added: eagle/site/docs/latest/base.html
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/base.html?rev=1789971&view=auto
==============================================================================
--- eagle/site/docs/latest/base.html (added)
+++ eagle/site/docs/latest/base.html Mon Apr  3 11:39:40 2017
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  {% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
+  {% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
+  {% block htmltitle %}
+  <title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
+  {% endblock %}
+
+  {% if favicon %}<link rel="shortcut icon" href="{{ favicon }}">
+  {% else %}<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">{% endif %}
+
+  {# CSS #}
+  <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
+
+  <link rel="stylesheet" href="{{ base_url }}/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="{{ base_url }}/css/theme_extra.css" type="text/css" />
+  <link rel="stylesheet" href="{{ base_url }}/css/highlight.css">
+  {%- for path in extra_css %}
+  <link href="{{ path }}" rel="stylesheet">
+  {%- endfor %}
+
+  {% if current_page %}
+  <script>
+    // Current page data
+    var mkdocs_page_name = "{{ page_title }}";
+    var mkdocs_page_input_path = "{{ current_page.input_path }}";
+    var mkdocs_page_url = "{{ current_page.abs_url }}";
+  </script>
+  {% endif %}
+  <script src="{{ base_url }}/js/jquery-2.1.1.min.js"></script>
+  <script src="{{ base_url }}/js/modernizr-2.8.3.min.js"></script>
+  <script type="text/javascript" src="{{ base_url }}/js/highlight.pack.js"></script>
+  <script src="{{ base_url }}/js/theme.js"></script>
+
+  {%- block extrahead %} {% endblock %}
+
+  {%- for path in extra_javascript %}
+  <script src="{{ path }}"></script>
+  {%- endfor %}
+
+  {% if google_analytics %}
+  <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', '{{ google_analytics[0] }}', '{{ google_analytics[1] }}');
+      ga('send', 'pageview');
+  </script>
+  {% endif %}
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+  <div class="wy-grid-for-nav">
+
+    {# SIDE NAV, TOGGLES ON MOBILE #}
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
+      <div class="wy-side-nav-search">
+        <a href="{{ homepage_url }}" class="icon icon-home"> {{ site_name }}</a>
+        {% include "searchbox.html" %}
+      </div>
+
+      <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+        <ul class="current">
+          {% for nav_item in nav %}
+            <li>{% include "toc.html" %}<li>
+          {% endfor %}
+        </ul>
+      </div>
+      &nbsp;
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      {# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
+      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
+        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+        <a href="{{ homepage_url }}">{{ site_name }}</a>
+      </nav>
+
+      {# PAGE CONTENT #}
+      <div class="wy-nav-content">
+        <div class="rst-content">
+          {% include "breadcrumbs.html" %}
+          <div role="main">
+            <div class="section">
+              {% block content %}
+                {{ content }}
+              {% endblock %}
+            </div>
+          </div>
+	  {%- block footer %}
+          {% include "footer.html" %}
+	  {% endblock %}
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+
+{% include "versions.html" %}
+
+</body>
+</html>
+{% if current_page and current_page.is_homepage %}
+<!--
+MkDocs version : {{ mkdocs_version }}
+Build Date UTC : {{ build_date_utc }}
+-->
+{% endif %}

Propchange: eagle/site/docs/latest/base.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: eagle/site/docs/latest/breadcrumbs.html
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/breadcrumbs.html?rev=1789971&view=auto
==============================================================================
--- eagle/site/docs/latest/breadcrumbs.html (added)
+++ eagle/site/docs/latest/breadcrumbs.html Mon Apr  3 11:39:40 2017
@@ -0,0 +1,25 @@
+<div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs">
+    <li><a href="{{ homepage_url }}">Docs</a> &raquo;</li>
+    {% if current_page %}
+      {% for doc in current_page.ancestors %}
+        {% if doc.link %}
+          <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
+        {% else %}
+          <li>{{ doc.title }} &raquo;</li>
+        {% endif %}
+      {% endfor %}
+    {% endif %}
+    {% if current_page %}<li>{{ current_page.title }}</li>{% endif %}
+    <li class="wy-breadcrumbs-aside">
+      {% if repo_url %}
+        {% if repo_name == 'GitHub' %}
+          <a href="{{ repo_url }}" class="icon icon-github"> Edit on GitHub</a>
+        {% elif repo_name == 'Bitbucket' %}
+          <a href="{{ repo_url }}" class="icon icon-bitbucket"> Edit on BitBucket</a>
+        {% endif %}
+      {% endif %}
+    </li>
+  </ul>
+  <hr/>
+</div>

Propchange: eagle/site/docs/latest/breadcrumbs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: eagle/site/docs/latest/img/favicon.ico
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/img/favicon.ico?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/img/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/alert_engine_policy_spec.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/alert_engine_policy_spec.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/alert_engine_policy_spec.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/alert_policies.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/alert_policies.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/alert_policies.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/configure_site.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/configure_site.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/configure_site.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/dashboard.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/dashboard.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/dashboard.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/define_jmx_alert_policy.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/define_jmx_alert_policy.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/define_jmx_alert_policy.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/delete_icon.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/delete_icon.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/delete_icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/eagle_arch_v0.5.0.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/eagle_arch_v0.5.0.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/eagle_arch_v0.5.0.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/eagle_ecosystem.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/eagle_ecosystem.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/eagle_ecosystem.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/eagle_web_interface.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/eagle_web_interface.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/eagle_web_interface.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/edit_icon.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/edit_icon.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/edit_icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/latest/include/images/favicon.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/latest/include/images/favicon.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/latest/include/images/favicon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/base.html
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/base.html?rev=1789971&view=auto
==============================================================================
--- eagle/site/docs/v0.5.0/base.html (added)
+++ eagle/site/docs/v0.5.0/base.html Mon Apr  3 11:39:40 2017
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  {% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
+  {% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
+  {% block htmltitle %}
+  <title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
+  {% endblock %}
+
+  {% if favicon %}<link rel="shortcut icon" href="{{ favicon }}">
+  {% else %}<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">{% endif %}
+
+  {# CSS #}
+  <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
+
+  <link rel="stylesheet" href="{{ base_url }}/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="{{ base_url }}/css/theme_extra.css" type="text/css" />
+  <link rel="stylesheet" href="{{ base_url }}/css/highlight.css">
+  {%- for path in extra_css %}
+  <link href="{{ path }}" rel="stylesheet">
+  {%- endfor %}
+
+  {% if current_page %}
+  <script>
+    // Current page data
+    var mkdocs_page_name = "{{ page_title }}";
+    var mkdocs_page_input_path = "{{ current_page.input_path }}";
+    var mkdocs_page_url = "{{ current_page.abs_url }}";
+  </script>
+  {% endif %}
+  <script src="{{ base_url }}/js/jquery-2.1.1.min.js"></script>
+  <script src="{{ base_url }}/js/modernizr-2.8.3.min.js"></script>
+  <script type="text/javascript" src="{{ base_url }}/js/highlight.pack.js"></script>
+  <script src="{{ base_url }}/js/theme.js"></script>
+
+  {%- block extrahead %} {% endblock %}
+
+  {%- for path in extra_javascript %}
+  <script src="{{ path }}"></script>
+  {%- endfor %}
+
+  {% if google_analytics %}
+  <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', '{{ google_analytics[0] }}', '{{ google_analytics[1] }}');
+      ga('send', 'pageview');
+  </script>
+  {% endif %}
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+  <div class="wy-grid-for-nav">
+
+    {# SIDE NAV, TOGGLES ON MOBILE #}
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
+      <div class="wy-side-nav-search">
+        <a href="{{ homepage_url }}" class="icon icon-home"> {{ site_name }}</a>
+        {% include "searchbox.html" %}
+      </div>
+
+      <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+        <ul class="current">
+          {% for nav_item in nav %}
+            <li>{% include "toc.html" %}<li>
+          {% endfor %}
+        </ul>
+      </div>
+      &nbsp;
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      {# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
+      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
+        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+        <a href="{{ homepage_url }}">{{ site_name }}</a>
+      </nav>
+
+      {# PAGE CONTENT #}
+      <div class="wy-nav-content">
+        <div class="rst-content">
+          {% include "breadcrumbs.html" %}
+          <div role="main">
+            <div class="section">
+              {% block content %}
+                {{ content }}
+              {% endblock %}
+            </div>
+          </div>
+	  {%- block footer %}
+          {% include "footer.html" %}
+	  {% endblock %}
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+
+{% include "versions.html" %}
+
+</body>
+</html>
+{% if current_page and current_page.is_homepage %}
+<!--
+MkDocs version : {{ mkdocs_version }}
+Build Date UTC : {{ build_date_utc }}
+-->
+{% endif %}

Propchange: eagle/site/docs/v0.5.0/base.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: eagle/site/docs/v0.5.0/breadcrumbs.html
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/breadcrumbs.html?rev=1789971&view=auto
==============================================================================
--- eagle/site/docs/v0.5.0/breadcrumbs.html (added)
+++ eagle/site/docs/v0.5.0/breadcrumbs.html Mon Apr  3 11:39:40 2017
@@ -0,0 +1,25 @@
+<div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs">
+    <li><a href="{{ homepage_url }}">Docs</a> &raquo;</li>
+    {% if current_page %}
+      {% for doc in current_page.ancestors %}
+        {% if doc.link %}
+          <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
+        {% else %}
+          <li>{{ doc.title }} &raquo;</li>
+        {% endif %}
+      {% endfor %}
+    {% endif %}
+    {% if current_page %}<li>{{ current_page.title }}</li>{% endif %}
+    <li class="wy-breadcrumbs-aside">
+      {% if repo_url %}
+        {% if repo_name == 'GitHub' %}
+          <a href="{{ repo_url }}" class="icon icon-github"> Edit on GitHub</a>
+        {% elif repo_name == 'Bitbucket' %}
+          <a href="{{ repo_url }}" class="icon icon-bitbucket"> Edit on BitBucket</a>
+        {% endif %}
+      {% endif %}
+    </li>
+  </ul>
+  <hr/>
+</div>

Propchange: eagle/site/docs/v0.5.0/breadcrumbs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: eagle/site/docs/v0.5.0/img/favicon.ico
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/img/favicon.ico?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/img/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/alert_engine_policy_spec.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/alert_engine_policy_spec.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/alert_engine_policy_spec.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/alert_policies.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/alert_policies.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/alert_policies.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/configure_site.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/configure_site.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/configure_site.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/dashboard.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/dashboard.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/dashboard.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/define_jmx_alert_policy.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/define_jmx_alert_policy.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/define_jmx_alert_policy.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/delete_icon.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/delete_icon.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/delete_icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/eagle_arch_v0.5.0.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/eagle_arch_v0.5.0.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/eagle_arch_v0.5.0.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/eagle_ecosystem.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/eagle_ecosystem.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/eagle_ecosystem.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/eagle_web_interface.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/eagle_web_interface.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/eagle_web_interface.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/edit_icon.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/edit_icon.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/edit_icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: eagle/site/docs/v0.5.0/include/images/favicon.png
URL: http://svn.apache.org/viewvc/eagle/site/docs/v0.5.0/include/images/favicon.png?rev=1789971&view=auto
==============================================================================
Binary file - no diff available.

Propchange: eagle/site/docs/v0.5.0/include/images/favicon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream