diff --git a/README.mkd b/README.mkd index 7dda299..5b813b2 100644 --- a/README.mkd +++ b/README.mkd @@ -1,3 +1,9 @@ -# LightWrite +# [http://gun.io/w/](LightWrite) - by Gun.io ## A web-based WriteRoom clone ### Rich Jones - rich@gun.io + +LightWrite is a free and open source web-based clone of (http://www.hogbaysoftware.com/products/writeroom)[WriteRoom] by HogBaySoftware. + +LightWrite is built on lots of open source componants, including Python, Django, jQuery, and Smoke.js. + +Are there bugs or features you want for LightWrite? Get in touch! diff --git a/lightwrite/templates/about.html b/lightwrite/templates/about.html new file mode 100644 index 0000000..d60f833 --- /dev/null +++ b/lightwrite/templates/about.html @@ -0,0 +1,16 @@ + + +About LightWrite + +

About LightWrite

+

LightWrite is a free and open source web-based clone of WriteRoom by HogBaySoftware. +

The source code is available on GitHub here +

LightWrite is built on lots of open source componants, including Python, Django, jQuery, and Smoke.js. +

Are there bugs or features you want for LightWrite? Get in touch! + +

About Gun.io

+

LightWrite is written in Django by Rich Jones for Gun.io, a place for independent and open source developers to hire assistance on their projects. + + + + diff --git a/lightwrite/templates/light.html b/lightwrite/templates/light.html index 862aea4..15f8193 100644 --- a/lightwrite/templates/light.html +++ b/lightwrite/templates/light.html @@ -13,12 +13,16 @@ $("#writearea").tabby(); $('#footer-items').hide(); $('#writearea').focus(); + jQuery("#logoo").hover(function() { + jQuery('#logoo').attr("src", "/static/gunio2.png") + }, function(){ + jQuery('#logoo').attr("src", "/static/gunio.png"); + }); }) var light = true; + + @@ -64,23 +86,23 @@

-
-
{% csrf_token %} + +
{% csrf_token %}