Skip to content

Commit 8d76bdd

Browse files
author
jef
committed
sync doc with trunk
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9881 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ff9b37e commit 8d76bdd

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

doc/CODING.t2t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Developers guide for QGIS
1717
%txt2tags home page for more details. Please insert manual line breaks in this
1818
%document as it makes diffing for changes much easier. To do this in vim
1919
%automatically, select a section then issue (gq) command. Please dont
20-
%apply vim formatting to the whol document as it screws up some formatting
20+
%apply vim formatting to the whole document as it screws up some formatting
2121
%rather apply it selectively to paragraphs where needed.
2222

2323
% To generate the text version of this document:
2424
% txt2tags -t txt -o CODING CODING.t2t
25-
% To generate the moinmoin version of this document
25+
% To generate the moinmoin version of this document:
2626
% txt2tags -t moin -o CODING.moin CODING.t2t
27-
% To generate the html version of this document
27+
% To generate the html version of this document:
2828
% txt2tags -t html -o CODING.html CODING.t2t
29-
% To generate LaTeX version of this document do:
29+
% To generate the LaTeX version of this document:
3030
% txt2tags -t tex -o CODING.tex CODING.t2t
3131
%
3232
% End of comments

doc/INSTALL.t2t

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Building QGIS from source - step by step
2222

2323
% To generate the text version of this document:
2424
% txt2tags -t txt -o INSTALL INSTALL.t2t
25-
% To generate the moinmoin version of this document
26-
% txt2tags -t moin -o INSTALL.moin INSTALL.t2t
27-
% To generate the html version of this document
28-
% txt2tags -t html -o INSTALL.html INSTALL.t2t
29-
% To generate LaTeX version of this document do:
30-
% txt2tags -t tex -o INSTALL.tex INSTALL.t2t
25+
% To generate the moinmoin version of this document:
26+
% txt2tags -t moin -o INSTALL.moin INSTALL.t2t
27+
% To generate the html version of this document:
28+
% txt2tags -t html -o INSTALL.html INSTALL.t2t
29+
% To generate LaTeX version of this document:
30+
% txt2tags -t tex -o INSTALL.tex INSTALL.t2t
3131

3232
% End of comments
3333
% -------------------

doc/index.dox

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ releases will be our 'unstable' development builds and 1.0.x releases our
2929
'stable' (bugfixes and very minor tweaks only).
3030

3131
\section index_maillist Mailing Lists
32-
For support we encourage you to join our <a
33-
href="http://qgis.org/content/view/115/96/">mailing lists</a> for
34-
developers.
35-
32+
<ul>
33+
<li>For support we encourage you to join our <a
34+
href="http://qgis.osgeo.org/community/mailing-lists.html">mailing lists</a> for
35+
developers.</li> </ul>
3636

3737
\section index_bugs Bug Reporting
3838
If you think you have found a bug, please report it using our <a

src/app/qgisapp.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ void QgisApp::about()
18351835
+ tr( "A new plugin was added for interpolating point features into ASCII grid layers." )
18361836
+ "</li>"
18371837
+ "<li>"
1838-
+ tr( "The python plugin manager was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
1838+
+ tr( "The python plugin installer was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
18391839
+ "</li>"
18401840
+ "<li>"
18411841
+ tr( "Plugin toolbar positions are now correctly saved when the application is closed." )
@@ -1850,7 +1850,8 @@ void QgisApp::about()
18501850
+ tr( "Ported all GDAL/OGR and GEOS usage to use C APIs only." )
18511851
+ "</li>"
18521852
+ "<li>"
1853-
1853+
+ tr( "Vector editing overhaul - handling of geometry and attribute edit transactions is now handled transparently in one place." )
1854+
+ "</li>"
18541855
//+ "<li>"
18551856
//+ tr("X")
18561857
//+ "</li>"

0 commit comments

Comments
 (0)