Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

ANN: make-doc-pro-107

 [1/8] from: robert::muench::robertmuench::de at: 23-Feb-2003 17:37


Hi, I have released a new version of make-doc-pro. New features: Added ~light_mode~ that will generate plain HTML without CSS and document tags like HTML, BODY etc. Can be used to use MDP as a on-the-fly HTML generator from other applications. That was needed for RFM project. Basic PDF output. Not all MDP markup is supported at the moment. To test it change variables 'html and/or 'pdf at end of file. Note you will need Gabriele's %pdf-maker.r in the same directory. Bugs Fixed: Using =toc after a heading screwed up numbering and direct jumping marks. Thanks to the library team for reporting this one. Fixed Little inline markup bugs that broke using markup chars as first char in a line and in combination with some punctuation. As always, your comments are welcome. If you find any problems please report them to me. (Petr, I think I have the right links this time ;-)). MDP can be downloaded from my homepage. -- Robert M. M=FCnch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de

 [2/8] from: gschwarz:netconnect:au at: 24-Feb-2003 9:30


Robert, A small typo in the year for the down load file 1.07. :-) Regards, Greg ----- Original Message ----- From: "Robert M. Muench" <[robert--muench--robertmuench--de]> To: <[rebol-list--rebol--com]> Sent: Monday, February 24, 2003 3:37 AM Subject: [REBOL] ANN: make-doc-pro-107 Hi, I have released a new version of make-doc-pro. New features: Added ~light_mode~ that will generate plain HTML without CSS and document tags like HTML, BODY etc. Can be used to use MDP as a on-the-fly HTML generator from other applications. That was needed for RFM project. Basic PDF output. Not all MDP markup is supported at the moment. To test it change variables 'html and/or 'pdf at end of file. Note you will need Gabriele's %pdf-maker.r in the same directory. Bugs Fixed: Using =toc after a heading screwed up numbering and direct jumping marks. Thanks to the library team for reporting this one. Fixed Little inline markup bugs that broke using markup chars as first char in a line and in combination with some punctuation. As always, your comments are welcome. If you find any problems please report them to me. (Petr, I think I have the right links this time ;-)). MDP can be downloaded from my homepage. -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de

 [3/8] from: atruter:labyrinth:au at: 24-Feb-2003 17:00


> As always, your comments are welcome. If you find any problems please > report them to me.
*** PDF test *** ;html: true html: false pdf: true ;pdf: false Parsing done correct: true Input chars skipped: 0 ** Script Error: precalc-textbox has no value ** Where: pif ** Near: tmp: precalc-textbox 200 item append *** Light test *** light_mode: true ;light_mode: false File: none doesn't exist. Using pdf-maker.r 1.21.0. Double-clicking on the make-doc-pro.r script in both cases (after changing vars as per above). Regards, Ashley

 [4/8] from: robert:muench:robertmuench at: 24-Feb-2003 8:07


> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
<<quoted lines omitted: 12>>
> ** Where: pif > ** Near: tmp: precalc-textbox 200 item append
Hi, this is a function from pdf-maker. IIRC Gabriele sent me a version that included it, I don't know if he released it already.
> *** Light test *** > > light_mode: true > ;light_mode: false > > File: none doesn't exist.
;-) Light mode is intended to be used from other programs, not through the user: ; save and use MDP to create HTML file write %report.txt _output do/args %../make-doc-pro/make-doc-pro.r %../framework/report.txt Robert

 [5/8] from: robert:muench:robertmuench at: 24-Feb-2003 8:07


> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
<<quoted lines omitted: 3>>
> Subject: [REBOL] Re: ANN: make-doc-pro-107 > A small typo in the year for the down load file 1.07. :-)
Hi, thanks fixed ;-) Robert

 [6/8] from: g:santilli:tiscalinet:it at: 24-Feb-2003 10:47


Hi Ashley, On Monday, February 24, 2003, 7:00:24 AM, you wrote: AT> Using pdf-maker.r 1.21.0. Double-clicking on the make-doc-pro.r script in AT> both cases (after changing vars as per above). http://www.rebol.it/giesse/pdf-maker.r (I'll update the reb site later.) Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

 [7/8] from: g:santilli:tiscalinet:it at: 24-Feb-2003 10:37


Hi Ashley, On Monday, February 24, 2003, 7:00:24 AM, you wrote: AT> Using pdf-maker.r 1.21.0. Double-clicking on the make-doc-pro.r script in AT> both cases (after changing vars as per above). Sorry, PDF Maker version with PRECALC-TEXTBOX not uploaded yet. I'll do it now. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

 [8/8] from: atruter:labyrinth:au at: 25-Feb-2003 9:40


> http://www.rebol.it/giesse/pdf-maker.r
Thanks Gabriele, that did the trick. Regards, Ashley

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted