Skip to content

Commit

Permalink
very basic functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
anasnakawa committed Mar 17, 2013
1 parent f799016 commit 7368422
Show file tree
Hide file tree
Showing 223 changed files with 66,443 additions and 148 deletions.
98 changes: 1 addition & 97 deletions out/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,108 +3,12 @@
<title>Your Website</title>
<link href="http://website.com/atom.xml" rel="self"/>
<link href="http://website.com"/>
<updated>2013-03-06T19:22:41.826Z</updated>
<updated>2013-03-17T17:19:48.911Z</updated>
<id>http://website.com</id>
<author>
<name>Your Name</name>
<email>your@email.com</email>
</author>


<entry>
<title>This is a Blog Post</title>
<link href="http://website.com//posts/hello.html"/>
<updated>2013-01-24T06:12:45.000Z</updated>
<id>http://website.com//posts/hello.html</id>
<content type="html">&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;!-- Meta --&gt;
&lt;meta charset=&quot;utf-8&quot; /&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;

&lt;!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 --&gt;
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge,chrome=1&quot; /&gt;

&lt;!-- Our site title and description --&gt;
&lt;title&gt;This is a Blog Post | Your Website&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;When your website appears in search results in say Google, the text here will be shown underneath your website's title.&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;place, your, website, keywoards, here, keep, them, related, to, the, content, of, your, website&quot; /&gt;
&lt;meta name=&quot;author&quot; content=&quot;Your Name&quot; /&gt;

&lt;!-- Output DocPad produced meta elements --&gt;
&lt;meta http-equiv=&quot;X-Powered-By&quot; content=&quot;DocPad&quot;/&gt;

&lt;!-- Mobile viewport optimized: h5bp.com/viewport --&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot; /&gt;

&lt;!-- Icons --&gt;
&lt;link rel=&quot;shortcut icon&quot; href=&quot;ico/favicon.ico&quot;&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; sizes=&quot;144x144&quot; href=&quot;ico/apple-touch-icon-144-precomposed.png&quot;&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; sizes=&quot;114x114&quot; href=&quot;ico/apple-touch-icon-114-precomposed.png&quot;&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; sizes=&quot;72x72&quot; href=&quot;ico/apple-touch-icon-72-precomposed.png&quot;&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;ico/apple-touch-icon-57-precomposed.png&quot;&gt;

&lt;!-- Shims: IE6-8 support of HTML5 elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script async src=&quot;http://html5shim.googlecode.com/svn/trunk/html5.js&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;

&lt;!-- Styles --&gt;




&lt;link rel=&quot;stylesheet&quot; href=&quot;/components/bootstrap-sass/bootstrap-2.3.0.min.css&quot; /&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;/components/bootstrap-sass/bootstrap-2.3.0.min.css&quot; /&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;/styles/style.css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;!-- Markup --&gt;
&lt;div class=&quot;navbar navbar-fixed-top&quot;&gt;
&lt;div class=&quot;navbar-inner&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;a class=&quot;brand&quot; href=&quot;/&quot;&gt;Welcome&lt;/a&gt;
&lt;ul class=&quot;nav&quot;&gt;

&lt;li typeof=&quot;sioc:Page&quot; about=&quot;/pages/hello.html&quot; class=&quot;&quot;&gt;
&lt;a href=&quot;/pages/hello.html&quot; property=&quot;dc:title&quot;&gt;This is a Page&lt;/a&gt;
&lt;/li&gt;

&lt;li typeof=&quot;sioc:Page&quot; about=&quot;/pages/posts.html&quot; class=&quot;&quot;&gt;
&lt;a href=&quot;/pages/posts.html&quot; property=&quot;dc:title&quot;&gt;Posts&lt;/a&gt;
&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section id=&quot;content&quot; class=&quot;content&quot;&gt;
&lt;article id=&quot;post&quot; class=&quot;post&quot;&gt;
&lt;h1&gt;This is a Blog Post&lt;/h1&gt;
&lt;div class=&quot;post-content&quot;&gt;&lt;p&gt;This is a &lt;strong&gt;blog post&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/article&gt;

&lt;footer&gt;

&lt;/footer&gt;
&lt;/section&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Docs 2013&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt;&lt;!-- /container --&gt;

&lt;!-- Scripts --&gt;





