AW: A NetBeans website proposal

2018-02-25 Thread Christian Lenz
Lightbox would be great and a must have, atm the images links Points to the 
Images as URLs, I tried ESC which is defacto normal to Close such Things, then 
I realized, I have to go back. Seems a broken UX.

So what is the current state of this? I want to contribute sooner or later too 
to the Project. I would like to Transfer stuff from the current page (My 
placeholder) to that page.

Gesendet von Mail für Windows 10

Von: Neil C Smith
Gesendet: Samstag, 24. Februar 2018 20:51
An: dev@netbeans.incubator.apache.org
Betreff: Re: A NetBeans website proposal

On Sat, 24 Feb 2018 at 17:54 cowwoc  wrote:

> I personally favor 1080p and letting the browser
> downscale as needed.
>

Well, probably, or maybe even responsive image sets, but all things in
time. ;-)  I assume we have bigger versions of these?  Mind you, I'm not
sure some of those dialogs are actually that big!

Personally I think we could go live with this, but not forget it.  I can
also look at integrating a lightbox or similar, unless there's already one
in Foundation?


On Sat, 24 Feb 2018 at 15:36 Antonio  wrote:

> On 24/02/18 15:04, Glenn Holmer wrote:
> >> https://netbeans.vieiro.net/download/nb90/
> > I *love* the old-time NetBeans "swirl" in the header :)
>
> I love that too. :-) We should recover more of those backgrounds.
>

I love it too - and it should in no way be considered laziness that we used
something pre-existing! ;-)


>
> Neil did a great job cropping it to a exactly 16:9 ratio. These details
> come from professionals that know what they're doing. I love the work
> he's done with SCSS as well.


er, thanks ... you know I'm trying to get out of this professional web
lark, right?! :-)

Now, speaking of responsive images, a real professional would have created
more than one version of the hero image for different size screens!  I can
have a look at that next week too assuming we're definitely using this one
for now.

Best wishes,

Neil


-- 
Neil C Smith
Artist & Technologist
www.neilcsmith.net

Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org



AW: A NetBeans website proposal

2018-02-23 Thread Christian Lenz
I like the great work too. Atm as I said often, I don’t have much time to 
begin. My first draft was the page which is online at netbeans.apache.org. I 
will dive into all of the stuff later, when I see smth that I can/will fix. But 
for the Moment, great work. I will discuss with you too but not implementing. 
Maybe we can merge some parts of my page to the new draft of you. To Show the 
Features of NetBeans.

Gesendet von Mail für Windows 10

Von: Ate Douma
Gesendet: Freitag, 23. Februar 2018 13:42
An: dev@netbeans.incubator.apache.org
Betreff: Re: A NetBeans website proposal

Great work!

The only important and required change needed AFAICT concerns the
download page [1].
There is a dedicated page with the ASF requirements for that at [2].
What needs to be added is, besides links to the distributions itself,
also links to the KEYS, sigs, hashes files, and a reminder for users to
check sums and signatures.
Just follow the instructions at [2] to get [1] aligned, and I think this
looks good to 'go live'!

Regards,
Ate

[1] https://netbeans.vieiro.net/download/index.html
[2] http://www.apache.org/dev/release-download-pages.html

On 2018-02-23 08:19, Antonio wrote:
> Hi all,
> 
> Wade, Tim, Neil, Jirka, Geertjan and I have been doing some experiments 
> regarding the NetBeans website.
> 
> As you probably know, the current NetBeans website comprises many 
> different webs: we have "bits.netbeans.org" for APIs, "netbeans.org" for 
> main content, "plugins.netbeans.org" for the Plugin Portal, 
> "wiki.netbeans.org" for the wiki, and there're a few more subdomains.
> 
> The current "netbeans.org" website is quite big. As you already know, 
> Wade consolidated it in github's 
> "apache/incubator-netbeans-website-cleanup" [1] repo, and added a Gradle 
> build system that uses JBake to generate static content, where content 
> is markdown/asciidoc/html with some additional files.
> 
> As the migration is going to take time, and will require Oracle 
> reviewing IP clearance for the content, we thought we could start a 
> simpler "netbeans.apache.org" website that uses the same Wade's scripts. 
> We then could add content gradually, as Oracle passes the IP clearance 
> procedures.
> 
> So we came out with a basic "multisite-test" _branch_ at Github's 
> "incubator-netbeans-website" [2].
> 
> The idea of this branch is to be able to consolidate different NetBeans 
> subdomains as different directories (currently "bits.netbeans.org" and 
> "netbeans.apache.org"), and create scripts for generating _static_ 
> content for those different websites. Currently we have:
> 
> - bits.netbeans.org
>      Currently builds the javadoc from sources.
> 
> - netbeans.apache.org
>      - Has some basic content from current Confluence pages.
>      - As posted to the list in december we chose the Foundation 6 
> framework as a, well, foundation, and Neil modified it with some proper 
> SCSS structure [3] to fit our needs.
>      - We've also added the wiki pages. We may set up a different repo 
> for these in the future, though.
>      - We've uploaded the result of this static site to 
> https://netbeans.vieiro.net for you to see live (note: the "see this 
> page in github" won't work until/if this branch merges to master).
> 
> So to summarize, the objectives are:
> 
> 1. Have all NetBeans websites in a single repo, with different folders 
> for each. Maybe we want to share stuff among them in the future.
> 2. Have some scripts to build static content for those websites.
> 3. For web sites, make them comply with Apache's guidelines for web 
> sites [4]
> 
> If you think the idea is good enough then we may merge that branch into 
> master and start migrating content, and/or creating different 
> subdirectories for other websites (such as the plugin portal, for 
> instance).
> 
> So, please, say yes or no to keep this path of work. Some other ideas 
> would also we welcome.
> 
> Kind regards,
> Antonio
> 
> 
> [1]
> https://github.com/apache/incubator-netbeans-website-cleanup
> 
> [2]
> https://github.com/apache/incubator-netbeans-website/tree/multisite-test
> 
> We've used asciidoc, but Wade's script supports markdown and html as 
> well. An example asciidoc file, as rendered by github, can be seen here:
> 
> https://github.com/apache/incubator-netbeans-website/blob/multisite-test/netbeans.apache.org/src/content/download/index.asciidoc
>  
> 
> 
> [3]
> Neil's impressive SCSS organization is here:
> https://github.com/apache/incubator-netbeans-website/tree/multisite-test/netbeans.apache.org/src/content/scss
>  
> 
> 
> (note: some low quality scss stuff in there is my fault, not Neil's)
> 
> [4]
> 
> Apache Navigation Links Policy
> https://www.apache.org/foundation/marks/pmcs#navigation
> 
> Incubator Branding Guide
> http://incubator.apache.org/guides/branding.html
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional