Re: nifi.apache.org website

2022-07-11 Thread Steven Matison
Just getting back to his thread with an update.

There is a Jira for site migration to new platform

https://issues.apache.org/jira/browse/NIFI-6848

We have a slack channel on the NiFi Slack for discussion

#apachenifiwebsite

There is a PR for all of the bare minimum changes to roll current site in
Hugo Framework.

https://github.com/apache/nifi-site/pull/61

If you want to roll an example of the new hugo site, follow README on my
repo

https://github.com/steven-matison/nifi-site


Suggestions, comments, and feedback are welcome.




On Mon, Mar 21, 2022 at 9:03 AM Bryan Bende  wrote:

> I left a comment on the JIRA, but all NARs are released to Maven
> central on each release. The profiles just determine what is included
> in the assembly. So users can still get any of the non-included NARs
> by downloading it from Maven central, it just isn't obvious how to
> find it.
>
> On Mon, Mar 21, 2022 at 8:18 AM Mike Thomsen 
> wrote:
> >
> > Pierre raised an interesting idea here:
> > https://issues.apache.org/jira/browse/NIFI-7360
> >
> > We might want to consider a process for allowing a directory of
> > downloadable NARs from third parties as a stop-gap while the Registry
> > gets fleshed out on providing access to NARs.
> >
> > On Wed, Mar 16, 2022 at 5:04 PM Matt Gilman 
> wrote:
> > >
> > > Thanks Jon. The invite link for Slack is at the bottom of this page
> [1].
> > >
> > > [1] https://nifi.apache.org/mailing_lists.html
> > >
> > > On Wed, Mar 16, 2022 at 4:46 PM Jonathan Conti-Vock <
> > > jonathan.contiv...@gmail.com> wrote:
> > >
> > > > Thanks for the update Steven. Correct me if I'm wrong, but I'll need
> > > > someone to invite me as a guest to follow along in the slack channel,
> > > > correct? I would be happy to and interested in lending my UI/UX
> experience
> > > > to this conversation.
> > > >
> > > > Cheers,
> > > >
> > > > Jon
> > > >
> > > > On Wed, Mar 16, 2022 at 3:39 PM Steven Matison <
> steven.mati...@gmail.com>
> > > > wrote:
> > > >
> > > > > Just a quick update on this thread.  Progress has been made and we
> have
> > > > an
> > > > > initial hugo framework able to run the current site.
> > > > >
> > > > > Please join us in follow on conversation in #apachenifiwebsite on
> slack!
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Mar 11, 2022 at 8:25 AM Joe Witt 
> wrote:
> > > > >
> > > > > > done.  and added you
> > > > > >
> > > > > > On Fri, Mar 11, 2022 at 6:17 AM Steven Matison <
> > > > steven.mati...@gmail.com
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > So glad there is such an interest in this.
> > > > > > >
> > > > > > > Can we move discussion into a slack channel dedicated to this
> topic?
> > > > > > >
> > > > > > > On Wed, Mar 9, 2022 at 2:47 PM Steven Matison <
> > > > > steven.mati...@gmail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Sounds awesome, gimme some time to go through everything you
> guys
> > > > > have
> > > > > > > > shared.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim <
> > > > > andrewlim.apa...@gmail.com>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > >> Hi Steven,
> > > > > > > >>
> > > > > > > >> Excited by your interest in this! A Jira was created to
> migrate
> > > > the
> > > > > > NiFi
> > > > > > > >> website to ASF git build/deploy [1]. I’ve been meaning to
> work on
> > > > it
> > > > > > but
> > > > > > > >> haven’t had the cycles.
> > > > > > > >>
> > > > > > > >> In my research on static-site generators, Hugo [2] came up
> as a
> > > > very
> > > > > > > >> strong candidate especially due to its speed. There are 10
> Apache
> > > > > > > websites
> > > > > > > >> that currently use Hugo [3]. Apache Jena is one of them and
> that
> > > > > team
> > > > > > > >> documented their migration steps on their wiki [4].
> > > > > > > >>
> > > > > > > >> Perhaps you could do some research and share your findings.
> If we
> > > > > can
> > > > > > > get
> > > > > > > >> a working version of the current NiFi website in a chosen
> > > > generator,
> > > > > > we
> > > > > > > can
> > > > > > > >> get a Discuss thread going in the community similar to what
> Apache
> > > > > > Jena
> > > > > > > did
> > > > > > > >> [5].
> > > > > > > >>
> > > > > > > >> I would love to help with the migration as well as a
> refresh of
> > > > the
> > > > > > > site!
> > > > > > > >>
> > > > > > > >> -Drew
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> > > > > > > >> https://issues.apache.org/jira/browse/NIFI-6848>
> > > > > > > >> [2] https://gohugo.io/ 
> > > > > > > >> [3]
> > > > > > > >>
> > > > > >
> > > >
> https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories
> > > > > > > <
> > > > > > > >>
> > > > https://github.com/search?q=topic:hugo+org:apache=Repositories
> > > > > >
> > > > > > > >> [4]
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> 

Re: nifi.apache.org website

2022-03-21 Thread Bryan Bende
I left a comment on the JIRA, but all NARs are released to Maven
central on each release. The profiles just determine what is included
in the assembly. So users can still get any of the non-included NARs
by downloading it from Maven central, it just isn't obvious how to
find it.

