User:RafaelOrtiz/UserCases: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (New page: 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 ...)
 
m (Walter's rectum 24/UserCases moved to User:RafaelOrtiz/UserCases over redirect: revert)
 
(9 intermediate revisions by 2 users not shown)
Line 11: Line 11:
import gettext
import gettext
from gettext import gettext as _
from gettext import gettext as _
put your strings as _()
#Put your strings as _()
./setup.py genpo (./setup.py genl10n ?)
./setup.py genpo
msginit or gettext
msginit #generates en_US.po
msginit -l es
msginit -l es #to generate es.po
xgettext #to know what messages can and are displayed in the .pot)
xgettext ?
POTFILES.in ?
POTFILES.in ?
MANIFEST ?
MANIFEST ?
Line 22: Line 22:


*QA
*QA
#Activities

#Desired features,,,
== Other things ==
== Other things ==
* Support issues
=== Support issues ===
#Upgrades
* http://wiki.laptop.org/go/Activated_Upgrade
#school server
#Networking
##Mesh and Wifi
#Manual Insides
* http://wiki.laptop.org/go/Manual/Insides
* http://wiki.laptop.org/go/SPI_FLASH_Recovery
#Batteries.
* http://lists.laptop.org/pipermail/community-support/2007-December/000310.html
# FAQ
* http://wiki.laptop.org/go/Support_FAQ

Latest revision as of 15:32, 20 December 2009

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
  1. Activities
  2. Desired features,,,

Other things

Support issues

  1. Upgrades
  1. school server
  2. Networking
    1. Mesh and Wifi
  3. Manual Insides
  1. Batteries.
  1. FAQ