priorities.xml 804 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <table frame="all">
  2. <title>Supported priorities</title>
  3. <tgroup cols="2">
  4. <thead>
  5. <row>
  6. <entry>Priority</entry>
  7. <entry>Description</entry>
  8. </row>
  9. </thead>
  10. <tbody>
  11. <row>
  12. <entry>low</entry>
  13. <entry>
  14. Very trivial items that have defaults that
  15. will work in the vast majority of cases.
  16. </entry>
  17. </row>
  18. <row>
  19. <entry>medium</entry>
  20. <entry>
  21. Normal items that have reasonable defaults.
  22. </entry>
  23. </row>
  24. <row>
  25. <entry>high</entry>
  26. <entry>
  27. Items that don't have a reasonable
  28. default.
  29. </entry>
  30. </row>
  31. <row>
  32. <entry>critical</entry>
  33. <entry>
  34. Items that will probably break
  35. the system without user intervention.
  36. </entry>
  37. </row>
  38. </tbody>
  39. </tgroup>
  40. </table>