This is my current ADP file. It used to be closer to the original one I found in the doc, but as it didn't work I started trying crazy things, including looking at the Assistant source code...
sh-2.04$ cat octave-gui.adp
<!-- -*-html-*- -->
I had an epic struggle with assistant -profile octave-gui.adp.
I lost.
<assistantconfig version="3.2.0">
<profile>
<property name="name">OctaveGUI</property>
<property name="title">Octave GUI</property>
<property name="startpage">./html/manual.html</property>
<property name="aboutmenutext">About Octave GUI</property>
<property name="abouturl">./html/contact.html</property>
<property name="basepath">./html/</property>
</profile>
<dcf ref="manual.html" title="Octave GUI">
<!-- <section ref="install.html" title="Installing Octave GUI"></section>-->
<section ref="using.html" title="Using Octave GUI">
<keyword ref="using.html#starting">Starting Octave GUI</keyword>
<section ref="using.html#mainwindow" title="The Main Window">
<keyword ref="mainwindowfilemenu">File Menu</keyword>
<keyword ref="mainwindowfilestab">Files tab</keyword>
<keyword ref="mainwindowinputtab">Input tab</keyword>
</section>
<section ref="editing.html" title="Editing .m Files">
<keyword ref="edit.html#editwindowfilemenu">File Menu</keyword>
<keyword ref="editwindoweditmenu">Edit Menu</keyword>
<keyword ref="editwindoweditarea">Edit Area</keyword>
</section>
<!-- <section ref="contact.html" title="Contact"></section>-->
<!-- <section ref="html/manual.html" title="How to use Octave GUI">
<keyword ref="./manual.html#installdocs">Install Docs</keyword>
<keyword ref="html/manual.html#onlydoc">Example Profile</keyword>
<keyword ref="./manual.html#hide">Hide Sidebar</keyword>
<keyword ref="./manual.html#openqabutton">Open</keyword>
<keyword ref="./manual.html#closeqabutton">Close</keyword>
<keyword ref="./manual.html#display">Display</keyword>
</section> -->
</DCF>
</assistantconfig>
Edit: you can view the html directory here:
http://www.math.mcgill.ca/loisel/oct...e-gui-0.5/html
Edit 2: The Hello World of adp would probably solve my problem.
Bookmarks