feedback.mdwn 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Is this website intuitive? Did you have difficulties finding what you were
  2. looking for? Was the wiki page syntax easy to learn? Is there anything you
  3. think can be improved, or should be fixed?
  4. This is the place to leave feedback.
  5. If you're new to ikiwiki, see [[/ikiwiki]] for info about editing. You can
  6. practice in the [[/sandbox]]. There's also the
  7. [[ikiwiki website|http://ikiwiki.info]].
  8. To close a feedback item, marking it as handled, tag it with the `/todo/closed`
  9. page. Don't delete items. For example, `\[[!tag /todo/closed]]`.
  10. If you'd like to leave feedback but can't use this space for any reason, you
  11. can make contact in other ways. See the [[/community]] page.
  12. # Open Feedback Items
  13. There are new feedback items which haven't been fully dealt with yet, or there
  14. is work on them in progress.
  15. [[!inline
  16. pages="feedback/* and !feedback/*/* and !tagged(todo/closed)"
  17. archive=yes
  18. show=0
  19. rootpage="feedback"
  20. postformtext="Add a new feedback item titled:"
  21. ]]
  22. # Closed Feedback Items
  23. These are feedback items handled and solved. This includes positive feedback,
  24. and constructive negative feedback items which have been dealt with.
  25. [[!inline
  26. pages="feedback/* and !feedback/*/* and tagged(todo/closed)"
  27. archive=yes
  28. show=0
  29. ]]