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

[REBOL] Re: Comments about make-doc-pro?

From: robert:muench:robertmuench at: 9-Aug-2001 14:30

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Holzammer, Jean > Sent: Thursday, August 09, 2001 8:25 AM > To: ['rebol-list--rebol--com'] > Subject: [REBOL] Re: Comments about make-doc-pro? > 1. It's nice to be able to select a language: > I would suggest sth. like this to specify it: > > =language any-string > > So you wouldn't need to have support for different languages > hardcoded into the the compiler.
Hi, I like the idea but I even like the one-file-approach to simplify distribution. Howabout a section of different languages within the source-code? Like the style-sheet stuff?
> 2. 'browse function exspects a string containing a valid URL.
Ok, I'm going to change that.
> 3. I don't think it's a good idea to use CSS for intendation. If a > browser doesn't support this (or the user has disabled that feature) there > will not be any intendation at all.
Well, that was the idea. Than you don't have indention at all, no problem. But I think using CSS is the way to go these days.
> 4. You should add an option to disable generating a contents section > (have a look at make-spec.r), but without disabling generation of a <title> > tag.
Ok, goood idea.
> 5. You should put font definitions into an external file (as > makespec does), and use no fonts tags as internal default.
I haven't thought about this one yet. I would like to use CSS here too. What do others think about the external file approach? How about one external INI file, where all these things are stored in? So only two files are needed: make-doc-pro.r and make-doc-pro.ini
> 6. A function that allows inserting images into the floating text > itself would be nice.
Yes, this is on my to-do-list too. The same applies to URLs etc. Thanks for the ideas :-)) Robert