October 01, 2013
On Tuesday, 1 October 2013 at 13:11:23 UTC, Wyatt wrote:
> On Tuesday, 1 October 2013 at 11:58:35 UTC, w0rp wrote:
>>
>> PHP-style documentation in general I look forward to, but I won't push for that. I know Andrei is a busy guy.
>>
>> PHP, the bad language with good documentation.
>
> PHP?  The language that has a comment peanut gallery on every page?  Oh god, no. Please don't tell me people actually want that.

I have always felt that Qt has the best documentation I have ever seen:

http://qt-project.org/doc/

Of course, there were likely lots of paid professionals who developed the online docs, but if we want to borrow ideas on what good documentation looks like, that would get my vote!

Craig
October 01, 2013
On 9/30/13 11:59 PM, Jakob Ovrum wrote:
> On Monday, 30 September 2013 at 03:24:53 UTC, Jonathan M Davis wrote:
>> I don't think so. IIRC, it's just Andrei and Walter who have
>> permissions to do
>> that, and it only normally happens when there's a release.
>> Occasionally Andrei
>> will update it after certain pulls, but since he didn't merge this
>> one, he
>> didn't update the site afterwards (and AFAIK, he hasn't updated the
>> site for
>> any other pulls).
>>
>> - Jonathan M Davis
>
> This lack of structure has always bugged me. I think we should push
> changes to master immediately (i.e. automatically), then reserve a new
> branch "next" for changes that should not go live before the next release.

I've wanted to do this for a while (and got partly to it in the form of /phobos/ vs. /phobos-prerelease/) but didn't have the time to better formalize the structure beyond that.

This is a volunteer project. Many good things started because something bugged someone enough to do something about it. Hint, hint :o).


Andrei

October 01, 2013
On Tue, 01 Oct 2013 15:11:22 +0200
"Wyatt" <wyatt.epp@gmail.com> wrote:

> On Tuesday, 1 October 2013 at 11:58:35 UTC, w0rp wrote:
> >
> > PHP-style documentation in general I look forward to, but I won't push for that. I know Andrei is a busy guy.
> >
> > PHP, the bad language with good documentation.
> 
> PHP?  The language that has a comment peanut gallery on every page?  Oh god, no. Please don't tell me people actually want that.

Heh, yea. But OTOH, it can be a good way for community members to easily point out any errors/omissions/gotchas in the docs.

October 01, 2013
On 10/1/13 4:58 AM, w0rp wrote:
> +1 for hyphenator death. I either block it or hit "Stop script" on
> Firefox. Kill it with fire!

Hyphenation rox.

> PHP-style documentation in general I look forward to, but I won't push
> for that. I know Andrei is a busy guy.

Let's try to aim for an update with the next release.


Andrei

October 01, 2013
On 10/1/13, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:
> On 10/1/13 4:58 AM, w0rp wrote:
>> +1 for hyphenator death. I either block it or hit "Stop script" on Firefox. Kill it with fire!
>
> Hyphenation rox.

Yeah, but >hyphenator.js< sox! :p

I still see hyphenation in action on the website, although there's no sign of hyphenator.js activating itself. So I guess some HTML5 technique is used now?
October 01, 2013
On Tuesday, 1 October 2013 at 22:12:00 UTC, Andrej Mitrovic wrote:
> On 10/1/13, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:
>> On 10/1/13 4:58 AM, w0rp wrote:
>>> +1 for hyphenator death. I either block it or hit "Stop script" on
>>> Firefox. Kill it with fire!
>>
>> Hyphenation rox.
>
> Yeah, but >hyphenator.js< sox! :p
>
> I still see hyphenation in action on the website, although there's no
> sign of hyphenator.js activating itself. So I guess some HTML5
> technique is used now?

Yes, CSS3 hyphens is used now.  It doesn't work in Chrome or Opera though.
October 01, 2013
On 10/2/13, Brad Anderson <eco@gnuk.net> wrote:
> Yes, CSS3 hyphens is used now.  It doesn't work in Chrome or Opera though.

Why not?
October 01, 2013
On 10/02/2013 12:26 AM, Andrej Mitrovic wrote:
> Why not?

https://www.google.com/search?q=css3+hyphens+chrome
http://caniuse.com/css-hyphens
October 01, 2013
On 10/01/2013 11:30 PM, Andrei Alexandrescu wrote:
> Hyphenation rox.

That's why I wrote the hyphenation lib, if someone figures out how to integrate that in the html page generation we can have hyphenation again. The sheer amount of complaints about the slow website should
settle any discussion about hyphenate.js.

http://code.dlang.org/packages/hyphenate.
October 01, 2013
On 10/1/13 4:11 PM, Martin Nowak wrote:
> On 10/01/2013 11:30 PM, Andrei Alexandrescu wrote:
>> Hyphenation rox.
>
> That's why I wrote the hyphenation lib, if someone figures out how to
> integrate that in the html page generation we can have hyphenation
> again. The sheer amount of complaints about the slow website should
> settle any discussion about hyphenate.js.
>
> http://code.dlang.org/packages/hyphenate.

Saw that lib, quite awesome! Will be quite handy when we migrate our site to vibe.d :o).

Andrei