Skip to content

Commit cbcf206

Browse files
committed
release 1.1
1 parent be73890 commit cbcf206

File tree

11 files changed

+303
-34
lines changed

11 files changed

+303
-34
lines changed

about/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
70+
<a class="titleX" href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
74+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/08/18/boot/">Booting Up the Blog and Support</a>
78+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7979
</li>
8080

8181
</ul>

atom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[SerpicoProject]]></title>
55
<link href="https://serpicoproject.github.io/atom.xml" rel="self"/>
66
<link href="https://serpicoproject.github.io/"/>
7-
<updated>2016-09-30T14:22:48-07:00</updated>
7+
<updated>2016-12-06T19:12:55-08:00</updated>
88
<id>https://serpicoproject.github.io/</id>
99
<author>
1010
<name><![CDATA[SerpicoProject]]></name>
@@ -13,6 +13,27 @@
1313
<generator uri="http://octopress.org/">Octopress</generator>
1414

1515

16+
<entry>
17+
<title type="html"><![CDATA[Release 1.1.0 is out]]></title>
18+
<link href="https://serpicoproject.github.io/blog/2016/12/05/release-1-dot-1-0/"/>
19+
<updated>2016-12-05T12:33:36-08:00</updated>
20+
<id>https://serpicoproject.github.io/blog/2016/12/05/release-1-dot-1-0</id>
21+
<content type="html"><![CDATA[<p>Release <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.1.0">1.1.0</a> went out on Friday. It&rsquo;s <!-- more --> a relatively small release feature wise but there are a couple of things to call out:</p>
22+
23+
<h2>Serpico Plug-in Framework</h2>
24+
25+
<p>For a while we&rsquo;ve wanted a way to test out functionality without requiring it be in the master branch. Plug-ins are an awesome way to do this. You can add completely new functionality (with access to the DB, etc) in a small and easy to test/maintain package. More blog posts about this on the way. For now check out <a href="https://github.com/SerpicoProject/Serpico/wiki/Plug-ins">here</a> and in the <a href="https://github.com/SerpicoProject/SerpicoPlugins/wiki/Main-Page">Serpico Plugins Project</a>.</p>
26+
27+
<h2>Automated Build Process</h2>
28+
29+
<p>Our resident deployment ninja <a href="https://github.com/Petessss">Petessss</a> put together an automated build process. This has cut down on the time it takes to create a build considerably. The goal is get releases out for testing more often.</p>
30+
31+
<h2>Markdown sanity check</h2>
32+
33+
<p>We implemented a feature that will report errors in the markdown when attempting to save a finding. Previously this could break a report and was annoying to troubleshoot. We should be improving the markdown process more in the future.</p>
34+
]]></content>
35+
</entry>
36+
1637
<entry>
1738
<title type="html"><![CDATA[Serpico 1.0.0 is out]]></title>
1839
<link href="https://serpicoproject.github.io/blog/2016/09/30/serpico-1-dot-0-is-out/"/>

blog/2016/08/18/boot/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
70+
<a class="titleX" href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
74+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/08/18/boot/">Booting Up the Blog and Support</a>
78+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7979
</li>
8080

8181
</ul>

blog/2016/08/18/long-live-rubyzip/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
70+
<a class="titleX" href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
74+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/08/18/boot/">Booting Up the Blog and Support</a>
78+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7979
</li>
8080

8181
</ul>

blog/2016/09/30/serpico-1-dot-0-is-out/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
70+
<a class="titleX" href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
74+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/08/18/boot/">Booting Up the Blog and Support</a>
78+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7979
</li>
8080

