Explorar el Código

Explain about the CONTRIB and EXPERIMENTAL directories.

Carsten Dominik hace 17 años
padre
commit
4a08cc3cba
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      README

+ 10 - 0
README

@@ -9,3 +9,13 @@ The xemacs directory contains special code for XEmacs users, in particular
 a port of the GNU Emacs outline.el to XEmacs.  Org-mode does not work
 under XEmacs without this file installed.  It did until version 4.37,
 but no longer.
+
+If this is the git project, there are additional directories here:
+
+CONTRIB
+    contains bits and pieces contributed by users.  These are not yet
+    part of the Org-mode core, and also not part of Emacs.
+
+EXPERIMENTAL
+    files that contain code bits for experimenting.  Nothing has been
+    decided on what to do with these.