Cleaning up the progress logging code.
[org-mode.git] / README_GIT
blobd50532ce5babce4a432bb486a7e51ff5b0d53d1c
1   -*- mode: org; fill-column:65 -*-
3 This is the GIT repository for the development of Org-mode, an
4 Emacs mode for organizing your life.
6 The text below explains the rules for participating in Org-mode
7 development.
10 * Main rules
12 1. The git repository is hosted publicly at repo.or.cs.  Anyone
13    can get a clone of the current repository state using the
14    command
16      git clone git://repo.or.cz/org-mode.git
18    Having a clone is sufficient to start hacking and to produce
19    patches that can easily and consistently be applied to the
20    main repository.
22 2. People who are interested to participate in the Org-mode
23    development can do so by sending patches to
24    emacs-orgmode@gnu.org.
26 3. An interested developer can also request push access to the
27    central repository by sending his/her user-info at repo.or.cz
28    the maintainer of Org-mode.  By requesting push access, you
29    acknowledge that you have read and agreed with the following
30    rules:
32    - Org-mode is part of Emacs.  Therefore we need to be very
33      conscious about changes moving into the Org-mode core.
34      These can originate only from people who have signed the
35      appropriate papers with the free software foundation.  The
36      files to which this applies are:
38      - all *.el files in the root directory of the repository
39      - org.texi, orgcard.tex, and ChangeLog.
41    - Before making any significant changes, please explain and
42      discuss them on the mailing list emacs-orgmode@gnu.org.
44      This does obviously not apply to people who are maintaining
45      their own contributions to Org-mode.  Please, just use the
46      new mechanism to make sure all changes end up in the right
47      place.
49    - Creating and pushing a change to the Org-mode core requires
50      you also to provide ChangeLog entries.  Just press `C-x 4 a'
51      in each function or variable you have modified and describe
52      the change you made in the ChangeLog buffer/file.
54    - Among other things, Org-mode is widely appreciated because
55      if its simplicity, cleanness and consistency.  We should try
56      hard to preserve this and I would like to ask everyone to
57      keep this in mind when developing changes.
60 * The CONTRIB directory
62 The git repository contains a CONTRIB directory.  This directory
63 is the playing field for any developer, also people who have not
64 (yet) signed the papers with the FSF.  You are free to add files
65 to this directory, implementing extensions, new link types etc.
66 Also non-Lisp extensions like scripts to process Org-mode files
67 in different ways are welcome in this directory.  You should
68 provide documentation with your extensions, at least in the form
69 of commentary in the file.  Please discuss your extensions on
70 emacs-orgmode@gnu.org.
72 The CONTRIB directory will be part of the Org-mode distribution
73 starting with version 5.21.  When that happens, people who want
74 to use extensions will have to make sure their search path
75 (executable or Lisp) includes the relevant directories.
77 After files have been tested in CONTRIB and found to be generally
78 useful, we may decide to clarify copyright questions and then
79 move the file into the Org-mode core.  This means they will be
80 moved up to the root directory and will also eventually be added
81 to Emacs CVS tree.  The final decision about this rests with the
82 maintainer.