On Mon, Mar 21, 2022 at 8:18 AM Mike Thomsen  wrote:
>
> Pierre raised an interesting idea here:
> https://issues.apache.org/jira/browse/NIFI-7360
>
> We might want to consider a process for allowing a directory of
> downloadable NARs from third parties as a stop-gap while the Registry
> gets fleshed out on providing access to NARs.
>
> On Wed, Mar 16, 2022 at 5:04 PM Matt Gilman  wrote:
> >
> > Thanks Jon. The invite link for Slack is at the bottom of this page [1].
> >
> > [1] https://nifi.apache.org/mailing_lists.html
> >
> > On Wed, Mar 16, 2022 at 4:46 PM Jonathan Conti-Vock <
> > jonathan.contiv...@gmail.com> wrote:
> >
> > > Thanks for the update Steven. Correct me if I'm wrong, but I'll need
> > > someone to invite me as a guest to follow along in the slack channel,
> > > correct? I would be happy to and interested in lending my UI/UX experience
> > > to this conversation.
> > >
> > > Cheers,
> > >
> > > Jon
> > >
> > > On Wed, Mar 16, 2022 at 3:39 PM Steven Matison 
> > > wrote:
> > >
> > > > Just a quick update on this thread.  Progress has been made and we have
> > > an
> > > > initial hugo framework able to run the current site.
> > > >
> > > > Please join us in follow on conversation in #apachenifiwebsite on slack!
> > > >
> > > >
> > > >
> > > > On Fri, Mar 11, 2022 at 8:25 AM Joe Witt  wrote:
> > > >
> > > > > done.  and added you
> > > > >
> > > > > On Fri, Mar 11, 2022 at 6:17 AM Steven Matison <
> > > steven.mati...@gmail.com
> > > > >
> > > > > wrote:
> > > > >
> > > > > > So glad there is such an interest in this.
> > > > > >
> > > > > > Can we move discussion into a slack channel dedicated to this topic?
> > > > > >
> > > > > > On Wed, Mar 9, 2022 at 2:47 PM Steven Matison <
> > > > steven.mati...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Sounds awesome, gimme some time to go through everything you guys
> > > > have
> > > > > > > shared.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim <
> > > > andrewlim.apa...@gmail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > >> Hi Steven,
> > > > > > >>
> > > > > > >> Excited by your interest in this! A Jira was created to migrate
> > > the
> > > > > NiFi
> > > > > > >> website to ASF git build/deploy [1]. I’ve been meaning to work on
> > > it
> > > > > but
> > > > > > >> haven’t had the cycles.
> > > > > > >>
> > > > > > >> In my research on static-site generators, Hugo [2] came up as a
> > > very
> > > > > > >> strong candidate especially due to its speed. There are 10 Apache
> > > > > > websites
> > > > > > >> that currently use Hugo [3]. Apache Jena is one of them and that
> > > > team
> > > > > > >> documented their migration steps on their wiki [4].
> > > > > > >>
> > > > > > >> Perhaps you could do some research and share your findings. If we
> > > > can
> > > > > > get
> > > > > > >> a working version of the current NiFi website in a chosen
> > > generator,
> > > > > we
> > > > > > can
> > > > > > >> get a Discuss thread going in the community similar to what 
> > > > > > >> Apache
> > > > > Jena
> > > > > > did
> > > > > > >> [5].
> > > > > > >>
> > > > > > >> I would love to help with the migration as well as a refresh of
> > > the
> > > > > > site!
> > > > > > >>
> > > > > > >> -Drew
> > > > > > >>
> > > > > > >>
> > > > > > >> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> > > > > > >> https://issues.apache.org/jira/browse/NIFI-6848>
> > > > > > >> [2] https://gohugo.io/ 
> > > > > > >> [3]
> > > > > > >>
> > > > >
> > > https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories
> > > > > > <
> > > > > > >>
> > > https://github.com/search?q=topic:hugo+org:apache=Repositories
> > > > >
> > > > > > >> [4]
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > > https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > > > > >> <
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > > https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > > > > >> >
> > > > > > >> [5]
> > > > https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr
> > > > > <
> > > > > > >> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
> > > > > > >>
> > > > > > >>
> > > > > > >> > On Mar 9, 2022, at 1:59 PM, David Handermann <
> > > > > > >> exceptionfact...@apache.org> wrote:
> > > > > > >> >
> > > > > > >> > Hi Steven,
> > > > > > >> >
> > > > > > >> > Thanks for your interest! This would also be a great 
> > > > > > >> > opportunity
> > > > to
> > > > > > >> > streamline the HTML generation approach to use something like
> > > Hugo
> > > > > or
> > > > > > >> > similar static-site generation 

Re: nifi.apache.org website

2022-03-21 Thread Mike Thomsen
Pierre raised an interesting idea here:
https://issues.apache.org/jira/browse/NIFI-7360

We might want to consider a process for allowing a directory of
downloadable NARs from third parties as a stop-gap while the Registry
gets fleshed out on providing access to NARs.

