root / dojox / trunk / off / resources / learnhow.html

Revision 15375, 1.7 kB (checked in by BryanForbes, 9 months ago)

Set svn:eol-style to 'native' on files missing it; fixed files with mixed newlines. refs #7776 !strict

  • Property svn:eol-style set to native
Line 
1<html>
2        <head>
3                <link rel="stylesheet" type="text/css" href="offline-widget.css"></link>
4               
5                <script type="text/javascript" src="learnhow.js"></script>
6        </head>
7       
8        <body id="dot-learn-how-body">
9                <div id="dot-learn-how-contents">
10                        <h1><b>Want to use <span id="dot-learn-how-app-name">Application</span> offline?</b></h1> 
11                       
12                        <p id="dot-toolkit-info">It's simple with Dojo Offline! Dojo Offline is a free open source utility that makes it easy
13                        for this web application to work, even if you're offline. Now you can
14                        access your data even when away from the network!</p>
15                       
16                        <p>Dojo Offline is an open source project brought to you by
17                                <a href="http://dojotoolkit.org">Dojo</a>, <a href="http://sitepen.com">SitePen</a>,
18                                and <a href="http://codinginparadise.org">Brad Neuberg</a>. It incorporates
19                                technologies created by <a href="http://google.com">Google</a>.</p>
20                               
21                        <h2>To get started:</h2>
22                       
23                        <ol>
24                                <li id="dot-download-step">
25                                        <a target="_new" href="http://gears.google.com">Download Gears</a>, a small, open source utility created by Google that allows this web site
26                                        to work offline. This tool is safe and secure for your machine, and only takes
27                                        a few seconds to download.
28                                </li>
29                                <li id="dot-install-step">
30                                        Once downloaded, run the installer. Restart your web browser when finished installing.
31                                </li>
32                                <li id="dot-drag-link-step">
33                                        To access this website even when offline, drag the following link to your
34                                        desktop or your browser's link toolbar above: <a id="dot-learn-how-run-link" href="#">Run Application</a>.
35                                </li>
36                                <li id="dot-run-link-step">
37                                        Double-click the link on your desktop to start this web application, even
38                                        if offline.
39                                </li>
40                        </ol>
41                </div>
42        </body>
43</html>
Note: See TracBrowser for help on using the browser.