[commits] [Wiki] changed: CreatingYourFirstModule

Ralf Lang lang at b1-systems.de
Tue Mar 1 18:45:17 UTC 2011


rlang  Tue, 01 Mar 2011 18:45:17 +0000

Modified page: http://wiki.horde.org/CreatingYourFirstModule
New Revision:  1.8
Change log:  Horde 4 skeleton additions

@@ -91,8 +91,25 @@

  <code type="sh">
  projectrename.php /path/to/skeleton/Checkout/ modulname
  </code>
+
+3.1:
+
+Edit your Name into all files, for example with this snippet under  
bash (Unix, Linux or Windows with cygwin):
+
+<code>find ./ -type f -exec sed -i 's/Your Name  
<you at example.com>/Ralf Lang <lang at b1-systems.de>/g' {} \;
+</code>
+
+3.2 Rename
+
+<code>mv horde/appname/test/Skeleton horde/appname/test/Appname
+</code>
+and
+<code>mv horde/appname/locale/skeleton.pot horde/appname/locale/appname.pot
+</code>
+
+

  4. Perform some file modifications:

  <code type="sh">



More information about the commits mailing list