README 2.5 KB

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