You don't need to do any of that. Just click 'See this page in github' at the bottom of any page and create a pull request there, live in the browser.
Gj On Sun, Jun 17, 2018 at 10:36 PM, Dmitry Avtonomov < [email protected]> wrote: > Oh, I didn't know that the website also accepted public pull requests. > > Where do I report issues about the website? Followed the instructions, got > errors from asciidoctor during the initial baking step: > > ``` > $ ./gradlew preprocessContent bake > ... > Starting a Gradle Daemon (subsequent builds will be faster) > Generating JAR file 'gradle-api-3.5.jar' > Download > https://plugins.gradle.org/m2/org/codehaus/groovy/groovy- > all/2.4.11/groovy-all-2.4.11.pom > ... > Download > https://jcenter.bintray.com/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar > Download > https://jcenter.bintray.com/net/java/dev/jna/jna-platform/ > 4.0.0/jna-platform-4.0.0.jar > Current implementation of storage does not support sbtree collections > Current implementation of storage does not support sbtree collections > asciidoctor: WARNING: <stdin>: line 30: section title out of sequence: > expected level 1, got level 2 > asciidoctor: WARNING: <stdin>: line 36: section title out of sequence: > expected level 1, got level 2 > ... > asciidoctor: ERROR: <stdin>: line 30: only book doctypes can contain level > 0 sections > ... > ``` > > It does build and run though! Will add it there, thanks! > > > On Sun, Jun 17, 2018 at 2:39 AM Antonio <[email protected]> wrote: > > > +1 to add the videos to multiple places. > > > > Maybe you want to submit a pull request with those modifications and > > enhancements? > > > > Thanks, > > Antonio > > > > On 17/06/18 10:29, Dmitry Avtonomov wrote: > > > Antonio, > > > Thanks for adding these videos to the website! Could you please also > copy > > > it to pages other than "Get help"? "Get help" to me sounds like a place > > > where you go if your new installation of Netbeans doesn't want to start > > or > > > something. Maybe "Documentation", or "For developers". > > > I'd also vouch for adding these videos to the "Contributing code" page: > > > http://netbeans.apache.org/participate/submit-pr.html. I think it's > > better > > > to have them in multiple places to increase the chances people see > them. > > > > > > Thank you, > > > Dmitry > > > > > > > > > On Sat, Jun 16, 2018 at 11:17 PM Antonio <[email protected]> wrote: > > > > > >> Hi all, > > >> > > >> I couldn't resist grouping all these videos together and uploading > them > > >> to http://netbeans.apache.org/help/getting-started.html > > >> > > >> We can now embed "responsive" youtube videos by using the asciidoc's > > >> video::tag. For example: > > >> > > >> video::VC8gQJknPaU[youtube] > > >> > > >> For an example on how to embed youtube videos (16:9) see the source > for > > >> the page at [1]. > > >> > > >> Let me know if we need to do some adjustments or whatever. Maybe we > want > > >> to collect all other videos and include them in a single page? > > >> > > >> Kind regards, > > >> Antonio > > >> > > >> [1] > > >> > > >> > > https://raw.githubusercontent.com/apache/incubator-netbeans- > website/master/netbeans.apache.org/src/content/help/ > getting-started.asciidoc > > >> > > >> On 16/06/18 14:03, Geertjan Wielenga wrote: > > >>> Part 3: Run & Debug Apache NetBeans IDE > > >>> https://www.youtube.com/watch?v=a1F2FkhZfQM > > >>> > > >>> Part 4: Edit and Run Apache NetBeans IDE > > >>> https://www.youtube.com/watch?v=iv4osiFZDP0 > > >>> > > >>> Part 5: Debug the Sources of Apache NetBeans IDE > > >>> https://www.youtube.com/watch?v=UaGdctQWt_4 > > >>> > > >>> Thanks, > > >>> > > >>> Gj > > >>> > > >>> > > >>> > > >>> On Sat, Jun 16, 2018 at 1:26 PM, Kai Uwe Pel <[email protected]> > > wrote: > > >>> > > >>>> Very interesting! Thank you Geertjan! > > >>>> > > >>>> Best regards, > > >>>> Kai > > >>>> > > >>>> > > >>>> > > >>>> On 6/16/2018 1:07 PM, Geertjan Wielenga wrote: > > >>>> > > >>>>> Hi all, > > >>>>> > > >>>>> This is for those interested in using Apache NetBeans as the basis > of > > >>>>> their > > >>>>> own software, i.e., using Apache NetBeans as a Java desktop > platform. > > >>>>> > > >>>>> There are also convenience binaries on netbeans.apache.org that > you > > >> could > > >>>>> use, instead of building from the sources, though if you're > involved > > in > > >>>>> the > > >>>>> Apache NetBeans project it makes most sense to use the sources > since > > >> you > > >>>>> can then provide pull requests to fix bugs you encounter or to > > provide > > >>>>> enhancements. > > >>>>> > > >>>>> Part 1: Hello Apache NetBeans Platform > > >>>>> > > >>>>> https://www.youtube.com/watch?v=VC8gQJknPaU > > >>>>> > > >>>>> Part 2: Debugging into the Apache NetBeans Platform > > >>>>> > > >>>>> https://www.youtube.com/watch?v=rufG7VE-u9s > > >>>>> > > >>>>> This is a community-driven YouTube series -- so, what should part 3 > > >>>>> consist > > >>>>> of (and who volunteers to make it)? :-) > > >>>>> > > >>>>> Thanks, > > >>>>> > > >>>>> Gj > > >>>>> > > >>>>> > > >>>> > > >>>> ------------------------------------------------------------ > --------- > > >>>> To unsubscribe, e-mail: dev-unsubscribe@netbeans. > incubator.apache.org > > >>>> For additional commands, e-mail: > > [email protected] > > >>>> > > >>>> For further information about the NetBeans mailing lists, visit: > > >>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > >>>> > > >>>> > > >>>> > > >>>> > > >>> > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [email protected] > > >> For additional commands, e-mail: [email protected]. > apache.org > > >> > > >> For further information about the NetBeans mailing lists, visit: > > >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > >> > > >> > > >> > > >> > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > >
