Changeset 5782
- Timestamp:
- Oct 4, 2011, 3:43:16 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 36 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r5743 r5782 1288 1288 <mkdir dir="${docbook.html.out}/admin"/> 1289 1289 <mkdir dir="${docbook.html.out}/developer"/> 1290 <mkdir dir="${docbook.html.out}/overview"/> 1290 <mkdir dir="${docbook.html.out}/developer/plugins"/> 1291 <mkdir dir="${docbook.html.out}/developer/extensions"/> 1292 <mkdir dir="${docbook.html.out}/developer/api"/> 1293 <mkdir dir="${docbook.html.out}/developer/documentation"/> 1291 1294 <mkdir dir="${docbook.html.out}/user"/> 1295 <mkdir dir="${docbook.html.out}/user/webclient"/> 1296 <mkdir dir="${docbook.html.out}/user/projects"/> 1297 <mkdir dir="${docbook.html.out}/user/files"/> 1298 <mkdir dir="${docbook.html.out}/user/annotations"/> 1299 <mkdir dir="${docbook.html.out}/user/biomaterials"/> 1300 <mkdir dir="${docbook.html.out}/user/experiments"/> 1292 1301 <mkdir dir="${docbook.html.out}/faq" /> 1293 1302 <mkdir dir="${docbook.html.out}/appendix" /> -
trunk/doc/src/docbook/admin/index.xml
r5738 r5782 25 25 --> 26 26 <part id="admin"> 27 <?dbhtml dir="admin" ?>27 <?dbhtml dir="admin" filename="index.html" ?> 28 28 <title>Admin documentation</title> 29 29 <include file="installation.xml"/> -
trunk/doc/src/docbook/appendix/base.config.xml
r5738 r5782 26 26 27 27 <appendix id="appendix.base.config"> 28 <?dbhtml filename="base.config.html" ?> 28 29 29 30 <title>base.config reference</title> -
trunk/doc/src/docbook/appendix/basefile.xml
r5244 r5782 26 26 27 27 <sect1 id="appendix.fileformats.basefile"> 28 <?dbhtml filename="basefile.html" ?> 28 29 <title>The BASEfile format</title> 29 30 -
trunk/doc/src/docbook/appendix/bfs.xml
r5319 r5782 25 25 --> 26 26 <sect1 id="appendix.fileformats.bfs" > 27 <?dbhtml filename="bfs.html" ?> 27 28 <title>The BFS (BASE File Set) format</title> 28 29 -
trunk/doc/src/docbook/appendix/coreplugins.xml
r5035 r5782 27 27 28 28 <appendix id="appendix.coreplugins"> 29 <?dbhtml filename="coreplugins.html" ?> 29 30 <title>Core plug-ins shipped with BASE</title> 30 31 -
trunk/doc/src/docbook/appendix/extended_properties.xml
r5678 r5782 26 26 27 27 <appendix id="appendix.extendedproperties"> 28 <?dbhtml filename="extendedproperties.html" ?> 28 29 <title>extended-properties.xml reference</title> 29 30 -
trunk/doc/src/docbook/appendix/fileformats.xml
r5244 r5782 25 25 --> 26 26 <appendix id="appendix.fileformats" chunked="1"> 27 <?dbhtml filename="fileformats.html" ?> 27 28 <title>File formats</title> 28 29 <include file="bfs.xml" /> -
trunk/doc/src/docbook/appendix/incompatible.xml
r5780 r5782 26 26 27 27 <appendix id="appendix.incompatible"> 28 <?dbhtml filename="incompatible.html" ?> 28 29 <title>API changes that may affect backwards compatibility</title> 29 30 <para> -
trunk/doc/src/docbook/appendix/index.xml
r5677 r5782 25 25 --> 26 26 <part id="appendix"> 27 <?dbhtml dir="appendix" ?>27 <?dbhtml dir="appendix" filename="index.html" ?> 28 28 <title>Appendix</title> 29 29 <include file="coreplugins.xml" /> -
trunk/doc/src/docbook/appendix/jobagent.properties.xml
r5448 r5782 26 26 27 27 <appendix id="appendix.jobagent.properties"> 28 <?dbhtml filename="jobagent.properties.html" ?> 28 29 <title>jobagent.properties reference</title> 29 30 -
trunk/doc/src/docbook/appendix/jobagent.sh.xml
r5678 r5782 26 26 27 27 <appendix id="appendix.jobagent.sh"> 28 <?dbhtml filename="jobagent.sh.html" ?> 28 29 <title>jobagent.sh reference</title> 29 30 -
trunk/doc/src/docbook/appendix/other_config.xml
r5678 r5782 26 26 27 27 <appendix id="appendix.otherconfig"> 28 <?dbhtml filename="otherconfig.html" ?> 28 29 <title>Other configuration files</title> 29 30 -
trunk/doc/src/docbook/appendix/raw_data_types.xml
r5780 r5782 26 26 27 27 <appendix id="appendix.rawdatatypes"> 28 <?dbhtml filename="rawdatatypes.html" ?> 28 29 <title>Platforms and raw-data-types.xml reference</title> 29 30 -
trunk/doc/src/docbook/appendix/update_warnings.xml
r5738 r5782 26 26 27 27 <appendix id="appendix.update_warnings"> 28 <?dbhtml filename="updatewarnings.html" ?> 28 29 <title>Things to consider when updating an existing BASE installation</title> 29 30 <para> -
trunk/doc/src/docbook/appendix/web.xml.xml
r5737 r5782 27 27 28 28 <appendix id="appendix.web.xml"> 29 <?dbhtml filename="web.xml.html" ?> 29 30 <title>web.xml reference</title> 30 31 <para> -
trunk/doc/src/docbook/developer/base_api.xml
r5781 r5782 26 26 27 27 <chapter id="base_api"> 28 <?dbhtml dir="api" filename="index.html" ?> 28 29 <title>The BASE API</title> 29 30 30 31 <sect1 id="base_api.public"> 32 <?dbhtml filename="public_api.html" ?> 31 33 <title>The Public API of BASE</title> 32 34 … … 158 160 159 161 <sect1 id="base_api.data" chunked="1"> 162 <?dbhtml filename="data_api.html" ?> 160 163 <title>The Data Layer API</title> 161 164 … … 2538 2541 2539 2542 <sect1 id="base_api.core" chunked="1"> 2543 <?dbhtml filename="core_api.html" ?> 2540 2544 <title>The Core API</title> 2541 2545 … … 3215 3219 3216 3220 <sect1 id="core_api.query"> 3221 <?dbhtml filename="query_api.html" ?> 3217 3222 <title>The Query API</title> 3218 3223 <para> … … 3225 3230 3226 3231 <sect1 id="core_api.dynamic"> 3232 <?dbhtml filename="dynamic_api.html" ?> 3227 3233 <title>The Dynamic API</title> 3228 3234 <para> … … 3234 3240 3235 3241 <sect1 id="core_api.extensions"> 3242 <?dbhtml filename="extensions_api.html" ?> 3236 3243 <title>The Extensions API</title> 3237 3244 … … 3544 3551 </sect1> 3545 3552 3546 <sect1 id=" core_api.other">3553 <sect1 id="base_api.other"> 3547 3554 <title>Other useful classes and methods</title> 3548 3555 <para> -
trunk/doc/src/docbook/developer/documentation.xml
r5781 r5782 26 26 27 27 <chapter id="documentation"> 28 <?dbhtml dir="documentation" filename="index.html" ?> 28 29 <title>Write documentation</title> 29 30 30 31 <sect1 id="documentation.docbook"> 32 <?dbhtml filename="docbook.html" ?> 31 33 <title>User, administrator and developer documentation with Docbook</title> 32 34 … … 1312 1314 1313 1315 <sect1 id="documentation.magicdraw"> 1316 <?dbhtml filename="magicdraw.html" ?> 1314 1317 <title>Create UML diagrams with MagicDraw</title> 1315 1318 … … 1785 1788 1786 1789 <sect1 id="documentation.javadoc"> 1790 <?dbhtml filename="javadoc.html" ?> 1787 1791 <title>Javadoc</title> 1788 1792 -
trunk/doc/src/docbook/developer/extensions.xml
r5781 r5782 26 26 27 27 <chapter id="extensions_developer"> 28 <?dbhtml dir="extensions" filename="index.html" ?> 28 29 <title>Extensions developer</title> 29 30 30 31 <sect1 id="extensions_developer.overview"> 32 <?dbhtml filename="overview.html" ?> 31 33 <title>Overview</title> 32 34 <para> … … 224 226 225 227 <sect1 id="extensions_developer.helloworld"> 228 <?dbhtml filename="helloworld.html" ?> 226 229 <title>Hello world as an extension</title> 227 230 … … 408 411 409 412 <sect1 id="extensions_developer.factories"> 413 <?dbhtml filename="factories.html" ?> 410 414 <title>Custom action factories</title> 411 415 … … 688 692 689 693 <sect1 id="extensions_developer.resources"> 694 <?dbhtml filename="resources.html" ?> 690 695 <title>Custom images, JSP files, and other resources</title> 691 696 … … 920 925 921 926 <sect1 id="extensions_developer.renderer"> 927 <?dbhtml filename="renderer.html" ?> 922 928 <title>Custom renderers and renderer factories</title> 923 929 … … 1048 1054 1049 1055 <sect1 id="extensions_developer.extension_points"> 1056 <?dbhtml filename="extensionpoints.html" ?> 1050 1057 <title>Extension points</title> 1051 1058 … … 1293 1300 1294 1301 <sect1 id="extensions_developer.servlets"> 1302 <?dbhtml filename="servlets.html" ?> 1295 1303 <title>Custom servlets</title> 1296 1304 <para> … … 1463 1471 1464 1472 <sect1 id="extensions_developer.base_extension_points"> 1473 <?dbhtml filename="builtin.html" ?> 1465 1474 <title>Extension points defined by BASE</title> 1466 1475 -
trunk/doc/src/docbook/developer/index.xml
r5781 r5782 24 24 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 25 --> 26 <part id="developer doc">27 <?dbhtml dir="developer" ?>26 <part id="developer"> 27 <?dbhtml dir="developer" filename="index.html" ?> 28 28 <title>Developer documentation</title> 29 29 <include file="migrate_2_3.xml" /> 30 30 <include file="overview.xml"/> 31 <include file="plugin _developer.xml"/>31 <include file="plugins.xml"/> 32 32 <include file="extensions.xml" /> 33 33 <include file="webservices.xml"/> -
trunk/doc/src/docbook/developer/migrate_2_3.xml
r5758 r5782 25 25 --> 26 26 <chapter id="migrate_2_3" chunked="0"> 27 <?dbhtml filename="migrate.html" ?> 27 28 <title>Migrating code from BASE 2 to BASE 3</title> 28 29 -
trunk/doc/src/docbook/developer/overview.xml
r5781 r5782 26 26 27 27 <chapter id="developer.overview" chunked="0"> 28 <?dbhtml filename="overview.html" ?> 28 29 <title>Developer overview of BASE</title> 29 30 -
trunk/doc/src/docbook/developer/plugins.xml
r5781 r5782 26 26 27 27 <chapter id="plugin_developer"> 28 <?dbhtml dir="plugins" filename="index.html" ?> 28 29 <title>Plug-in developer</title> 29 30 <sect1 id="plugin_developer.organize"> 31 <?dbhtml filename="organize.html" ?> 30 32 <title>How to organize your plug-in project</title> 31 33 … … 310 312 311 313 <sect1 id="plugin_developer.api"> 314 <?dbhtml filename="api.html" ?> 312 315 <title>The Plug-in API</title> 313 316 <para> … … 1888 1891 1889 1892 <sect1 id="plugin_developer.import"> 1893 <?dbhtml filename="import.html" ?> 1890 1894 <title>Import plug-ins</title> 1891 1895 … … 2609 2613 2610 2614 <sect1 id="plugin_developer.export"> 2615 <?dbhtml filename="export.html" ?> 2611 2616 <title>Export plug-ins</title> 2612 2617 … … 2990 2995 2991 2996 <sect1 id="plugin_developer.analyse"> 2997 <?dbhtml filename="analysis.html" ?> 2992 2998 <title>Analysis plug-ins</title> 2993 2999 <para> … … 3290 3296 3291 3297 <sect1 id="plugin_developer.other"> 3298 <?dbhtml filename="other.html" ?> 3292 3299 <title>Other plug-ins</title> 3293 <para></para>3294 3300 3295 3301 <sect2 id="plugin_developer.other.authentication"> … … 4420 4426 4421 4427 <sect1 id="plugin_developer.signals"> 4428 <?dbhtml filename="signals.html" ?> 4422 4429 <title>Enable support for aborting a running a plug-in</title> 4423 4430 … … 4532 4539 4533 4540 <sect1 id="plugin_developer.classload"> 4541 <?dbhtml filename="classloading.html" ?> 4534 4542 <title>How BASE load plug-in classes</title> 4535 4543 … … 4678 4686 4679 4687 <sect1 id="plugin_developer.example"> 4688 <?dbhtml filename="examples.html" ?> 4680 4689 <title>Example plug-ins (with download)</title> 4681 4690 <para> -
trunk/doc/src/docbook/developer/webservices.xml
r5738 r5782 25 25 --> 26 26 27 <chapter id="webservices"> 27 <chapter id="webservices" chunked="0"> 28 <?dbhtml filename="webservices.html" ?> 28 29 <title>Web services</title> 29 30 <para> -
trunk/doc/src/docbook/faq/faqs.xml
r5738 r5782 27 27 28 28 <part id="faqsdoc"> 29 <?dbhtml dir="faq" ?>29 <?dbhtml dir="faq" filename="index.html" ?> 30 30 <title>FAQ</title> 31 31 32 32 <chapter id="faqs" chunked="0"> 33 <?dbhtml filename="faq.html" ?> 33 34 <title>Frequently Asked Questions with answers</title> 34 35 -
trunk/doc/src/docbook/overview/features.xml
r5738 r5782 27 27 28 28 <chapter id="features" chunked="0"> 29 <?dbhtml filename="features.html"?> 29 30 <title>BASE features</title> 30 31 -
trunk/doc/src/docbook/overview/index.xml
r5738 r5782 26 26 --> 27 27 <part id="overviewdoc"> 28 <?dbhtml dir="overview"?>28 <?dbhtml filename="overview.html"?> 29 29 <title>Overview</title> 30 30 … … 44 44 <include file="why_base.xml"/> 45 45 <include file="features.xml"/> 46 <include file="base_overview.xml"/>47 46 <include file="resources.xml"/> 48 47 </part> -
trunk/doc/src/docbook/overview/resources.xml
r5738 r5782 26 26 27 27 <chapter id="resources" chunked="0"> 28 <?dbhtml filename="resources.html"?> 28 29 <title>Resources</title> 29 30 <para> -
trunk/doc/src/docbook/overview/why_base.xml
r5738 r5782 25 25 --> 26 26 27 <chapter id="why_base"> 27 <chapter id="why_base" chunked="0"> 28 <?dbhtml filename="why_base.html"?> 28 29 <title>Why use BASE</title> 29 30 <sect1 id="nolabelhereyet"> -
trunk/doc/src/docbook/user/annotations.xml
r5738 r5782 26 26 27 27 <chapter id="annotations"> 28 <?dbhtml dir="annotations" filename="index.html" ?> 29 28 30 <title>Annotations</title> 29 31 30 32 <sect1 id="annotations.types"> 33 <?dbhtml filename="types.html" ?> 31 34 <title>Annotation Types</title> 32 35 … … 542 545 543 546 <sect1 id="annotations.categories"> 547 <?dbhtml filename="categories.html" ?> 544 548 <title>Annotation type categories</title> 545 549 … … 600 604 601 605 <sect1 id="annotations.annotating"> 606 <?dbhtml filename="annotating.html" ?> 602 607 <title>Annotating items</title> 603 608 -
trunk/doc/src/docbook/user/biomaterials.xml
r5738 r5782 26 26 --> 27 27 <chapter id="biomaterials"> 28 <?dbhtml dir="biomaterials" filename="index.html" ?> 29 28 30 <title>Biomaterial</title> 29 31 <sect1 id="biomaterial.introduction"> 32 <?dbhtml filename="introduction.html" ?> 30 33 <title>Introduction</title> 31 34 <para> … … 78 81 79 82 <sect1 id="biomaterials.biosources"> 83 <?dbhtml filename="biosources.html" ?> 80 84 <title>Biosources</title> 81 85 … … 166 170 </sect1> 167 171 <sect1 id="biomaterial.samples"> 172 <?dbhtml filename="samples.html" ?> 168 173 <title>Samples</title> 169 174 <para> … … 440 445 441 446 <sect1 id="biomaterials.extracts"> 447 <?dbhtml filename="extracts.html" ?> 442 448 <title>Extracts</title> 443 449 <para> … … 736 742 737 743 <sect1 id="biomaterials.tags"> 744 <?dbhtml filename="tags.html" ?> 738 745 <title>Tags</title> 739 746 <para> … … 809 816 810 817 <sect1 id="biomaterials.bioplates"> 818 <?dbhtml filename="bioplates.html" ?> 811 819 <title>Bioplates</title> 812 820 <para> … … 1624 1632 1625 1633 <sect1 id="biomaterials.lists"> 1634 <?dbhtml filename="lists.html" ?> 1626 1635 <title>Biomaterial lists</title> 1627 1636 … … 1633 1642 1634 1643 <sect1 id="biomaterials.bioassays"> 1644 <?dbhtml filename="bioassays.html" ?> 1635 1645 <title>Physical bioassays</title> 1636 1646 <para> -
trunk/doc/src/docbook/user/experiments_analysis.xml
r5738 r5782 26 26 27 27 <chapter id="experiments_analysis"> 28 <?dbhtml dir="experiments" filename="index.html" ?> 29 28 30 <title>Experiments and analysis</title> 29 31 <include file="scans_images.xml"/> -
trunk/doc/src/docbook/user/file_system.xml
r5738 r5782 26 26 27 27 <chapter id="file_system"> 28 <?dbhtml dir="files" filename="index.html" ?> 28 29 <title>File management</title> 29 30 <sect1 id="file_system.system"> 31 <?dbhtml filename="filesystem.html" ?> 30 32 <title>File system</title> 31 33 <para> … … 222 224 223 225 <sect1 id="file_system.handling"> 226 <?dbhtml filename="files.html" ?> 224 227 <title>Handling files</title> 225 228 -
trunk/doc/src/docbook/user/index.xml
r5738 r5782 25 25 --> 26 26 <part id="user"> 27 <?dbhtml dir="user" ?>27 <?dbhtml dir="user" filename="index.html" ?> 28 28 <title>User documentation</title> 29 29 <include file="overview.xml"/> -
trunk/doc/src/docbook/user/overview.xml
r5738 r5782 26 26 27 27 <chapter id="userdoc_overview" chunked="0"> 28 <?dbhtml filename="overview.html" ?> 29 28 30 <title>Overview of user documentation</title> 29 31 <para> The 'User documentation' part is quite extensive and covers everything from how to Log in on -
trunk/doc/src/docbook/user/project_permission.xml
r5738 r5782 26 26 27 27 <chapter id="project_permission"> 28 <?dbhtml dir="projects" filename="index.html" ?> 28 29 <title>Projects and the permission system</title> 29 30 <sect1 id="project_permission.permissions"> 31 <?dbhtml filename="permissions.html" ?> 30 32 <title>The permission system</title> 31 33 <para> … … 284 286 285 287 <sect1 id="project_permission.projects"> 288 <?dbhtml filename="projects.html" ?> 286 289 287 290 <title>Projects</title> … … 770 773 771 774 <sect1 id="project_permission.templates"> 775 <?dbhtml filename="templates.html" ?> 772 776 <title>Permission templates</title> 773 777 -
trunk/doc/src/docbook/user/webclient.xml
r5738 r5782 26 26 27 27 <chapter id="webclient"> 28 <?dbhtml dir="webclient" filename="index.html" ?> 28 29 <title>Using the web client</title> 29 30 <sect1 id="webclient.introduction"> 31 <?dbhtml filename="introduction.html" ?> 30 32 <title>Introduction</title> 31 33 … … 364 366 365 367 <sect1 id="webclient.configuration"> 368 <?dbhtml filename="configuration.html" ?> 366 369 <title>Configuring your account</title> 367 370 … … 955 958 956 959 <sect1 id="webclient.items"> 960 <?dbhtml filename="items.html" ?> 957 961 <title>Working with items</title> 958 962 … … 1490 1494 1491 1495 <sect1 id="webclient.itemlist"> 1496 <?dbhtml filename="lists.html" ?> 1492 1497 <title>Listing items</title> 1493 1498 … … 2157 2162 2158 2163 <sect1 id="webclient.trashcan"> 2164 <?dbhtml filename="trashcan.html" ?> 2159 2165 <title>Trashcan</title> 2160 2166 <para> … … 2278 2284 2279 2285 <sect1 id="webclient.itemoverview"> 2286 <?dbhtml filename="itemoverview.html" ?> 2280 2287 <title>Item overview</title> 2281 2288
Note: See TracChangeset
for help on using the changeset viewer.