User:RafaelOrtiz/UserCases: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 27: Line 27:
#Upgrades
#Upgrades
#school server
#school server
#Mesh Networking
#Networking
##Mesh and Wifi
#Manual Insides

Revision as of 00:27, 11 October 2007

This is intended to give support, standardize and investigate ways and procedures to do things the better way. Then move this to documentation pages.

Creating an activity

  • Source code
  • Sugarization
  • Jhbuild-sugar interaction
  • Maintenance

Internationalization

import gettext 
from gettext import gettext as _
 #Put your strings as _()
./setup.py genpo 
msginit    #generates en_US.po
msginit -l es #to generate es.po
xgettext #to know what messages can and are displayed in the .pot)
POTFILES.in ?
MANIFEST ?

Testing

  • QA

Other things

  • Support issues
  1. Upgrades
  2. school server
  3. Networking
    1. Mesh and Wifi
  4. Manual Insides