From c8b5d0f3921a7ddee915e11e67aeb1230aefa805 Mon Sep 17 00:00:00 2001 From: Andre F de Miranda Date: Wed, 7 Sep 2016 00:13:57 +1000 Subject: [PATCH 1/2] Add myself to committers --- src/pages/html/people.hbs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/html/people.hbs b/src/pages/html/people.hbs index 9497956fc..11a8b2c87 100644 --- a/src/pages/html/people.hbs +++ b/src/pages/html/people.hbs @@ -168,6 +168,11 @@ title: Apache NiFi Team Yolanda M. Davis + + afucs + Andre F de Miranda + + From 318cfd34df4c884c190d98fabe718645884fcede Mon Sep 17 00:00:00 2001 From: Andre F de Miranda Date: Wed, 7 Sep 2016 00:17:06 +1000 Subject: [PATCH 2/2] NIFI-2733 - Introduce a Powered by NiFi section to website --- src/includes/topbar.hbs | 1 + src/pages/html/powered-by-nifi.hbs | 43 ++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 src/pages/html/powered-by-nifi.hbs diff --git a/src/includes/topbar.hbs b/src/includes/topbar.hbs index e86f84c5d..d0a59206a 100644 --- a/src/includes/topbar.hbs +++ b/src/includes/topbar.hbs @@ -45,6 +45,7 @@
  • Contributor Guide
  • Mailing Lists
  • People
  • +
  • Powered by NiFi
  • diff --git a/src/pages/html/powered-by-nifi.hbs b/src/pages/html/powered-by-nifi.hbs new file mode 100644 index 000000000..777e3d476 --- /dev/null +++ b/src/pages/html/powered-by-nifi.hbs @@ -0,0 +1,43 @@ +--- +title: Powered by NiFi - Companies & Organizations using Apache NiFi +--- + +
    +
    +
    +

    + + Powered by Apache nifi + +

    +
    +
    + +
    +

    Below is a sample of companies and organisations using Apache NiFi

    +
    +
    +
    + + + + + + + + + + + +
    Company / OrganizationIndustrySummary
    Macquarie Telecom GroupCloud and TelecommunicationsUses Apache NiFi to securely and reliably transfer, transform, enrich and deliver billions of + individual events per day (i.e. security logs, system metrics, aggregated data sets, etc) across + multiple datacenters.
    +
    +
    +
    +
    +

    To add yourself to this list, submit a pull request to nifi-site or + send and email to the users mailing list with the organization name, industry and a brief description on how Apache NiFi + is used to help your organization.

    +
    +
    \ No newline at end of file