Skip to content

Commit

Permalink
Some updates to developer documentation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7623 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 20, 2007
1 parent 9597e23 commit 1213e34
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 17 deletions.
17 changes: 9 additions & 8 deletions CODING
Expand Up @@ -636,17 +636,18 @@ put in your username and password. Just use the same ones as your trac account.
3. Authors
==========

Tim Sutton (author and editor)
Gary Sherman
* Tim Sutton (author and editor)
* Gary Sherman
* Marco Hugentobler

Original pages from wiki to deprecate:

http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
http://wiki.qgis.org/qgiswiki/CodingStandards (./)
http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
http://wiki.qgis.org/qgiswiki/DebuggingPlugins
http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
* http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
* http://wiki.qgis.org/qgiswiki/CodingStandards (./)
* http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
* http://wiki.qgis.org/qgiswiki/DebuggingPlugins
* http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
* http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)



Expand Down
39 changes: 30 additions & 9 deletions CODING.t2t
Expand Up @@ -21,6 +21,27 @@
% -------------------


%-----------------------------------------------------------------
% Insert the following preamble on moinmoin generated output
%-----------------------------------------------------------------

%/!\ '''Note:''' Please do not edit this document directly.
%
%/!\ '''Note:''' Please do not remove this notice.
%
%(!) This document was generated using text2tags from INSTALL.t2t in the QGIS sources. Make your
% edits to that file and use t2t to regenerate in moinmoin %format, then paste the procedure in below.
%I have instated these changes so that we can have a single central document that contains all the
%instructions developers contributing to QGIS. This page should always reflect the most current SVN trunk build
%procedure - for release versions the CODING document in the sources will be generated according
%to the current build procedure at the time.

%Tim Sutton 2007

%-----------------------------------------------------------------
% Preamble ends
%-----------------------------------------------------------------

= QGIS Coding Standards =


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

= Authors =

Tim Sutton (author and editor)
Gary Sherman

* Tim Sutton (author and editor)
* Gary Sherman
* Marco Hugentobler

Original pages from wiki to deprecate:

http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
http://wiki.qgis.org/qgiswiki/CodingStandards (./)
http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
http://wiki.qgis.org/qgiswiki/DebuggingPlugins
http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
* http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
* http://wiki.qgis.org/qgiswiki/CodingStandards (./)
* http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
* http://wiki.qgis.org/qgiswiki/DebuggingPlugins
* http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
* http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)

0 comments on commit 1213e34

Please sign in to comment.