下载理财记帐软件financisto源代码

记录下第一次用Bazaar的过程:
1.找到了开源理财记帐软件financisto,想下载源代码。结果发现https://launchpad.net/financisto不是通常的cvs或svn,是Bazaar,第一次听说。
2.下载window下的版本安装。因为电脑上python是绿色版本的,参考http://effbot.org/zone/python-register.htm注册才能装。
3.命令也是从它文档里学的,安装完只要执行bzr branch lp:financisto 就行了。
也可以从网站上下载:https://launchpad.net/financisto
Browse the code-〉view revision -〉download tarbal


To help with localizing Financisto, yo have to do the following steps:

1) Get to know how bzr and launchpad works: https://help.launchpad.net
2) Download a copy of the trunk: bzr branch lp:financisto
3) Take a look how localization in Android works: http://developer.android.com/guide/topics/resources/localization.html
4) Create a new folder under /res like /res/values-xx-rYY (please follow http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources to understand correct xx and YY values) and copy default English resources from /res/values/strings.xml to this folder
5) Translate the /res/values-xx-rYY/strings.xml into your language
6) Change /assets/credits.htm and put your name under Localizatiors section
6) Commit the code into your branch
7) Propose your branch for review/merge into trunk

你可能感兴趣的:(源代码)