Changeset 3672
- Timestamp:
- Aug 16, 2007, 11:01:42 AM (16 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/admin/index.html
r3114 r3672 48 48 <b>Contents</b><br> 49 49 <ol> 50 <li><a href="../installation.html">Installing BASE 2</a>51 50 <li><a href="plugin_configuration/coreplugins.html">List of core 52 51 plug-in (with configurations) and tools</a> -
trunk/doc/development/index.html
r3671 r3672 45 45 <b>Contents</b><br> 46 46 <ol> 47 <li><a href="#startingpoints">Where to start</a>48 <li><a href="../api/index.html">API Javadoc</a>49 47 <li><a href="#specifications">Specifications</a> 50 48 <li><a href="#overview">Implementation overview</a> … … 64 62 </div> 65 63 66 67 <a name="startingpoints">68 <h2>1. Where to start</h2>69 </a>70 71 <a name="javadoc">72 <h2>2. API Javadoc </h2>73 </a>74 75 <p>76 <a href="../api/index.html">API Javadoc is here.</a>77 </p>78 79 64 <a name="specifications"> 80 65 <h2>3. Specifications</h2> … … 279 264 </dd> 280 265 281 <dt>f) Example plug-ins with source code282 <dd>283 <p>284 Contains the following example plug-ins:285 </p>286 287 <ul>288 <li>ExampleImporter: Pretends to import samples. It will ask for a file289 and if existing samples should be updated or not, but doesn't290 actually import anything.291 292 <li>ExampleAnalyzer: Asks for a multiplication factor and a cut-off value.293 It will create a child bioassay set by multiplying the original intensities294 with the given factor and filter out those with original intensities less than295 the cut-off. It works for any number of channels.296 297 </ul>298 <br>299 <p>300 <a href="plugins/exampleplugins.tar.gz">Download</a> a tar file with the source301 and compiled code.302 </p>303 304 </dd>305 306 266 </dl> 307 267
Note: See TracChangeset
for help on using the changeset viewer.