COPYRIGHT-AND-LICENSE 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. OrgOdtContentTemplate.xml --- Aux XML file (Org-mode's OpenDocument export)
  2. OrgOdtStyles.xml --- Aux XML file (Org-mode's OpenDocument export)
  3. Copyright (C) 2010-2011 Free Software Foundation, Inc.
  4. Author: Jambunathan K <kjambunathan at gmail dot com>
  5. Keywords: outlines, hypermedia, calendar, wp
  6. Homepage: http://orgmode.org
  7. These file are not (yet) part of GNU Emacs.
  8. However, it is distributed under the same license.
  9. GNU Emacs is free software: you can redistribute it and/or modify
  10. it under the terms of the GNU General Public License as published by
  11. the Free Software Foundation, either version 3 of the License, or
  12. (at your option) any later version.
  13. GNU Emacs is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. GNU General Public License for more details.
  17. You should have received a copy of the GNU General Public License
  18. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  19. Commentary:
  20. Above files are part of Org-mode's OpenDocument export module.
  21. OrgOdtContentTemplate.xml provides a template within which the content
  22. of an exported document is enclosed. This file contributes to
  23. "content.xml" file within an exported document and acts as a
  24. repository of automatic styles.
  25. OrgOdtStyles.xml contributes to "styles.xml" file within an exported
  26. document and acts as a repository of custom styles.