Ignore:
Timestamp:
01/09/08 08:53:25 (5 years ago)
Author:
erik
Message:

Some URLs in the code have been updated. Some old crud removed. Install.py moved to the right directory, it was initially checked into the wrong place.

Location:
trunk/robofab/Lib/robofab
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/robofab/Lib/robofab/__init__.py

    r13 r21  
    1414MORE INFO 
    1515The RoboFab homepage, documentation etc. 
    16 http://www.letterror.com/code/robofab 
     16http://robofab.com 
    1717 
    1818LICENSE 
    1919Some restrictions apply. 
    20 http://www.letterror.com/code/manual/download/license.html 
     20http://robofab.com/download/index.html 
    2121 
    2222HISTORY 
  • trunk/robofab/Lib/robofab/glifLib.py

    r1 r21  
    33More info about the .glif format (GLyphInterchangeFormat) can be found here: 
    44 
    5   http://just.letterror.com/ltrwiki/GlyphInterchangeFormat 
     5        http://robofab.com/ufo/glif.html 
    66 
    77The main class in this module is GlyphSet. It manages a set of .glif files 
  • trunk/robofab/Lib/robofab/world.py

    r19 r21  
    2121                self._license = False 
    2222                self.run = True 
    23                  
    24                 # check the time 
    25                                  
    26                 # show the sponsors 
    27                 #if self._willNag and not self._hasNagged: 
    28                 #       self.printMessage(['This program uses RoboFab', 'For more information on RoboFab contact the Developers', 'http://www.letterror.com/code/robofab/']) 
    2923 
    3024                # get some platform information 
Note: See TracChangeset for help on using the changeset viewer.