On Wed, Mar 16, 2022 at 5:04 PM Matt Gilman  wrote:
>
> Thanks Jon. The invite link for Slack is at the bottom of this page [1].
>
> [1] https://nifi.apache.org/mailing_lists.html
>
> On Wed, Mar 16, 2022 at 4:46 PM Jonathan Conti-Vock <
> jonathan.contiv...@gmail.com> wrote:
>
> > Thanks for the update Steven. Correct me if I'm wrong, but I'll need
> > someone to invite me as a guest to follow along in the slack channel,
> > correct? I would be happy to and interested in lending my UI/UX experience
> > to this conversation.
> >
> > Cheers,
> >
> > Jon
> >
> > On Wed, Mar 16, 2022 at 3:39 PM Steven Matison 
> > wrote:
> >
> > > Just a quick update on this thread.  Progress has been made and we have
> > an
> > > initial hugo framework able to run the current site.
> > >
> > > Please join us in follow on conversation in #apachenifiwebsite on slack!
> > >
> > >
> > >
> > > On Fri, Mar 11, 2022 at 8:25 AM Joe Witt  wrote:
> > >
> > > > done.  and added you
> > > >
> > > > On Fri, Mar 11, 2022 at 6:17 AM Steven Matison <
> > steven.mati...@gmail.com
> > > >
> > > > wrote:
> > > >
> > > > > So glad there is such an interest in this.
> > > > >
> > > > > Can we move discussion into a slack channel dedicated to this topic?
> > > > >
> > > > > On Wed, Mar 9, 2022 at 2:47 PM Steven Matison <
> > > steven.mati...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Sounds awesome, gimme some time to go through everything you guys
> > > have
> > > > > > shared.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim <
> > > andrewlim.apa...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > >> Hi Steven,
> > > > > >>
> > > > > >> Excited by your interest in this! A Jira was created to migrate
> > the
> > > > NiFi
> > > > > >> website to ASF git build/deploy [1]. I’ve been meaning to work on
> > it
> > > > but
> > > > > >> haven’t had the cycles.
> > > > > >>
> > > > > >> In my research on static-site generators, Hugo [2] came up as a
> > very
> > > > > >> strong candidate especially due to its speed. There are 10 Apache
> > > > > websites
> > > > > >> that currently use Hugo [3]. Apache Jena is one of them and that
> > > team
> > > > > >> documented their migration steps on their wiki [4].
> > > > > >>
> > > > > >> Perhaps you could do some research and share your findings. If we
> > > can
> > > > > get
> > > > > >> a working version of the current NiFi website in a chosen
> > generator,
> > > > we
> > > > > can
> > > > > >> get a Discuss thread going in the community similar to what Apache
> > > > Jena
> > > > > did
> > > > > >> [5].
> > > > > >>
> > > > > >> I would love to help with the migration as well as a refresh of
> > the
> > > > > site!
> > > > > >>
> > > > > >> -Drew
> > > > > >>
> > > > > >>
> > > > > >> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> > > > > >> https://issues.apache.org/jira/browse/NIFI-6848>
> > > > > >> [2] https://gohugo.io/ 
> > > > > >> [3]
> > > > > >>
> > > >
> > https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories
> > > > > <
> > > > > >>
> > https://github.com/search?q=topic:hugo+org:apache=Repositories
> > > >
> > > > > >> [4]
> > > > > >>
> > > > >
> > > >
> > >
> > https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > > > >> <
> > > > > >>
> > > > >
> > > >
> > >
> > https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > > > >> >
> > > > > >> [5]
> > > https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr
> > > > <
> > > > > >> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
> > > > > >>
> > > > > >>
> > > > > >> > On Mar 9, 2022, at 1:59 PM, David Handermann <
> > > > > >> exceptionfact...@apache.org> wrote:
> > > > > >> >
> > > > > >> > Hi Steven,
> > > > > >> >
> > > > > >> > Thanks for your interest! This would also be a great opportunity
> > > to
> > > > > >> > streamline the HTML generation approach to use something like
> > Hugo
> > > > or
> > > > > >> > similar static-site generation system.
> > > > > >> >
> > > > > >> > Regards,
> > > > > >> > David Handermann
> > > > > >> >
> > > > > >> > On Wed, Mar 9, 2022 at 12:44 PM Joe Witt 
> > > > wrote:
> > > > > >> >
> > > > > >> >> Steven
> > > > > >> >>
> > > > > >> >> To say this is super welcome is an understatement.  We
> > definitely
> > > > > need
> > > > > >> the
> > > > > >> >> facelift you mention and we need to get off the old website
> > > > mechanism
> > > > > >> and
> > > > > >> >> onto the newer one the ASF wants projects using.  This would be
> > > > > >> awesome!
> > > > > >> >>
> > > > > >> >> Thanks!
> > > > > >> >>
> > > > > >> >>
> > > > > >> >> On Wed, Mar 9, 

Re: nifi.apache.org website

2022-03-16 Thread Matt Gilman
Thanks Jon. The invite link for Slack is at the bottom of this page [1].

[1] https://nifi.apache.org/mailing_lists.html

On Wed, Mar 16, 2022 at 4:46 PM Jonathan Conti-Vock <
jonathan.contiv...@gmail.com> wrote:

