README 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. -*- mode: org; fill-column:70 -*-
  2. This is a distribution of Org, a plain text notes and project planning
  3. tool for Emacs.
  4. Check the [[https://orgmode.org][homepage of Org]] and the [[https://orgmode.org/org.html#Installation][installations instructions]].
  5. * Contents of this distribution
  6. - README :: This file.
  7. - COPYING :: The GNU General Public License.
  8. - Makefile :: The makefile to compile and install Org. For
  9. installation instructions, see [[https://orgmode.org/org.html#Installation][the manual]] or [[https://orgmode.org/worg/dev/org-build-system.html][this more detailed
  10. procedure on Worg]].
  11. - mk/ :: Files needed for building Org.
  12. - lisp/ :: Directory with all the Emacs Lisp files that make up Org.
  13. - doc/ :: The documentation files. org.texi is the source of the
  14. documentation, org.html and org.pdf are formatted versions of it.
  15. - etc/ :: Files needed for the ODT exporter.
  16. - testing/ :: Testing suite for Org.
  17. - request-assign-future.txt :: The form that contributors have to sign
  18. and get processed with the FSF before contributed changes can be
  19. integrated into the Org core. All files in this distribution have
  20. copyright assigned to the FSF.
  21. * Join the GNU Project
  22. Org is part of GNU Emacs and GNU Emacs is part of the GNU Operating
  23. System, developed by the GNU Project.
  24. If you are the author of an awesome program and want to join us in
  25. writing Free (libre) Software, please consider making it an official
  26. GNU program and become a GNU Maintainer. Instructions on how to do
  27. this are here: http://www.gnu.org/help/evaluation
  28. To learn more on how you can participate in the GNU Project, please
  29. refer to https://www.gnu.org/help/help.html and to learn more about
  30. Free (libre) Software, read https://gnu.org/philosophy/free-sw.html
  31. * License
  32. Org-mode is published under [[https://www.gnu.org/licenses/gpl-3.0.html][the GNU GPLv3 license]] or any later
  33. version, the same as GNU Emacs.
  34. Org-mode is free software: you can redistribute it and/or modify
  35. it under the terms of the GNU General Public License as published by
  36. the Free Software Foundation, either version 3 of the License, or
  37. (at your option) any later version.
  38. GNU Emacs is distributed in the hope that it will be useful,
  39. but WITHOUT ANY WARRANTY; without even the implied warranty of
  40. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  41. GNU General Public License for more details.
  42. You should have received a copy of the GNU General Public License
  43. along with Org mode. If not, see <https://www.gnu.org/licenses/>.