Skip to content

Commit

Permalink
Added RSS links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz303 committed Oct 7, 2008
1 parent d3de6dd commit 70f8b27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/assets/project-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ strong { font-weight: bold; }

ul#ohoa-nav { font-size: 90%; }
ul#ohoa-nav a { display: block; padding: 2px 4px; }
#subscribe { background-image: url(rss-orange.png); background-repeat: no-repeat; background-position: 4px center; padding-left: 20px !important ; }
#subscribe:hover { background-image: url(rss-grey.png); }

#main { margin-right: 200px; }

Expand Down
Binary file added docs/assets/rss-grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/rss-orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<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.boxy.js'></script>
Expand Down Expand Up @@ -35,6 +38,7 @@ <h1>
<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>
Expand Down

0 comments on commit 70f8b27

Please sign in to comment.