> Thanks for the update Steven. Correct me if I'm wrong, but I'll need
> someone to invite me as a guest to follow along in the slack channel,
> correct? I would be happy to and interested in lending my UI/UX experience
> to this conversation.
>
> Cheers,
>
> Jon
>
> On Wed, Mar 16, 2022 at 3:39 PM Steven Matison 
> wrote:
>
> > Just a quick update on this thread.  Progress has been made and we have
> an
> > initial hugo framework able to run the current site.
> >
> > Please join us in follow on conversation in #apachenifiwebsite on slack!
> >
> >
> >
> > On Fri, Mar 11, 2022 at 8:25 AM Joe Witt  wrote:
> >
> > > done.  and added you
> > >
> > > On Fri, Mar 11, 2022 at 6:17 AM Steven Matison <
> steven.mati...@gmail.com
> > >
> > > wrote:
> > >
> > > > So glad there is such an interest in this.
> > > >
> > > > Can we move discussion into a slack channel dedicated to this topic?
> > > >
> > > > On Wed, Mar 9, 2022 at 2:47 PM Steven Matison <
> > steven.mati...@gmail.com>
> > > > wrote:
> > > >
> > > > > Sounds awesome, gimme some time to go through everything you guys
> > have
> > > > > shared.
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim <
> > andrewlim.apa...@gmail.com>
> > > > > wrote:
> > > > >
> > > > >> Hi Steven,
> > > > >>
> > > > >> Excited by your interest in this! A Jira was created to migrate
> the
> > > NiFi
> > > > >> website to ASF git build/deploy [1]. I’ve been meaning to work on
> it
> > > but
> > > > >> haven’t had the cycles.
> > > > >>
> > > > >> In my research on static-site generators, Hugo [2] came up as a
> very
> > > > >> strong candidate especially due to its speed. There are 10 Apache
> > > > websites
> > > > >> that currently use Hugo [3]. Apache Jena is one of them and that
> > team
> > > > >> documented their migration steps on their wiki [4].
> > > > >>
> > > > >> Perhaps you could do some research and share your findings. If we
> > can
> > > > get
> > > > >> a working version of the current NiFi website in a chosen
> generator,
> > > we
> > > > can
> > > > >> get a Discuss thread going in the community similar to what Apache
> > > Jena
> > > > did
> > > > >> [5].
> > > > >>
> > > > >> I would love to help with the migration as well as a refresh of
> the
> > > > site!
> > > > >>
> > > > >> -Drew
> > > > >>
> > > > >>
> > > > >> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> > > > >> https://issues.apache.org/jira/browse/NIFI-6848>
> > > > >> [2] https://gohugo.io/ 
> > > > >> [3]
> > > > >>
> > >
> https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories
> > > > <
> > > > >>
> https://github.com/search?q=topic:hugo+org:apache=Repositories
> > >
> > > > >> [4]
> > > > >>
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > > >> <
> > > > >>
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > > >> >
> > > > >> [5]
> > https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr
> > > <
> > > > >> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
> > > > >>
> > > > >>
> > > > >> > On Mar 9, 2022, at 1:59 PM, David Handermann <
> > > > >> exceptionfact...@apache.org> wrote:
> > > > >> >
> > > > >> > Hi Steven,
> > > > >> >
> > > > >> > Thanks for your interest! This would also be a great opportunity
> > to
> > > > >> > streamline the HTML generation approach to use something like
> Hugo
> > > or
> > > > >> > similar static-site generation system.
> > > > >> >
> > > > >> > Regards,
> > > > >> > David Handermann
> > > > >> >
> > > > >> > On Wed, Mar 9, 2022 at 12:44 PM Joe Witt 
> > > wrote:
> > > > >> >
> > > > >> >> Steven
> > > > >> >>
> > > > >> >> To say this is super welcome is an understatement.  We
> definitely
> > > > need
> > > > >> the
> > > > >> >> facelift you mention and we need to get off the old website
> > > mechanism
> > > > >> and
> > > > >> >> onto the newer one the ASF wants projects using.  This would be
> > > > >> awesome!
> > > > >> >>
> > > > >> >> Thanks!
> > > > >> >>
> > > > >> >>
> > > > >> >> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison <
> > > > >> steven.mati...@gmail.com>
> > > > >> >> wrote:
> > > > >> >>
> > > > >> >>> Hey Dev Team,
> > > > >> >>>
> > > > >> >>>  Is there any way I could assist with modernizing the
> > > > >> >> nifi.apache.org
> > > > >> >>> website?
> > > > >> >>>
> > > > >> >>> Its 2022 and I think a facelift is in order...  I have a ton
> of
> > > > >> >> experience
> > > > >> >>> with web-dev and super passionate about NiFi.  This would be
> > > > >> something I
> > > > >> >>> would love to be a part of.
> > > > >> >>>
> > > > >> >>> Thanks,
> > > > >> >>>
> > > > >> >>> Steven
> > > > >> >>>
> 

Re: nifi.apache.org website

2022-03-16 Thread Jonathan Conti-Vock
Thanks for the update Steven. Correct me if I'm wrong, but I'll need
someone to invite me as a guest to follow along in the slack channel,
correct? I would be happy to and interested in lending my UI/UX experience
to this conversation.

Cheers,

Jon

On Wed, Mar 16, 2022 at 3:39 PM Steven Matison 
wrote:

