--- a/README Wed Sep 04 17:34:47 2013 +0900
+++ b/README Wed Sep 04 17:50:59 2013 +0900
@@ -14,6 +14,7 @@
== Instructions ==
To use, you should do the following things:
+# Get an access key from http://talk.keio.w3.org/
# Include the `w3c_talks.js` script in your presentation HTML file, preferably at the end of the body, like so:
...
<script src="js/w3c_talks.js"></script>
@@ -27,9 +28,9 @@
<p>Teddies celebrated their 100th birthday in 2002</p>
</div>
-# Finally, when you're ready to start auto-tweeting, click the "Start" button that appears at the top-right of your presentation.
+# Finally, when you're ready to start auto-tweeting, enter your access key in the black dialog box and click the "Start". If you're just practising, don't click "Start"!
-That's it. When you show each slide, any notes you have added will be tweeted to [https://twitter.com/w3c_talks @w3c_talks].
+That's it. When you show each slide, any notes you have added will be tweeted to https://twitter.com/w3c_talks
== Support ==
--- a/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/intro.html.twig Wed Sep 04 17:34:47 2013 +0900
+++ b/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/intro.html.twig Wed Sep 04 17:50:59 2013 +0900
@@ -22,15 +22,16 @@
</div>
<div class="row-fluid detail">
<div class="span8 offset2 introdata">
-<h1>W3C Talk</h1></br>
+<h1>W3C talks</h1>
+
+<p>A script for automatically posting slide notes to Twitter (<a href="https://twitter.com/w3c_talks">@w3c_talks</a>) as you give an HTML presentation. Wow the crowd with your magic tweets!</p>
<h2>How to get started?</h2>
-<h3>1.Get Slide frameworks</h3>
-<p>You can get slide frameworks follwing link.
-Please download and unzip it.
+<h3>1.Get the script</h3>
+<p>Download and unzip from this link:
</p>
- <p><a class="btn btn-large btn-print" href="w3c_talk.zip">
+ <p><a class="btn btn-large btn-print" href="{{ asset('images/w3c_talks.zip') }}">
Download
</a></p>
@@ -44,32 +45,32 @@
<ul>
<li>Include the <code>w3c_talk.js</code> file just before the closing <code></body></code> tag in your presentation, like so:
<pre><code>
- ...
- <script src="js/w3c_talk.js"></script>
+ ...
+ <script src="js/w3c_talk.js"></script>
</body>
</code></pre></li>
<li>Put metadata in your presentation like so:
<pre><code>
<head>
- ...
- <meta name="hashtag" content="#testevent">
- <meta name="author" content="Bob Smith">
- <title>My wonderful talk</title>
- ...
+ ...
+ <meta name="hashtag" content="#testevent">
+ <meta name="author" content="Bob Smith">
+ <title>My wonderful talk</title>
+ ...
</head>
</code></pre>
</li>
<li>For each slide you'd like to post/tweet a note for, add a <code>data-note</code> attribute like so:
<pre><code>
<div class="slide" data-note="80% of statistics are made up">
- <h1>80% of statistics are made up</h1>
- ...
+ <h1>80% of statistics are made up</h1>
+ ...
</div>
</code></pre>
</li>
</ul>
-<p>Just before you start your presentation at the event, enter the access key in the black dialog box and tweets will be sent as you present your slides. Don't worry - until you enter the access key nothing will be tweeted.</p>
+<p>Just before you start your presentation at the event, enter the access key in the black dialog box and as you present your slides, tweets will be posted to <a href="https://twitter.com/w3c_talks">@w3c_talks</a>. Don't worry - until you click "Start" nothing will be tweeted.</p>
<h2>Existing Talks</h2>
Binary file autotweet-php/web/images/w3c_talks.zip has changed