Simple development server for writing an html pages
Project description
Live HTML
=========
Simple tool that helps you to desing in the browser. You just need python
interpreter:
>>> import livehtml
>>> livehtml.start_server('.')
Now you can just open your favorite text editor or IDE, create new html file,
write something like:
<!doctype html>
<html>
<head></head>
<body></body>
</html>
in this file and open it in browser like:
http://127.0.0.1:8888/new-file.html
And after any changes you'l save in your file you can immediately see the
changes in browser.
=========
Simple tool that helps you to desing in the browser. You just need python
interpreter:
>>> import livehtml
>>> livehtml.start_server('.')
Now you can just open your favorite text editor or IDE, create new html file,
write something like:
<!doctype html>
<html>
<head></head>
<body></body>
</html>
in this file and open it in browser like:
http://127.0.0.1:8888/new-file.html
And after any changes you'l save in your file you can immediately see the
changes in browser.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
livehtml-0.0.1.tar.gz
(4.3 kB
view hashes)