PageRenderTime 44ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/pygments-main/README.rst

http://github.com/tmm1/pygments.rb
ReStructuredText | 39 lines | 26 code | 13 blank | 0 comment | 0 complexity | 2c2aa47a6189f51106a96b9b7dab5e76 MD5 | raw file
Possible License(s): BSD-2-Clause
  1. README for Pygments
  2. ===================
  3. This is the source of Pygments. It is a generic syntax highlighter that
  4. supports over 300 languages and text formats, for use in code hosting, forums,
  5. wikis or other applications that need to prettify source code.
  6. Installing
  7. ----------
  8. ... works as usual, use ``python setup.py install``.
  9. Documentation
  10. -------------
  11. ... can be found online at http://pygments.org/ or created by ::
  12. cd doc
  13. make html
  14. Development
  15. -----------
  16. ... takes place on `Bitbucket
  17. <https://bitbucket.org/birkenfeld/pygments-main>`_, where the Mercurial
  18. repository, tickets and pull requests can be viewed.
  19. Continuous testing runs on drone.io:
  20. .. image:: https://drone.io/bitbucket.org/birkenfeld/pygments-main/status.png
  21. :target: https://drone.io/bitbucket.org/birkenfeld/pygments-main
  22. The authors
  23. -----------
  24. Pygments is maintained by **Georg Brandl**, e-mail address *georg*\ *@*\ *python.org*.
  25. Many lexers and fixes have been contributed by **Armin Ronacher**, the rest of
  26. the `Pocoo <http://dev.pocoo.org/>`_ team and **Tim Hatch**.