From: Andreas K. <a.k...@we...> - 2000-09-15 00:59:40
|
> Andreas Kupries <a.k...@we...> Note, I am on the tclcore list. > > Donal K. Fellows <fel...@cs...> > >> Andreas Kupries <a.k...@we...> > > >> I'm trying to generate a useful sidebar quick-index too; the JDK1.2 > >> documentation tree is actually quite usable except for a few minor > >> niggles (like the way that most stuff simply doesn't fit in the > >> frames!) so I try to generate HTML to be a bit like that. Let me > >> know what you think... > > > > I haven't seen the JDK1.2 docs yet. Some url available I can go to ? > > Hmm. (Rummages around bookmarks...) Try: > http://java.sun.com/j2se/1.3/docs/api/ > > You could also have a look at: > http://athene.cs.man.ac.uk:8000/ Thanks. > which was produced with the same tool (javadoc) though on a different > source tree (and its served up by a nifty little Java webserver that > lives in the same archive file as the documentation web.) It would be > very nice indeed if some kind soul developed a similar sort of tool > for Tcl. (Handling C functions written to follow the _Tcl/Tk > Engineering Manual_ would be a wonderful bonus.) This sort of thing > is, in my experience, extremely useful in large software projects... I think I will spend some more time on my autodoc to support this notation too [*]. In the future we should move to add this capability to Source Navigator, IMHO. We'll see. [*] See http://www.purl.org/NET/akupries/soft/autodoc/ for current output (it looks even nicer if your browser does CSS, thanks to Sebastien Barre for the stylesheet). > >>> Enclosed the most uptodate versions of the *rules .tcl files and some > >>> _drafts_ I am working on. > >> > >> Do you have a document specifying the format of a TCT or is it simply > >> what you happen to have implemented? :^) > > > > As of now it is what I 'happen to have implemented', with all the > > incongruencies that come from such an approach (TCT- prefix, and not, > > ...). But when working on an adaption of > > 'http://python.sourceforge.net/peps/pep-0001.html' for our needs the > > section 'PEP Style' brought it home that I should (start to) do > > this. Any ideas for the normalization and/or optimization of the > > commands ? > > Not yet. Except perhaps that braces should not be used when passing > arguments to formatting directives... :^) > I might say more later on this. I've removed this [x] in the latest command set I am playing with. See my post to tclcore Date: Thu, 14 Sep 2000 00:25:15 +0200 Subject: [TCLCORE] Re: RFC/PEP format which had that enclosed. [x] IOW, I changed [p {........}] to [p] ........ > > This documententation could be TCTD 3 (Number 2 should be the adapted > > PEP 1). Ne TCTD, this is a shortcut of 'Tcl Core Team Document'. My > > current name for this type of document. I had no desire to use RFC or > > TEP (Tcl Enhancement Proposal). Other names ? > > Well, I've been calling them TCTs, but that's easily changeable. > My main concern is that we should have a format that is easy to > read, write (with a standard text editor) and convert into whatever > other formats we want (definitely HTML, but nroff, LaTeX, XML, > etc. would be good too.) Doing this all on the fly just makes > things even better, as it means that the exported view is always in > sync with the repository. Again right. > I think I'll put my current rendering code up on sourceforge in the > near future. Once they get back to me with the URL to confirm my > account... Today I saw that Donald Porter is now on SF as well. -- So long, Andreas Kupries <a.k...@we...> <http://www.purl.org/NET/akupries/> ------------------------------------------------------------------------------- -- The TclCore mailing list is sponsored by Ajuba Solutions To unsubscribe: email tcl...@aj... with the word UNSUBSCRIBE as the subject. |