Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jaz303/tipsy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz303 committed Dec 21, 2009
2 parents cd4d34b + f942082 commit 73def9d
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 210 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
@@ -0,0 +1 @@
build
32 changes: 0 additions & 32 deletions docs/assets/jquery.js

This file was deleted.

120 changes: 0 additions & 120 deletions docs/assets/project-page.css

This file was deleted.

Binary file removed docs/assets/rss-grey.png
Binary file not shown.
Binary file removed docs/assets/rss-orange.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/images

This file was deleted.

1 change: 0 additions & 1 deletion docs/javascripts

This file was deleted.

1 change: 1 addition & 0 deletions docs/src/images
56 changes: 1 addition & 55 deletions docs/index.html → docs/src/index.html.erb
@@ -1,52 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<title>tipsy - Facebook-style tooltip plugin for jQuery</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<script type='text/javascript' src='assets/jquery.js'></script>
<link rel="stylesheet" href="assets/project-page.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://onehackoranother.com/feed/" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://onehackoranother.com/feed/rss/" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="http://onehackoranother.com/feed/atom/" />

<!-- per Project stuff -->
<script type='text/javascript' src='javascripts/jquery.tipsy.js'></script>
<link rel="stylesheet" href="stylesheets/tipsy.css" type="text/css" />
<!-- END per project stuff -->

<link rel="stylesheet" href="tipsy-docs.css" type="text/css" />
</head>
<body>
<div id='container'>

<h1>
tipsy
<span class='subtitle'> - Facebook-style tooltip plugin for jQuery</span>
</h1>

<div id='sidebar'>
<ul id='project-nav'>
<li><a href='#overview'>Overview</a></li>
<li><a href='#examples'>Examples &amp; Usage</a></li>
<li><a href='#notes'>Notes</a></li>
<li><a href='#download'>Download</a></li>
<li><a href='#todo'>TODO</a></li>
</ul>
<ul id='ohoa-nav'>
<li><a href='http://onehackoranother.com/feed/' id='subscribe'>Subscribe for updates &raquo;</a></li>
<li><a href='http://onehackoranother.com/projects/'>Back to projects &raquo;</a></li>
<li><a href='http://onehackoranother.com/'>Back to onehackoranother.com &raquo;</a></li>
</ul>
<a href='http://thepixeltrap.com' id='pixel-trap' title='The Pixel Trap: New Directory for Web Professionals'>
<img src='http://onehackoranother.com/images/pixel-16.png' alt='' /> The Pixel Trap - A New Directory for Web Professionals
</a>
</div>

<div id='main'>


<script type='text/javascript'>
$(function() {

Expand Down Expand Up @@ -178,9 +130,3 @@ <h2 id='todo'>TODO</h2>
<ul class='todo'>
<li>Automatically select gravity based on position of pointee in viewport</li>
</ul>


</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions docs/src/javascripts
11 changes: 11 additions & 0 deletions docs/src/project.yml
@@ -0,0 +1,11 @@
project:
title: "tipsy"
subtitle: "Facebook-style tooltip plugin for jQuery"
jquery_version: "1.2.3"
main_nav:
- ["Overview", "#overview"]
- ["Examples & Usage", "#examples"]
- ["Download", "#download"]
- ["TODO", "#todo"]
stylesheets: ['stylesheets/tipsy.css', 'tipsy-docs.css']
javascripts: ['javascripts/jquery.tipsy.js']
1 change: 1 addition & 0 deletions docs/src/stylesheets
File renamed without changes.
1 change: 0 additions & 1 deletion docs/stylesheets

This file was deleted.

0 comments on commit 73def9d

Please sign in to comment.