[latexila] URLs update



commit ba0615edaeb9853145bfa2887fb2f796487fe19c
Author: Sébastien Wilmet <swilmet src gnome org>
Date:   Sat Jun 11 01:31:09 2011 +0200

    URLs update

 HACKING              |   11 +++++++----
 README               |    6 ++----
 latexila.doap        |   27 +++++++++++++++++----------
 man/latexila.1       |   21 +++++++++++++++------
 man/latexila.1.xml   |    6 +++---
 src/main_window.vala |    2 +-
 6 files changed, 45 insertions(+), 28 deletions(-)
---
diff --git a/HACKING b/HACKING
index fe32832..a069c42 100644
--- a/HACKING
+++ b/HACKING
@@ -20,12 +20,14 @@ Later, to take the new commits you just have to do:
 
 
 If you want to contribute to LaTeXila, contact the main developer (see the
-file AUTHORS). Here is how you can generate a patch:
+file AUTHORS).
 
-    $ git diff origin > patch
+To create a patch, make first one or several commits (in another branch) and
+then use the 'git format-patch' command. You can submit your patch to the
+GNOME bugzilla.
 
-But it's easier to make a pull request, via GitHub for example. A GitHub
-repository is available:
+Alternatively, if you have a GitHub account, you can make a pull request.
+A GitHub repository is available, so you can fork it easily:
 
     https://github.com/swilmet/latexila
 
@@ -41,6 +43,7 @@ There are some rules to follow when coding:
         - if (! foo)                      // not if (!foo)
         - for (int i = 0 ; i < max ; i++) // not for(int i=0;i<max;i++)
         - etc...
+    - do not use 'var' for declaring variables, unless the type is very long
     - same coding style everywhere
 
 How to generate the C code from Vala files?
diff --git a/README b/README
index 5c8fab2..20416c4 100644
--- a/README
+++ b/README
@@ -25,8 +25,6 @@ See the file "INSTALL".
 Where to report bugs
 ====================
 
-Bugs should be reported on GitHub:
+Bugs should be reported on the GNOME bugzilla:
 
-    http://github.com/swilmet/latexila/issues
-
-In the near future, it will be done on the gnome.org bugzilla.
+    https://bugzilla.gnome.org/browse.cgi?product=latexila
diff --git a/latexila.doap b/latexila.doap
index 804d4e3..347c9e5 100644
--- a/latexila.doap
+++ b/latexila.doap
@@ -7,24 +7,31 @@
 
   <name xml:lang="en">latexila</name>
   <shortdesc xml:lang="en">LaTeXila, an Integrated LaTeX Environment</shortdesc>
-  <description>LaTeXila is an Integrated LaTeX Environment for GNOME, written in Vala.
+  <description xml:lang="en">LaTeXila is an Integrated LaTeX Environment for GNOME, written in Vala.
 
 The main features are:
+
 - Customizable buttons to compile, convert and view a document in one click.
-  Latexmk is used by default, but Rubber and the "low-level" commands such as
-  pdflatex can also be used.
+Latexmk is used by default, but Rubber and the "low-level" commands such as
+pdflatex can also be used.
+
 - LaTeX commands completion
+
 - Document structure to easily navigate in it
-- Symbol tables
-- Templates
+
+- Symbol tables (Greek letters, arrows, etc)
+
+- Template managing: a few default templates, creating personal ones, etc
+
 - Easy projects management
-- Some menus and toolbars with the principal LaTeX commands</description>
 
-  <!-- TODO move all this stuff to gnome.org -->
+- Some menus and toolbars with the principal LaTeX commands
+  </description>
+
   <homepage rdf:resource="http://projects.gnome.org/latexila"; />
-  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/latexila-misc"; />
-  <download-page rdf:resource="https://sourceforge.net/projects/latexila/files/"; />
-  <bug-database rdf:resource="https://github.com/swilmet/latexila/issues"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/latexila-list"; />
+  <download-page rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/latexila/"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=latexila"; />
 
   <maintainer>
     <foaf:Person>
