gitpartyguest 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +16 -0
- data/.idea/.generators +8 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +8 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/sf_frontend_site.iml +66 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +890 -0
- data/Gemfile +41 -0
- data/Gemfile.lock +134 -0
- data/README.md +4 -0
- data/README.rdoc +261 -0
- data/Rakefile +7 -0
- data/app/assets/images/rails.png +0 -0
- data/app/assets/javascripts/application.js +15 -0
- data/app/assets/stylesheets/application.css +13 -0
- data/app/controllers/application_controller.rb +3 -0
- data/app/controllers/update_controller.rb +24 -0
- data/app/helpers/application_helper.rb +2 -0
- data/app/mailers/.gitkeep +0 -0
- data/app/models/.gitkeep +0 -0
- data/app/models/git_party_guest.rb +41 -0
- data/app/views/layouts/application.html.erb +14 -0
- data/app/views/update/index.html.erb +2 -0
- data/app/views/update/show.html.erb +2 -0
- data/config.ru +4 -0
- data/config/application.rb +62 -0
- data/config/boot.rb +6 -0
- data/config/database.yml +25 -0
- data/config/environment.rb +5 -0
- data/config/environments/development.rb +37 -0
- data/config/environments/production.rb +67 -0
- data/config/environments/test.rb +37 -0
- data/config/initializers/backtrace_silencers.rb +7 -0
- data/config/initializers/inflections.rb +15 -0
- data/config/initializers/mime_types.rb +5 -0
- data/config/initializers/repo_init.rb +11 -0
- data/config/initializers/secret_token.rb +7 -0
- data/config/initializers/session_store.rb +8 -0
- data/config/initializers/wrap_parameters.rb +14 -0
- data/config/locales/en.yml +5 -0
- data/config/routes.rb +61 -0
- data/db/seeds.rb +7 -0
- data/doc/README_FOR_APP +2 -0
- data/gitpartyguest/.gitignore +17 -0
- data/gitpartyguest/Gemfile +6 -0
- data/gitpartyguest/LICENSE +22 -0
- data/gitpartyguest/README.md +29 -0
- data/gitpartyguest/Rakefile +2 -0
- data/gitpartyguest/config/initalizers/repo_init.rb +11 -0
- data/gitpartyguest/config/routes.rb +3 -0
- data/gitpartyguest/gitpartyguest.gemspec +18 -0
- data/gitpartyguest/lib/gitpartyguest.rb +42 -0
- data/gitpartyguest/lib/gitpartyguest/version.rb +3 -0
- data/lib/assets/.gitkeep +0 -0
- data/lib/tasks/.gitkeep +0 -0
- data/log/.gitkeep +0 -0
- data/public/2012/07/11/1342023312-blah/index.html +61 -0
- data/public/2012/07/11/1342023388-post2/index.html +61 -0
- data/public/2012/07/11/1342023521-title_goes_here/index.html +61 -0
- data/public/2012/07/11/1342031212-title_goes_here/index.html +61 -0
- data/public/2012/07/11/1342031484-ok_now/index.html +61 -0
- data/public/401.html +26 -0
- data/public/404.html +26 -0
- data/public/422.html +26 -0
- data/public/500.html +25 -0
- data/public/Posts/index.html +150 -0
- data/public/Preview/index.html +158 -0
- data/public/README.md +4 -0
- data/public/css/preview_style.css +52 -0
- data/public/css/style.css +23 -0
- data/public/favicon.ico +0 -0
- data/public/home/index.html +34 -0
- data/public/index.html +28 -0
- data/public/media/SFbloghdrAS.png +0 -0
- data/public/media/banner.jpg +0 -0
- data/public/media/bikes.jpg +0 -0
- data/public/media/bridge.jpg +0 -0
- data/public/media/wing.jpg +0 -0
- data/public/robots.txt +5 -0
- data/script/rails +6 -0
- data/test/fixtures/.gitkeep +0 -0
- data/test/functional/.gitkeep +0 -0
- data/test/integration/.gitkeep +0 -0
- data/test/performance/browsing_test.rb +12 -0
- data/test/test_helper.rb +13 -0
- data/test/unit/.gitkeep +0 -0
- data/vendor/assets/javascripts/.gitkeep +0 -0
- data/vendor/assets/stylesheets/.gitkeep +0 -0
- data/vendor/plugins/.gitkeep +0 -0
- metadata +147 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset=utf_8 />
|
|
5
|
+
<title> Title goes here | Sourcefire blog application </title>
|
|
6
|
+
<link rel="stylesheet" href="/css/preview_style.css" />
|
|
7
|
+
</head>
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
<div id="user_nav" >
|
|
11
|
+
<ul class="dashboard">
|
|
12
|
+
<li><a href="/posts/new">New post</a></li>
|
|
13
|
+
<li><a href="/posts">View posts</a></li>
|
|
14
|
+
<li><a href="/Preview">View blog</a></li>
|
|
15
|
+
</ul>
|
|
16
|
+
</div>
|
|
17
|
+
<div id="main">
|
|
18
|
+
|
|
19
|
+
<header>
|
|
20
|
+
<img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
|
|
21
|
+
</header>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<section class="content">
|
|
25
|
+
<br>
|
|
26
|
+
<h2>Title goes here</h2>
|
|
27
|
+
<p>Wednesday, July 11th, 2012</p>
|
|
28
|
+
<p>Posted by Author goes here</p>
|
|
29
|
+
</section>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div id="blah">
|
|
33
|
+
<p>
|
|
34
|
+
ijjk</p>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<br>
|
|
38
|
+
<br>
|
|
39
|
+
<a href="/posts"> Back </a>
|
|
40
|
+
<br>
|
|
41
|
+
<a href="/posts/2012-07-11-1342031212-title_goes_here"> Edit </a>
|
|
42
|
+
|
|
43
|
+
<br>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<p>Labels: comma separated labels</p>
|
|
47
|
+
|
|
48
|
+
<div style="clear:left;"> </div>
|
|
49
|
+
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
<div style="clear:right;"> </div>
|
|
54
|
+
<div id="footer">
|
|
55
|
+
|
|
56
|
+
<p>© SourceFire Inc. test blog app 2011 | all rights reserved. </p>
|
|
57
|
+
</div> <!-- end id="footer" -->
|
|
58
|
+
|
|
59
|
+
</div> <!-- end id="main" -->
|
|
60
|
+
</body>
|
|
61
|
+
</html>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset=utf_8 />
|
|
5
|
+
<title> ok now | Sourcefire blog application </title>
|
|
6
|
+
<link rel="stylesheet" href="/css/preview_style.css" />
|
|
7
|
+
</head>
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
<div id="user_nav" >
|
|
11
|
+
<ul class="dashboard">
|
|
12
|
+
<li><a href="/posts/new">New post</a></li>
|
|
13
|
+
<li><a href="/posts">View posts</a></li>
|
|
14
|
+
<li><a href="/Preview">View blog</a></li>
|
|
15
|
+
</ul>
|
|
16
|
+
</div>
|
|
17
|
+
<div id="main">
|
|
18
|
+
|
|
19
|
+
<header>
|
|
20
|
+
<img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
|
|
21
|
+
</header>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<section class="content">
|
|
25
|
+
<br>
|
|
26
|
+
<h2>ok now</h2>
|
|
27
|
+
<p>Wednesday, July 11th, 2012</p>
|
|
28
|
+
<p>Posted by Author goes here</p>
|
|
29
|
+
</section>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div id="blah">
|
|
33
|
+
<p>
|
|
34
|
+
iiiii uuuu</p>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<br>
|
|
38
|
+
<br>
|
|
39
|
+
<a href="/posts"> Back </a>
|
|
40
|
+
<br>
|
|
41
|
+
<a href="/posts/2012-07-11-1342031484-ok_now"> Edit </a>
|
|
42
|
+
|
|
43
|
+
<br>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<p>Labels: comma separated labels</p>
|
|
47
|
+
|
|
48
|
+
<div style="clear:left;"> </div>
|
|
49
|
+
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
<div style="clear:right;"> </div>
|
|
54
|
+
<div id="footer">
|
|
55
|
+
|
|
56
|
+
<p>© SourceFire Inc. test blog app 2011 | all rights reserved. </p>
|
|
57
|
+
</div> <!-- end id="footer" -->
|
|
58
|
+
|
|
59
|
+
</div> <!-- end id="main" -->
|
|
60
|
+
</body>
|
|
61
|
+
</html>
|
data/public/401.html
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>You can't access this page fool! (401)</title>
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
7
|
+
div.dialog {
|
|
8
|
+
width: 25em;
|
|
9
|
+
padding: 0 4em;
|
|
10
|
+
margin: 4em auto 0 auto;
|
|
11
|
+
border: 1px solid #ccc;
|
|
12
|
+
border-right-color: #999;
|
|
13
|
+
border-bottom-color: #999;
|
|
14
|
+
}
|
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<!-- This file lives in public/401.html -->
|
|
21
|
+
<div class="dialog">
|
|
22
|
+
<h1>The page you tried to access is off limits!</h1>
|
|
23
|
+
<p>Going to this page is not allowed by anyone who doesn't have proper access.</p>
|
|
24
|
+
</div>
|
|
25
|
+
</body>
|
|
26
|
+
</html>
|
data/public/404.html
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>The page you were looking for doesn't exist (404)</title>
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
7
|
+
div.dialog {
|
|
8
|
+
width: 25em;
|
|
9
|
+
padding: 0 4em;
|
|
10
|
+
margin: 4em auto 0 auto;
|
|
11
|
+
border: 1px solid #ccc;
|
|
12
|
+
border-right-color: #999;
|
|
13
|
+
border-bottom-color: #999;
|
|
14
|
+
}
|
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<!-- This file lives in public/404.html -->
|
|
21
|
+
<div class="dialog">
|
|
22
|
+
<h1>The page you were looking for doesn't exist.</h1>
|
|
23
|
+
<p>You may have mistyped the address or the page may have moved.</p>
|
|
24
|
+
</div>
|
|
25
|
+
</body>
|
|
26
|
+
</html>
|
data/public/422.html
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>The change you wanted was rejected (422)</title>
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
7
|
+
div.dialog {
|
|
8
|
+
width: 25em;
|
|
9
|
+
padding: 0 4em;
|
|
10
|
+
margin: 4em auto 0 auto;
|
|
11
|
+
border: 1px solid #ccc;
|
|
12
|
+
border-right-color: #999;
|
|
13
|
+
border-bottom-color: #999;
|
|
14
|
+
}
|
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<!-- This file lives in public/422.html -->
|
|
21
|
+
<div class="dialog">
|
|
22
|
+
<h1>The change you wanted was rejected.</h1>
|
|
23
|
+
<p>Maybe you tried to change something you didn't have access to.</p>
|
|
24
|
+
</div>
|
|
25
|
+
</body>
|
|
26
|
+
</html>
|
data/public/500.html
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>We're sorry, but something went wrong (500)</title>
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
7
|
+
div.dialog {
|
|
8
|
+
width: 25em;
|
|
9
|
+
padding: 0 4em;
|
|
10
|
+
margin: 4em auto 0 auto;
|
|
11
|
+
border: 1px solid #ccc;
|
|
12
|
+
border-right-color: #999;
|
|
13
|
+
border-bottom-color: #999;
|
|
14
|
+
}
|
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<!-- This file lives in public/500.html -->
|
|
21
|
+
<div class="dialog">
|
|
22
|
+
<h1>We're sorry, but something went wrong.</h1>
|
|
23
|
+
</div>
|
|
24
|
+
</body>
|
|
25
|
+
</html>
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset=utf_8 />
|
|
5
|
+
<title> Portfolio | Sourcefire blog application </title>
|
|
6
|
+
<link rel="stylesheet" href="/css/style.css" />
|
|
7
|
+
</head>
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
<div id="main">
|
|
11
|
+
<header>
|
|
12
|
+
<img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
|
|
13
|
+
</header>
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<div id="contextual-toolbar" >
|
|
17
|
+
<div class="sidebar_content">
|
|
18
|
+
<h2>RssFeed</h2>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="sidebar_content">
|
|
21
|
+
<h2>Subscribe email</h2>
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
<div class="sidebar_content">
|
|
25
|
+
<h2>Popular posts</h2>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
28
|
+
<div class="sidebar_content">
|
|
29
|
+
<h2>Resources</h2>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<div class="sidebar_content">
|
|
33
|
+
<h2>Twitter</h2>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div class="sidebar_content">
|
|
37
|
+
<h2>Facebook</h2>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div class="sidebar_content">
|
|
41
|
+
<h2>Archive</h2>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<div class="sidebar_content">
|
|
45
|
+
<h2>Contributors</h2>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
</div> <!-- end id="contextual-toolbar" -->
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
<div class="content">
|
|
55
|
+
<div id="recent-posts">
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<div id="post">
|
|
59
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
60
|
+
<hr>
|
|
61
|
+
<a href="/2012/07/11/1342031484-ok_now/"><h3>ok now</h3></a>
|
|
62
|
+
<p>posted by <b>Author goes here</b></p>
|
|
63
|
+
<p><p>
|
|
64
|
+
iiiii uuuu</p>
|
|
65
|
+
</p>
|
|
66
|
+
<p>comma separated labels</p>
|
|
67
|
+
<br>
|
|
68
|
+
<br>
|
|
69
|
+
</div>
|
|
70
|
+
<br>
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
<div id="post">
|
|
74
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
75
|
+
<hr>
|
|
76
|
+
<a href="/2012/07/11/1342031212-title_goes_here/"><h3>Title goes here</h3></a>
|
|
77
|
+
<p>posted by <b>Author goes here</b></p>
|
|
78
|
+
<p><p>
|
|
79
|
+
ijjk</p>
|
|
80
|
+
</p>
|
|
81
|
+
<p>comma separated labels</p>
|
|
82
|
+
<br>
|
|
83
|
+
<br>
|
|
84
|
+
</div>
|
|
85
|
+
<br>
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
<div id="post">
|
|
89
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
90
|
+
<hr>
|
|
91
|
+
<a href="/2012/07/11/1342023521-title_goes_here/"><h3>Title goes here</h3></a>
|
|
92
|
+
<p>posted by <b>Author goes here</b></p>
|
|
93
|
+
<p><p>
|
|
94
|
+
asgd</p>
|
|
95
|
+
</p>
|
|
96
|
+
<p>comma separated labels</p>
|
|
97
|
+
<br>
|
|
98
|
+
<br>
|
|
99
|
+
</div>
|
|
100
|
+
<br>
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
<div id="post">
|
|
104
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
105
|
+
<hr>
|
|
106
|
+
<a href="/2012/07/11/1342023388-post2/"><h3>Post2</h3></a>
|
|
107
|
+
<p>posted by <b>Author goes here</b></p>
|
|
108
|
+
<p><p>
|
|
109
|
+
Post only this</p>
|
|
110
|
+
</p>
|
|
111
|
+
<p>comma separated labels</p>
|
|
112
|
+
<br>
|
|
113
|
+
<br>
|
|
114
|
+
</div>
|
|
115
|
+
<br>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
<div id="post">
|
|
119
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
120
|
+
<hr>
|
|
121
|
+
<a href="/2012/07/11/1342023312-blah/"><h3>Blah</h3></a>
|
|
122
|
+
<p>posted by <b>Nick Herbert</b></p>
|
|
123
|
+
<p><p>
|
|
124
|
+
DO thi. NOAhaf</p>
|
|
125
|
+
</p>
|
|
126
|
+
<p>comma separated labels</p>
|
|
127
|
+
<br>
|
|
128
|
+
<br>
|
|
129
|
+
</div>
|
|
130
|
+
<br>
|
|
131
|
+
|
|
132
|
+
<br>
|
|
133
|
+
</div>
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
<div style="clear:left;"> </div>
|
|
137
|
+
|
|
138
|
+
</div> <!-- end id="blah" -->
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
<div style="clear:right;"> </div>
|
|
143
|
+
<div id="footer">
|
|
144
|
+
|
|
145
|
+
<p>© SourceFire Inc. test blog app 2011 | all rights reserved. </p>
|
|
146
|
+
</div> <!-- end id="footer" -->
|
|
147
|
+
|
|
148
|
+
</div> <!-- end id="main" -->
|
|
149
|
+
</body>
|
|
150
|
+
</html>
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset=utf_8 />
|
|
5
|
+
<title> Portfolio | Sourcefire blog application </title>
|
|
6
|
+
<link rel="stylesheet" href="/css/preview_style.css" />
|
|
7
|
+
</head>
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
<div id="user_nav" >
|
|
11
|
+
<ul class="dashboard">
|
|
12
|
+
<li><a href="/posts/new">New post</a></li>
|
|
13
|
+
<li><a href="/posts">View posts</a></li>
|
|
14
|
+
<li><a href="/Preview">View blog</a></li>
|
|
15
|
+
</ul>
|
|
16
|
+
</div>
|
|
17
|
+
<div id="main">
|
|
18
|
+
|
|
19
|
+
<header>
|
|
20
|
+
<img alt="Sourcefire Corporate Blog" height="158px; " id="Header1_headerimg" src="/media/SFbloghdrAS.png" width="960px; "/>
|
|
21
|
+
</header>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<div id="contextual-toolbar" >
|
|
25
|
+
<div class="sidebar_content">
|
|
26
|
+
<h2>RssFeed</h2>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="sidebar_content">
|
|
29
|
+
<h2>Subscribe email</h2>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<div class="sidebar_content">
|
|
33
|
+
<h2>Popular posts</h2>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div class="sidebar_content">
|
|
37
|
+
<h2>Resources</h2>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div class="sidebar_content">
|
|
41
|
+
<h2>Twitter</h2>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<div class="sidebar_content">
|
|
45
|
+
<h2>Facebook</h2>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<div class="sidebar_content">
|
|
49
|
+
<h2>Archive</h2>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
<div class="sidebar_content">
|
|
53
|
+
<h2>Contributors</h2>
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
</div> <!-- end id="contextual-toolbar" -->
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
<div class="content">
|
|
63
|
+
<div id="recent-posts">
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
<div id="post">
|
|
67
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
68
|
+
<hr>
|
|
69
|
+
<a href="/2012/07/11/1342031484-ok_now/"><h3>ok now</h3></a>
|
|
70
|
+
<p>posted by <b>Author goes here</b></p>
|
|
71
|
+
<p><p>
|
|
72
|
+
iiiii uuuu</p>
|
|
73
|
+
</p>
|
|
74
|
+
<p>comma separated labels</p>
|
|
75
|
+
<br>
|
|
76
|
+
<br>
|
|
77
|
+
</div>
|
|
78
|
+
<br>
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<div id="post">
|
|
82
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
83
|
+
<hr>
|
|
84
|
+
<a href="/2012/07/11/1342031212-title_goes_here/"><h3>Title goes here</h3></a>
|
|
85
|
+
<p>posted by <b>Author goes here</b></p>
|
|
86
|
+
<p><p>
|
|
87
|
+
ijjk</p>
|
|
88
|
+
</p>
|
|
89
|
+
<p>comma separated labels</p>
|
|
90
|
+
<br>
|
|
91
|
+
<br>
|
|
92
|
+
</div>
|
|
93
|
+
<br>
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
<div id="post">
|
|
97
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
98
|
+
<hr>
|
|
99
|
+
<a href="/2012/07/11/1342023521-title_goes_here/"><h3>Title goes here</h3></a>
|
|
100
|
+
<p>posted by <b>Author goes here</b></p>
|
|
101
|
+
<p><p>
|
|
102
|
+
asgd</p>
|
|
103
|
+
</p>
|
|
104
|
+
<p>comma separated labels</p>
|
|
105
|
+
<br>
|
|
106
|
+
<br>
|
|
107
|
+
</div>
|
|
108
|
+
<br>
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
<div id="post">
|
|
112
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
113
|
+
<hr>
|
|
114
|
+
<a href="/2012/07/11/1342023388-post2/"><h3>Post2</h3></a>
|
|
115
|
+
<p>posted by <b>Author goes here</b></p>
|
|
116
|
+
<p><p>
|
|
117
|
+
Post only this</p>
|
|
118
|
+
</p>
|
|
119
|
+
<p>comma separated labels</p>
|
|
120
|
+
<br>
|
|
121
|
+
<br>
|
|
122
|
+
</div>
|
|
123
|
+
<br>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
<div id="post">
|
|
127
|
+
<h4>Wednesday, July 11th, 2012</h4>
|
|
128
|
+
<hr>
|
|
129
|
+
<a href="/2012/07/11/1342023312-blah/"><h3>Blah</h3></a>
|
|
130
|
+
<p>posted by <b>Nick Herbert</b></p>
|
|
131
|
+
<p><p>
|
|
132
|
+
DO thi. NOAhaf</p>
|
|
133
|
+
</p>
|
|
134
|
+
<p>comma separated labels</p>
|
|
135
|
+
<br>
|
|
136
|
+
<br>
|
|
137
|
+
</div>
|
|
138
|
+
<br>
|
|
139
|
+
|
|
140
|
+
<br>
|
|
141
|
+
</div>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
<div style="clear:left;"> </div>
|
|
145
|
+
|
|
146
|
+
</div> <!-- end id="blah" -->
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<div style="clear:right;"> </div>
|
|
151
|
+
<div id="footer">
|
|
152
|
+
|
|
153
|
+
<p>© SourceFire Inc. test blog app 2011 | all rights reserved. </p>
|
|
154
|
+
</div> <!-- end id="footer" -->
|
|
155
|
+
|
|
156
|
+
</div> <!-- end id="main" -->
|
|
157
|
+
</body>
|
|
158
|
+
</html>
|