> Just a quick update on this thread.  Progress has been made and we have an
> initial hugo framework able to run the current site.
>
> Please join us in follow on conversation in #apachenifiwebsite on slack!
>
>
>
> On Fri, Mar 11, 2022 at 8:25 AM Joe Witt  wrote:
>
> > done.  and added you
> >
> > On Fri, Mar 11, 2022 at 6:17 AM Steven Matison  >
> > wrote:
> >
> > > So glad there is such an interest in this.
> > >
> > > Can we move discussion into a slack channel dedicated to this topic?
> > >
> > > On Wed, Mar 9, 2022 at 2:47 PM Steven Matison <
> steven.mati...@gmail.com>
> > > wrote:
> > >
> > > > Sounds awesome, gimme some time to go through everything you guys
> have
> > > > shared.
> > > >
> > > >
> > > >
> > > > On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim <
> andrewlim.apa...@gmail.com>
> > > > wrote:
> > > >
> > > >> Hi Steven,
> > > >>
> > > >> Excited by your interest in this! A Jira was created to migrate the
> > NiFi
> > > >> website to ASF git build/deploy [1]. I’ve been meaning to work on it
> > but
> > > >> haven’t had the cycles.
> > > >>
> > > >> In my research on static-site generators, Hugo [2] came up as a very
> > > >> strong candidate especially due to its speed. There are 10 Apache
> > > websites
> > > >> that currently use Hugo [3]. Apache Jena is one of them and that
> team
> > > >> documented their migration steps on their wiki [4].
> > > >>
> > > >> Perhaps you could do some research and share your findings. If we
> can
> > > get
> > > >> a working version of the current NiFi website in a chosen generator,
> > we
> > > can
> > > >> get a Discuss thread going in the community similar to what Apache
> > Jena
> > > did
> > > >> [5].
> > > >>
> > > >> I would love to help with the migration as well as a refresh of the
> > > site!
> > > >>
> > > >> -Drew
> > > >>
> > > >>
> > > >> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> > > >> https://issues.apache.org/jira/browse/NIFI-6848>
> > > >> [2] https://gohugo.io/ 
> > > >> [3]
> > > >>
> > https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories
> > > <
> > > >> https://github.com/search?q=topic:hugo+org:apache=Repositories
> >
> > > >> [4]
> > > >>
> > >
> >
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > >> <
> > > >>
> > >
> >
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > > >> >
> > > >> [5]
> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr
> > <
> > > >> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
> > > >>
> > > >>
> > > >> > On Mar 9, 2022, at 1:59 PM, David Handermann <
> > > >> exceptionfact...@apache.org> wrote:
> > > >> >
> > > >> > Hi Steven,
> > > >> >
> > > >> > Thanks for your interest! This would also be a great opportunity
> to
> > > >> > streamline the HTML generation approach to use something like Hugo
> > or
> > > >> > similar static-site generation system.
> > > >> >
> > > >> > Regards,
> > > >> > David Handermann
> > > >> >
> > > >> > On Wed, Mar 9, 2022 at 12:44 PM Joe Witt 
> > wrote:
> > > >> >
> > > >> >> Steven
> > > >> >>
> > > >> >> To say this is super welcome is an understatement.  We definitely
> > > need
> > > >> the
> > > >> >> facelift you mention and we need to get off the old website
> > mechanism
> > > >> and
> > > >> >> onto the newer one the ASF wants projects using.  This would be
> > > >> awesome!
> > > >> >>
> > > >> >> Thanks!
> > > >> >>
> > > >> >>
> > > >> >> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison <
> > > >> steven.mati...@gmail.com>
> > > >> >> wrote:
> > > >> >>
> > > >> >>> Hey Dev Team,
> > > >> >>>
> > > >> >>>  Is there any way I could assist with modernizing the
> > > >> >> nifi.apache.org
> > > >> >>> website?
> > > >> >>>
> > > >> >>> Its 2022 and I think a facelift is in order...  I have a ton of
> > > >> >> experience
> > > >> >>> with web-dev and super passionate about NiFi.  This would be
> > > >> something I
> > > >> >>> would love to be a part of.
> > > >> >>>
> > > >> >>> Thanks,
> > > >> >>>
> > > >> >>> Steven
> > > >> >>>
> > > >> >>
> > > >>
> > > >>
> > >
> >
>


Re: nifi.apache.org website

2022-03-16 Thread Steven Matison
Just a quick update on this thread.  Progress has been made and we have an
initial hugo framework able to run the current site.

Please join us in follow on conversation in #apachenifiwebsite on slack!



On Fri, Mar 11, 2022 at 8:25 AM Joe Witt  wrote:

