Code::Blocks Forums

User forums => Help => Topic started by: Alpha on August 18, 2011, 04:55:49 am

Title: "How to create a new project" wiki page
Post by: Alpha on August 18, 2011, 04:55:49 am
I noticed that the "How do I create a new project" in the wiki has said "coming soon" for quite some time, so I spent some time and wrote a page (http://wiki.codeblocks.org/index.php?title=Creating_a_new_project) for it.  Before I add a link to it, could someone please read over it and tell me what you think?

Thanks.
Title: Re: "How to create a new project" wiki page
Post by: ollydbg on August 18, 2011, 06:58:08 am
I noticed that the "How do I create a new project" in the wiki has said "coming soon" for quite some time, so I spent some time and wrote a page (http://wiki.codeblocks.org/index.php?title=Creating_a_new_project) for it.  Before I add a link to it, could someone please read over it and tell me what you think?

Thanks.
Very nice contribution. I believe the word "coming soon" exists for more than two years.

When reading Creating a new project - CodeBlocks (http://wiki.codeblocks.org/index.php?title=Creating_a_new_project), I just think that the images should be arranged, e.g. all the images should be follow the text or above the text. Letting the image and text mixed together is not quite good. :D
Title: Re: "How to create a new project" wiki page
Post by: Alpha on August 18, 2011, 06:31:45 pm
Thanks, I will see what I can do to organize the formatting.
Title: Re: "How to create a new project" wiki page
Post by: Alpha on August 19, 2011, 08:35:34 pm
I have moved the images to follow the text and added a link on the main page.

By the way, does anyone know why the wiki posts the following error for thumbnail images of all the pictures I uploaded?
Code
Error creating thumbnail: /srv/wiki.codeblocks.org/bin/ulimit4.sh: line 4: /usr/bin/convert: No such file or directory
Title: Re: "How to create a new project" wiki page
Post by: Jenna on August 19, 2011, 10:02:43 pm
I have moved the images to follow the text and added a link on the main page.

By the way, does anyone know why the wiki posts the following error for thumbnail images of all the pictures I uploaded?
Code
Error creating thumbnail: /srv/wiki.codeblocks.org/bin/ulimit4.sh: line 4: /usr/bin/convert: No such file or directory
It's a missing binary to batch-convert images from commandline in linux.
It has to be installed by someone who has root-access to the server.
As far as I know, the only one who can install the package (graphicksmagic) is Yannis.