[commits] [Wiki] changed: CreatingYourFirstModule
    Jan Schneider 
    jan at horde.org
       
    Wed Feb 17 12:06:44 UTC 2016
    
    
  
jan  Wed, 17 Feb 2016 12:06:44 +0000
Modified page: http://wiki.horde.org/CreatingYourFirstModule
New Revision:  20
Change log:  This is clearer
@@ -5,14 +5,12 @@
  Please follow the instructions below and choose the version for  
which you'd like to start a new module. Once you have your first  
module you need to populate it with content. This will be the subject  
of the next section: PopulatingYourFirstModule
  ++ Horde 5
-1. Check out the Horde 5 git branch (instructions below).
-
-Please note: The "develop" branch does not have an up-to-date version  
of the skeleton while the "master" branch does not have the  
horde-generate-module.php script, see  
http://news.gmane.org/gmane.comp.horde.user
+1. Check out the master git branch (instructions below).
  <code type="sh">
- git clone --depth 1 -b develop git://github.com/horde/horde.git
+ git clone --depth 1 git://github.com/horde/horde.git
   cd horde
  </code>
  2. Start a new module - based on the Skeleton module - by running  
the following helper script:
    
    
More information about the commits
mailing list