From 7a864bed56a9153cb509295345c5c90e8514d5d8 Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Mon, 5 Sep 2011 16:41:59 -0400 Subject: [PATCH] sum stuff --- README.mkd | 8 +++++- lightwrite/templates/about.html | 16 +++++++++++ lightwrite/templates/light.html | 48 +++++++++++++++++++++++--------- lightwrite/texts/views.py | 6 +++- lightwrite/urls.py | 1 + static/gunio2.png | Bin 0 -> 8958 bytes static/light.css | 13 +++++++-- 7 files changed, 74 insertions(+), 18 deletions(-) create mode 100644 lightwrite/templates/about.html create mode 100644 static/gunio2.png 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 %}