> done.  and added you
>
> On Fri, Mar 11, 2022 at 6:17 AM Steven Matison 
> wrote:
>
> > So glad there is such an interest in this.
> >
> > Can we move discussion into a slack channel dedicated to this topic?
> >
> > On Wed, Mar 9, 2022 at 2:47 PM Steven Matison 
> > wrote:
> >
> > > Sounds awesome, gimme some time to go through everything you guys have
> > > shared.
> > >
> > >
> > >
> > > On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim 
> > > wrote:
> > >
> > >> Hi Steven,
> > >>
> > >> Excited by your interest in this! A Jira was created to migrate the
> NiFi
> > >> website to ASF git build/deploy [1]. I’ve been meaning to work on it
> but
> > >> haven’t had the cycles.
> > >>
> > >> In my research on static-site generators, Hugo [2] came up as a very
> > >> strong candidate especially due to its speed. There are 10 Apache
> > websites
> > >> that currently use Hugo [3]. Apache Jena is one of them and that team
> > >> documented their migration steps on their wiki [4].
> > >>
> > >> Perhaps you could do some research and share your findings. If we can
> > get
> > >> a working version of the current NiFi website in a chosen generator,
> we
> > can
> > >> get a Discuss thread going in the community similar to what Apache
> Jena
> > did
> > >> [5].
> > >>
> > >> I would love to help with the migration as well as a refresh of the
> > site!
> > >>
> > >> -Drew
> > >>
> > >>
> > >> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> > >> https://issues.apache.org/jira/browse/NIFI-6848>
> > >> [2] https://gohugo.io/ 
> > >> [3]
> > >>
> https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories
> > <
> > >> https://github.com/search?q=topic:hugo+org:apache=Repositories>
> > >> [4]
> > >>
> >
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > >> <
> > >>
> >
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> > >> >
> > >> [5] https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr
> <
> > >> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
> > >>
> > >>
> > >> > On Mar 9, 2022, at 1:59 PM, David Handermann <
> > >> exceptionfact...@apache.org> wrote:
> > >> >
> > >> > Hi Steven,
> > >> >
> > >> > Thanks for your interest! This would also be a great opportunity to
> > >> > streamline the HTML generation approach to use something like Hugo
> or
> > >> > similar static-site generation system.
> > >> >
> > >> > Regards,
> > >> > David Handermann
> > >> >
> > >> > On Wed, Mar 9, 2022 at 12:44 PM Joe Witt 
> wrote:
> > >> >
> > >> >> Steven
> > >> >>
> > >> >> To say this is super welcome is an understatement.  We definitely
> > need
> > >> the
> > >> >> facelift you mention and we need to get off the old website
> mechanism
> > >> and
> > >> >> onto the newer one the ASF wants projects using.  This would be
> > >> awesome!
> > >> >>
> > >> >> Thanks!
> > >> >>
> > >> >>
> > >> >> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison <
> > >> steven.mati...@gmail.com>
> > >> >> wrote:
> > >> >>
> > >> >>> Hey Dev Team,
> > >> >>>
> > >> >>>  Is there any way I could assist with modernizing the
> > >> >> nifi.apache.org
> > >> >>> website?
> > >> >>>
> > >> >>> Its 2022 and I think a facelift is in order...  I have a ton of
> > >> >> experience
> > >> >>> with web-dev and super passionate about NiFi.  This would be
> > >> something I
> > >> >>> would love to be a part of.
> > >> >>>
> > >> >>> Thanks,
> > >> >>>
> > >> >>> Steven
> > >> >>>
> > >> >>
> > >>
> > >>
> >
>


Re: nifi.apache.org website

2022-03-11 Thread Joe Witt
done.  and added you

On Fri, Mar 11, 2022 at 6:17 AM Steven Matison 
wrote:

> So glad there is such an interest in this.
>
> Can we move discussion into a slack channel dedicated to this topic?
>
> On Wed, Mar 9, 2022 at 2:47 PM Steven Matison 
> wrote:
>
> > Sounds awesome, gimme some time to go through everything you guys have
> > shared.
> >
> >
> >
> > On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim 
> > wrote:
> >
> >> Hi Steven,
> >>
> >> Excited by your interest in this! A Jira was created to migrate the NiFi
> >> website to ASF git build/deploy [1]. I’ve been meaning to work on it but
> >> haven’t had the cycles.
> >>
> >> In my research on static-site generators, Hugo [2] came up as a very
> >> strong candidate especially due to its speed. There are 10 Apache
> websites
> >> that currently use Hugo [3]. Apache Jena is one of them and that team
> >> documented their migration steps on their wiki [4].
> >>
> >> Perhaps you could do some research and share your findings. If we can
> get
> >> a working version of the current NiFi website in a chosen generator, we
> can
> >> get a Discuss thread going in the community similar to what Apache Jena
> did
> >> [5].
> >>
> >> I would love to help with the migration as well as a refresh of the
> site!
> >>
> >> -Drew
> >>
> >>
> >> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> >> https://issues.apache.org/jira/browse/NIFI-6848>
> >> [2] https://gohugo.io/ 
> >> [3]
> >> https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories
> <
> >> https://github.com/search?q=topic:hugo+org:apache=Repositories>
> >> [4]
> >>
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> >> <
> >>
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> >> >
> >> [5] https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr <
> >> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
> >>
> >>
> >> > On Mar 9, 2022, at 1:59 PM, David Handermann <
> >> exceptionfact...@apache.org> wrote:
> >> >
> >> > Hi Steven,
> >> >
> >> > Thanks for your interest! This would also be a great opportunity to
> >> > streamline the HTML generation approach to use something like Hugo or
> >> > similar static-site generation system.
> >> >
> >> > Regards,
> >> > David Handermann
> >> >
> >> > On Wed, Mar 9, 2022 at 12:44 PM Joe Witt  wrote:
> >> >
> >> >> Steven
> >> >>
> >> >> To say this is super welcome is an understatement.  We definitely
> need
> >> the
> >> >> facelift you mention and we need to get off the old website mechanism
> >> and
> >> >> onto the newer one the ASF wants projects using.  This would be
> >> awesome!
> >> >>
> >> >> Thanks!
> >> >>
> >> >>
> >> >> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison <
> >> steven.mati...@gmail.com>
> >> >> wrote:
> >> >>
> >> >>> Hey Dev Team,
> >> >>>
> >> >>>  Is there any way I could assist with modernizing the
> >> >> nifi.apache.org
> >> >>> website?
> >> >>>
> >> >>> Its 2022 and I think a facelift is in order...  I have a ton of
> >> >> experience
> >> >>> with web-dev and super passionate about NiFi.  This would be
> >> something I
> >> >>> would love to be a part of.
> >> >>>
> >> >>> Thanks,
> >> >>>
> >> >>> Steven
> >> >>>
> >> >>
> >>
> >>
>


