Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
webless needs tubes to work ( http://github.com/marianoguerra/tubes ) it is included as a git submodule in /tubes a simple example: * get webless from github * cd webless * in the webless directory, get the tubes submodule: (git submodule init; git submodule update) * you will need the bindings for webkit in gtk to make this work (aptitude install python-webkit on ubuntu) * python server.py * firefox http://0.0.0.0:8000 * put www.google.com/search?q=sublime on the url field * put the following on the code field: var page = $("html"); page.html($(".l")); $('.l').wrap('<li></li>'); page.wrapInner('<ul></ul>'); * click on Test (you should get a list of links below) * click on Send (you should get a link to the script that is stored on the server) TODO: * add persistent link storage * find a real usage for this :P