Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/webless
[see status in README] library to make headless server side website rendering and filtering using webkit and jquery and getting the results back with persistent links for the "mashups"
https://github.com/marianoguerra/webless
Last synced: about 1 month ago
JSON representation
[see status in README] library to make headless server side website rendering and filtering using webkit and jquery and getting the results back with persistent links for the "mashups"
- Host: GitHub
- URL: https://github.com/marianoguerra/webless
- Owner: marianoguerra
- Created: 2009-12-10T23:04:46.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-10T15:22:52.000Z (over 13 years ago)
- Last Synced: 2023-04-21T08:16:33.384Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
STATUS: this was an experiment, if you like it fork it and make pull requests
you need tubes in this directory for webless to work (http://github.com/marianoguerra/tubes)
a simple example:
* get webless from github
* get tubes from github and put the tubes dir inside the webless dir
(webless/tubes)
* you will need the bindings for webkit in gtk to make this work
(aptitude install python-webkit on ubuntu)
* cd webless
* 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('
page.wrapInner('
* 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