Changes between Version 25 and Version 43 of Ticket #11080


Ignore:
Timestamp:
12/21/11 01:29:31 (17 months ago)
Author:
jdemeyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11080

    • Property Status changed from needs_review to positive_review
    • Property Cc timdumol added
    • Property Milestone changed from sage-4.8 to sage-5.0
  • Ticket #11080 – Description

    v25 v43  
    11This ticket tracks the progress to move the notebook to a flask/wsgi-based notebook. 
    2  
    3 '''spkg''':  
    4   * http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg (from #11874) 
    5   * http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg (this includes all dependencies not already in Sage) 
    6  
    7 '''apply''': 
    8   * Apply the patch from #11078 to the normal sage repository 
    92 
    103Relevant code repository: http://code.google.com/r/jasongrout-flask-sagenb/ 
    114 
    12 '''Explicit instructions''': Replace $SAGE_ROOT with the root sage directory 
     5'''Explicit instructions''' including dependencies (replace $SAGE_ROOT with the root sage directory): 
    136{{{ 
    147cd $SAGE_ROOT 
     
    2215}}} 
    2316 
     17'''spkg''': [http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg] (this includes all dependencies not already in Sage)