Re: Redesign website

2018-03-12 Thread Hervé BOUTEMY
this contest is not completely stopped.
But while working on it, we got some feedback that only a new design would not 
give sufficient improvement: content has to be organized, and also navigation
That's the idea behind my work on the menu.
And I created DOXIASITETOOLS-188 [1] to add the navigation in the breadcrumbs: 
if someone wants to work on it
There is also DOXIA-569 [2], to migrate APT source to Markdown

Perhaps there are other features that would improve generated html, before 
creating a new skin with a new design: did you find missing feature?

And of course there is INFRA-16088 to build site with Jenkins, that will 
prepare migration of sire source to Git: then the edit button will really 
permit PR preparation that are easy to merge and deploy site

Maven website redesign is a work in progress: the look is IMHO not the first 
step to do, that was a conclusion of the first try

Regards,

Hervé


[1] https://issues.apache.org/jira/browse/DOXIASITETOOLS-188

[2] https://issues.apache.org/jira/browse/DOXIA-569

[3] https://issues.apache.org/jira/browse/INFRA-16088

Le lundi 12 mars 2018, 10:44:39 CET Martijn Dashorst a écrit :
> It's been a while that this thread was active, but I'd like to share
> the design contest (or whatever it is) on opensourcedesign.net for the
> Maven website.
> 
> https://discourse.opensourcedesign.net/t/jobs-redesign-maven-website/394/13
> 
> It contains mostly my proposal, but pointing folks at it might give
> the discussion about a new site design new energy, and Maven does need
> a new web site design.
> 
> Martijn
> 
> On Fri, Jul 21, 2017 at 7:49 PM, Paul Hammant  wrote:
> > I would move to plain markdown in git with one of Hugo or Hexo as the
> > static site generators, if I were the decider for this (I am not of
> > course).
> > 
> > https://trunkbaseddevelopment.com is Hugo (Go-based) and took me about a
> > month from start to launch, and after/before regular work. I've another in
> > Hexo (Node-based) but it's far from ready to share yet. Jekyll is too slow
> > these days.
> > 
> > The absolute thing *you must have* is an edit-this-page link for each
> > page,
> > and these days that doesn't mean a wiki, it means a link to the VCS's
> > edit-a-resource UI. For example, the bottom of
> > https://trunkbaseddevelopment.com/branch-for-release/ has a Contribute to
> > this page
> >  > e/index.md> link
> > that you can harmless click right now to see where that ends up :)
> > 
> > On Fri, Jul 21, 2017 at 12:28 PM, Anton Tanasenko
> > 
> > 
> > wrote:
> >> What happened to the last attempt and the shotgun owl? :-D
> >> 
> >> On Fri, 21 Jul 2017, 18:22 Robert Scholte,  wrote:
> >> > Hi,
> >> > 
> >> > I'd like to start an attempt to redesign our website.
> >> > At ApacheCon Europe Hervé and I got in touch with Open Source
> >> > Design[1].
> >> > Any objections to contact them and to see if we can help each other?
> >> > Or are there other suggestions?
> >> > 
> >> > thanks,
> >> > Robert
> >> > 
> >> > [1] http://opensourcedesign.net
> >> > 
> >> > -
> >> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> >> > For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Redesign website

2018-03-12 Thread Martijn Dashorst
It's been a while that this thread was active, but I'd like to share
the design contest (or whatever it is) on opensourcedesign.net for the
Maven website.

https://discourse.opensourcedesign.net/t/jobs-redesign-maven-website/394/13

It contains mostly my proposal, but pointing folks at it might give
the discussion about a new site design new energy, and Maven does need
a new web site design.

Martijn


On Fri, Jul 21, 2017 at 7:49 PM, Paul Hammant  wrote:
> I would move to plain markdown in git with one of Hugo or Hexo as the
> static site generators, if I were the decider for this (I am not of course).
>
> https://trunkbaseddevelopment.com is Hugo (Go-based) and took me about a
> month from start to launch, and after/before regular work. I've another in
> Hexo (Node-based) but it's far from ready to share yet. Jekyll is too slow
> these days.
>
> The absolute thing *you must have* is an edit-this-page link for each page,
> and these days that doesn't mean a wiki, it means a link to the VCS's
> edit-a-resource UI. For example, the bottom of
> https://trunkbaseddevelopment.com/branch-for-release/ has a Contribute to
> this page
> 
> link
> that you can harmless click right now to see where that ends up :)
>
> On Fri, Jul 21, 2017 at 12:28 PM, Anton Tanasenko 
> wrote:
>
>> What happened to the last attempt and the shotgun owl? :-D
>>
>> On Fri, 21 Jul 2017, 18:22 Robert Scholte,  wrote:
>>
>> > Hi,
>> >
>> > I'd like to start an attempt to redesign our website.
>> > At ApacheCon Europe Hervé and I got in touch with Open Source Design[1].
>> > Any objections to contact them and to see if we can help each other?
>> > Or are there other suggestions?
>> >
>> > thanks,
>> > Robert
>> >
>> > [1] http://opensourcedesign.net
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> > For additional commands, e-mail: dev-h...@maven.apache.org
>> >
>> >
>>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Redesign website

2017-07-21 Thread Paul Hammant
I would move to plain markdown in git with one of Hugo or Hexo as the
static site generators, if I were the decider for this (I am not of course).

https://trunkbaseddevelopment.com is Hugo (Go-based) and took me about a
month from start to launch, and after/before regular work. I've another in
Hexo (Node-based) but it's far from ready to share yet. Jekyll is too slow
these days.

The absolute thing *you must have* is an edit-this-page link for each page,
and these days that doesn't mean a wiki, it means a link to the VCS's
edit-a-resource UI. For example, the bottom of
https://trunkbaseddevelopment.com/branch-for-release/ has a Contribute to
this page

link
that you can harmless click right now to see where that ends up :)

On Fri, Jul 21, 2017 at 12:28 PM, Anton Tanasenko 
wrote:

> What happened to the last attempt and the shotgun owl? :-D
>
> On Fri, 21 Jul 2017, 18:22 Robert Scholte,  wrote:
>
> > Hi,
> >
> > I'd like to start an attempt to redesign our website.
> > At ApacheCon Europe Hervé and I got in touch with Open Source Design[1].
> > Any objections to contact them and to see if we can help each other?
> > Or are there other suggestions?
> >
> > thanks,
> > Robert
> >
> > [1] http://opensourcedesign.net
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


Re: Redesign website

2017-07-21 Thread Anton Tanasenko
What happened to the last attempt and the shotgun owl? :-D

On Fri, 21 Jul 2017, 18:22 Robert Scholte,  wrote:

> Hi,
>
> I'd like to start an attempt to redesign our website.
> At ApacheCon Europe Hervé and I got in touch with Open Source Design[1].
> Any objections to contact them and to see if we can help each other?
> Or are there other suggestions?
>
> thanks,
> Robert
>
> [1] http://opensourcedesign.net
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Redesign website

2017-07-21 Thread Robert Scholte

Hi,

I'd like to start an attempt to redesign our website.
At ApacheCon Europe Hervé and I got in touch with Open Source Design[1].
Any objections to contact them and to see if we can help each other?
Or are there other suggestions?

thanks,
Robert

[1] http://opensourcedesign.net

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org