#7855: offline sage notebook
---------------------------+------------------------------------------------
   Reporter:  was          |       Owner:  was          
       Type:  enhancement  |      Status:  new          
   Priority:  major        |   Milestone:  sage-wishlist
  Component:  notebook     |    Keywords:               
Work_issues:               |      Author:               
   Upstream:  N/A          |    Reviewer:               
     Merged:               |  
---------------------------+------------------------------------------------
 {{{
 On Jan 6, 1:03 am, William Stein <[email protected]> wrote:
 > Does anybody know how Google Gears or whatever does things like
 > offline gmail?

 First, skip Gears - that project fades out and will be html5. Chrome,
 Firefox and Safari are afaik nearly capable of providing these
 features, or already do. Gears is just an early example that is
 similar to html5.

 One feature is to have a database. Then, you can access tables and
 entries with (probably a bit limited?) SQL.  For the implementation,
 there could be a table for each worksheet, or one table holding all
 cells and a n:m relationship table for worksheet:cell or something
 like that.

 Another html5 feature is to define offline resources. These are html
 (or other) files which are stored locally. They will be used for the
 starting page and the static javascript code. Maybe it's also possible
 for this feature to save everything as such an offline resource and no
 need for the database mentioned above.

 http://www.w3.org/TR/offline-webapps/
 http://www.w3.org/TR/2009/WD-webdatabase-20091222/
 http://www.w3.org/TR/html5/offline.html

 and here i found examples:
 http://html5demos.com/
 especially this file is interesting:
 http://html5demos.com/tweets.js
 and
 http://html5demos.com/offlineapp

 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7855>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB
-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.


Reply via email to