Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Nov 17, 2011
1 parent 48cab25 commit 69ebc63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,8 @@ applications.

[Ext.ux.TouchCalendar Demo](http://www.swarmonline.com/Ext.ux.TouchCalendar/examples/Ext.ux.TouchCalendar.html)

[Ext.ux.TouchCalendarView Demo](http://www.swarmonline.com/Ext.ux.TouchCalendar/examples/Ext.ux.TouchCalendarView.html)

[Ext.ux.TouchCalendarSimpleEvents Demo](http://www.swarmonline.com/Ext.ux.TouchCalendar/examples/Ext.ux.TouchCalendarSimpleEvents.html)

[Ext.ux.TouchCalendarEvents Demo](http://www.swarmonline.com/Ext.ux.TouchCalendar/examples/Ext.ux.TouchCalendarEvents.html)
Expand Down
26 changes: 20 additions & 6 deletions index.html
Expand Up @@ -42,12 +42,28 @@
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="http://github.com/SwarmOnline/Ext.ux.Calendar">Ext.ux.Calendar</a>
<h1><a href="http://github.com/SwarmOnline/Ext.ux.Calendar">Ext.ux.TouchCalendar</a>
<span class="small">by <a href="http://github.com/SwarmOnline">SwarmOnline</a></span></h1>

<div class="description">
Sencha Touch Calendar component
Ext.ux.TouchCalendar is an extension and series of related plugins that allow a calendar component to be integrated into Sencha Touch applications.
</div>

<h2>Documentation</h2>
<a href="docs">Online Documentation</a>

<h2>Examples</h2>
<a href="examples/Ext.ux.TouchCalendar.html">Ext.ux.TouchCalendar</a>
<br/>
<a href="examples/Ext.ux.TouchCalendarView.html">Ext.ux.TouchCalendarView</a>
<br/>
<a href="examples/Ext.ux.TouchCalendarSimpleEvents.html">Ext.ux.TouchCalendarSimpleEvents</a>
<br/>
<a href="examples/Ext.ux.TouchCalendarEvents.html">Ext.ux.TouchCalendarEvents</a>
<br/>
<a href="examples/simple-events-list.html">Ext.ux.TouchCalendarSimpleEvents with linked list</a>
<br/>
<a href="examples/events-list.html">Ext.ux.TouchCalendarEvents with linked list</a>

<h2>Authors</h2>
<p>Stuart Ashworth (stuart@stuartashworth.com)<br/><br/> </p>
Expand All @@ -58,8 +74,8 @@ <h2>Contact</h2>
<h2>Download</h2>
<p>
You can download this project in either
<a href="http://github.com/SwarmOnline/Ext.ux.Calendar/zipball/master">zip</a> or
<a href="http://github.com/SwarmOnline/Ext.ux.Calendar/tarball/master">tar</a> formats.
<a href="http://github.com/SwarmOnline/Ext.ux.TouchCalendar/zipball/master">zip</a> or
<a href="http://github.com/SwarmOnline/Ext.ux.TouchCalendar/tarball/master">tar</a> formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
Expand All @@ -71,7 +87,5 @@ <h2>Download</h2>
</div>

</div>


</body>
</html>
Expand Down

0 comments on commit 69ebc63

Please sign in to comment.