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

New Version: make-doc-pro 0.96

 [1/10] from: robert::muench::robertmuench::de at: 13-Aug-2001 13:53


Hi, I have uploaded an update to make-doc-pro. What has changed: Fixed Bugs: - Changed US to EN for language option - browse function now gets a correctly formed URL Functional Changes: - Added indention bullets (use **, *** etc.) - Text now uses justify text alignement - Added support for *boldtext* inside paragraph text - Added support for _underlinetext_ inside paragraph text - Added support for ~italictext~ inside paragraph text Programatic Changes: - make-doc-pro now uses a pattern of XYZstart, ... , XYZend markers to define formatting scopes You can find the new version at: www.robertmuench.de/make-doc-pro.zip Feel free to comment and let me know about your new ideas. Robert

 [2/10] from: coussement:c:js:mil:be at: 14-Aug-2001 9:48


Robert: I just check your link... the version I could find there is still : Date: 02-August-2001 Version: 0.9.5 I used make-doc for generating all my reports and project doc. I like what you did and I will switch to your version. I specially appreciate the use of a stylesheet: IMHO it makes it easier to customize the output look if those format specs are in _one_ place. BTW, in this version, some _??_ and a _print "sect1"_ were left uncommented ... Can I suggest the following: - creation of a specific class or id for the boilerplate (should make it easier to customize) - isolation of the copyright text into a word set in beginning of the script (same reason) - use of quotes for the isolation of the value of the tag (as recommended by W3C) example: <PRE CLASS="myclass"> or <PRE STYLE="width: 25%"> Keep on the good work ;-) chr==

 [3/10] from: robert:muench:robertmuench at: 14-Aug-2001 16:07


> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
<<quoted lines omitted: 4>>
> I just check your link... > the version I could find there is still :
Hi, hmm... I have uploaded a new version to my homepage-server. Maybe a cache problem? The filename is www.robertmuench.de/make-doc-pro-097.zip
> I used make-doc for generating all my reports and project doc. I like what > you did and I will switch to your version.
Great to hear this!
> I specially appreciate the use of a stylesheet: IMHO it makes it easier to > customize the output look if those format specs are in _one_ place.
Yes, style-sheet handling could be made more configurable (not hardcoded) but one step after the other.
> BTW, in this version, some _??_ and a _print "sect1"_ were left uncommented
Ups... the Monday to Wendsday releases are more ad-hoc releases done from my work-place. I try to be more exact for future releases.
> - creation of a specific class or id for the boilerplate (should make it > easier to customize)
Ok, good idea and inserte into my to-do list.
> - isolation of the copyright text into a word set in beginning of the script > (same reason)
Ok.
> - use of quotes for the isolation of the value of the tag (as recommended by > W3C) example: <PRE CLASS="myclass"> or <PRE STYLE="width: 25%">
Is this relly recommended? I thought the opposite was true :-| Anyway, I check it out, shouldn't be a problem.
> Keep on the good work ;-)
Thanks for the comments, I try my best ;-). Robert

 [4/10] from: g:santilli:tiscalinet:it at: 14-Aug-2001 16:54


Hello Robert! On 13-Ago-01, you wrote: RM> - Added support for *boldtext* inside paragraph text RM> - Added support for _underlinetext_ inside paragraph text RM> - Added support for ~italictext~ inside paragraph text Ok, so you already solved that. I'm sorry but I've been away from my email in the last days. Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

 [5/10] from: al:bri:xtra at: 15-Aug-2001 20:22


It would be nice to if the various forms of make-doc and eText could also generate WML markup as well. Andrew Martin ICQ: 26227169 http://zen.scripterz.org

 [6/10] from: petr:krenzelok:trz:cz at: 15-Aug-2001 10:24


Andrew Martin wrote:
> It would be nice to if the various forms of make-doc and eText could also > generate WML markup as well.
If WML has anything in common with WAP, better forget it - WAP is total crap and I can't understand how someone can find it usefull. :-) I just hope that next gen mobile devices will have full capable browsers ... -pekr-

 [7/10] from: doublec:acc at: 16-Aug-2001 9:36


>>> [Petr--Krenzelok--trz--cz] 08/15 8:24 >>> >If WML has anything in common with WAP, better forget it - WAP is total crap >and I can't understand how someone can find it usefull. :-) I just hope that >next gen mobile devices will have full capable browsers ...
I've found WAP useful for custom built solutions. Not too much use for general browsing but if you want to expose services to mobile devices for vertical market solutions it works quite well. I also run various things on my home machine and have access via WAP to allow me to check status, configure things, etc. That said, I'm looking forward to seeing what GPRS and the like have to offer. I believe the bad rap WAP is currently getting is mainly due to it being pushed as 'browse the web on your mobile phone' whch it is quite unsuited for. Chris. -- http://www.double.co.nz/dylan

 [8/10] from: coussement:c:js:mil:be at: 17-Aug-2001 13:40


> Hi, hmm... I have uploaded a new version to my homepage-server. Maybe a > cache > problem? The filename is www.robertmuench.de/make-doc-pro-097.zip
[It's all OK now. I got it, thanks for this ;) ]
> > - use of quotes for the isolation of the value of the tag (as > recommended by > > W3C) example: <PRE CLASS="myclass"> or <PRE STYLE="width: 25%"> > > Is this relly recommended? I thought the opposite was true :-| Anyway, I > check > it out, shouldn't be a problem.
[Because I was not so sure of my affirmation, I checked for you: http://www.w3.org/TR/html401/intro/sgmltut.html wrote: <quote> By default, SGML requires that all attribute values be delimited using either double quotation marks (ASCII decimal 34) or single quotation marks (ASCII decimal 39). </quote> It's not a must, just a good habit, for the clarity of the code (separates elements and related attributes) About the italic, bold and underline features... I find it beautiful piece of parsing, as I had struggle myself with it, and finally had to use in-text html tags due to lack of time. Just this little problem: the use of those in the begining of a line produces weird results ;-) CU, chr== ]

 [9/10] from: robert:muench:robertmuench at: 17-Aug-2001 16:42


> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
<<quoted lines omitted: 3>>
> Subject: [REBOL] Re: New Version: make-doc-pro 0.96 > [It's all OK now. I got it, thanks for this ;) ]
Hi, fine :-))
> [Because I was not so sure of my affirmation, I checked for you:
Hey, thanks a lot! :-))
> It's not a must, just a good habit, for the clarity of the code > (separates elements and related attributes)
Ok, I'm going to change it as one of my main goals is to emit truly standard-conform HTML code.
> About the italic, bold and underline features... I find it beautiful > piece of parsing, as I had struggle myself with it, and finally had to use > in-text html tags due to lack of time.
Thanks :-). It took me some time too to get to a solution. I don't know if it's the best one but it works OK.
> Just this little problem: the use of those in the begining of a line > produces weird results ;-)
I know... I hadn't time yet to look into it. The next version will fix this problem. Robert

 [10/10] from: g:santilli:tiscalinet:it at: 17-Aug-2001 19:03


Hello Robert! On 17-Ago-01, you wrote: RM> Ok, I'm going to change it as one of my main goals is to emit RM> truly standard-conform HTML code. You could pass HTML Tidy on the output and see what it says. (You should be able to find it on the W3C site; otherwise do a search for it on freashmeat.net --- that's where I found it the last time.) Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

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