Permalink
Newer
Older
100755 18 lines (15 sloc) 987 Bytes
Jan 21, 2016 @azubiaga first version
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5 <title>PHEME - Collection of Twitter Threads</title>
6 </head>
7 <body>
8 <h1>Collection of Twitter Threads/Conversations</h1>
9 <p>This web application enables to collect the whole conversation in the form of replies, given the source tweet as the input. The output is rendered in an HTML file that visualises the conversation in a forum-like visualisation where replies are indented.</p>
10
11 <p>To start, please input the URL of a tweet for which you would like to see the whole conversation:</p>
12
13 <form method="post" action="./get.thread.php">
14 <input type="text" name="tweetid" value="" style="width: 400px;" /> <input type="submit" name="submit" value="OK" />
15 </form>
16 </body>
17 </html>