/doc/development/development.rst

https://gitlab.com/vote539/ase · ReStructuredText · 48 lines · 33 code · 15 blank · 0 comment · 0 complexity · da8f5de22f153bbf4d92531650f6540f MD5 · raw file

  1. .. _devel:
  2. ===============
  3. ASE development
  4. ===============
  5. As a developer, you should subscribe to all ASE related
  6. :ref:`mailing_lists`.
  7. Development topics
  8. ==================
  9. .. toctree::
  10. releasenotes
  11. contribute
  12. versioncontrol
  13. python_codingstandard
  14. writing_documentation_ase
  15. calculators
  16. making_movies
  17. newrelease
  18. tests
  19. buildbot
  20. translate
  21. todo
  22. py3k
  23. proposals/proposals
  24. .. _devel_passwd_create:
  25. Creating an encrypted password for SVN access
  26. =============================================
  27. Use this command::
  28. htpasswd -nm <your-desired-user-name>
  29. and type a `good password <http://xkcd.com/936/>`__ twice. The
  30. encrypted password will be printed on the screen.
  31. Alternatively, you can use::
  32. openssl passwd -apr1
  33. followed by your password (twice).