[Get Code]
(make $http_proxy if needs proxy]
git clone http://yangsongx@github.com/yangsongx/TeleComm.git
[How to push]
git push -u origin master
or,
git push -u origin branch_name
[Layout]
TeleComm
doc/ - document
+
|
+-- telecomm_and_msm8960/ - the reference and MSM8960 doc.
As njred224 is down, all the doc's
config is dropped.
In the future, all stuff update would
put in the github.com here.
src/
- source code
-------------------------------------------------------------------------------
[TODO]
o Needs let TOC of the article show sect2 page info![High]
(solution: there are toc-depth(note - there're TWO place for them:
554 (define (toc-depth nd)
555 (if (string=? (gi nd) (normalize "book"))
556 3
557 (if (string=? (gi nd) (normalize "appendix"))
558 0
559 1)))
-change 559's `1' to `2' to verify if it works or not
o Needs re-arrange the long table RIL msg display to itemizedlist.[Medium]