Changes between Version 3 and Version 4 of pjsip-doc/intro


Ignore:
Timestamp:
Dec 5, 2013 6:48:46 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/intro

    v3 v4  
    1010Getting Started with PJSIP 
    1111============================== 
    12 Check http://trac.pjsip.org/repos/wiki/PJSIP-Datasheet to make sure that it has the features that you require. 
     12Check `PJSIP's Features List`_ to make sure that it has the features that you require. 
    1313 
    14 Then to begin using PJSIP, http://trac.pjsip.org/repos/wiki/Getting-Started contains instructions to acquire and build PJSIP on various platforms that we support. 
     14.. _`PJSIP's Features List`: http://trac.pjsip.org/repos/wiki/PJSIP-Datasheet 
     15 
     16Then to begin using PJSIP, the `Getting Started Guide`_ contains instructions to acquire and build PJSIP on various platforms that we support. 
     17 
     18.. _`Getting Started Guide`: http://trac.pjsip.org/repos/wiki/Getting-Started  
    1519 
    1620PJSIP Info and Documentation 
     
    1822To get other relevant info and documentations about PJSIP, you can visit: 
    1923 
    20 - PJSIP General Wiki: http://trac.pjsip.org/repos/wiki 
    21 - PJSIP FAQ: http://trac.pjsip.org/repos/wiki/FAQ 
    22 - PJSIP Reference Manual: http://trac.pjsip.org/repos/wiki - Reference Manual 
     24- `PJSIP General Wiki`_ 
     25- `PJSIP FAQ`_ 
     26- `PJSIP Reference Manual`_ - please see Reference Manual section 
     27 
     28.. _`PJSIP General Wiki`: http://trac.pjsip.org/repos/wiki 
     29.. _`PJSIP FAQ`: http://trac.pjsip.org/repos/wiki/FAQ 
     30.. _`PJSIP Reference Manual`: http://trac.pjsip.org/repos/wiki 
    2331 
    2432Building PJSUA2 
    2533================= 
    26 PJSUA2 API declaration can be found in pjproject/pjsip/include/pjsua2 while the source codes are located in pjproject/pjsip/src/pjsua2. It will be automatically built when you compile PJSIP. 
     34PJSUA2 API declaration can be found in ``pjsip/include/pjsua2`` while the source codes are located in ``pjsip/src/pjsua2``. It will be automatically built when you compile PJSIP. 
    2735 
    2836PJSUA2 Language Binding Support