README 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. This is a distribution of Org, a plain text notes and project planning
  2. tool for Emacs.
  3. Check the [[https://orgmode.org][homepage of Org]] and the [[https://orgmode.org/org.html#Installation][installations instructions]].
  4. * Contents of this distribution
  5. - README :: This file.
  6. - COPYING :: The GNU General Public License.
  7. - Makefile :: The makefile to compile and install Org. For
  8. installation instructions, see the manual or [[https://orgmode.org/worg/dev/org-build-system.html][the more detailed
  9. procedure on Worg]].
  10. - mk/ :: Files needed for building Org.
  11. - lisp/ :: Directory with all the Emacs Lisp files that make up Org.
  12. - doc/ :: The documentation files. org.texi is the source of the
  13. documentation, org.html and org.pdf are formatted versions of it.
  14. - etc/ :: Files needed for the ODT exporter.
  15. - testing/ :: Testing suite for Org.
  16. - request-assign-future.txt :: The form that contributors have to sign
  17. and get processed with the FSF before contributed changes can be
  18. integrated into the Org core. All files in this distribution have
  19. copyright assigned to the FSF.
  20. * Join the GNU Project
  21. Org is part of GNU Emacs.
  22. GNU Emacs is part of the GNU Operating System, developed by the GNU
  23. Project. To learn more about Free (libre) Software, you can read this
  24. page: https://gnu.org/philosophy/free-sw.html
  25. If you are the author of an awesome program and want to join us in
  26. writing Free (libre) Software, please consider making it an official
  27. GNU program and become a GNU Maintainer. You can find instructions
  28. on how to do this here: http://www.gnu.org/help/evaluation
  29. * License
  30. Org-mode is published under [[https://www.gnu.org/licenses/gpl-3.0.html][the GNU GPLv3 license]] or any later
  31. version, the same as GNU Emacs. See the COPYING file in this
  32. directory.