Re: nifi.apache.org website

2022-03-11 Thread Steven Matison
So glad there is such an interest in this.

Can we move discussion into a slack channel dedicated to this topic?

On Wed, Mar 9, 2022 at 2:47 PM Steven Matison 
wrote:

> Sounds awesome, gimme some time to go through everything you guys have
> shared.
>
>
>
> On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim 
> wrote:
>
>> Hi Steven,
>>
>> Excited by your interest in this! A Jira was created to migrate the NiFi
>> website to ASF git build/deploy [1]. I’ve been meaning to work on it but
>> haven’t had the cycles.
>>
>> In my research on static-site generators, Hugo [2] came up as a very
>> strong candidate especially due to its speed. There are 10 Apache websites
>> that currently use Hugo [3]. Apache Jena is one of them and that team
>> documented their migration steps on their wiki [4].
>>
>> Perhaps you could do some research and share your findings. If we can get
>> a working version of the current NiFi website in a chosen generator, we can
>> get a Discuss thread going in the community similar to what Apache Jena did
>> [5].
>>
>> I would love to help with the migration as well as a refresh of the site!
>>
>> -Drew
>>
>>
>> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
>> https://issues.apache.org/jira/browse/NIFI-6848>
>> [2] https://gohugo.io/ 
>> [3]
>> https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories <
>> https://github.com/search?q=topic:hugo+org:apache=Repositories>
>> [4]
>> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
>> <
>> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
>> >
>> [5] https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr <
>> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
>>
>>
>> > On Mar 9, 2022, at 1:59 PM, David Handermann <
>> exceptionfact...@apache.org> wrote:
>> >
>> > Hi Steven,
>> >
>> > Thanks for your interest! This would also be a great opportunity to
>> > streamline the HTML generation approach to use something like Hugo or
>> > similar static-site generation system.
>> >
>> > Regards,
>> > David Handermann
>> >
>> > On Wed, Mar 9, 2022 at 12:44 PM Joe Witt  wrote:
>> >
>> >> Steven
>> >>
>> >> To say this is super welcome is an understatement.  We definitely need
>> the
>> >> facelift you mention and we need to get off the old website mechanism
>> and
>> >> onto the newer one the ASF wants projects using.  This would be
>> awesome!
>> >>
>> >> Thanks!
>> >>
>> >>
>> >> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison <
>> steven.mati...@gmail.com>
>> >> wrote:
>> >>
>> >>> Hey Dev Team,
>> >>>
>> >>>  Is there any way I could assist with modernizing the
>> >> nifi.apache.org
>> >>> website?
>> >>>
>> >>> Its 2022 and I think a facelift is in order...  I have a ton of
>> >> experience
>> >>> with web-dev and super passionate about NiFi.  This would be
>> something I
>> >>> would love to be a part of.
>> >>>
>> >>> Thanks,
>> >>>
>> >>> Steven
>> >>>
>> >>
>>
>>


Re: nifi.apache.org website

2022-03-09 Thread Steven Matison
Sounds awesome, gimme some time to go through everything you guys have
shared.



On Wed, Mar 9, 2022 at 2:28 PM Andrew Lim 
wrote:

> Hi Steven,
>
> Excited by your interest in this! A Jira was created to migrate the NiFi
> website to ASF git build/deploy [1]. I’ve been meaning to work on it but
> haven’t had the cycles.
>
> In my research on static-site generators, Hugo [2] came up as a very
> strong candidate especially due to its speed. There are 10 Apache websites
> that currently use Hugo [3]. Apache Jena is one of them and that team
> documented their migration steps on their wiki [4].
>
> Perhaps you could do some research and share your findings. If we can get
> a working version of the current NiFi website in a chosen generator, we can
> get a Discuss thread going in the community similar to what Apache Jena did
> [5].
>
> I would love to help with the migration as well as a refresh of the site!
>
> -Drew
>
>
> [1] https://issues.apache.org/jira/browse/NIFI-6848 <
> https://issues.apache.org/jira/browse/NIFI-6848>
> [2] https://gohugo.io/ 
> [3]
> https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories <
> https://github.com/search?q=topic:hugo+org:apache=Repositories>
> [4]
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> <
> https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
> >
> [5] https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr <
> https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr>
>
>
> > On Mar 9, 2022, at 1:59 PM, David Handermann <
> exceptionfact...@apache.org> wrote:
> >
> > Hi Steven,
> >
> > Thanks for your interest! This would also be a great opportunity to
> > streamline the HTML generation approach to use something like Hugo or
> > similar static-site generation system.
> >
> > Regards,
> > David Handermann
> >
> > On Wed, Mar 9, 2022 at 12:44 PM Joe Witt  wrote:
> >
> >> Steven
> >>
> >> To say this is super welcome is an understatement.  We definitely need
> the
> >> facelift you mention and we need to get off the old website mechanism
> and
> >> onto the newer one the ASF wants projects using.  This would be awesome!
> >>
> >> Thanks!
> >>
> >>
> >> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison <
> steven.mati...@gmail.com>
> >> wrote:
> >>
> >>> Hey Dev Team,
> >>>
> >>>  Is there any way I could assist with modernizing the
> >> nifi.apache.org
> >>> website?
> >>>
> >>> Its 2022 and I think a facelift is in order...  I have a ton of
> >> experience
> >>> with web-dev and super passionate about NiFi.  This would be something
> I
> >>> would love to be a part of.
> >>>
> >>> Thanks,
> >>>
> >>> Steven
> >>>
> >>
>
>


