tripal_project_help.tpl.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <h3>Module Description:</h3>
  2. <p>The Tripal Project module provides support for visualization of "project"
  3. pages, editing and updating.</p>
  4. <h3>Setup Instructions:</h3>
  5. <ol>
  6. <li><p><b>Set Permissions</b>: By default only the site administrator
  7. account has access to create, edit, delete
  8. or administer features. Navigate to
  9. the <?php print l('permissions page', 'admin/user/permissions') ?>
  10. and set the
  11. permissions under the 'tripal_project' section as appropriate for
  12. your site. For a simple setup, allow anonymous
  13. users access to view content and create a special role for creating,
  14. editing and other administrative tasks.</p></li>
  15. <li><p><b>Sync any Existing Projects</b>: Near the top of
  16. the <?php print l('Project Configuration page', 'admin/tripal/tripal_project/configuration') ?>
  17. there is
  18. a Sync Projects section which provides list of projects currently in
  19. chado which can be sync\'d.
  20. Simply select the projects you would like to create Drupal/Tripal
  21. pages for and click Sync Projects.</p></li>
  22. </ol>
  23. <h3>Features of this Module:</h3>
  24. <ul>
  25. <li><b>Add/Edit/Delete Projects</b>: Projects can be
  26. created <?php print l('here', 'node/add/chado-project') ?>.
  27. After creation, projects (regardless of the method used to create them)
  28. can be
  29. edited or deleted by clicking the Edit tab at the top of the Project
  30. Page.
  31. </li>
  32. <li><p><b>Simple Search Tool</b>:
  33. A <?php print l('simple search tool', 'chado/projects') ?> is
  34. provided for
  35. finding projects. This tool relies on Drupal Views. <a
  36. href="http://drupal.org/project/views">Drupal Views</a>
  37. which must be installed to see the search tool. Look for it in the
  38. navigation menu under the item
  39. "Search Data". </p></li>
  40. </ul>