README 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. -------------------------------------------------------------------------------
  2. dojox.highlight
  3. -------------------------------------------------------------------------------
  4. Version 1.0
  5. Release date: 11/25/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. beta
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Ivan Sagalaev (softwaremaniacs.org) Author
  12. Peter Higgins (dante) Dojo port
  13. -------------------------------------------------------------------------------
  14. Project description
  15. A syntax highlighting engine for the Dojo Toolkit
  16. -------------------------------------------------------------------------------
  17. Dependencies:
  18. dojo base only.
  19. -------------------------------------------------------------------------------
  20. Documentation
  21. -------------------------------------------------------------------------------
  22. Installation instructions
  23. simply get the dojox/highlight folder (and dojox/highlight.js) from the
  24. dojox SVN repository, and include in your page via
  25. dojo.require("dojox.highlight");