Skip to content
Snippets Groups Projects
Commit 8649b914 authored by Michał "rysiek" Woźniak's avatar Michał "rysiek" Woźniak :lock:
Browse files

WIP: renaming as Samizdat

parent 08f5f2af
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Interplanetary Shotgun
Samizdat
Copyright (C) 2019 libre
This program is free software: you can redistribute it and/or modify
......
# Interplanetary Shotgun
# Samizdat
***NOTICE: project name change imminent.***
......
<html>
<head>
<title>Interplanetary Gun</title>
<title>Samizdat</title>
<script src="ipsg.js"></script>
</head>
<body>
......@@ -10,7 +10,7 @@
<script src="./lib/webrtc.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gun/lib/unset.js"></script>
<h1>Interplanetary Shotgun</h1>
<h1>Samizdat</h1>
<p>Censorship-resistant, browser-based content delivery <a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps">Progressive Web App</a>, using <a href="https://gun.eco/">Gun</a>, and <a href="https://github.com/ipfs/js-ipfs">JS-IPFS</a>.</p>
<p>This is a proof of concept.</p>
<div>
......
......@@ -5,9 +5,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interplanetary Shotgun :: </title>
<title>Samizdat :: </title>
<meta name="author" content="IPSG Developers">
<meta name="description" content="Interplanetary Shotgun is a decentralized, censorship-resistant content delivery system." />
<meta name="description" content="Samizdat is a decentralized, censorship-resistant content delivery system." />
<link type="text/css" rel="stylesheet" href="./css/style.css">
<script src="./ipsg.js"></script>
<script src="./lib/ipfs.js"></script>
......@@ -29,7 +29,7 @@
</head>
<body>
<h1>Interplanetary Shotgun</h1>
<h1>Samizdat</h1>
<ul>
<li><p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API">ServiceWorker</a> used? <span class="ipsg-status" id="ipsg-status-service-worker">no</span></p></li>
<li><p><a href="https://gun.eco/">Gun</a> and <a href="https://ipfs.io/">IPFS</a> used? <span class="ipsg-status" id="ipsg-status-gun-ipfs">no</span></p></li>
......@@ -44,7 +44,7 @@
<div id="logo-planet"></div>
</div>
</div>
<p>Interplanetary Shotgun is a censorship-resistant, browser-based content delivery <a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps">Progressive Web App</a>, using <a href="https://gun.eco/">Gun</a>, and <a href="https://github.com/ipfs/js-ipfs">JS-IPFS</a>.</p>
<p>Samizdat is a censorship-resistant, browser-based content delivery <a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps">Progressive Web App</a>, using <a href="https://gun.eco/">Gun</a>, and <a href="https://github.com/ipfs/js-ipfs">JS-IPFS</a>.</p>
<p id="commit-info">ServiceWorker: <span id="ipsg-commit-service-worker">NO_INFO</span>&nbsp;::&nbsp;index.html: <span id="ipsg-commit-index-html">COMMIT_UNKNOWN</span></p>
<script>
/*
......
{
"name": "ipsg-cli",
"version": "0.0.1",
"description": "CLI for the Interplanetary Shotgun",
"description": "CLI for the Samizdat",
"main": "bin/ipsg.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
......
......@@ -3,10 +3,10 @@
*
* Strategy:
* 1. Try to load from main website.
* 2. If loading fails, load from Interplanetary Shotgun.
* 3. If loading is too slow, load from Interplanetary Shotgun.
* 2. If loading fails, load from Samizdat.
* 3. If loading is too slow, load from Samizdat.
* 4. If loaded content doesn't match authenticated versions, fall back to
* Interplanetary Shotgun.
* Samizdat.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment