Lets update this documentation...

Everything else that doesn't fall into one of the other PB categories.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Lets update this documentation...

Post by Karbon »

Hey guys.. I'm going to beg, so forgive me :-)

Please please please please can someone provide me a way to add to the PureBasic docs? I've read several posts in the last few days talking about procedures that exist in PB but aren't documented..

I'm volunteering to do any and all of the above, all I need is some access to submit changes to the documentation and some way of finding out what is and isn't in PB. The single weakest link in PB is it's documentation - I wonder what other gems are lying there undiscovered and unused!

I've emailed everyone I can think to email and I'm sure in the flurry of email Fred and other receive that my requests have gone unnoticed.. No worries, just if someone could point me to the right person or people to talk to I'd really like to start improving the PB documentation ASAP..

*puts hands together* please!

Thanks!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

Mail me the files and I can commit them to CVS for you. But I won't be here all weekend ;p
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Excellent. Thanks tin!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Doobrey
Enthusiast
Enthusiast
Posts: 218
Joined: Sat Apr 26, 2003 4:47 am
Location: Dullsville..population: me
Contact:

Post by Doobrey »

tinman wrote:There are only 10 types of people in this world. Those who understand binary and those who don't.
Depends if your big or little endian... :lol:
matthew180
User
User
Posts: 64
Joined: Mon Jun 30, 2003 5:36 pm
Location: Michigan
Contact:

Post by matthew180 »

On a similar note, Fred finally granted me cvs for docs, but he asked me to run the changes by the cvs list before committing, so I did, about a week ago... Do any of the cvs members *read* the cvs list? The only posts I see to the list are from the cvs system (and one from myself.)

I guess I'll just commit the changes, and maybe people will notice then.... ;-)

Also, is there any information on the format used in the documentation? I see the use of what looks like section headers, etc. with @[commands] syntax. Is this a standard, or something Fred made up?

Thanks,
Matthew
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

matthew180 wrote:Do any of the cvs members *read* the cvs list? The only posts I see to the list are from the cvs system (and one from myself.)
People rarely get replies to questions there. My excuse for missing your mail was that I was away and came back to something silly like 300 emails :)
I guess I'll just commit the changes, and maybe people will notice then.... ;-)
Nah, only when the users post questions here about the docs ;)
Also, is there any information on the format used in the documentation? I see the use of what looks like section headers, etc. with @[commands] syntax. Is this a standard, or something Fred made up?
It is something Fred made up. Generally anything starting with an @ symbol needs to be at the start of a line (except the @Link command) or it will not be treated as a DocMaker command. Take a look at the linked list docs and possibly also the terrain and billboard docs for preferred layout (preferred by most users - with proper section headings). There doesn't appear to be anything useful in the Library SDK\DocMaker directory so I guess you just need to ask if you don't understand how any of the commands work.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Post Reply