Csound Csound-dev Csound-tekno Search About

[Cs-dev] Csound Manual versus Eclipse Help

). If I decide to assign a large font, it will be applied to the tables inside the page, if any. 2 - The opcode name is tagged as a h2 style

ampdb

, and description, syntax... also. I would prefer h2 for the name and h3 for the others, thus letting the capability via the stylesheet to differentiate them. 3. The eclipse help system GUI presents in a left pane a toc, and in a right pane an html file. The toc is described in an xml file: It should be nice to generate the toc for presenting the list of opcodes on the left : ... and so long for all Is it something difficult to do? ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net
Date2005-12-01 20:11
FromJean-Pierre Lemoine
Subject[Cs-dev] Csound Manual versus Eclipse Help
Thanks to Steven for the inclusion of a stylesheet.

I have more requirements, I don't know if there are easy to implement, 
but as the html generation mecanism seems flexible ... well I ask

1 - The title of an opcode page is formated with table flags (th : 
ampdb

Date2005-12-13 22:21
FromSteven Yi
SubjectRe: [Cs-dev] Csound Manual versus Eclipse Help
AttachmentsNone  

). If I decide to assign a large >>font, it will be applied to the tables inside the page, if any. >> >> > >In your css style sheet, you can target that style with: > >.navheader table tr th { > /* your CSS properties */ >} > > > >>2 - The opcode name is tagged as a h2 style

>class="refentrytitle">ampdb

, and description, syntax... >>also. I would prefer h2 for the name and h3 for the others, thus letting >>the capability via the stylesheet to differentiate them. >> >> > >You can use: > >.refentrytitle { > /* your css properties */ >} > > > >>3. The eclipse help system GUI presents in a left pane a toc, and in a >>right pane an html file. The toc is described in an xml file: >> >> >> >href="html/csound5/manual/csound5Opcodes.html"/> >> >>It should be nice to generate the toc for presenting the list of opcodes >>on the left : >> >> >> ... and so long for all >> >>Is it something difficult to do? >> >> > >Since the manual itself is an XML file, you should be able to load the >the manual.xml file and using a programming language find the nods you >want and build a new xml file. You could also parse the index html >file and grab the information from there, which might be a bit easier >to do. It not too difficult but would take time. > >steven > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel > > > > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net
Date2005-12-19 13:37
FromJean-Pierre Lemoine
SubjectRe: [Cs-dev] Csound Manual versus Eclipse Help
Hi Steven,
Thanks for the tips and for adding csound.css, I am late myself too for 
testing it :)
This is working fine with the last Csound5 build.
I will look at what is the easiest solution for building the xml file 
that is understandable by the Eclipse help system.

Jean-Pierre

Steven Yi wrote:

>Hi Jean-Pierre,
>
>Sorry, this reply is very, very late!
>
>On 12/1/05, Jean-Pierre Lemoine  wrote:
>  
>
>>1 - The title of an opcode page is formated with table flags (th : 
>colspan="3" align="center">ampdb