Skip to content

Commit 1213e34

Browse files
author
timlinux
committed
Some updates to developer documentation
git-svn-id: http://svn.osgeo.org/qgis/trunk@7623 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9597e23 commit 1213e34

File tree

2 files changed

+39
-17
lines changed

2 files changed

+39
-17
lines changed

CODING

+9-8
Original file line numberDiff line numberDiff line change
@@ -636,17 +636,18 @@ put in your username and password. Just use the same ones as your trac account.
636636
3. Authors
637637
==========
638638

639-
Tim Sutton (author and editor)
640-
Gary Sherman
639+
* Tim Sutton (author and editor)
640+
* Gary Sherman
641+
* Marco Hugentobler
641642

642643
Original pages from wiki to deprecate:
643644

644-
http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
645-
http://wiki.qgis.org/qgiswiki/CodingStandards (./)
646-
http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
647-
http://wiki.qgis.org/qgiswiki/DebuggingPlugins
648-
http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
649-
http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
645+
* http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
646+
* http://wiki.qgis.org/qgiswiki/CodingStandards (./)
647+
* http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
648+
* http://wiki.qgis.org/qgiswiki/DebuggingPlugins
649+
* http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
650+
* http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
650651

651652

652653

CODING.t2t

+30-9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@
2121
% -------------------
2222

2323

24+
%-----------------------------------------------------------------
25+
% Insert the following preamble on moinmoin generated output
26+
%-----------------------------------------------------------------
27+
28+
%/!\ '''Note:''' Please do not edit this document directly.
29+
%
30+
%/!\ '''Note:''' Please do not remove this notice.
31+
%
32+
%(!) This document was generated using text2tags from INSTALL.t2t in the QGIS sources. Make your
33+
% edits to that file and use t2t to regenerate in moinmoin %format, then paste the procedure in below.
34+
%I have instated these changes so that we can have a single central document that contains all the
35+
%instructions developers contributing to QGIS. This page should always reflect the most current SVN trunk build
36+
%procedure - for release versions the CODING document in the sources will be generated according
37+
%to the current build procedure at the time.
38+
39+
%Tim Sutton 2007
40+
41+
%-----------------------------------------------------------------
42+
% Preamble ends
43+
%-----------------------------------------------------------------
44+
2445
= QGIS Coding Standards =
2546

2647

@@ -508,16 +529,16 @@ put in your username and password. Just use the same ones as your trac account.
508529

509530
= Authors =
510531

511-
Tim Sutton (author and editor)
512-
Gary Sherman
513-
532+
* Tim Sutton (author and editor)
533+
* Gary Sherman
534+
* Marco Hugentobler
514535

515536
Original pages from wiki to deprecate:
516537

517-
http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
518-
http://wiki.qgis.org/qgiswiki/CodingStandards (./)
519-
http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
520-
http://wiki.qgis.org/qgiswiki/DebuggingPlugins
521-
http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
522-
http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
538+
* http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
539+
* http://wiki.qgis.org/qgiswiki/CodingStandards (./)
540+
* http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
541+
* http://wiki.qgis.org/qgiswiki/DebuggingPlugins
542+
* http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
543+
* http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
523544

0 commit comments

Comments
 (0)