Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
perberos committed Dec 2, 2011
0 parents commit 0e004c6
Show file tree
Hide file tree
Showing 709 changed files with 1,088,094 additions and 0 deletions.
60 changes: 60 additions & 0 deletions AUTHORS
@@ -0,0 +1,60 @@
Caja 2.22 version by:
Martin Wehner <martin.wehner@gmail.com>
Alex Larsson <alexl@redhat.com
Christian Neumair <cneumair@gnome.org>
Cosimo Cecchi <cosimoc@gnome.org>
David Zeuthen <davidz@redhat.com>

Caja 2.4 version by:

Alex Larsson <alexl@redhat.com>
Dave Camp <dave@ximian.com>
Soren Sandmann <sandmann@daimi.au.dk>
Jürg Billeter <j@bitron.ch>

Caja 2.2 version by:

Alex Larsson <alexl@redhat.com>
Dave Camp <dave@ximian.com>
James Willcox <jwillcox@gnome.org>
Jan Arne Petersen <jpetersen@uni-bonn.de>
Mark McLoughlin <mark@skynet.ie>

Mate 2 conversion by:

Darin Adler <darin@bentspoon.com>
Anders Carlsson <andersca@gnu.org>
Michael Meeks <michael@ximian.com>
Alex Larsson <alexl@redhat.com>
Jacob Berkman <jacob@ximian.com>
*** need to decide who else to add here ***

Original version by the Caja 1.0 team:

Ali Abdin <aliabdin@aucegypt.edu>
Andy Hertzfeld <andy@differnet.com>
Arlo Rose <arlo@eazel.com>
Darin Adler <darin@bentspoon.com>
Eli Goldberg <eli@eazel.com>
Elliot Lee <sopwith@redhat.com>
Eskil Heyn Olsen <eskil@eazel.com>
Ettore Perazzoli <ettore@ximian.com>
Gene Z. Ragan <gzr@eazel.com>
George Lebl <jirka@5z.com>
Ian McKellar <ian@eazel.com>
John Harper <jsh@pixelslut.com>
John Sullivan <sullivan@eazel.com>
Josh Barrow <drleary@mac.com>
J Shane Culpepper <pepper@eazel.com>
Maciej Stachowiak <mjs@noisehavoc.org>
Mathieu Lacage <mathieu@eazel.com>
Mike Engber <engber@eazel.com>
Mike Fleming <mfleming@eazel.com>
Pavel Cisler <pavel@eazel.com>
Ramiro Estrugo <ramiro@fateware.com>
Raph Levien <raph@acm.org>
Rebecca Schulman <rebecka@eazel.com>
Robey Pointer <robey@eazel.com>
Robin * Slomkowski <rslomkow@eazel.com>
Seth Nickell <snickell@stanford.edu>
Susan Kare <susan@eazel.com>
351 changes: 351 additions & 0 deletions COPYING

Large diffs are not rendered by default.

355 changes: 355 additions & 0 deletions COPYING-DOCS

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions COPYING.EXTENSIONS
@@ -0,0 +1,10 @@
Caja extensions link against the libcaja-extenstions library which is
is under the LGPL license. However, they also get loaded into the main
caja program which is licensed under the GPL. So, extensions should not
be incompatible with the LGPL or GPL.

Some extensions are GPL but use some IPC mechanism like dbus to talk to a
potentially non-GPL application. This is actually not such a bad design in
general if your extension is doing a lot of work, as running as a caja
extension with all its issues (no synchronous i/o, can't control of the
context your code runs in, etc) can be kind of a pain.
482 changes: 482 additions & 0 deletions COPYING.LIB

Large diffs are not rendered by default.

Empty file added ChangeLog
Empty file.
57 changes: 57 additions & 0 deletions HACKING
@@ -0,0 +1,57 @@
Hacking on Caja
-------------------

The Caja source tree is available from MATE git (git.gnome.org) and
in releases on the MATE FTP site
(http://ftp.gnome.org/pub/MATE/sources/caja/).

If you plan to hack on Caja, please make sure you work from the
Git version. The Git version can be checked from the MATE git server.
See http://live.gnome.org/Git for details on how to get started with
MATE Git. For details on how Caja uses git, see the README.commits
file.

If you want to contribute in development discussions, please send mail
to the caja mailing list: <caja-list@gnome.org>. Archives and
subscription information are available at
http://mail.gnome.org/mailman/listinfo/caja-list


Submitting Patches
------------------

If you've been working on a change to Caja and want to propose it
for inclusion, you have to generate a patch and submit it for review
by the maintainers.

Patches should be made with 'git format-patch -M'
and should conform to Caja coding style as described in
docs/style-guide.html. We are pretty strict about coding style, so
please make sure you follow the style guide to avoid unnecessary
work on both sides when reviewing the patch.

The best way to submit a patch for review is to post it on the mailing
list. That way everyone sees it and can take part in the following
discussion about it. Sometimes people also attach patches to bugs in
bugzilla (http://bugzilla.gnome.org, product 'caja'). If you do
this, please send a mail to the list saying you did so, because it is
very easy for the bugzilla email to get lost in all the bugzilla
reports, and only the people CCd on the bug can partake in the
discussion. When attaching bugs to bugzilla from git the git-bz
command can be helpful, see:
http://blog.fishsoup.net/2008/11/16/git-bz-bugzilla-subcommand-for-git/

The Caja maintainers do their best to review patches and help
developers that want to work on something, however we are often
swamped in work and can miss an email or just forget to answer
it. Don't be afraid of reposting your patches after a while, or poking
us about the status of them.

Also, if you're planning to do large changes, please take them up for
discussion on the list first. If you get feedback early it is much
easier to integrate it into your work.

If your patch adds non-trivial strings, please ask for a string review
from the i18n team before committing the changes. Strings should avoid
contractions, and stay consistent with other strings already in Caja.
Please reuse strings within Caja where it makes sense to do so.

0 comments on commit 0e004c6

Please sign in to comment.