Programming in D book, decent ebook versions

2014-12-15 Thread Ali Çehreli via Digitalmars-d-announce

- Removed the unrelated Turkish menu from the English pages

- Improved the ebook formats

- Removed the download page and linked the ebook versions directly from 
the main page instead


I consider these beta quality:

  http://ddili.org/ders/d.en/

(I am not sure why, but you may have to refresh the page in your browser.)

I know that the format needs further improvements but please let me know 
if there are serious issues like some text not showing up at all. 
(Preferably, respond in this thread to avoid duplicate reports.)


Ali


Re: Programming in D book, decent ebook versions

2014-12-15 Thread Mengu via Digitalmars-d-announce

On Monday, 15 December 2014 at 10:25:18 UTC, Ali Çehreli wrote:

- Removed the unrelated Turkish menu from the English pages

- Improved the ebook formats

- Removed the download page and linked the ebook versions 
directly from the main page instead


I consider these beta quality:

  http://ddili.org/ders/d.en/

(I am not sure why, but you may have to refresh the page in 
your browser.)


I know that the format needs further improvements but please 
let me know if there are serious issues like some text not 
showing up at all. (Preferably, respond in this thread to avoid 
duplicate reports.)


Ali


nice work. thanks! :)

i've got a suggestion. right now when i check the english page, i 
see a blank space on the left which is caused by the width of the 
div#content. [0]


if you can change width in styling of div#content it'll look 
better: [1] [2]


[0] http://imgur.com/YRBobZq
[1] http://imgur.com/wfOpACO
[2] http://imgur.com/xNcQtxQ


Re: [OT?] C compiler written form scratch in D

2014-12-15 Thread Stefan Koch via Digitalmars-d-announce

New videos are online :)
part 1:
https://www.youtube.com/watch?v=_YAUfd41URA
part 2:
https://www.youtube.com/watch?v=RGLgiPhwskM

please give me feedback in this thread



Re: Programming in D book, decent ebook versions

2014-12-15 Thread Ali Çehreli via Digitalmars-d-announce

On 12/15/2014 03:17 AM, Mengu wrote:

 blank space on the left which is caused by the width of the div#content.

I was hoping that no one would notice. :p

 if you can change width in styling of div#content

The design of the whole site is less than ideal. :-/

I've done the easiest thing and introduced an English menu in that space:

  http://ddili.org/ders/d.en/

Ali



Re: Travis-CI support for D

2014-12-15 Thread Ellery Newcomer via Digitalmars-d-announce

On 12/14/2014 03:03 PM, Ellery Newcomer wrote:

On 12/10/2014 08:50 PM, Martin Nowak wrote:

Glad to announce that D support on Travis-CI was launched today.

http://blog.travis-ci.com/2014-12-10-community-driven-language-support-comes-to-travis-ci/




trying it out with pyd, and I'm getting

ImportError: libphobos2.so.0.66: cannot open shared object file: No such
file or directory

are shared libraries supported?



.. I'll take that as a no, then.