note.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Notes for developer:
  2. --Legend-------------------
  3. TODO -> blocker
  4. DONE -> blocker
  5. ToDo -> enhancement bug
  6. done -> enhancement bug
  7. --Issues-------------------
  8. - the corner images should be rendered through svg with the header color.
  9. -> DONE
  10. -> ToDo: get rid of the images and use only divs!
  11. - the menu points should be displayed "better".
  12. -> DONE
  13. -- Use the krysalis-site menu approach for the overall menu display.
  14. -> DONE
  15. -- Use the old lenya innermenu approch to further enhance the menu .
  16. -> DONE
  17. - the content area needs some attention.
  18. -> DONE
  19. -- introduce the heading scheme from krysalis (<headings type="clean|box|underlined"/>)
  20. -> DONE
  21. -> ToDo: make box with round corners
  22. -> done: make underlined with variable border height
  23. -> ToDo: make underline with bottom round corner
  24. -- introduce the toc for each html-page
  25. -> DONE
  26. -- introduce the external-link-images.
  27. -> DONE
  28. - the publish note should be where now only a border is.
  29. Like <div id="published"/>
  30. -> DONE
  31. , but make it configurable.
  32. -> DONE
  33. - footer needs some attention
  34. -> DONE
  35. -- the footer do not have the color profile! Enable it!
  36. -> DONE
  37. -- the footer should as well contain a feedback link.
  38. See http://issues.apache.org/eyebrowse/ReadMsg?listName=forrest-user@xml.apache.org&msgNo=71
  39. -> DONE
  40. - introduce credits alternativ location
  41. -> DONE
  42. - border for published / breadtrail / menu /tab divs
  43. -> ToDo