Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit ae20811

Browse files
committed
Release 1.3.12
1 parent 3ea5416 commit ae20811

File tree

3 files changed

+23
-41
lines changed

3 files changed

+23
-41
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Use of this software is governed by the Fair Source License included in the LICE
190190

191191
In order to deal with the case of my death or this software becoming abandoned it has an open eventually clause where the licence will change exactly 3 years after the publish date of a version release. This means that if version 1.0.0 was released on 1 July 2010 then it can be taken using the listed alternate licence on 2 July 2013. This licence, version and time is all specified below.
192192

193-
After the following date NOT SPECIFIED YET the software version '1.3.12' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt
193+
After the following date 01 February 2021 the software version '1.3.12' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt
194194

195195
OWASP Database is licensed under https://creativecommons.org/licenses/by-sa/3.0/ sourced under Creative Commons from https://codecrawler.codeplex.com/ https://www.owasp.org/index.php/Category:OWASP_Code_Crawler and https://www.owasp.org/index.php/OWASP_Code_Review_Guide_Table_of_Contents this database was modified to JSON and with slight corrections to spelling and puncuation where applicable.
196196

@@ -200,7 +200,7 @@ File Classifier Database is licensed under https://creativecommons.org/licenses/
200200
Change Log
201201
==========
202202

203-
XX XXXX XXXX - 1.3.12 https://github.com/boyter/searchcode-server/projects/5
203+
01 February 2018 - 1.3.12 https://github.com/boyter/searchcode-server/projects/5
204204
- Reversed filename in search https://github.com/boyter/searchcode-server/issues/160
205205
- Add click through to original repository https://github.com/boyter/searchcode-server/issues/162
206206
- Can now edit some properties of repositories https://github.com/boyter/searchcode-server/issues/162
@@ -436,3 +436,19 @@ XX XXXX XXXX - 1.3.12 https://github.com/boyter/searchcode-server/projects/5
436436
- Inital release
437437

438438
Join the chat at https://gitter.im/searchcode-server/Lobby
439+
440+
441+
Deployment Checklist
442+
--------------------
443+
444+
- update README.md and replace NOT SPECIFIED YET with current date and the change log entry
445+
- fab build_all_release
446+
- scp searchcode-server-community.tar.gz to searchcodeserver.com
447+
- generate sha1sum and md5sum of searchcode-server-community.tar.gz
448+
- update pricing.html with hashes calculated in previous step
449+
- check that version.json is correct version
450+
- fab all setup_site
451+
- git update and push
452+
- mark new release on github
453+
- update new release into gumroad
454+
- tweet success

assets/sales/fabfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def setup_site():
2929
put('output', '/var/www/html')
3030
sudo('cp -R /var/www/html/output/* /var/www/html/')
3131
sudo('rm -rf /var/www/html/output')
32+
sudo('cp ~/searchcode-server-community.tar.gz /var/www/html/')
3233

3334

3435
# TODO should be a cron job

assets/sales/pricing.html

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1 class="white">Pricing for searchcode server.</h1>
9292
</tr>
9393
<tr>
9494
<th scope="row"></th>
95-
<td><div style="margin-top:14px;"><a id="communitydownload" href="https://searchcode.com/static/searchcode-server-community.tar.gz" class="top20">Free Community Edition</a></div></td>
95+
<td><div style="margin-top:14px;"><a id="communitydownload" href="https://searchcodeserver.com/searchcode-server-community.tar.gz" class="top20">Free Community Edition</a></div></td>
9696
<td><a data-gumroad-single-product="true" target="_blank" class="gumroad-button" href="https://gum.co/spTnp">Buy now $99</a></td>
9797
<td><a data-gumroad-single-product="true" target="_blank" class="gumroad-button" href="https://gum.co/XJVCH">Buy now $699</a></td>
9898
</tr>
@@ -110,8 +110,8 @@ <h1 class="white">Pricing for searchcode server.</h1>
110110
<p>
111111
<ul class="text-left list-unstyled">
112112
<li>Current version hash</li>
113-
<li>MD5 - 0a19159a36b6f9053c31ce85929ec251</li>
114-
<li>SHA1 - e74a9a7c180a0ac20285ccd63353b9884b7637db</li>
113+
<li>MD5 - 1d6fc6cff17bc582a59737f32a4e79a6</li>
114+
<li>SHA1 - bcb936aef611660c44bfd1f756e56ed9dbbbd078</li>
115115
</ul>
116116
</p>
117117
</div>
@@ -126,39 +126,4 @@ <h1 class="white">Pricing for searchcode server.</h1>
126126
<div class="container">
127127
<p>We understand that you may want to check the searchcode server source code before allowing searchcode server to index your most valuable intellectual property. No problem, searchcode server is licenced under the <a href="https://fair.io/">fair source</a> licence, and you are allowed to view, modify and use the source code for searchcode server for up to 5 users. View the <a href="https://github.com/boyter/searchcode-server">source on github</a></p>
128128
</div>
129-
</div>
130-
131-
<script>
132-
$(document).ready(function(){
133-
$('#communitydownload').click(function(e) {
134-
portfold(24, '/communitydownload')
135-
});
136-
});
137-
138-
function portfold (id, path) {
139-
if (!id) {
140-
return;
141-
}
142-
143-
var er = encodeURIComponent;
144-
var url = '?ua=' + er(window.navigator.userAgent) +
145-
'&an=' + er(window.navigator.appName) +
146-
'&re=' + er(document.referrer) +
147-
'&sh=' + er(screen.height) +
148-
'&sw=' + er(screen.width) +
149-
'&os=' + er(navigator.oscpu) +
150-
'&pl=' + er(navigator.platform) +
151-
'&hr=' + er(window.location.href.trim().replace(/\/+$/, '') + path) +
152-
'&si=' + id;
153-
console.log(url);
154-
155-
var img = document.createElement('img');
156-
img.src = '//portfold.com/track/' + url;
157-
img.style.cssText = 'display:none;'
158-
img.width = '1';
159-
img.height = '1';
160-
var src = document.getElementsByTagName('script')[0];
161-
src.appendChild(img);
162-
img.remove();
163-
}
164-
</script>
129+
</div>

0 commit comments

Comments
 (0)