Skip to content

Commit 772fa64

Browse files
committed
1.0.0 bp
1 parent 80f59e2 commit 772fa64

File tree

10 files changed

+334
-13
lines changed

10 files changed

+334
-13
lines changed

about/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<h3>Recent Posts</h3>
6767
<ul>
6868

69+
<li>
70+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
71+
</li>
72+
6973
<li>
7074
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7175
</li>

atom.xml

Lines changed: 34 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-26T18:17:12-07:00</updated>
7+
<updated>2016-09-30T11:05:56-07:00</updated>
88
<id>https://serpicoproject.github.io/</id>
99
<author>
1010
<name><![CDATA[SerpicoProject]]></name>
@@ -13,6 +13,39 @@
1313
<generator uri="http://octopress.org/">Octopress</generator>
1414

1515

16+
<entry>
17+
<title type="html"><![CDATA[Serpico 1.0.0 is out]]></title>
18+
<link href="https://serpicoproject.github.io/blog/2016/09/30/serpico-1-dot-0-is-out/"/>
19+
<updated>2016-09-30T10:40:59-07:00</updated>
20+
<id>https://serpicoproject.github.io/blog/2016/09/30/serpico-1-dot-0-is-out</id>
21+
<content type="html"><![CDATA[<p>BlackHat Arsenal marked the first alpha release of Serpico. Today, after a major effort in the release cycle from Petessss we have hit <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.0">1.0.0</a>. There&rsquo;s <!-- more --> a lot of stuff in here (55 issues closed since last release; numerous features and bugs) but there are a few things I want to call out:</p>
22+
23+
<h1>Windows and Mac Installer</h1>
24+
25+
<p>Using Serpico on Mac and Windows just got way easier thanks to a mega effort from <a href="https://github.com/Petessss">Petessss</a>. Personally, I am really excited about this because I can hammer out reports in my Windows VM and use a clean instance every time.</p>
26+
27+
<h1>Bulk Upload and Image Insertion Auto-Complete</h1>
28+
29+
<p>Multiple attachments can now be uploaded at once. This means uploading a directory of screenshots instead of one at a time. Furthermore, just type the character &ldquo;[&rdquo; into the Proof of Concept section and your list of images is loaded similar to GitHub autocomplete. This should hopefully speed up your reporting time.</p>
30+
31+
<h1>New Logo</h1>
32+
33+
<p><a href="https://github.com/ccammilleri">ccammilleri</a> drew up a rad logo. It&rsquo;s on the front page now and if you see us at a conference, ask for stickers.</p>
34+
35+
<h1>RubyZip</h1>
36+
37+
<p>Moving from ZipRuby to RubyZip allowed us to start using Windows. This actually took quite a bit of testing, but glad to see it in there.</p>
38+
39+
<h1>Route Splitting</h1>
40+
41+
<p>Routes are now split into multiple files. This will pave the way for plug-ins and easier debugging.</p>
42+
43+
<h1>Presentations as PDFs</h1>
44+
45+
<p>There is a new link to generate your presentation as a PDF ; much easier to hand to a client.</p>
46+
]]></content>
47+
</entry>
48+
1649
<entry>
1750
<title type="html"><![CDATA[Welcome RubyZip]]></title>
1851
<link href="https://serpicoproject.github.io/blog/2016/08/18/long-live-rubyzip/"/>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<h3>Recent Posts</h3>
6767
<ul>
6868

69+
<li>
70+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
71+
</li>
72+
6973
<li>
7074
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7175
</li>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<h3>Recent Posts</h3>
6767
<ul>
6868

69+
<li>
70+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
71+
</li>
72+
6973
<li>
7074
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7175
</li>
Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
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>Serpico 1.0.0 is out - SerpicoProject</title>
9+
<meta name="author" content="SerpicoProject">
10+
11+
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;">
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">Enterprise Purchase &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/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
71+
</li>
72+
73+
<li>
74+
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
75+
</li>
76+
77+
<li>
78+
<a class="titleX" href="/blog/2016/08/18/boot/">Booting Up the Blog and Support</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+
Serpico 1.0.0 is out
112+
</h1>
113+
114+
</header>
115+
116+
<section><p>BlackHat Arsenal marked the first alpha release of Serpico. Today, after a major effort in the release cycle from Petessss we have hit <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.0">1.0.0</a>. There&rsquo;s <!-- more --> a lot of stuff in here (55 issues closed since last release; numerous features and bugs) but there are a few things I want to call out:</p>
117+
118+
<h1>Windows and Mac Installer</h1>
119+
120+
<p>Using Serpico on Mac and Windows just got way easier thanks to a mega effort from <a href="https://github.com/Petessss">Petessss</a>. Personally, I am really excited about this because I can hammer out reports in my Windows VM and use a clean instance every time.</p>
121+
122+
<h1>Bulk Upload and Image Insertion Auto-Complete</h1>
123+
124+
<p>Multiple attachments can now be uploaded at once. This means uploading a directory of screenshots instead of one at a time. Furthermore, just type the character &ldquo;[&rdquo; into the Proof of Concept section and your list of images is loaded similar to GitHub autocomplete. This should hopefully speed up your reporting time.</p>
125+
126+
<h1>New Logo</h1>
127+
128+
<p><a href="https://github.com/ccammilleri">ccammilleri</a> drew up a rad logo. It&rsquo;s on the front page now and if you see us at a conference, ask for stickers.</p>
129+
130+
<h1>RubyZip</h1>
131+
132+
<p>Moving from ZipRuby to RubyZip allowed us to start using Windows. This actually took quite a bit of testing, but glad to see it in there.</p>
133+
134+
<h1>Route Splitting</h1>
135+
136+
<p>Routes are now split into multiple files. This will pave the way for plug-ins and easier debugging.</p>
137+
138+
<h1>Presentations as PDFs</h1>
139+
140+
<p>There is a new link to generate your presentation as a PDF ; much easier to hand to a client.</p>
141+
</section>
142+
143+
144+
145+
146+
</article>
147+
</div>
148+
149+
</div>
150+
</div>
151+
152+
153+
154+
155+
156+
</body>
157+
</html>

blog/archives/index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<meta name="author" content="SerpicoProject">
1010

1111

12-
<meta name="description" content=" Blog Archive 2016 Welcome RubyZip
12+
<meta name="description" content=" Blog Archive 2016 Serpico 1.0.0 is out
13+
Sep 30 2016 Welcome RubyZip
1314
Aug 18 2016 Booting Up the Blog and Support
1415
Aug 18 2016 ">
1516

@@ -68,6 +69,10 @@
6869
<h3>Recent Posts</h3>
6970
<ul>
7071

72+
<li>
73+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
74+
</li>
75+
7176
<li>
7277
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7378
</li>
@@ -110,6 +115,16 @@ <h1 class="entry-title">Blog Archive</h1>
110115

111116
<h2>2016</h2>
112117

118+
<article>
119+
120+
<h1><a href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a></h1>
121+
<time datetime="2016-09-30T10:40:59-07:00" pubdate><span class='month'>Sep</span> <span class='day'>30</span> <span class='year'>2016</span></time>
122+
123+
124+
</article>
125+
126+
127+
113128
<article>
114129

115130
<h1><a href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a></h1>

index.html

Lines changed: 48 additions & 1 deletion
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="Welcome RubyZip Since the beginning Serpico has used ZipRuby for the Zip library. It&rsquo;s done a sufficient job but it is a mess to install on &hellip;">
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;">
1313

1414

1515
<meta name="HandheldFriendly" content="True">
@@ -66,6 +66,10 @@
6666
<h3>Recent Posts</h3>
6767
<ul>
6868

69+
<li>
70+
<a class="titleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Serpico 1.0.0 is out</a>
71+
</li>
72+
6973
<li>
7074
<a class="titleX" href="/blog/2016/08/18/long-live-rubyzip/">Welcome RubyZip</a>
7175
</li>
@@ -97,6 +101,49 @@ <h3>Recent Posts</h3>
97101

98102

99103

104+
<article>
105+
<header>
106+
<div class="article-tags">
107+
108+
109+
110+
</div>
111+
112+
<h1><a style="TitleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">
113+
Serpico 1.0.0 is out
114+
</a></h1>
115+
116+
</header>
117+
118+
<section><p>BlackHat Arsenal marked the first alpha release of Serpico. Today, after a major effort in the release cycle from Petessss we have hit <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.0">1.0.0</a>. There&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-09-30T10:40:59-07:00" pubdate data-updated="true"></time></div>
136+
</footer>
137+
138+
139+
140+
141+
142+
<p><a style="TitleX" href="/blog/2016/09/30/serpico-1-dot-0-is-out/">Read on &rarr;</a></p>
143+
144+
</article>
145+
146+
100147
<article>
101148
<header>
102149
<div class="article-tags">

0 commit comments

Comments
 (0)