&lt;script defer=&quot;defer&quot; src=&quot;/vendor/jquery.js&quot;&gt;&lt;/script&gt;&lt;script defer=&quot;defer&quot; src=&quot;/vendor/modernizr.js&quot;&gt;&lt;/script&gt;&lt;script defer=&quot;defer&quot; src=&quot;/vendor/log.js&quot;&gt;&lt;/script&gt;&lt;script defer=&quot;defer&quot; src=&quot;/scripts/script.js&quot;&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
</entry>

</feed>
146 changes: 146 additions & 0 deletions out/bar/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

<!-- Our site title and description -->
<title>Welcome to Bar | Your Website</title>
<meta name="description" content="When your website appears in search results in say Google, the text here will be shown underneath your website's title." />
<meta name="keywords" content="place, your, website, keywoards, here, keep, them, related, to, the, content, of, your, website" />
<meta name="author" content="Your Name" />

<!-- Output DocPad produced meta elements -->
<meta http-equiv="X-Powered-By" content="DocPad"/>

<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width" />

<!-- Icons -->
<link rel="shortcut icon" href="ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">

<!-- Shims: IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Styles -->





<link rel="stylesheet" href="/components/bootstrap-sass/bootstrap-2.3.0.min.css" /><link rel="stylesheet" href="/components/bootstrap-sass/bootstrap-responsive-2.3.0.min.css" /><link rel="stylesheet" href="/components/highlight.js/src/styles/monokai.css" /><link rel="stylesheet" href="/styles/style.css" />
</head>
<body>
<!-- Markup -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">Welcome</a>
<ul class="nav">

<li typeof="sioc:Page" about="/foo/index.html" class="">
<a href="/foo/index.html" property="dc:title">Foo Welcome Page</a>
</li>

<li typeof="sioc:Page" about="/bar/index.html" class="active">
<a href="/bar/index.html" property="dc:title">Welcome to Bar</a>
</li>

</ul>
</div>
</div>
</div>
<div class="container">
<section id="content" class="content">
<div class="row">
<div class="span3">
<ul class="nav nav-list well" id="navigation">
<li class="search-skip">
<form class="form-search">
<input id="quicksearch" type="text" class="search-query" placeholder="search"/>
</form>
</li>
<li class="divider search-skip"></li>

<li typeof="sioc:Page" about="/bar/page-1.html" class="">
<a href="/bar/page-1.html" property="dc:title">Page 1</a>
</li>

<li typeof="sioc:Page" about="/bar/page-2.html" class="">
<a href="/bar/page-2.html" property="dc:title">Another Page</a>
</li>

<li typeof="sioc:Page" about="/bar/page-3.html" class="">
<a href="/bar/page-3.html" property="dc:title">Last Page</a>
</li>

</ul>
</div>
<div class="span9">
<article id="post" class="post">
<h1>Welcome to Bar</h1>
<div class="post-content"><p>welcome to bar documentation</p>
</div>
</article>
</div>
</div>
</section>
<footer>
<hr />
<p>&copy; Docs 2013</p>
</footer>
</div><!-- /container -->

<!-- Scripts -->




<script >(function(){
// Did we just livereload?
var log = true && localStorage && console && console.log && true;
if ( log && localStorage.getItem('/docpad-livereload/reloaded') === 'yes' ) {
localStorage.removeItem('/docpad-livereload/reloaded');
console.log('LiveReloaded at', new Date())
}

// Listen for the regenerated event
// and perform a reload of the page when the event occurs
var listen = function(){
var socket = io.connect('/docpad-livereload');
socket.on('regenerated',function(){
if ( log ) {
localStorage.setItem('/docpad-livereload/reloaded', 'yes');
}
document.location.reload();
});
};
if ( typeof io !== 'undefined' ) {
listen();
} else {
// Inject socket.io into our page then listen once loaded
var inject = function(){
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.src = '/socket.io/socket.io.js';
t.onload = listen;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t,s);
};
inject();
}
})();</script><script defer="defer" src="/components/jquery/jquery.js"></script><script defer="defer" src="/components/quicksearch/jquery.quicksearch.js"></script><script defer="defer" src="/js/main.js"></script>
</body>
</html>
Loading

0 comments on commit 7368422

Please sign in to comment.