config.xml 798 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <widget xmlns="http://www.w3.org/ns/widgets" height="200" id="http://CARBONCALC" version="1.0.0" viewmodes="windowed fullscreen" width="200">
  3. <name short="CARBON FOOT">CARBONCALC</name>
  4. <description>
  5. CARBON FOOT PRINT CALCULATOR AND ADVISER
  6. </description>
  7. <!-- Note: Author href MUST BE Url encoded
  8. @see http://en.wikipedia.org/wiki/Percent-encoding -->
  9. <author email="rajan.mba@gmail.com" href="http://nmamobiles.byethost2.com">
  10. SelvaRajan
  11. </author>
  12. <icon src="icon.png"/>
  13. <content src="index.html"/>
  14. <license>
  15. Copyright selvarajan, 2011.
  16. </license>
  17. <feature name="nokia://s40.nokia.com/SAWRT/1.0 " required="true" />
  18. </widget>