Business Basic Systems Corporation Business Basis Systems Corporation
BBSysco.com » Home page :: Forum Mainpage :: Development BLOG
FAQ  FAQ   Search  Search   Memberlist  Memberlist   Usergroups  Usergroups
Register NEW User  ::  Log in Log in to check your private messages


Post new topic  Reply to topic
 To Wiki or not to Wiki « View previous topic :: View next topic » 
Should we use a Wiki approach to documentation
Yes
85%
 85%  [ 6 ]
No
14%
 14%  [ 1 ]
Total Votes : 7
Author Message
Mike King
PostPosted: Sat Aug 04, 2007 4:22 pm    Post subject: To Wiki or not to Wiki Reply with quote

Site Admin

Joined: 26 Jul 2007
Posts: 43
Location: Unionville, Ontario, Canada

We have put the majority of the language reference manual for MS up on line at http://manual.bbsysco.com and are in the process of working through the rest of the descriptive text and should have that posted soon.

One question that has been asked is whether we should consider a Wiki style approach to the documentation, allowing the community to correct, edit add examples, etc to the documentation.

Thoughts anyone... Question
Back to top
View user's profile Send private message Visit poster's website
sdevouard
PostPosted: Sun Aug 05, 2007 2:47 am    Post subject: Reply with quote

User

Joined: 03 Aug 2007
Posts: 12
Location: Evry, France

Wiki is the way to go IMO, this allows the community of developers to correct the manuals and document the actual unexpected features (did I say bugs ? <g>), but even more useful for new users of the language, add "real-life" examples and not the non-sense code samples usually found in reference language manuals.
And think about the translation of the documentations into foreign languages. I would gladly offer my help to produce manuals usable everywhere in Canada, even Quebec Wink .
_________________
Stéphane
aka PvxGuru Wink
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
John
PostPosted: Sun Aug 05, 2007 7:04 am    Post subject: Re: To Wiki or not to Wiki Reply with quote

User

Joined: 05 Aug 2007
Posts: 18

Mike King wrote:
We have put the majority of the language reference manual for MS up on line at http://manual.bbsysco.com and are in the process of working through the rest of the descriptive text and should have that posted soon.

One question that has been asked is whether we should consider a Wiki style approach to the documentation, allowing the community to correct, edit add examples, etc to the documentation.

Thoughts anyone... Question



I have used Mediawiki since 2004 for the PanoTools site I manage. Mediawiki is what the Wikipedia uses and can scale to whatever needs this group grows to. I would be happy to help in this area.

Question Is there going to be a www.BBSysco.org for the open source effort?

John
Back to top
View user's profile Send private message
andreu
PostPosted: Thu Aug 09, 2007 7:34 am    Post subject: Reply with quote

User

Joined: 09 Aug 2007
Posts: 3
Location: catalunya

There are "system paremeters" and "mnemonic" in MSB?

Thank you.
Back to top
View user's profile Send private message
sdevouard
PostPosted: Thu Aug 09, 2007 8:20 am    Post subject: Reply with quote

User

Joined: 03 Aug 2007
Posts: 12
Location: Evry, France

Andreu,

There are no "System Parameters" as in ProvideX (two-char codes similar to mnemonics manipulated via the SET_PARAM directive and PRM() function), but there are options/flags for the operating environment that are handled thru the SETOPTS directive, which I think is similar to BBx (although I've never used BBx myself)
There are mnemonics as in any other BB flavour, but they are not documented yet in the on-line manual. The text-mode mnemonics are the same as what is available in Pvx, BBx or Tbred, most of the differences are in the colors and windowing management.

Regards
_________________
Stéphane
aka PvxGuru Wink
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Mike King
PostPosted: Thu Aug 09, 2007 8:55 am    Post subject: Reply with quote

Site Admin

Joined: 26 Jul 2007
Posts: 43
Location: Unionville, Ontario, Canada

andreu wrote:
There are "system paremeters" and "mnemonic" in MSB?


System parameters currently are done through a SETOPTs string like BBx however I will be enhancing that to provide a "Name=Value" capability where you will be able to set / read parameters using names.

This will allow us to easily expand plus by using long names (such as "UseReadLock") it will be easier to follow.

In addition my thoughts are to allow the users to create a ".msbasic" file in their home directory where we will keep a number of options/parameters in text format. We will also include a param file in the /usr/lib/msbasic library somewhere as the default settings.

I haven't worked all the details yet but have a good idea as to how I want it to work.

Mike
Back to top
View user's profile Send private message Visit poster's website
andreu
PostPosted: Thu Aug 09, 2007 12:55 pm    Post subject: Reply with quote

User

Joined: 09 Aug 2007
Posts: 3
Location: catalunya

Thank Ste.. and Mike

I think that it is important for multi user that 'XI'=1 (or equivalent)
by default.
Back to top
View user's profile Send private message
Mike King
PostPosted: Sat Aug 11, 2007 3:00 pm    Post subject: Reply with quote

Site Admin

Joined: 26 Jul 2007
Posts: 43
Location: Unionville, Ontario, Canada

andreu wrote:
I think that it is important for multi user that 'XI'=1 (or equivalent) by default.


Definitely - you really want to be able to read a locked record.

That and a number of other file related enhancements such as tracking who has what locked are high on our list of features to add.
Back to top
View user's profile Send private message Visit poster's website
Mike King
PostPosted: Sun Aug 12, 2007 12:19 pm    Post subject: Using WIKI Reply with quote

Site Admin

Joined: 26 Jul 2007
Posts: 43
Location: Unionville, Ontario, Canada

Okay -- Seems like most people like the idea of a Wiki input for the manual. So I guess my job now is to figure out how to structure the Wiki and pre-load with the documentation I currently have.

Anybody got any ideas on preloading??
Back to top
View user's profile Send private message Visit poster's website
John
PostPosted: Sun Aug 12, 2007 4:28 pm    Post subject: Reply with quote

User

Joined: 05 Aug 2007
Posts: 18

Mike,

If I were doing it, I would write a parser to convert your current docs to wiki formatted text. Make sure your parser converters your links as well. You could then copy/paste each page into the wiki editor, review and save. You could try and take the automation one step further and create XML imports in Mediawiki format.

Hint: Before you do anything, make sure everyone understands the format your going to use and provide templates for new page additions. Otherwise your wiki is going to look like a cork post-it board. You should also look at the Wikipedia Books for format ideas.

John
Back to top
View user's profile Send private message
John
PostPosted: Tue Aug 14, 2007 12:05 am    Post subject: Reply with quote

User

Joined: 05 Aug 2007
Posts: 18

Mike,

This might be of help as well.

http://www.dwheeler.com/html2wikipedia/


John
Back to top
View user's profile Send private message
jhendrickx
PostPosted: Sat Aug 25, 2007 5:55 am    Post subject: Ready to help here Reply with quote

User

Joined: 24 Aug 2007
Posts: 4

Hi Mike and folks, I'm new to this forums, and I think the GPL Business BASIC would be one of the biggest and most important steps in Business BASIC community.

I'll be happy to help to this community, please feel free to contact me whatever task you need help or thing I can contribute with.

Particularly I like the Wiki approach for the documentation, if you open the posibility of have several languages, I can find enough volunteers to keep the spanish version (almost) up to date.

Best regards and good luck with this great and wonderful project!!
Jean H//
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


DAJ Glass (1.0.8) template by Dustin Baccetti
RSS Feed is http://forums.bbsysco.com/rss.php
Powered by phpBB © 2001, 2005 phpBB Group