|
From: Jason F. <jas...@ya...> - 2001-10-04 13:38:39
|
What are we going to do with the existing rosdocs in CVS? I would like to store our XML/DocBook files in CVS now. Are we going to replace the rosdocs module or create a new one? - Jason __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Eric K. <ek...@rz...> - 2001-10-04 16:03:25
|
Jason Filby <jas...@ya...> wrote: > What are we going to do with the existing rosdocs in CVS? I would > like to store our XML/DocBook files in CVS now. Are we going to > replace the rosdocs module or create a new one? I vote for replacing the existing module. Users who want to port existing documents should get the current rosdocs module and copy it to a safe place. Just my 2 cents... - Eric ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Aliberti E. <ea...@io...> - 2001-10-04 20:46:55
|
Eric Kohl wrote: > I vote for replacing the existing module. Users who want to port existing > documents should get the current rosdocs module and copy it to a safe place. I agree. Let's restart. The doc tree I proposed many years ago is too complex. I suggest two books: - tutorials - reference ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Casper H. <ch...@us...> - 2001-10-04 21:15:32
|
On Thursday 04 October 2001 22:34, Aliberti Emanuele wrote: > Eric Kohl wrote: > > I vote for replacing the existing module. Users who want to port existing > > documents should get the current rosdocs module and copy it to a safe > > place. > > I agree. Let's restart. The doc tree I proposed many years ago is too > complex. > I suggest two books: > > - tutorials > - reference If by tutorials you also mean technincal documents about ReactOS architecture, I agree. Otherwise, I think we should have one more book for these documents. - Casper ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Frank D. E. Jr. <fd...@ya...> - 2001-10-04 21:45:19
|
Technical Information... Shouldn't that be REFERENCE? That would be my guess... Reference/Technical maybe? --- Casper Hornstrup <ch...@us...> wrote: > On Thursday 04 October 2001 22:34, Aliberti Emanuele wrote: > > Eric Kohl wrote: > > > I vote for replacing the existing module. Users who want to port > existing > > > documents should get the current rosdocs module and copy it to a > safe > > > place. > > > > I agree. Let's restart. The doc tree I proposed many years ago is > too > > complex. > > I suggest two books: > > > > - tutorials > > - reference > > If by tutorials you also mean technincal documents about ReactOS > architecture, I agree. Otherwise, I think we should have one more > book for > these documents. > > - Casper > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ===== ======= Frank D. Engel, Jr. Please note my new address: fd...@ya... __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: KJK::Hyperion <no...@li...> - 2001-10-05 17:00:00
|
At 17.30 04/10/2001 -0400, you wrote: >Personally I think we should have either a two book or three book system. [...] >3) An in-depth kernel and API reference specifically geared towards >developers and active ReactOS team members I'd split the last one into at least two books: - Win32 API (and well-known extensions) - The guts: OS structure, the Executive, device drivers, kernel services interface, subsystems, and general kernel-mode programming since they are two very different and non-comparable fields, requiring distinct abilities and knowledges ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: waltert3 <wal...@to...> - 2001-10-06 21:06:41
|
Possibly, though I was thinking the OS theory (a.k.a. The guts) could be spread out as sort of a tutorial in the begining of the book and ReactOS, Win32, etc. API could be presented as a reference towards the back of the book. Of course the other two book method could also work. ----- Original Message ----- From: "KJK::Hyperion" <no...@li...> To: <ros...@re...> Sent: Friday, October 05, 2001 9:34 AM Subject: [ros-kernel] Re: rosdocs > At 17.30 04/10/2001 -0400, you wrote: > >Personally I think we should have either a two book or three book system. > [...] > >3) An in-depth kernel and API reference specifically geared towards > >developers and active ReactOS team members > > I'd split the last one into at least two books: > - Win32 API (and well-known extensions) > - The guts: OS structure, the Executive, device drivers, kernel services > interface, subsystems, and general kernel-mode programming > > since they are two very different and non-comparable fields, requiring > distinct abilities and knowledges > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Rex J. <re...@lv...> - 2001-10-05 05:16:32
|
At 10:34 PM 10/4/01 +0200, you wrote: >Eric Kohl wrote: > > > I vote for replacing the existing module. Users who want to port existing > > documents should get the current rosdocs module and copy it to a safe > place. > >I agree. Let's restart. The doc tree I proposed many years ago is too >complex. >I suggest two books: I have renamed the /rosdocs directory in the repository to /rosdocs_old and created a new /rosdocs directory. Be sure to delete any existing working directory you have of /rosdocs and checkout the new directory. lets discuss the layout before creating anything as moving stuff around in cvs is a bit of a pain. Rex Jolliff re...@lv... ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: waltert3 <wal...@to...> - 2001-10-04 21:54:24
|
Personally I think we should have either a two book or three book system. 1) For end-user documentation including command and usage 2) For developer documentation including API Reference and Kernel Internals or 1) Quick Command and Usage Reference 2) A More inept system reference (i.e. For systems administration) 3) An in-depth kernel and API reference specifically geared towards developers and active ReactOS team members As far as the laymen's tutorials that can be done to some degree later on when the system is more complete. ----- Original Message ----- From: "Casper Hornstrup" <ch...@us...> To: <ros...@re...> Sent: Thursday, October 04, 2001 5:10 PM Subject: [ros-kernel] Re: rosdocs > On Thursday 04 October 2001 22:34, Aliberti Emanuele wrote: > > Eric Kohl wrote: > > > I vote for replacing the existing module. Users who want to port existing > > > documents should get the current rosdocs module and copy it to a safe > > > place. > > > > I agree. Let's restart. The doc tree I proposed many years ago is too > > complex. > > I suggest two books: > > > > - tutorials > > - reference > > If by tutorials you also mean technincal documents about ReactOS > architecture, I agree. Otherwise, I think we should have one more book for > these documents. > > - Casper > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Phillip S. <ps...@cf...> - 2001-10-04 22:53:05
|
I agree, and favor the three book system. At 05:30 PM 10/4/2001 -0400, you wrote: >Personally I think we should have either a two book or three book system. > >1) For end-user documentation including command and usage > >2) For developer documentation including API Reference and Kernel Internals > >or > >1) Quick Command and Usage Reference > >2) A More inept system reference (i.e. For systems administration) > >3) An in-depth kernel and API reference specifically geared towards >developers and active ReactOS team members > >As far as the laymen's tutorials that can be done to some degree later on >when the system is more complete. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Frank D. E. Jr. <fd...@ya...> - 2001-10-05 13:49:29
|
Sounds good, but you might consider breaking down that third book into "Application Development" and "Kernel Development" sections, or into separate "books". --- Phillip Susi <ps...@cf...> wrote: > I agree, and favor the three book system. > > At 05:30 PM 10/4/2001 -0400, you wrote: > >Personally I think we should have either a two book or three book > system. > > > >1) For end-user documentation including command and usage > > > >2) For developer documentation including API Reference and Kernel > Internals > > > >or > > > >1) Quick Command and Usage Reference > > > >2) A More inept system reference (i.e. For systems administration) > > > >3) An in-depth kernel and API reference specifically geared towards > >developers and active ReactOS team members > > > >As far as the laymen's tutorials that can be done to some degree > later on > >when the system is more complete. > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ===== ======= Frank D. Engel, Jr. Please note my new address: fd...@ya... __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: waltert3 <wal...@to...> - 2001-10-06 21:08:38
|
I think breaking it down into sections might be a more attentive way to do it. Persons seeking to make ReactOS development easier can then do it via writing books or web sites dedicated to such oversimplification. Although, again I think we can all agree that type of involvement is a ways off. ----- Original Message ----- From: "Frank D. Engel, Jr." <fd...@ya...> To: <ros...@re...> Sent: Friday, October 05, 2001 9:45 AM Subject: [ros-kernel] Re: rosdocs > Sounds good, but you might consider breaking down that third book into > "Application Development" and "Kernel Development" sections, or into > separate "books". > > --- Phillip Susi <ps...@cf...> wrote: > > I agree, and favor the three book system. > > > > At 05:30 PM 10/4/2001 -0400, you wrote: > > >Personally I think we should have either a two book or three book > > system. > > > > > >1) For end-user documentation including command and usage > > > > > >2) For developer documentation including API Reference and Kernel > > Internals > > > > > >or > > > > > >1) Quick Command and Usage Reference > > > > > >2) A More inept system reference (i.e. For systems administration) > > > > > >3) An in-depth kernel and API reference specifically geared towards > > >developers and active ReactOS team members > > > > > >As far as the laymen's tutorials that can be done to some degree > > later on > > >when the system is more complete. > > > > ==================================================== > > = To remove yourself from this mailing list, go to = > > = http://www.reactos.com/home/mailing.html = > > ==================================================== > > > > > ===== > ======= > Frank D. Engel, Jr. > Please note my new address: fd...@ya... > > __________________________________________________ > Do You Yahoo!? > NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |