Author Topic: what's wrong with the wiki???  (Read 4467 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
what's wrong with the wiki???
« on: May 27, 2011, 04:01:43 am »
Quote
Warning: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to cut-n-paste the text into a text file and save it for later.

The administrator who locked it offered this explanation: Wiki is currently in read-only mode until the server upgrade is complete

I can't do any contribution now, any one can help me???

thanks.

PS: here is what I want to change in the portable c::b section:
Code
'''New portable Code::Blocks portable loader in Windows''' 
Biplab, an active developer of CB, has released the portable CB loader v0.1.1 in his Blog

Steps to use it:

you can download the CbLauncher 1.0.1 from [http://cblauncher.codecutter.org/CbLauncher_1.0.1_src.zip http://CbLauncher.codecutter.org/CbLauncher_1.0.1_src.zip], then to build it and run Code::Blocks portable.

Steps to use Cblauncher:

#Download a nightly build with revision > 5334.
# Extract them to a folder.
#Extract CbLauncher.exe to same folder where codeblocks.exe file is present. After extraction, CbLauncher.exe and codeblocks.exe should be in same folder.
#Now double click on on CbLauncher.exe file to run Code::Blocks in a portable manner.

Also, see [http://forums.codeblocks.org/index.php/topic,10360.0.html Portable Code::Blocks] for more details.
'''Note:''' CBlauncher is now a part of C::B, its code was adopted in the C::B's SVN repository, see [http://forums.codeblocks.org/index.php/topic,10360.msg98052.html#msg98052 Re: Portable Code::Blocks] for more details.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: what's wrong with the wiki???
« Reply #1 on: May 27, 2011, 03:49:41 pm »
The wiki should be write-enabled now, try again.
Be patient!
This bug will be fixed soon...

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: what's wrong with the wiki???
« Reply #2 on: May 28, 2011, 05:37:12 am »
The wiki should be write-enabled now, try again.
Ok, works now, thanks.
I have refined the cblauncher(Windows) section.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.