Thread overview
new russian Dlang book
Aug 07, 2017
Suliman
Aug 07, 2017
Andrey
Aug 08, 2017
Dmitry
Aug 10, 2017
Suliman
August 07, 2017
I would like to say big thanks especially to Ali Cehreli, Adam Ruppe, Oleg Butko, Pavel Chebotarev, Eto Demerzel, Andrey Asyakin and many others guys who helped and motivate me during writting this Book.

The book is *very* raw and unfinished. But main 2 chapter are almost done. Now I do not have time to continue of writting it and I think it's better to publiс it's as-is than to put in table and forgot.

Current MD parser is **incredibly hacky and buggy**. It's based in regex and it's have a lot of bugs. It's needed for generation HTML with table of content from MD.

http://dlang.ru
https://github.com/bubnenkoff/dlang.ru (book is placed there)
url /book now do not work outside from site. You need to go on site and than go to the /book

If anybody can/want to help improve book you are welcome.

P.S. I hope that it will work. I did not tested server. It's also done not very good.
August 07, 2017
On Monday, 7 August 2017 at 14:58:49 UTC, Suliman wrote:
> I would like to say big thanks especially to Ali Cehreli, Adam Ruppe, Oleg Butko, Pavel Chebotarev, Eto Demerzel, Andrey Asyakin and many others guys who helped and motivate me during writting this Book.
>
> [...]

Thanks for you work!!!
August 08, 2017
On Monday, 7 August 2017 at 14:58:49 UTC, Suliman wrote:
> http://dlang.ru
> https://github.com/bubnenkoff/dlang.ru (book is placed there)
> url /book now do not work outside from site. You need to go on site and than go to the /book
>
> If anybody can/want to help improve book you are welcome.
>
> P.S. I hope that it will work. I did not tested server. It's also done not very good.

Add repository link to the site, pls.

As I see, there is used a bit wrong markdown.

For example, first lines of the book:
```
#Глава 1
##Введение
Если вам интересно системное программирование, и вы планируете заниматься разработкой высокопроизводительных и масштабируемых приложений, то вполне возможно, что в настоящий момент одним из лучших, если не единственным выбором, будет язык программирования D.
```

There are missed spaces after # and blank lines. Must be:
```
# Глава 1

## Введение

Если вам интересно системное программирование, и вы планируете заниматься разработкой высокопроизводительных и масштабируемых приложений, то вполне возможно, что в настоящий момент одним из лучших, если не единственным выбором, будет язык программирования D.
```

Also will be good to split different parts/chapters into different files. Now it too much for one file.

And why don't you used something like this https://github.com/kiith-sa/dmarkdown ?

August 10, 2017
Big update of site layout.