Code Docs:
New one
./NaturalDocs -i /var/www/simpleinvoices -o HTML /var/www/simpleinvoices-dev/branches/codedocs/ -p /var/www/simpleinvoices-dev/branches/codedocs/ -xi /var/www/simpleinvoices/pdf/ -xi /var/www/simpleinvoices/cache/ -xi /var/www/simpleinvoices/modules/reports/tmp/ -xi /var/www/simpleinvoices/modules/include/js/lgplus/ -img /var/www/simpleinvoices/images/ -s Default
old one
./NaturalDocs -i /var/www/simpleinvoices -o HTML project/ -p project/ -xi /var/www/simpleinvoices/pdf/ -img /var/www/simpleinvoices/images/ -s Default
Lang check:
cd lang
perl lang_check.pl > lang_check.html
Stuff
Vi: remove MS Dos line break
:1,$s/^M//
Perl:
perl -pi -e '/s/OLD/NEW/g'
ie. perl -pi -e '/s/\/src\//\/modules\//g'
SVN: