Re: Problem with creating a new account on wiki.dlang.org

2015-02-03 Thread Zach the Mystic via Digitalmars-d-learn

On Tuesday, 3 February 2015 at 23:52:18 UTC, Piotrek wrote:

Hi,

I wanted to create my account at wiki.dlang.org:

Went to:
http://wiki.dlang.org/?title=Special:UserLoginreturnto=Wish+listtype=signup

And got:
No questions found; set some in LocalSettings.php using the 
format from QuestyCaptcha.php.


Anyone familiar with the issue?

Piotrek


https://issues.dlang.org/show_bug.cgi?id=14121


Re: Problem with creating a new account on wiki.dlang.org

2015-02-03 Thread Zach the Mystic via Digitalmars-d-learn

On Tuesday, 3 February 2015 at 23:52:18 UTC, Piotrek wrote:

Went to:
http://wiki.dlang.org/?title=Special:UserLoginreturnto=Wish+listtype=signup

And got:
No questions found; set some in LocalSettings.php using the 
format from QuestyCaptcha.php.


Anyone familiar with the issue?

Piotrek


Vladimir fixed it. Yay!


Re: how to build dlang.org docs

2015-01-30 Thread Zach the Mystic via Digitalmars-d-learn

On Friday, 30 January 2015 at 20:28:56 UTC, Zach the Mystic wrote:
This question is for people who have experience building the 
website and/or documentation. It's not about the D language per 
se. Here's a link to my work in progress:


https://github.com/zachthemystic/dlang.org/compare/starting

The advice here:

https://github.com/D-Programming-Language/dlang.org/blob/master/CONTRIBUTING.md

...says to use `make -f posix.mak apidocs-prerelease` to build 
them. This worked to begin with, but after changing my files, 
I'm hoping to see my new pages pop up in 
`$R/dlang.org/web/library-prerelease` when I make them again.


Does anyone know what command or edit can rebuild with my new 
page? Thanks.


I figured it out... just took some time.


how to build dlang.org docs

2015-01-30 Thread Zach the Mystic via Digitalmars-d-learn
This question is for people who have experience building the 
website and/or documentation. It's not about the D language per 
se. Here's a link to my work in progress:


https://github.com/zachthemystic/dlang.org/compare/starting

The advice here:

https://github.com/D-Programming-Language/dlang.org/blob/master/CONTRIBUTING.md

...says to use `make -f posix.mak apidocs-prerelease` to build 
them. This worked to begin with, but after changing my files, I'm 
hoping to see my new pages pop up in 
`$R/dlang.org/web/library-prerelease` when I make them again.


Does anyone know what command or edit can rebuild with my new 
page? Thanks.