diff --git a/man/latexila.1 b/man/latexila.1
index 95b4d69..8c30f7d 100644
--- a/man/latexila.1
+++ b/man/latexila.1
@@ -1,13 +1,22 @@
 '\" t
 .\"     Title: LATEXILA
 .\"    Author: Tanguy Ortolo <tanguy+debian ortolo eu>
-.\" Generator: DocBook XSL-NS Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 11/21/2010
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\"      Date: 06/14/2011
 .\"    Manual: User commands
 .\"    Source: LaTeXila
 .\"  Language: English
 .\"
-.TH "LATEXILA" "1" "11/21/2010" "LaTeXila" "User commands"
+.TH "LATEXILA" "1" "06/14/2011" "LaTeXila" "User commands"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -19,7 +28,7 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-latexila \- Integrated LaTeX Environment for the GNOME desktop
+latexila \- Integrated LaTeX Environment for the GNOME Desktop
 .SH "SYNOPSIS"
 .HP \w'\fBlatexila\fR\ 'u
 \fBlatexila\fR [\fIOPTIONS\fR] [\fIFILES\fR]
@@ -32,7 +41,7 @@ This manual page documents briefly the
 command\&.
 .PP
 LaTeXila
-is an Integrated LaTeX Environment for the GNOME desktop\&.
+is an Integrated LaTeX Environment for the GNOME Desktop\&.
 .SH "OPTIONS"
 .PP
 The program follows the usual GNU command line syntax, with long options starting with two dashes\&. A summary of options is included below\&. For a complete description of options, please use
@@ -82,7 +91,7 @@ is started it reopens the files that were open last time it was used\&. This beh
 The upstream
 BTS
 can be found at
-\m[blue]\fBhttp://github\&.com/swilmet/latexila/issues\fR\m[]\&;.
+\m[blue]\fBhttps://bugzilla\&.gnome\&.org/browse\&.cgi?product=latexila\fR\m[]\&;.
 .SH "AUTHOR"
 .PP
 \fBTanguy Ortolo\fR <\&tanguy+debian ortolo\&.eu\&>
diff --git a/man/latexila.1.xml b/man/latexila.1.xml
index ad27414..a1b4412 100644
--- a/man/latexila.1.xml
+++ b/man/latexila.1.xml
@@ -77,7 +77,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
 
   <refnamediv>
     <refname>&command;</refname>
-    <refpurpose>Integrated LaTeX Environment for the GNOME desktop</refpurpose>
+    <refpurpose>Integrated LaTeX Environment for the GNOME Desktop</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
@@ -101,7 +101,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
   <refsection xml:id="description"><info><title>DESCRIPTION</title></info>
     <para>This manual page documents briefly the <command>&command;</command> command.</para>
     <para><application>&program;</application> is an Integrated LaTeX Environment for
-      the GNOME desktop.</para>
+      the GNOME Desktop.</para>
   </refsection>
 
   <refsection xml:id="options"><info><title>OPTIONS</title></info>
@@ -175,7 +175,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
 
   <refsection xml:id="bugs"><info><title>BUGS</title></info>
     <para>The upstream <acronym>BTS</acronym> can be found
-      at <uri xlink:href="http://github.com/swilmet/latexila/issues";>http://github.com/swilmet/latexila/issues</uri>.</para>
+      at <uri xlink:href="https://bugzilla.gnome.org/browse.cgi?product=latexila";>https://bugzilla.gnome.org/browse.cgi?product=latexila</uri>.</para>
   </refsection>
 </refentry>
 </article>
diff --git a/src/main_window.vala b/src/main_window.vala
index 1b84b7a..e58c32d 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -1826,7 +1826,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with LaTeXila.  If not, see <http://www.gnu.org/licenses/>.""";
 
-        string website = "http://latexila.sourceforge.net/";;
+        string website = "http://projects.gnome.org/latexila/";;
 
         string[] authors =
         {



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