8181
</ul>
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
2+
<!DOCTYPE html>
3+
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
4+
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
5+
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<title>Release 1.1.0 is out - SerpicoProject</title>
9+
<meta name="author" content="SerpicoProject">
10+
11+
12+
<meta name="description" content="Release 1.1.0 is out Release 1.1.0 went out on Friday. It&rsquo;s a relatively small release feature wise but there are a couple of things to call &hellip;">
13+
14+
15+
<meta name="HandheldFriendly" content="True">
16+
<meta name="MobileOptimized" content="320">
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
19+
20+
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
21+
<link href="/logo_1.svg" rel="icon">
22+
<link href="/stylesheets/styles.css" media="screen, projection" rel="stylesheet" type="text/css">
23+
<link href="/atom.xml" rel="alternate" title="SerpicoProject" type="application/atom+xml">
24+
<script src="/javascripts/modernizr-2.0.js"></script>
25+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
26+
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
27+
<script src="/javascripts/octopress.js" type="text/javascript"></script>
28+
<script src="/javascripts/jquery.sidr.min.js"></script>
29+
<script src="/javascripts/ah-blue.js"></script>
30+
31+
32+
<script type="text/javascript">
33+
var host = "www.serpicoproject.com";
34+
if ((host == window.location.host) && (window.location.protocol != "https:"))
35+
window.location.protocol = "https";
36+
</script>
37+
</head>
38+
39+
<body >
40+
<div class="aux-container">
41+
<a id="nav-toggle" href="#sidr"></a>
42+
</div>
43+
44+
45+
46+
<div class="main-container">
47+
<div class="main wrapper clearfix">
48+
49+
<aside>
50+
51+
<div class="search-container">
52+
<br>
53+
<center><a href="/"><img src="/images/logo_1.svg" height=200 width=200></a></center>
54+
<br>
55+
<div id="main-nav">
56+
<nav>
57+
<ul>
58+
<li>
59+
<ul>
60+
<li><a href="/about" target="_blank">About</a>
61+
<li><a href="/purchase" target="_blank">Services and Support &nbsp;<img height=20 width=20 src="/images/logo_1.svg"></a>
62+
</ul>
63+
</li>
64+
<li>
65+
66+
<h3>Recent Posts</h3>
67+
<ul>
68+
69+
<li>
70+
<a class="titleX" href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a>
71+
</li>
72+
73+
<li>
74+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
75+
</li>
76+
77+
<li>
78+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
79+
</li>
80+
81+
</ul>
82+
83+
84+
</li>
85+
<li>
86+
<ul>
87+
<li>Github - <a href="https://www.github.com/SerpicoProject" target="_blank">https://www.github.com/SerpicoProject</a></li>
88+
<li>Twitter - <a href="http://www.twitter.com/SerpicoProject" target="_blank">@SerpicoProject</a></li>
89+
</ul>
90+
</li>
91+
</ul>
92+
</nav>
93+
</div>
94+
95+
<br><br><br>
96+
</div>
97+
98+
</aside>
99+
100+
<br><br><br><br>
101+
<div>
102+
<article>
103+
<header>
104+
<div class="article-tags">
105+
106+
107+
108+
</div>
109+
110+
<h1>
111+
Release 1.1.0 is out
112+
</h1>
113+
114+
</header>
115+
116+
<section><p>Release <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.1.0">1.1.0</a> went out on Friday. It&rsquo;s <!-- more --> a relatively small release feature wise but there are a couple of things to call out:</p>
117+
118+
<h2>Serpico Plug-in Framework</h2>
119+
120+
<p>For a while we&rsquo;ve wanted a way to test out functionality without requiring it be in the master branch. Plug-ins are an awesome way to do this. You can add completely new functionality (with access to the DB, etc) in a small and easy to test/maintain package. More blog posts about this on the way. For now check out <a href="https://github.com/SerpicoProject/Serpico/wiki/Plug-ins">here</a> and in the <a href="https://github.com/SerpicoProject/SerpicoPlugins/wiki/Main-Page">Serpico Plugins Project</a>.</p>
121+
122+
<h2>Automated Build Process</h2>
123+
124+
<p>Our resident deployment ninja <a href="https://github.com/Petessss">Petessss</a> put together an automated build process. This has cut down on the time it takes to create a build considerably. The goal is get releases out for testing more often.</p>
125+
126+
<h2>Markdown sanity check</h2>
127+
128+
<p>We implemented a feature that will report errors in the markdown when attempting to save a finding. Previously this could break a report and was annoying to troubleshoot. We should be improving the markdown process more in the future.</p>
129+
</section>
130+
131+
132+
133+
134+
</article>
135+
</div>
136+
137+
</div>
138+
</div>
139+
140+
141+
142+
143+
144+
</body>
145+
</html>

