[gnome-latex: 156/205] file HACKING



commit 31a98076ce3cc7e3ae6142e31619f2dfdff27e2d
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date:   Mon Dec 28 00:37:04 2009 +0100

    file HACKING

 HACKING | 35 +++++++++++++++++++++++++++++++++++
 TODO    |  2 --
 2 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..04b7a4c
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,35 @@
+Guidelines for LaTeXila
+=======================
+
+LaTeXila source code is maintained using the Git version control system
+and is available at the following location:
+
+    git://latexila.git.sourceforge.net/gitroot/latexila/latexila
+
+A Web Interface is available at:
+
+    http://latexila.git.sourceforge.net/
+
+You can download the source code from the Git repository by doing:
+
+    $ git clone git://latexila.git.sourceforge.net/gitroot/latexila/latexila
+
+Later, to take the new commits you just have to do:
+
+    $ git pull
+
+
+If you want to contribute to LaTeXila, contact the main developer (see the file AUTHORS).
+Here is how you can generate a patch:
+
+    $ git diff origin > patch
+
+There are some rules to follow when coding:
+    - tab width: 4
+    - lines: 80 characters maximum (in some cases it can be a little more)
+    - same coding style everywhere
+
+If you use vim, you can put this in your .vimrc:
+
+    au BufEnter *.c set tabstop=4 shiftwidth=4 cindent textwidth=80 formatoptions=croq
+    au BufEnter *.h set tabstop=4 shiftwidth=4 cindent textwidth=80 formatoptions=croq
diff --git a/TODO b/TODO
index a833b4a..6afe4c9 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
 TODO LaTeXila
 
-[-] write the HACKING file
-
 [-] update French translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]