Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
scottbw committed Dec 5, 2011
0 parents commit 9982700
Show file tree
Hide file tree
Showing 68 changed files with 4,494 additions and 0 deletions.
47 changes: 47 additions & 0 deletions index.html
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Write That Thesis!</title>

<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Le styles -->
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css">
<style type="text/css">
body {
padding-top: 60px;
}
</style>

<!-- Le fav and touch icons -->
<link rel="apple-touch-icon" href="widget/icon.png">
</head>

<body>

<div class="container">

<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>Write That Thesis!</h1>
<p>This is a widget developed by Li Na, Sten Govaerts, Felix Mödritscher and myself for the <a href="http://www.role-project.eu/?p=2078">ROLE developer camp</a> in Leuven on 30th November. It uses local storage to track how much you've written on your thesis and provides encouraging messages! Its still more of a demo as it has debug code in (for example, it treats each entry you make as a new day irrespective of the date) but could be the basis of something usable.</p>
<iframe src="widget/index.html" width=450 height=500 style="border:none" scrolling="no"></iframe>
<p>You can download the application as a W3C Widget, which you can use in <a href="http://www.opera.com/">Opera</a> or with <a href="http://incubator.apache.org/wookie">Apache Wookie</a> or on various mobile devices, or there are versions for Android, Blackberry and Symbian built with PhoneGap.</p>
<p><a target="_blank" class="btn primary large" href="widget/index.html">Open just the widget in a new window &raquo;</a></p>
<p><a class="btn primary large" href="widget/thesis.wgt">Download the widget &raquo;</a></p>
<p><a class="btn primary large" href="https://build.phonegap.com/apps/51866/share">Android, Blackberry and Symbian versions &raquo;</a></p>
</div>


<footer>
<p>Page &copy; Scott Wilson 2011. Widget &copy; ROLE project(?)</p>
</footer>

</div> <!-- /container -->

</body>
</html>
57 changes: 57 additions & 0 deletions widget/bluff/CHANGELOG
@@ -0,0 +1,57 @@
Version 0.3.6
September 14 2009
================================================================

* Tooltips are now available on line and bar graphs. Thanks
to CrimsonJet, makers of Appstatz.com, for sponsoring this
feature's development.

* New graph type ported from Gruff: Bluff.Dot.

* New options available: title_margin, legend_margin, dot_radius,
line_width, bar_spacing, hide_labels_less_than.

* JS.Class updated to 2.1.

* Improved handling of data labels; values are truncated to
a few significant decimal places and formatted with thousand
delimiters.

* TableReader handles non-numeric/empty cells more elegantly.

* Fixes text rendering bugs relating to font weighting and
automatic size detection.

* Allows plotting to proceed if all data is zero.


Version 0.3.4.2
October 27 2008
================================================================

* Fixes bug caused in normalization methods triggered by zero
values given to Base#data().


Version 0.3.4.1
October 1 2008
================================================================

* Upgrades JS.Class to 2.0.2.

* Text nodes are now rendered inside a div that wraps the canvas
instead of just inside the <body> element. This improves
behaviour with respect to page zooming and relative positioning.

* Fixes bugs in label rounding and zero-value handling.


Version 0.3.4
September 15 2008
================================================================

* Initial release, based on Gruff 0.3.4. Includes AccumulatorBar,
Area, Bar, Line, Net, Pie, SideBar, SideStackedBar, Spider,
StackedArea, StackedBar, Mini.Bar, Mini.Pie and Mini.SideBar,
plus ability to pull data from HTML tables.

25 changes: 25 additions & 0 deletions widget/bluff/MIT-LICENSE
@@ -0,0 +1,25 @@
Bluff -- Beautiful graphs in JavaScript
http://bluff.jcoglan.com

Copyright (c) 2008-2009 James Coglan

Original Ruby version (c) 2005-2009 Topfunky Corporation boss@topfunky.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions widget/bluff/bluff-min.js

Large diffs are not rendered by default.

0 comments on commit 9982700

Please sign in to comment.