blog/archives/index.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
<meta name="author" content="SerpicoProject">
1010

1111

12-
<meta name="description" content=" Blog Archive 2016 Serpico 1.0.0 is out
12+
<meta name="description" content="Blog Archive 2016 Release 1.1.0 is out
13+
Dec 05 2016 Serpico 1.0.0 is out
1314
Sep 30 2016 Welcome RubyZip
1415
Aug 18 2016 Booting Up the Blog and Support
15-
Aug 18 2016 ">
16+
Aug &hellip;">
1617

1718

1819
<meta name="HandheldFriendly" content="True">
@@ -70,15 +71,15 @@ <h3>Recent Posts</h3>
7071
<ul>
7172

7273
<li>
73-
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
74+
<a class="titleX" href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a>
7475
</li>
7576

7677
<li>
77-
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
78+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
7879
</li>
7980

8081
<li>
81-
<a class="titleX" href="/blog/2016/08/18/boot/">Booting Up the Blog and Support</a>
82+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
8283
</li>
8384

8485
</ul>
@@ -115,6 +116,16 @@ <h1 class="entry-title">Blog Archive</h1>
115116

116117
<h2>2016</h2>
117118

119+
<article>
120+
121+
<h1><a href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a></h1>
122+
<time datetime="2016-12-05T12:33:36-08:00" pubdate><span class='month'>Dec</span> <span class='day'>05</span> <span class='year'>2016</span></time>
123+
124+
125+
</article>
126+
127+
128+
118129
<article>
119130

120131
<h1><a href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a></h1>

index.html

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="author" content="SerpicoProject">
1010

1111

12-
<meta name="description" content="Serpico 1.0.0 is out BlackHat Arsenal marked the first alpha release of Serpico. Today, after a major effort in the release cycle from Petessss we &hellip;">
12+
<meta name="description" content="Release 1.1.0 is out Release 1.1.0 went out on Friday. It&rsquo;s Read on &rarr; Serpico 1.0.0 is out BlackHat Arsenal marked the first alpha &hellip;">
1313

1414

1515
<meta name="HandheldFriendly" content="True">
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
70+
<a class="titleX" href="/blog/2016/12/05/release-1-dot-1-0/">Release 1.1.0 is out</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
74+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/08/18/boot/">Booting Up the Blog and Support</a>
78+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7979
</li>
8080

8181
</ul>
@@ -101,6 +101,49 @@ <h3>Recent Posts</h3>
101101

102102

103103

104+
<article>
105+
<header>
106+
<div class="article-tags">
107+
108+
109+
110+
</div>
111+
112+
<h1><a style="TitleX" href="/blog/2016/12/05/release-1-dot-1-0/">
113+
Release 1.1.0 is out
114+
</a></h1>
115+
116+
</header>
117+
118+
<section><p>Release <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.1.0">1.1.0</a> went out on Friday. It&rsquo;s </section>
119+
120+
121+
<footer>
122+
<div class="article-date">
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
<time datetime="2016-12-05T12:33:36-08:00" pubdate data-updated="true"></time></div>
136+
</footer>
137+
138+
139+
140+
141+
142+
<p><a style="TitleX" href="/blog/2016/12/05/release-1-dot-1-0/">Read on &rarr;</a></p>
143+
144+
</article>
145+
146+
104147
<article>
105148
<header>
106149
<div class="article-tags">

0 commit comments

Comments
 (0)