User:RafaelOrtiz/UserCases: Difference between revisions
Jump to navigation
Jump to search
RafaelOrtiz (talk | contribs) m (→Other things) |
m (Walter's rectum 24/UserCases moved to User:RafaelOrtiz/UserCases over redirect: revert) |
||
(7 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 _() |
|||
./setup.py genpo |
./setup.py genpo |
||
msginit |
msginit #generates en_US.po |
||
msginit -l es |
msginit -l es #to generate es.po |
||
xgettext |
xgettext #to know what messages can and are displayed in the .pot) |
||
POTFILES.in ? |
POTFILES.in ? |
||
MANIFEST ? |
MANIFEST ? |
||
Line 22: | Line 22: | ||
*QA |
*QA |
||
#Activities |
|||
#Desired features,,, |
|||
== Other things == |
== Other things == |
||
=== Support issues === |
|||
#Upgrades |
|||
#upgrades |
|||
* http://wiki.laptop.org/go/Activated_Upgrade |
|||
#school server |
#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
- Activities
- Desired features,,,
Other things
Support issues
- Upgrades
- school server
- Networking
- Mesh and Wifi
- Manual Insides
- Batteries.
- FAQ