nitipit / appkit

Gnome desktop application framework based on Webkit, HTML5 and Python
http://nitipit.github.io/appkit
MIT License
42 stars 4 forks source link

add external configuration file for applications #32

Open codesardine opened 9 years ago

codesardine commented 9 years ago

add XML configuration file for applications in the application root folder

config.xml


<appname>Myapp</appname>
<access>local</access> OR network restrict access in external browser
<window>
    <fullscreen>true</fullscreen>
     <toplevel>true</toplevel>
    <height>800<height>
    <width>600<width>   
    <Position>center</Position>
    <Icon>/path/to/myicon</icon>
</window>

thinking about using your application to build some cool stuff but is missing some features for easy devlopment maybe some options need to be added but am not very familiar with gtk webkit yet.