gedit-webkit-panel-plugin

Version: 0.1
gedit: 3
dependance: gir1.2-webkit-3.0

Add Webkit in a panel of gedit to easily display the html page being edited. A mini python server can be run to display your dynamic pages.

HTML5, CSS3 supported. The native webkit debugging tool (like firebug) is also present.

You can also use it as a browser, change the start page to add your favorite links.

Ctrl + Alt + R to load the gedit document (shortcut changed to ini.cfg). Right click in the web view to access all the options.

The server will be launched in the loaded file folder. CGI directories: /cgi-bin, /htbin, /perl or /python

A plugin system is in place, it allows you to add pre-parser display or anything else. By default, a syntax translator of code-google wiki is present.



Exemple formulaire python:

Attention: les scripts python doivent se trouver dans les dossiers CGI
    /home/user/web/mon_site
                      |
                      +------- /index.html ← fichier à lancer
                      |
                      +------- /cgi-bin
                                  |
                                  +------- /script.py
    


Exemple formulaire php:

Attention: Uniquement la méthode GET
La cohabitation de script python et php peut bloquer le serveur (sécurité). Ctrl+Alt+R ou menuitem 'Home' pour le relancer.