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 <[email protected]>/Ralf Lang <[email protected]>/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">

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to