[Koha-cvs] CVS: koha-doc codingguidelines.xml,1.2,1.3

skemotah shedges at users.sourceforge.net
Sat Aug 13 15:11:24 CEST 2005


Update of /cvsroot/koha/koha-doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31595

Modified Files:
	codingguidelines.xml 
Log Message:
add "code must compile" requirement

Index: codingguidelines.xml
===================================================================
RCS file: /cvsroot/koha/koha-doc/codingguidelines.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** codingguidelines.xml	27 Jun 2005 00:47:42 -0000	1.2
--- codingguidelines.xml	13 Aug 2005 13:11:22 -0000	1.3
***************
*** 5,8 ****
--- 5,12 ----
    <title>Koha Coding Standards and Guidelines for Contributors</title>
  
+   <articleinfo>
+     <date>2005-08-13</date>
+   </articleinfo>
+ 
    <section>
      <title>Introduction</title>
***************
*** 29,34 ****
      <para>Koha code should conform to the guidelines defined in the <ulink
      url="http://perldoc.perl.org/perlstyle.html">perlstyle</ulink> man page as
!     they apply to code details (indenting, etc.). As for the general structure
!     of the code, all Koha code must be separated into three types:</para>
  
      <itemizedlist>
--- 33,43 ----
      <para>Koha code should conform to the guidelines defined in the <ulink
      url="http://perldoc.perl.org/perlstyle.html">perlstyle</ulink> man page as
!     they apply to code details (indenting, etc.). Any code committed to Koha
!     should at least compile -- at a minimum, you should use <userinput>perl -c
!     <filename>&lt;filename&gt;</filename></userinput> to check your code
!     before you commit.</para>
! 
!     <para>As for the general structure of the code, all Koha code must be
!     separated into three types:</para>
  
      <itemizedlist>





More information about the Koha-cvs mailing list