Logo

The logotype of this application is the face of a dog whose breed is a Pug. One famous Pug is the one from the film Men In Black II named Frank the Pug . Well, the dog's face in the image is of my nephew's dog named Petite, which in French means Small girl. She is a cute small doggy that lives in my parent's house.

Petite

History

The original idea was written in http://angocatech.blogspot.com/2010/12/plugin-maven-to-insert-googleads-in.html , and the first approach was with a 'sed' file using the 'for' command in linux.

for i in `ls *.html` ; do sed -f subst.sed $i > $i.bak ; mv $i.bak $i ; done

Sed File . This is the example of the file.

N;N;N;s/<a href="" title="googleAds" class="poweredBy">.*<img alt="googleAds" src="googleAds" \/>.*<\/a>/\n\n<script type="text\/javascript"><!--\ngoogle_ad_client = "ca-pub-9663595078690574";\n\/\* 120x240, creado 24\/09\/10 \*\/\ngoogle_ad_slot = "9409358178";\ngoogle_ad_width = 120;\ngoogle_ad_height = 600;\n\/\/-->\n<\/script>\n<script type="text\/javascript"\nsrc="http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js">\n<\/script>\n/g