README 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. Don't have a program to contribute? Look at all the other ways to
  29. help: https://www.gnu.org/help/help.html
  30. And to learn more about Free (libre) Software in general, please
  31. read and share this page: https://gnu.org/philosophy/free-sw.html
  32. * License
  33. Org-mode is published under [[https://www.gnu.org/licenses/gpl-3.0.html][the GNU GPLv3 license]] or any later
  34. version, the same as GNU Emacs.
  35. Org-mode is free software: you can redistribute it and/or modify
  36. it under the terms of the GNU General Public License as published by
  37. the Free Software Foundation, either version 3 of the License, or
  38. (at your option) any later version.
  39. GNU Emacs is distributed in the hope that it will be useful,
  40. but WITHOUT ANY WARRANTY; without even the implied warranty of
  41. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  42. GNU General Public License for more details.
  43. You should have received a copy of the GNU General Public License
  44. along with Org mode. If not, see <https://www.gnu.org/licenses/>.