[latexila] Some URL updates, to the gnome.org web site
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Some URL updates, to the gnome.org web site
- Date: Thu, 9 Jun 2011 23:39:28 +0000 (UTC)
commit 171366cfa660d565e0384472843c2cd77ae98c53
Author: Sébastien Wilmet <swilmet src gnome org>
Date: Fri Jun 10 01:37:56 2011 +0200
Some URL updates, to the gnome.org web site
And more instructions in the HACKING file.
HACKING | 44 ++++++++++++++++++++++++++++----------------
INSTALL | 2 +-
README | 4 +++-
TODO | 2 +-
4 files changed, 33 insertions(+), 19 deletions(-)
---
diff --git a/HACKING b/HACKING
index d24a188..fe32832 100644
--- a/HACKING
+++ b/HACKING
@@ -1,34 +1,46 @@
Guidelines for LaTeXila
=======================
-LaTeXila source code is maintained using the Git version control system
-and is available at the following location:
+LaTeXila source code is maintained using the Git version control system and is
+available at the following location:
- git://github.com/swilmet/latexila.git
+ git://git.gnome.org/latexila
A Web Interface is available at:
- http://github.com/swilmet/latexila
+ http://git.gnome.org/browse/latexila
You can download the source code from the Git repository by doing:
- $ git clone git://github.com/swilmet/latexila.git
+ $ git clone git://git.gnome.org/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:
+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
-But creating a fork on GitHub and then make a pull request is simpler.
+But it's easier to make a pull request, via GitHub for example. A GitHub
+repository is available:
+
+ https://github.com/swilmet/latexila
There are some rules to follow when coding:
- indentation: 4 spaces
- lines: 90 characters maximum (in some cases it can be a little more)
+ - no trailing spaces
+ - /* ... */ comments for delimiting code sections
+ - // ... comments otherwise (e.g. for explaining just one line)
+ - some spaces almost everywhere:
+ - function (blah); // not function(blah);
+ - int num = 5; // not int num=5;
+ - if (! foo) // not if (!foo)
+ - for (int i = 0 ; i < max ; i++) // not for(int i=0;i<max;i++)
+ - etc...
- same coding style everywhere
How to generate the C code from Vala files?
@@ -62,13 +74,13 @@ How to create a new *.po for a new language?
A lot of sentences are the same as in Gedit, so you can avoid
re-translating them:
- - download Gedit 2.30 sources:
- http://ftp.acc.umu.se/pub/GNOME/sources/gedit/2.30/
- - take the Gedit *.po of your language and copy it in the po/ directory
- - update the *.po files with latexila.pot (see above)
- - at the end of the *.po file, you'll see a lot of lines commented
- (i.e. beginning with #). That's all the sentences from Gedit that are
- not present in LaTeXila. You can remove these lines.
+ - download Gedit 2.30 sources:
+ http://ftp.acc.umu.se/pub/GNOME/sources/gedit/2.30/
+ - take the Gedit *.po of your language and copy it in the po/ directory
+ - update the *.po files with latexila.pot (see above)
+ - at the end of the *.po file, you'll see a lot of lines commented
+ (i.e. beginning with #). That's all the sentences from Gedit that are
+ not present in LaTeXila. You can remove these lines.
Anyway, if you want to create a completely new *.po, you can do:
$ cd po/ ; msginit -l xx -o xx.po -i latexila.pot
@@ -80,7 +92,7 @@ How to translate LaTeXila?
translating LaTeXila in your language. If it's not the case, then you can
make the announcement. You can find the link to the Mailing List there:
- http://latexila.sourceforge.net/#contact
+ http://projects.gnome.org/latexila/#contact
The first thing to do is to take the *.po file from Gedit (see above). When
it's done, you can use Poedit for example to complete the translation. Here
diff --git a/INSTALL b/INSTALL
index 9468319..8f2202b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,7 @@ CMake >= 2.6.4
gettext
gsettings-desktop-schemas (optional)
-If you are installing LaTeXila from a .tar.bz2 or from the 'releases' branch,
+If you are installing LaTeXila from a .tar.bz2 or from a 'releases-*' branch,
you don't have to install Vala because the C code is already generated.
Otherwise, see the CMake configuration at the end of this file.
diff --git a/README b/README
index 5da7537..5c8fab2 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ later, see the file "COPYING" for more information.
The official web site is:
- http://latexila.sourceforge.net/
+ http://projects.gnome.org/latexila
See also:
@@ -28,3 +28,5 @@ Where to report bugs
Bugs should be reported on GitHub:
http://github.com/swilmet/latexila/issues
+
+In the near future, it will be done on the gnome.org bugzilla.
diff --git a/TODO b/TODO
index 99a0833..9f2f247 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
TODO
See also the Roadmap:
- http://latexila.sourceforge.net/#roadmap
+ http://projects.gnome.org/latexila/#roadmap
LaTeXila 2.2
============
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]