Updated readme and link for download file
authorDaniel Davis <ddavis@w3.org>
Wed, 04 Sep 2013 17:50:59 +0900
changeset 56 cb8d24beba67
parent 55 6d66b2d5b527
child 58 2c1435cfe584
Updated readme and link for download file
README
autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/intro.html.twig
autotweet-php/web/images/w3c_talks.zip
--- 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>&lt;/body&gt;</code> tag in your presentation, like so:
     <pre><code>
-    ...
-    &lt;script src="js/w3c_talk.js"&gt;&lt;/script&gt;
+      ...
+      &lt;script src="js/w3c_talk.js"&gt;&lt;/script&gt;
     &lt;/body&gt;
     </code></pre></li>
     <li>Put metadata in your presentation like so:
     <pre><code>
     &lt;head&gt;
-    ...
-    &lt;meta name=&quot;hashtag&quot; content=&quot;#testevent&quot;&gt;
-    &lt;meta name=&quot;author&quot; content=&quot;Bob Smith&quot;&gt;
-    &lt;title&gt;My wonderful talk&lt;/title&gt;
-    ...
+      ...
+      &lt;meta name=&quot;hashtag&quot; content=&quot;#testevent&quot;&gt;
+      &lt;meta name=&quot;author&quot; content=&quot;Bob Smith&quot;&gt;
+      &lt;title&gt;My wonderful talk&lt;/title&gt;
+      ...
     &lt;/head&gt;
     </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>
     &lt;div class="slide" data-note="80% of statistics are made up"&gt;
-        &lt;h1&gt;80% of statistics are made up&lt;/h1&gt;
-        ...
+      &lt;h1&gt;80% of statistics are made up&lt;/h1&gt;
+      ...
     &lt;/div&gt;
     </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