Re: nifi.apache.org website

2022-03-09 Thread Andrew Lim
Hi Steven,

Excited by your interest in this! A Jira was created to migrate the NiFi 
website to ASF git build/deploy [1]. I’ve been meaning to work on it but 
haven’t had the cycles.

In my research on static-site generators, Hugo [2] came up as a very strong 
candidate especially due to its speed. There are 10 Apache websites that 
currently use Hugo [3]. Apache Jena is one of them and that team documented 
their migration steps on their wiki [4].

Perhaps you could do some research and share your findings. If we can get a 
working version of the current NiFi website in a chosen generator, we can get a 
Discuss thread going in the community similar to what Apache Jena did [5].

I would love to help with the migration as well as a refresh of the site!

-Drew


[1] https://issues.apache.org/jira/browse/NIFI-6848 

[2] https://gohugo.io/ 
[3] https://github.com/search?q=topic%3Ahugo+org%3Aapache=Repositories 

[4] 
https://cwiki.apache.org/confluence/display/INFRA/How+Apache+Jena+migrated+from+the+CMS
 

[5] https://lists.apache.org/thread/tt4mm3phpkjxf7kc5hp3t006sob7ksqr 



> On Mar 9, 2022, at 1:59 PM, David Handermann  
> wrote:
> 
> Hi Steven,
> 
> Thanks for your interest! This would also be a great opportunity to
> streamline the HTML generation approach to use something like Hugo or
> similar static-site generation system.
> 
> Regards,
> David Handermann
> 
> On Wed, Mar 9, 2022 at 12:44 PM Joe Witt  wrote:
> 
>> Steven
>> 
>> To say this is super welcome is an understatement.  We definitely need the
>> facelift you mention and we need to get off the old website mechanism and
>> onto the newer one the ASF wants projects using.  This would be awesome!
>> 
>> Thanks!
>> 
>> 
>> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison 
>> wrote:
>> 
>>> Hey Dev Team,
>>> 
>>>  Is there any way I could assist with modernizing the
>> nifi.apache.org
>>> website?
>>> 
>>> Its 2022 and I think a facelift is in order...  I have a ton of
>> experience
>>> with web-dev and super passionate about NiFi.  This would be something I
>>> would love to be a part of.
>>> 
>>> Thanks,
>>> 
>>> Steven
>>> 
>> 



RE: nifi.apache.org website

2022-03-09 Thread Chakravarty, G
Found some helpful info:

https://infra.apache.org/project-site.html#default

Thanks,

-Original Message-
From: David Handermann  
Sent: Wednesday, March 9, 2022 2:00 PM
To: dev@nifi.apache.org
Subject: Re: nifi.apache.org website

Hi Steven,

Thanks for your interest! This would also be a great opportunity to streamline 
the HTML generation approach to use something like Hugo or similar static-site 
generation system.

Regards,
David Handermann

On Wed, Mar 9, 2022 at 12:44 PM Joe Witt  wrote:

> Steven
>
> To say this is super welcome is an understatement.  We definitely need 
> the facelift you mention and we need to get off the old website 
> mechanism and onto the newer one the ASF wants projects using.  This would be 
> awesome!
>
> Thanks!
>
>
> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison 
> 
> wrote:
>
> > Hey Dev Team,
> >
> >   Is there any way I could assist with modernizing the
> nifi.apache.org
> > website?
> >
> > Its 2022 and I think a facelift is in order...  I have a ton of
> experience
> > with web-dev and super passionate about NiFi.  This would be 
> > something I would love to be a part of.
> >
> > Thanks,
> >
> > Steven
> >
>


Re: nifi.apache.org website

2022-03-09 Thread David Handermann
Hi Steven,

Thanks for your interest! This would also be a great opportunity to
streamline the HTML generation approach to use something like Hugo or
similar static-site generation system.

Regards,
David Handermann

On Wed, Mar 9, 2022 at 12:44 PM Joe Witt  wrote:

> Steven
>
> To say this is super welcome is an understatement.  We definitely need the
> facelift you mention and we need to get off the old website mechanism and
> onto the newer one the ASF wants projects using.  This would be awesome!
>
> Thanks!
>
>
> On Wed, Mar 9, 2022 at 11:40 AM Steven Matison 
> wrote:
>
> > Hey Dev Team,
> >
> >   Is there any way I could assist with modernizing the
> nifi.apache.org
> > website?
> >
> > Its 2022 and I think a facelift is in order...  I have a ton of
> experience
> > with web-dev and super passionate about NiFi.  This would be something I
> > would love to be a part of.
> >
> > Thanks,
> >
> > Steven
> >
>


Re: nifi.apache.org website

2022-03-09 Thread Joe Witt
Steven

To say this is super welcome is an understatement.  We definitely need the
facelift you mention and we need to get off the old website mechanism and
onto the newer one the ASF wants projects using.  This would be awesome!

Thanks!


On Wed, Mar 9, 2022 at 11:40 AM Steven Matison 
wrote:

> Hey Dev Team,
>
>   Is there any way I could assist with modernizing the nifi.apache.org
> website?
>
> Its 2022 and I think a facelift is in order...  I have a ton of experience
> with web-dev and super passionate about NiFi.  This would be something I
> would love to be a part of.
>
> Thanks,
>
> Steven
>