issue-#100 Improve documentation for Converters
- DGDanforth
- Posts: 1061
- Joined: Tue Sep 17, 2013 1:16 am
- Location: Palo Alto, California, USA
- Contact:
issue-#100 Improve documentation for Converters
So Josef and Ivan,
Who wants to change the documentation for Converters?
I do not know yet how to use Redmine to make those changes.
-Doug
Who wants to change the documentation for Converters?
I do not know yet how to use Redmine to make those changes.
-Doug
-
- Posts: 1700
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Russia
Re: Converters
I have made branch 100 again and add this fix in the Converters docu.
http://redmine.blackboxframework.org/pr ... db9724538d
http://redmine.blackboxframework.org/pr ... db9724538d
- DGDanforth
- Posts: 1061
- Joined: Tue Sep 17, 2013 1:16 am
- Location: Palo Alto, California, USA
- Contact:
Re: Converters
Ivan,Ivan Denisov wrote:I have made branch 100 again and add this fix in the Converters docu.
http://redmine.blackboxframework.org/pr ... db9724538d
Thank you.
The module Config should be discussed and have its own document.
-Doug
-
- Posts: 1700
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Russia
Re: Converters
I agree. Maybe you can prepare some draft?DGDanforth wrote:The module Config should be discussed and have its own document.
Re: Converters
I prefer to left in the sentence about Config. You may add it add the end of your changed text:
You may use the Config module. Config is executed upon startup of BlackBox to allow the establishment of custom configurations, such as the set of available converters.
- Helmut
You may use the Config module. Config is executed upon startup of BlackBox to allow the establishment of custom configurations, such as the set of available converters.
- Helmut
- DGDanforth
- Posts: 1061
- Joined: Tue Sep 17, 2013 1:16 am
- Location: Palo Alto, California, USA
- Contact:
Re: Converters
I just did a search through the master documentation for both both "Config" and "Converters" and found 4 files that also need modification
so as not to mislead the reader.
DevBrowser
ObxConv
StdETHConv
XhtmlExporter
The changes need to direct the reader away from the Config file and emphasize the converters can be registered by any module.
so as not to mislead the reader.
DevBrowser
ObxConv
StdETHConv
XhtmlExporter
The changes need to direct the reader away from the Config file and emphasize the converters can be registered by any module.
- Josef Templ
- Posts: 2047
- Joined: Tue Sep 17, 2013 6:50 am
Re: Converters
I agree with Helmut. This change removes important information.
There is no need to emphasize that an exported procedure can be called from another module.
Where else should it be called?
What needs to be emphasized is the same as in the BB1.6 docu but in a different wording.
It is the fact that converters that are to be available at startup of BB need to be installed
such that they are available automatically and this is what Config.Setup is used for.
The misleading part (at least for some) is that one may think that this is the only place.
My proposal would be this:
The standard document converter is already installed by the BlackBox core. Converters that should be available after startup of BlackBox should be registered in the Config module, e.g., converters for ASCII files, Unicode files, or picture files. Config.Setup is executed upon startup of BlackBox to allow the establishment of custom configurations, such as the set of available converters.
+ What are the changes in Tut-1 and Tut-2?
+ The commit message has a typo: coverters
- Josef
There is no need to emphasize that an exported procedure can be called from another module.
Where else should it be called?
What needs to be emphasized is the same as in the BB1.6 docu but in a different wording.
It is the fact that converters that are to be available at startup of BB need to be installed
such that they are available automatically and this is what Config.Setup is used for.
The misleading part (at least for some) is that one may think that this is the only place.
My proposal would be this:
The standard document converter is already installed by the BlackBox core. Converters that should be available after startup of BlackBox should be registered in the Config module, e.g., converters for ASCII files, Unicode files, or picture files. Config.Setup is executed upon startup of BlackBox to allow the establishment of custom configurations, such as the set of available converters.
+ What are the changes in Tut-1 and Tut-2?
+ The commit message has a typo: coverters
- Josef
- DGDanforth
- Posts: 1061
- Joined: Tue Sep 17, 2013 1:16 am
- Location: Palo Alto, California, USA
- Contact:
Re: Converters
Where ever one wants it.Josef Templ wrote:I agree with Helmut. This change removes important information.
There is no need to emphasize that an exported procedure can be called from another module.
Where else should it be called?
When I begin working on a project that requires Coco I do an install (pull down menu option).
agreedJosef Templ wrote: What needs to be emphasized is the same as in the BB1.6 docu but in a different wording.
It is the fact that converters that are to be available at startup of BB need to be installed
such that they are available automatically and this is what Config.Setup is used for.
agreedJosef Templ wrote: The misleading part (at least for some) is that one may think that this is the only place.
change "after" to "at"Josef Templ wrote: My proposal would be this:
The standard document converter is already installed by the BlackBox core. Converters that should be available after
Josef Templ wrote:startup of BlackBox should be registered in the Config module, e.g., converters for ASCII files, Unicode files, or picture files. Config.Setup is executed upon startup of BlackBox to allow the establishment of custom configurations, such as the set of available converters.
+ What are the changes in Tut-1 and Tut-2?
+ The commit message has a typo: coverters
- Josef
-
- Posts: 1700
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Russia
Re: issue-#100 Improve documentation for Converters
Folks, can you please prepare files which need to be changed.
I really get mixed up with your instructions
I really get mixed up with your instructions
- Josef Templ
- Posts: 2047
- Joined: Tue Sep 17, 2013 6:50 am
Re: issue-#100 Improve documentation for Converters
I will try to finish it.