README 2.2 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 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. * Join the GNU Project
  20. Org is part of GNU Emacs and GNU Emacs is part of the GNU Operating
  21. System, developed by the GNU Project.
  22. If you are the author of an awesome program and want to join us in
  23. writing Free (libre) Software, please consider making it an official
  24. GNU program and become a GNU Maintainer. Instructions on how to do
  25. this are here http://www.gnu.org/help/evaluation
  26. Don't have a program to contribute? Look at all the other ways to
  27. help: https://www.gnu.org/help/help.html
  28. And to learn more about Free (libre) Software in general, please read
  29. and share this page: https://gnu.org/philosophy/free-sw.html
  30. * License
  31. Org-mode is published under the GNU GPLv3 license or any later
  32. version, the same as GNU Emacs:
  33. https://www.gnu.org/licenses/gpl-3.0.html
  34. Org-mode is free software: you can redistribute it and/or modify it
  35. under the terms of the GNU General Public License as published by the
  36. Free Software Foundation, either version 3 of the License, or (at your
  37. option) any later version.
  38. GNU Emacs is distributed in the hope that it will be useful, but
  39. WITHOUT ANY WARRANTY; without even the implied warranty of
  40. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  41. 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/.