Changeset 23 for site/xdocs
- Timestamp:
- 10/03/08 09:28:54 (5 years ago)
- Location:
- site/xdocs
- Files:
-
- 6 modified
-
faq.xml (modified) (4 diffs)
-
record_types.xml (modified) (1 diff)
-
sitemap.xml (modified) (2 diffs)
-
site.xml (modified) (1 diff)
-
stylesheets/site-nav.xml (modified) (1 diff)
-
stylesheets/site.xsl (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
site/xdocs/faq.xml
r8 r23 119 119 </ul> 120 120 </div> 121 <div class="expander"> 122 <h3 class="label"><img src="/pages/images/faq_org.gif" border="0" class="rollover" /></h3> 123 <ul class="faq"> 124 <li class="question">Will source code for all the tools be available? 121 122 <div class="expander"> 123 <h3 class="label"><img src="/pages/images/faq_apps.gif" border="0" class="rollover" /></h3> 124 <ul class="faq"> 125 <li class="question">Will source code for all the tools be available? 125 126 <div class="content"> 126 127 <p>Yes, all client applications will be published in binary and source code format. … … 130 131 </div> 131 132 </li> 132 <li class="question">Do I have to pay royalties or GPL my code if I use .tel in my app? 133 <div class="content"> 134 <p>No, .tel client applications are released under the Telnic license, 135 which is not modeled after GPL. Please read the license agreement for details. 136 </p> 137 </div> 138 </li> 133 139 134 <li class="question">What languages can I write my .tel apps with? 140 135 <div class="content"> … … 151 146 </div> 152 147 </li> 153 <li class="question">What's the difference between contributors and committers?154 <div class="content">155 <p>All community members are contributors and have access to all156 community resources, including source code, APIs, samples, and test harness.</p>157 <p>Based on the principle of meritocracy, an active contributor who makes158 stable and valuable contributions through the forum and bug tracker can be159 elected <i>committer</i>. Committers are just like any other contributor,160 but they have write access to SVN and are generally highly respected in the community.</p>161 </div>162 </li>163 <li class="question">How do I become a committer?164 <div class="content">165 <p>A committer is an honorary title, not an official job or role. If you have166 been contributing to .tel application development, have demonstrated dedication to167 the project and regularity of contributions, you are sure to be elected committer.168 If you feel that despite your efforts, your contributions are not properly rewarded,169 please speak up at the forum. The committers group is willing to see new members170 join and can help you up your path.</p>171 </div>172 </li>173 148 </ul> 174 </div> 149 </div> 150 175 151 <div class="expander"> 176 152 <h3 class="label"><img src="/pages/images/faq_integrate.gif" border="0" class="rollover" /></h3> … … 215 191 </div> 216 192 </li> 193 <li class="question">Do I have to pay royalties or GPL my code if I use .tel in my app? 194 <div class="content"> 195 <p>No, .tel client applications are released under the Telnic license, 196 which is not modeled after GPL. Please read the license agreement for details. 197 </p> 198 </div> 199 </li> 200 </ul> 201 </div> 202 <div class="expander"> 203 <h3 class="label"><img src="/pages/images/faq_community.gif" border="0" class="rollover" /></h3> 204 <ul class="faq"> 205 206 <li class="question">What's the difference between contributors and committers? 207 <div class="content"> 208 <p>All community members are contributors and have access to all 209 community resources, including source code, APIs, samples, and test harness.</p> 210 <p>Based on the principle of meritocracy, an active contributor who makes 211 stable and valuable contributions through the forum and bug tracker can be 212 elected <i>committer</i>. Committers are just like any other contributor, 213 but they have write access to SVN and are generally highly respected in the community.</p> 214 </div> 215 </li> 216 <li class="question">How do I become a committer? 217 <div class="content"> 218 <p>A committer is an honorary title, not an official job or role. If you have 219 been contributing to .tel application development, have demonstrated dedication to 220 the project and regularity of contributions, you are sure to be elected committer. 221 If you feel that despite your efforts, your contributions are not properly rewarded, 222 please speak up at the forum. The committers group is willing to see new members 223 join and can help you up your path.</p> 224 </div> 225 </li> 217 226 </ul> 218 227 </div> -
site/xdocs/record_types.xml
r8 r23 34 34 and requires extra effort; to make working with .tel domains easy, 35 35 the TelHosting Software already provides this support. </p> 36 <p> The<a href="http://en.wikipedia.org/wiki/NAPTR" target="_blank">Wikipedia</a>36 <p><a href="http://en.wikipedia.org/wiki/NAPTR" target="_blank">Wikipedia</a> 37 37 gives a more detailed description of NAPTRs, and <a href="http://www.ietf.org/rfc/rfc3403.txt" target="_blank">RFC3403 38 38 </a> contains the specification of this resource record. For more information on -
site/xdocs/sitemap.xml
r8 r23 15 15 </tr> 16 16 <tr> 17 <td class="home" colspan="4"><a href=". /index.html">Developers</a></td>17 <td class="home" colspan="4"><a href="../index.html">Developers</a></td> 18 18 </tr> 19 19 <tr> 20 <td class="header"><a href=". /index.html">Overview</a></td>20 <td class="header"><a href="../index.html">Overview</a></td> 21 21 <td class="header"><a href="/pages/downloads.html">.tel Applications</a></td> 22 22 <td class="header"><a href="/trac">Developers Area</a></td> … … 46 46 47 47 <td> 48 <a href="/ pages/community_landing.html">Overview</a>48 <a href="/trac">Overview</a> 49 49 <a href="/trac/wiki/SourceCode">Source Code</a> 50 50 <a href="/trac/discussion">Forums</a> 51 51 <a href="/trac/wiki">Wiki</a> 52 52 <a href="/trac/wiki/TitleIndex">Index of Wiki pages</a> 53 <a href="/trac/ newticket">Submit a Bug</a>53 <a href="/trac/wiki/BugTracker">Submit a Bug</a> 54 54 <a href="/pages/tools.html">Toolkits</a> 55 55 </td> -
site/xdocs/site.xml
r8 r23 37 37 </tr> 38 38 39 <tr >40 <td class="alt">api/</td>39 <tr class="alt"> 40 <td>api/</td> 41 41 <td>API references generated from an internal project; subfolders <code>admin-soap</code>, 42 42 <code>client-soap</code>, and <code>so-soap</code>. To suggest a change, write to -
site/xdocs/stylesheets/site-nav.xml
r8 r23 21 21 <subitem name="Wiki" href="/trac/wiki"/> 22 22 <subitem name="RSS Feed" href="/trac/wiki/RssFeed"/> 23 <subitem name="Submit a Bug / Patch" href="/trac/ newticket"/>23 <subitem name="Submit a Bug / Patch" href="/trac/wiki/BugTracker"/> 24 24 </item> 25 25 <item name="Source Code" href="/trac/wiki/SourceCode"/> -
site/xdocs/stylesheets/site.xsl
r8 r23 76 76 <script> 77 77 <xsl:attribute name="src">/pages/js/utils.js</xsl:attribute>  78 </script> 79 <script> 80 <xsl:attribute name="src">/pages/js/swfobject.js</xsl:attribute>  78 81 </script> 79 82 <xsl:if test="properties/add_js"> … … 192 195 <div class="left"><a href="/pages/legal.html"> Legal & Privacy</a> © 2008 Telnic Limited.</div> 193 196 <div class="right"> 194 195 <p id="fplayer"><embed type="application/x-shockwave-flash" src="/pages/flash/countdown.swf" style="" id="single" name="single" quality="high" width="220" height="20"/></p> 196 <script type="text/javascript"/> 197 <!-- SWFObject --> 198 <p id="fplayer"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this movie.</p> 199 <script src="/pages/js/countdown.js"> </script> 200 201 <!-- End SWFObject --> 202 197 203 </div> 198 204 </div> … … 248 254 <script> 249 255 <xsl:attribute name="src">/pages/js/utils.js</xsl:attribute>  256 </script> 257 <script> 258 <xsl:attribute name="src">/pages/js/swfobject.js</xsl:attribute>  250 259 </script> 251 260 <xsl:for-each select="properties/author"> … … 377 386 <div class="left"><a href="/pages/legal.html"> Legal & Privacy</a> © 2008 Telnic Limited.</div> 378 387 <div class="right"> 379 380 <p id="fplayer"><embed type="application/x-shockwave-flash" src="/pages/flash/countdown.swf" style="" id="single" name="single" quality="high" width="220" height="20"/></p> 381 <script type="text/javascript"/> 388 <!-- SWFObject --> 389 <p id="fplayer"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this movie.</p> 390 <script src="/pages/js/countdown.js">  </script> 391 392 <!-- End SWFObject --> 393 382 394 </div> 383 395 </div> … … 428 440 <script> 429 441 <xsl:attribute name="src">/pages/js/utils.js</xsl:attribute>  442 </script> 443 <script> 444 <xsl:attribute name="src">/pages/js/swfobject.js</xsl:attribute>  430 445 </script> 431 446 <xsl:for-each select="properties/author"> … … 495 510 <div class="left"><a href="/pages/legal.html"> Legal & Privacy</a> © 2008 Telnic Limited.</div> 496 511 <div class="right"> 497 498 <p id="fplayer"><embed type="application/x-shockwave-flash" src="/pages/flash/countdown.swf" style="" id="single" name="single" quality="high" width="220" height="20"/></p> 499 <script type="text/javascript"/> 500 512 <!-- SWFObject --> 513 <p id="fplayer"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this movie.</p> 514 <script src="/pages/js/countdown.js"> </script> 515 516 <!-- End SWFObject --> 501 517 502 518 </div>








