Changeset 60 for site/xdocs
- Timestamp:
- 10/07/08 14:41:36 (5 years ago)
- Location:
- site/xdocs
- Files:
-
- 12 modified
-
api_landing.xml (modified) (1 diff)
-
decisions.xml (modified) (1 diff)
-
discussion.xml (modified) (1 diff)
-
external_refs.xml (modified) (1 diff)
-
guidelines.xml (modified) (1 diff)
-
howtos.xml (modified) (1 diff)
-
maintain_code.xml (modified) (1 diff)
-
registration.xml (modified) (1 diff)
-
site.xml (modified) (1 diff)
-
stylesheets/site-nav.xml (modified) (1 diff)
-
tools.xml (modified) (1 diff)
-
whitepapers.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
site/xdocs/api_landing.xml
r59 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>APIs</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/decisions.xml
r59 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>Decision Making</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/discussion.xml
r59 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>Discussion</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/external_refs.xml
r58 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>External</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/guidelines.xml
r8 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>Project Guidelines</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/howtos.xml
r59 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>Howtos</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/maintain_code.xml
r59 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>Code Maintenance</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/registration.xml
r8 r60 4 4 <author email="general.AT.Telnic.DOT.apache.DOT.org">Telnic Developer Community Project</author> 5 5 <title> Sign up or Log in</title> 6 <registered/> 6 7 </properties> 7 8 <body> 8 <section name="Sign up | Log in"> 9 10 <div id="signup"> 11 <div><img src="/pages/images/title_signup.gif" /></div> 9 <section name="Log in | Sign up"> 10 <p>The .tel developer community offers different levels of access. Read on to learn the benefits.</p> 11 <table class="tblresel" cellpadding="0" cellspacing="0" border="0" width="560px"> 12 12 13 <p>If you are new to the community, please sign up to get full access to available resources.</p> 14 <div class="reg_wrapper_new"> 15 <form name="form2" method="post" action="developers/"> 16 <table cellpadding="0" cellspacing="0" border="0" id="regsign"> 17 <tr> 18 <td> 19 <label for="email">Email</label> 20 </td> 13 <tr> 14 <th width="25%">Access Level</th> 15 <th>Description</th> 16 </tr> 21 17 22 <td> 23 <input class="txt_std_input" id="email" maxlength="80" name="email" type="text"/> 24 </td> 25 </tr> 26 <tr> 27 <td> 28 <label for="confirm_email">Confirm Email</label> 29 </td> 30 31 <td> 32 <input class="txt_std_input" id="confirm_email" maxlength="80" name="confirm_email" type="text"/> </td> 33 </tr> 34 <tr> 35 <td> 36 <label for="pwd">Password</label> 37 </td> 38 <td> 39 40 <input class="txt_std_input" id="pwd" maxlength="80" name="pwd" type="text"/> </td> 41 </tr> 42 <tr> 43 <td> 44 <label for="confirm_pwd">Confirm password</label> 45 </td> 46 <td> 47 <input class="txt_std_input" id="confirm_pwd" maxlength="80" name="confirm_pwd" type="password"/> </td> 48 49 </tr> 50 <tr> 51 <td> </td> 52 <td class="btn" align="right"><input type="submit" name="signup" id="btnSubmit" value="Sign up" class="loginbtn" tabindex="5" /> 53 </td> 54 </tr> 55 </table> 56 </form> 57 58 </div> 59 </div> 18 <tr> 19 <td class="left">Basic: Open for all</td> 20 <td class="right"> 21 <ul> 22 <li>Read all materials, including wiki, forums, and docs</li> 23 <li>Browse and get copies of applications, tools, source code</li> 24 </ul> 25 </td> 26 </tr> 27 <tr class="alt"> 28 <td class="left">Contributor: Free membership</td> 29 <td class="right"> 30 If you have an account, please <a href="/trac/login">log in</a>. 31 If you don't have an account, <a href="/trac/register">sign up</a> now 32 to create an account. 33 <ul> 34 <li>Write to the forums, edit wiki pages.</li> 35 <li>Submit tickets to report issues or request features.</li> 36 <li>Get community help with your development.</li> 37 </ul> 38 </td> 39 </tr> 40 <tr> 41 <td class="left">Committer: Free membership, elected role</td> 42 <td class="right"> 43 Contributors who make regular contributions and participate in the life of the community 44 can be promoted to committers, or gurus of the community. 45 <ul> 46 <li>Have a vote in community-wide discussion</li> 47 <li>Can have extra (admin) rights.</li> 48 <li>Can edit source code directly, have write access to SVN repository.</li> 49 </ul> 50 </td> 51 </tr> 52 </table> 60 53 61 54 62 <div id="login">63 <div><img src="/pages/images/title_login.gif" /></div>64 <p>If you have already signed up, please use this form to log into your account.</p>65 66 <div class="reg_wrapper_new">67 68 <form name="form1" method="post" action="registrars/">69 70 <table cellpadding="0" cellspacing="0" border="0" id="logintable">71 <tr>72 <td>Username</td>73 <td><input type="text" name="username" id="username" class="txt_std_input" tabindex="1"/></td>74 </tr>75 76 <tr>77 <td>Password</td>78 <td><input type="password" name="password" id="password" class="txt_std_input" tabindex="2" /></td>79 </tr>80 <tr>81 <td> </td>82 <td class="btn"><input type="submit" name="login" id="btnSubmit" value="Log in" class="loginbtn" tabindex="3"/></td>83 </tr>84 <tr>85 <td colspan="2">86 <span style="font-size:80%; vertical-align:middle; line-height:20px;">87 <input type="checkbox" tabindex="4"/> Remember me88 </span>89 </td>90 </tr>91 <tr>92 <td colspan="2"><a style="font-size:80%; text-decoration:underline;" href="forgot_pwd.html" tabindex="5">forgot password</a></td>93 </tr>94 </table>95 96 </form>97 98 </div>99 </div>100 55 </section> 101 56 </body> -
site/xdocs/site.xml
r59 r60 6 6 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 7 7 <title>Website Updates</title> 8 <registered/> 8 9 </properties> 9 10 -
site/xdocs/stylesheets/site-nav.xml
r37 r60 17 17 </menu> 18 18 <menu name="Developer Area" href="/trac"> 19 <item name="Log in | Sign up" href="/pages/registration.html"/> 19 20 <item name="Discussion" href="/pages/discussion.html"> 20 21 <subitem name="Forums" href="/trac/discussion"/> -
site/xdocs/tools.xml
r59 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>Toolkits</title> 7 <registered/> 7 8 </properties> 8 9 -
site/xdocs/whitepapers.xml
r8 r60 5 5 <author email="general.AT.developer.DOT.telnic.DOT.org">Telnic Developer Community</author> 6 6 <title>Whitepapers</title> 7 <registered/> 7 8 </properties> 8 9








