Mercurial > pidgin-twitter-web
comparison index.html @ 0:c431c84afae5
initial import
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 28 Jul 2008 04:33:28 +0900 |
parents | |
children | d33d9e6b1e0f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c431c84afae5 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> | |
5 | |
6 <head> | |
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8 " /> | |
8 <meta name="description" content="description"/> | |
9 <meta name="keywords" content="keywords"/> | |
10 <meta name="author" content="author"/> | |
11 <link rel="stylesheet" type="text/css" href="default.css" media="screen"/> | |
12 <title>pidgin-twitter (ぴじつた)</title> | |
13 </head> | |
14 | |
15 <body> | |
16 | |
17 <div class="container"> | |
18 | |
19 <div class="main"> | |
20 | |
21 <div class="header"> | |
22 | |
23 <div class="title"> | |
24 <h1>pidgin-twitter (ぴじつた)</h1> | |
25 </div> | |
26 | |
27 </div> | |
28 | |
29 <div class="content"> | |
30 | |
31 <div class="item"> | |
32 <h1><a id="whatisit" name="whatisit">What is pidgin-twitter?</a></h1> | |
33 <p>pidgin-twitter (also known as "ぴじつた") is a pidgin plugin | |
34 which provides a lot of useful features to the users who use pidgin | |
35 as a front end to post and read twitter messages. </p> | |
36 </div> | |
37 | |
38 <div class="item"> | |
39 <h1><a id="features" name="features">Features</a></h1> | |
40 <p>pidgin-twitter supports <a href="http://twitter.com">Twitter</a>, | |
41 <a href="http://wassr.jp">Wassr</a>, | |
42 and <a href="http://identi.ca">identi.ca</a> now.</p> | |
43 <h2>General</h2> | |
44 <ul> | |
45 <li>display user icon (size configurable)</li> | |
46 <li>translate sender's name and @<username> | |
47 to link to the user's home</li> | |
48 <li>play sounds for specific senders/recipients</li> | |
49 <li>show letter counter on the format toolbar</li> | |
50 </ul> | |
51 <h2>Twitter specific</h2> | |
52 <ul> | |
53 <li>get/post twitter statuses via API</li> | |
54 <li>escape pseudo commands like "w"</li> | |
55 <li>suppress oops message return</li> | |
56 </ul> | |
57 <h2>Wassr specific</h2> | |
58 <ul> | |
59 <li>Translate #<channel name> to link to the channel</li> | |
60 </ul> | |
61 </div> | |
62 | |
63 <div class="item"> | |
64 <h1><a id="release_files" name="release_files">Released Files</a></h1> | |
65 <h2>Sources</h2> | |
66 <p>see README in the archive for detail</p> | |
67 <ul> | |
68 <li><a href="http://www.honeyplanet.jp/pidgin-twitter-0.7.0-alpha1.tar.gz"> | |
69 pidgin-twitter-0.7.0-alpha1</a></li> | |
70 <li><a href="http://www.honeyplanet.jp/pidgin-twitter-0.6.0.tar.gz"> | |
71 pidgin-twitter-0.6.0</a></li> | |
72 <li><a href="http://www.honeyplanet.jp/pidgin-twitter-0.5.1.tar.gz"> | |
73 pidgin-twitter-0.5.1</a></li> | |
74 <li><a href="http://www.honeyplanet.jp/pidgin-twitter-0.4.0.tar.gz"> | |
75 pidgin-twitter-0.4.0</a></li> | |
76 </ul> | |
77 <h2>Windows binaries</h2> | |
78 <ul> | |
79 <li><a href="http://obn.sakura.ne.jp/pidgin-twitter-0.7.0-alpha1.zip"> | |
80 pidgin-twitter-0.7.0-alpha1</a> | |
81 (built by <a href="http://twitter.com/konosuke">@konosuke</a>)</li></ul> | |
82 </div> | |
83 | |
84 <div class="item"> | |
85 <h1><a id="screenshot" name="screenshot">Screenshots</a></h1> | |
86 <p>pidgin-twitter used with pidgin-2.4.3 on Mandriva Linux 2008.1</p> | |
87 <a href="./data/pidgin-twitter_screenshot.jpg"> | |
88 <img alt="thumbnail" src="./data/pidgin-twitter_thumb.jpg" /></a> | |
89 </div> | |
90 | |
91 <div class="item"> | |
92 <h1><a id="contact_info" name="contact_info">Contacts</a></h1> | |
93 <p>If you have questions and comments, there are several ways to contact us</p> | |
94 <ul> | |
95 <li><a href="http://wassr.jp/channel/pidgin_twitter"> | |
96 pidgin-twitter channel</a> in <a href="http://wassr.jp">Wassr</a>.</li> | |
97 <li><a href="http://sharesource.org/project/pidgintwitter/bugs/"> | |
98 pidgin-twitter bug tracker service</a> in | |
99 <a href="http://sharesource.org">sharesource.org</a></li> | |
100 <li>send email to <a href="mailto:yaz@honeyplanet.jp">Yoshiaki Yazawa</a> | |
101 (<a href="http://twitter.com/yazuuchi">@yazuuchi</a>)</li> | |
102 </ul> | |
103 </div> | |
104 | |
105 </div> | |
106 | |
107 <div class="sidenav"> | |
108 | |
109 <h1>Navigation</h1> | |
110 <ul> | |
111 <li><a href="./">Top</a></li> | |
112 <li><a href="#whatisit">What is ぴじつた?</a></li> | |
113 <li><a href="#features">Features</a></li> | |
114 <li><a href="#release_files">Released Files</a></li> | |
115 <li><a href="#screenshot">Screenshots</a></li> | |
116 <li><a href="#contact_info">Contacts</a></li> | |
117 </ul> | |
118 | |
119 <h1>Recent News</h1> | |
120 <ul> | |
121 <li>(26/Jul/2008) official web site is opened</li> | |
122 <li>(28/Jun/2008) pidgin-twitter 0.7.0-alpha1 is released</li> | |
123 </ul> | |
124 | |
125 <h1>Links</h1> | |
126 <ul> | |
127 <li><a href="http://wassr.jp/channel/pidgin_twitter"> | |
128 Developer and User Community in Wassr (mostly in Japanese)</a></li> | |
129 <li><a href="http://sharesource.org/project/pidgintwitter/wiki/"> | |
130 Project Wiki</a></li> | |
131 <li><a href="http://sharesource.org/project/pidgintwitter/bugs/"> | |
132 Bug Report and Feature Request</a></li> | |
133 <li><a href="http://freehg.org/u/honeyplanet/pidgin-twitter"> | |
134 Primary Mercurial Repository</a></li> | |
135 <li><a href="http://sharesource.org/hg/pidgintwitter"> | |
136 Backup Mercurial Repository</a></li> | |
137 <li><a href="http://pidgin.im">Pidgin Official Site</a></li> | |
138 </ul> | |
139 | |
140 <div> | |
141 <ul><li><a href="http://jigsaw.w3.org/css-validator/check/referer"> | |
142 <img style="border:0;width:88px;height:31px;padding-top:5px;" | |
143 src="http://jigsaw.w3.org/css-validator/images/vcss-blue" | |
144 alt="Valid CSS!" /></a></li></ul> | |
145 </div> | |
146 <div> | |
147 | |
148 <ul><li><a href="http://validator.w3.org/check?uri=referer"> | |
149 <img style="border:0;width:88px;height:31px;padding-top:5px;" | |
150 src="http://www.w3.org/Icons/valid-xhtml10-blue" | |
151 alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a></li></ul> | |
152 </div> | |
153 | |
154 </div> | |
155 | |
156 </div> | |
157 | |
158 <div class="footer">© 2008 <a href="/index.html">honeyplanet.jp</a>. | |
159 Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | |
160 & <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. | |
161 Template design by <a href="http://templates.arcsin.se">Arcsin</a> | |
162 </div> | |
163 | |
164 </div> | |
165 | |
166 </body> | |
167 | |
168 </html> |