Paroli-e

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Embryo resources)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Compiling .edc
+
= Compiling .edc =
  
 
   edje_cc
 
   edje_cc
  
= Decompiling .edc
+
= Decompiling .edc =
  
 
   edje_decc
 
   edje_decc
  
= Compiling .cfg (from .txt file)
+
= Compiling .cfg (from .txt file) =
  
 
   eet -e e.cfg config e.txt 1
 
   eet -e e.cfg config e.txt 1
  
= Decompiling .cfg (resulting the source .txt file)
+
= Decompiling .cfg (resulting the source .txt file) =
  
 
   eet -d e.cfg config e.txt
 
   eet -d e.cfg config e.txt
  
= Comparing paroli-serenity and illume
+
= Comparing paroli-serenity and illume =
  
 
http://paste.pocoo.org/compare/123851/123852/
 
http://paste.pocoo.org/compare/123851/123852/
 +
 +
= Embryo resources =
 +
 +
* http://trac.enlightenment.org/e/export/41171/trunk/e/data/themes/default.edc
 +
* http://docs.enlightenment.org/api/embryo/html/pages.html
 +
* http://docs.enlightenment.org/api/embryo/html/Available_Native_Calls_Page.html
 +
* http://docs.enlightenment.org/api/embryo/html/index.html
 +
* http://www.compuphase.com/pawn/pawn.htm (embryo alias small alias pawn)
 +
 +
[[Category:Paroli]]

Latest revision as of 17:07, 23 June 2009

Contents

[edit] Compiling .edc

 edje_cc

[edit] Decompiling .edc

 edje_decc

[edit] Compiling .cfg (from .txt file)

  eet -e e.cfg config e.txt 1

[edit] Decompiling .cfg (resulting the source .txt file)

 eet -d e.cfg config e.txt

[edit] Comparing paroli-serenity and illume

http://paste.pocoo.org/compare/123851/123852/

[edit] Embryo resources

Personal tools

= Compiling .edc

 edje_cc

= Decompiling .edc

 edje_decc

= Compiling .cfg (from .txt file)

  eet -e e.cfg config e.txt 1

= Decompiling .cfg (resulting the source .txt file)

 eet -d e.cfg config e.txt

= Comparing paroli-serenity and illume

http://paste.pocoo.org/compare/123851/123852/