├── README.md
├── img
├── p2p.png
├── p2p.zip
├── anon.png
├── fast.png
├── p2p-2.jpg
├── p2p-2.png
├── p2p-3.png
├── browsers.png
├── browsers.zip
├── namecoin.png
├── namecoin.zip
├── offline.png
├── password.png
├── password.zip
├── rocket.zip
├── zerotalk.png
├── zerotalk.zip
├── input_big2.zip
├── opensource.png
├── namecoin-chrome.png
├── logo.svg
├── cloud.svg
└── visit-bg.svg
├── index.php
├── languages
├── zh.json
├── zh-tw.json
├── fa.json
├── ru.json
├── pt-br.json
├── pt.json
├── hu.json
├── it.json
├── de.json
├── fr.json
├── es.json
└── nl.json
├── files
└── tamas@zeronet.io_pub.asc
├── go.html
├── media
├── main.css
└── fonts.css
├── LICENSE
└── index.html
/README.md:
--------------------------------------------------------------------------------
1 | https://zeronet.io
2 |
--------------------------------------------------------------------------------
/img/p2p.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/p2p.png
--------------------------------------------------------------------------------
/img/p2p.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/p2p.zip
--------------------------------------------------------------------------------
/img/anon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/anon.png
--------------------------------------------------------------------------------
/img/fast.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/fast.png
--------------------------------------------------------------------------------
/img/p2p-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/p2p-2.jpg
--------------------------------------------------------------------------------
/img/p2p-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/p2p-2.png
--------------------------------------------------------------------------------
/img/p2p-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/p2p-3.png
--------------------------------------------------------------------------------
/img/browsers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/browsers.png
--------------------------------------------------------------------------------
/img/browsers.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/browsers.zip
--------------------------------------------------------------------------------
/img/namecoin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/namecoin.png
--------------------------------------------------------------------------------
/img/namecoin.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/namecoin.zip
--------------------------------------------------------------------------------
/img/offline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/offline.png
--------------------------------------------------------------------------------
/img/password.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/password.png
--------------------------------------------------------------------------------
/img/password.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/password.zip
--------------------------------------------------------------------------------
/img/rocket.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/rocket.zip
--------------------------------------------------------------------------------
/img/zerotalk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/zerotalk.png
--------------------------------------------------------------------------------
/img/zerotalk.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/zerotalk.zip
--------------------------------------------------------------------------------
/img/input_big2.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/input_big2.zip
--------------------------------------------------------------------------------
/img/opensource.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/opensource.png
--------------------------------------------------------------------------------
/img/namecoin-chrome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/HelloZeroNet/zeronet.io/master/img/namecoin-chrome.png
--------------------------------------------------------------------------------
/img/logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/img/cloud.svg:
--------------------------------------------------------------------------------
1 |
2 |
6 |
--------------------------------------------------------------------------------
/index.php:
--------------------------------------------------------------------------------
1 | Not found");
7 | exit();
8 | }
9 | } else {
10 | $locale = $_SERVER["HTTP_ACCEPT_LANGUAGE"];
11 | }
12 | $locale = strtolower($locale);
13 | $locale_array = explode(",",$locale);
14 | foreach ($locale_array as $locale) {
15 | $locale = preg_replace("#;.*#", "", $locale);
16 | $locale = preg_replace("#[^a-z-]#", "", $locale);
17 | $lang = preg_replace("#-.*#", "", $locale);
18 | $lang_file = "languages/$locale.json";
19 | if ($lang == "en" or is_file($lang_file)) break;
20 | }
21 | if (!$locale || !is_file($lang_file)) $locale = "en";
22 |
23 | if ($_SERVER["HTTP_HOST"] == "go.zeronet.io") {
24 | $body = file_get_contents("go.html");
25 | } else {
26 | $body = file_get_contents("index.html");
27 | }
28 |
29 | $body = str_replace("{locale}", $locale, $body);
30 | $body = str_replace('', "", $body);
31 |
32 | if ($lang != "en" && $lang != "") {
33 | $translates = json_decode(file_get_contents($lang_file));
34 | foreach ($translates as $original => $translated) {
35 | $body = str_replace(">$original<", ">$translated<", $body);
36 | }
37 | }
38 | echo($body);
39 | ?>
40 |
--------------------------------------------------------------------------------
/languages/zh.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: 使用 Bitcoin 加密和 BitTorrent 网络的去中心化网络",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "开放,自由,去中心化的网络, 使用 Bitcoin 加密和 BitTorrent 网络",
4 |
5 | "Download for Windows": "下载 Windows 版本",
6 | "Unpack · Run ZeroNet.exe": "解压缩 · 运行 ZeroNet.exe",
7 | "or": "或者",
8 | "Other platforms and source code": "获取适用于其他平台的安装包和源代码",
9 | "Download for macOS": "下载 macOS 版本",
10 | "Unpack · Run ZeroNet": "解压缩 · 运行 ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "解压缩 · 打开终端 · 把 ZeroNet 拖进去",
12 | "Download Android package (experimental)": "下载 Android 安装包(试验性)",
13 | "Install · Launch ZeroNet": "安装 · 启动 ZeroNet",
14 | "View and help develop Android version": "查看并帮助开发 Android 版本",
15 | "Download for Linux 64bit": "下载 Linux 64bit 版本",
16 | "Unpack · Run ZeroNet.sh": "解压缩 · 运行 ZeroNet.sh",
17 | "Install instructions": "安装指南",
18 | "Windows, Linux, Mac supported": "支持 Windows, Linux, Mac 平台",
19 |
20 | "Peer-to-Peer": "点对点",
21 | "Your content distributed directly to other visitors without any central server.": "你的内容将被去中心化的直接分发给其他访客,不需要任何的中央服务器。",
22 |
23 | "Uncensored": "去中心化",
24 | "It's nowhere because it's everywhere!": "节点无处不在!",
25 | "No hosting costs": "无托管费用",
26 | "Sites are served by visitors.": "站点由访问者托管。",
27 | "Always accessible": "永远在线",
28 | "No single point of failure.": "不会受单点故障影响。",
29 |
30 | "Simple": "易于使用",
31 | "No configuration needed:": "不需要配置",
32 | "Download, unpack and start using it.": "下载,解压,直接运行!",
33 |
34 | ".bit domains": ".bit 域名",
35 | "Decentralized domains using Namecoin cryptocurrency.": "使用 Namecoin 加密货币的去中心化域名",
36 |
37 | "No passwords": "无需密码",
38 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "使用与比特币钱包相同的加密方法来保护你的账户",
39 |
40 | "Fast": "高速",
41 | "Page response time is not limited by your connection speed.": "页面加载速度不会受限于你的互联网连接速度",
42 |
43 | "Dynamic content": "动态内容",
44 | "Real-time updated, multi-user websites.": "实时更新,支持多用户站点",
45 |
46 | "How does it work?": "原理",
47 |
48 | "Works everywhere": "跨平台支持",
49 | "Supports any modern browser on Windows, Linux or Mac platforms.": "支持运行于 Windows、Linux 或 Mac 平台的 任何现代化浏览器",
50 |
51 | "Anonymity": "匿名",
52 | "You can easily hide your IP address using the Tor network.": "你可以通过 Tor 网络方便地隐藏自己的 IP 地址",
53 | "Read the FAQ": "阅读常见问题解答",
54 |
55 | "Offline": "可离线使用",
56 | "Browse the sites you're seeding even if your internet connection is down.": "在没有互联网连接的情况下也可以浏览保存过的站点",
57 |
58 | "Open Source": "开放源代码",
59 | "Developed by the community for the community.": "社区开发,社区支持",
60 | "Please donate to keep this project alive": "请捐助来维持这个项目的运行",
61 |
62 | "We believe in": "我们相信",
63 | "open, free, and uncensored": "开放,自由,去中心化的",
64 | "network and communication.": "网络与通讯",
65 |
66 | "Hosted by the wonderful": "托管于棒极了的"
67 |
68 | }
69 |
--------------------------------------------------------------------------------
/languages/zh-tw.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: 使用 Bitcoin 加密和 BitTorrent 網路的去中心化網路",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "開放,自由,去中心化的網路, 使用 Bitcoin 加密和 BitTorrent 網路",
4 |
5 | "Download for Windows": "下載 Windows 版本",
6 | "Unpack · Run ZeroNet.exe": "解壓縮 · 執行 ZeroNet.exe",
7 | "or": "或者",
8 | "Other platforms and source code": "獲取適用於其他平台的安裝套件和原始碼",
9 | "Download for macOS": "下載 macOS 版本",
10 | "Unpack · Run ZeroNet": "解压缩 · 執行 ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "解压缩 · 打开终端 · 把 ZeroNet 拖进去",
12 | "Download Android package (experimental)": "下載 Android 安裝套件(試驗性)",
13 | "Install · Launch ZeroNet": "安裝 · 啟動 ZeroNet",
14 | "View and help develop Android version": "查看並幫助開發 Android 版本",
15 | "Download for Linux 64bit": "下載 Linux 64bit 版本",
16 | "Unpack · Run ZeroNet.sh": "解压缩 · 執行 ZeroNet.sh",
17 | "Install instructions": "安裝指南",
18 | "Windows, Linux, Mac supported": "支援 Windows, Linux, Mac 平台",
19 |
20 | "Peer-to-Peer": "對等",
21 | "Your content distributed directly to other visitors without any central server.": "你的內容將被去中心化的直接分發給其他訪客,不需要任何的中央伺服器。",
22 |
23 | "Uncensored": "去中心化",
24 | "It's nowhere because it's everywhere!": "節點無處不在!",
25 | "No hosting costs": "無代管費用",
26 | "Sites are served by visitors.": "站點由訪問者代管。",
27 | "Always accessible": "永遠線上",
28 | "No single point of failure.": "不會受單點故障影響。",
29 |
30 | "Simple": "易於使用",
31 | "No configuration needed:": "毋需設定",
32 | "Download, unpack and start using it.": "下載,解壓,直接執行!",
33 |
34 | ".bit domains": ".bit 域名",
35 | "Decentralized domains using Namecoin cryptocurrency.": "使用 Namecoin 加密貨幣的去中心化域名",
36 |
37 | "No passwords": "無需密碼",
38 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "使用與比特幣錢包相同的加密方法來保護你的帳戶",
39 |
40 | "Fast": "高速",
41 | "Page response time is not limited by your connection speed.": "頁面載入速度不會受限於你的網際網路連接速度",
42 |
43 | "Dynamic content": "動態內容",
44 | "Real-time updated, multi-user websites.": "實時更新,支持多用戶站點",
45 |
46 | "How does it work?": "原理",
47 |
48 | "Works everywhere": "跨平台支援",
49 | "Supports any modern browser on Windows, Linux or Mac platforms.": "支持執行於 Windows、Linux 或 Mac 平台的 任何現代化瀏覽器",
50 |
51 | "Anonymity": "匿名",
52 | "You can easily hide your IP address using the Tor network.": "你可以通過 Tor 網路方便地隱藏自己的 IP 位址",
53 | "Read the FAQ": "閱讀常見問題解答",
54 |
55 | "Offline": "可離線使用",
56 | "Browse the sites you're seeding even if your internet connection is down.": "在沒有網際網路連線的情況下也可以瀏覽儲存過的站點",
57 |
58 | "Open Source": "開放原始碼",
59 | "Developed by the community for the community.": "社群開發,社群支援",
60 | "Please donate to keep this project alive": "請捐助來維持這個項目的運行",
61 |
62 | "We believe in": "我們相信",
63 | "open, free, and uncensored": "開放,自由,去中心化的",
64 | "network and communication.": "網路與通訊",
65 |
66 | "Hosted by the wonderful": "代管於棒極了的"
67 |
68 | }
69 |
--------------------------------------------------------------------------------
/languages/fa.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "زیرونت: سایت های غیرمتمرکز با استفاده از رمزنگاری بیتکوین و شبکه بیتتورنت",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "سایت های باز، ازاد و غیرقابل سانسور با استفاده از رمزنگاری بیتکوین و شبکه بیتتورنت",
4 |
5 | "Download for Windows": "دانلود برای ویندوز",
6 | "Unpack · Run ZeroNet.exe": "بازکردن · اجرای ZeroNet.exe",
7 | "or": "یا",
8 | "Other platforms and source code": "پلتفرم های دیگر و کد منبع",
9 | "Download for macOS": "دانلود برای مکاواس",
10 | "Unpack · Run ZeroNet": "بازکردن · اجرای ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "بازکردن · اجرای برنامه خطفرمان · رهاکردن ZeroNet در آن و فشردن کلید اینتر",
12 | "Download for Linux 64bit": "دانلود برای لینوکس (۶۴بیتی)",
13 | "Install instructions": "دستورالعمل نصب",
14 | "Windows, Linux, Mac supported": "ویندوز، لینوکس، مک پشتیبانی میشوند",
15 |
16 | "Peer-to-Peer": "همتا-به-همتا",
17 | "Your content distributed directly to other visitors without any central server.": "محتوای شما به صورت مستقیم به دیگر بازدید کننده ها توزیع میشود بدون هیچ سرور مرکزی.",
18 |
19 | "Uncensored": "غیرقابل سانسور",
20 | "It's nowhere because it's everywhere!": "این هیچجا نیست چون همهجا هست!",
21 | "No hosting costs": "بدون هزینههای میزبانی",
22 | "Sites are served by visitors.": "سایت ها توسط بازدیدکننده ها میزبانی میشوند.",
23 | "Always accessible": "همیشه دردسترس",
24 | "No single point of failure.": "بدون هیچ نقطه ای از شکست.",
25 |
26 | "Simple": "ساده",
27 | "No configuration needed:": "بدون نیاز به پیکربندی:",
28 | "Download, unpack and start using it.": "بارگیری، بازکردن و شروع به استفاده کردن .",
29 |
30 | ".bit domains": "دامنه های .bit",
31 | "Decentralized domains using Namecoin cryptocurrency.": "دامنه های غیرمتمرکز با استفاده از رمزارز نیمکوین",
32 |
33 | "No passwords": "بدون پسورد",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "حساب شما توسط رمزنگاری مشابه با حساب بیتکوینی شما محافظت میشود. ",
35 |
36 | "Fast": "سریع",
37 | "Page response time is not limited by your connection speed.": "زمان پاسخگویی صفحه محدودیت سرعت ارتباط شما نیست.",
38 |
39 | "Dynamic content": "محتوای پویا",
40 | "Real-time updated, multi-user websites.": "بهروز رسانی بیدرنگ، سایت های چندکاربره",
41 |
42 | "How does it work?": "چگونه کار میکند؟",
43 |
44 | "Works everywhere": "در هرجایی کار میکند",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "از هر مرورگر مدرنی در ویندوز، لینوکس یا مک پشتیبانی میکند",
46 |
47 | "Anonymity": "ناشناسی",
48 | "You can easily hide your IP address using the Tor network.": "میتوانی به آسانی نشانی آیپی خود را با استفاده از شبکه تور مخفی کنی",
49 | "Read the FAQ": "پرسش و پاسخ های متداول",
50 |
51 | "Offline": "آفلاین",
52 | "Browse the sites you're seeding even if your internet connection is down.": "سایت ها را حتی اگر اتصال اینترنت شما قطع شده است مرور کنید.",
53 |
54 | "Open Source": "منبع باز",
55 | "Developed by the community for the community.": "توسعه یافته توسط جامعه برای جامعه",
56 | "Please donate to keep this project alive": "لطفا برای زنده نگه داشتن این پروژه حمایت کنید",
57 |
58 | "We believe in": "ما باور داریم به",
59 | "open, free, and uncensored": "شبکه و ارتباطات ",
60 | "network and communication.": "باز، ازاد و غیر قابل سانسور"
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/languages/ru.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Децентрализованные веб-сайты с криптографией Bitcoin и сетью BitTorrent",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Открытые, бесплатные сайты без цензуры, использующие криптографию Bitcoin и сеть BitTorrent",
4 |
5 | "Download for Windows": "Скачать для Windows",
6 | "Unpack · Run ZeroNet.exe": "Распакуйте · Запустите ZeroNet.exe",
7 | "or": "или",
8 | "Other platforms and source code": "Другие платформы и исходный код",
9 | "Download for macOS": "Скачать для macOS",
10 | "Unpack · Run ZeroNet": "Распакуйте · Запустите ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Распакуйте · Откройте программу Terminal · Перетащите на неё ZeroNet и нажмите Enter.",
12 | "Download for Linux 64bit": "Скачать для Linux 64bit",
13 | "Install instructions": "Инструкции по установке",
14 | "Windows, Linux, Mac supported": "Поддержка Windows, Linux, Mac",
15 |
16 | "Peer-to-Peer": "Пиринговая",
17 | "Your content distributed directly to other visitors without any central server.": "Ваше содержимое распространяется напрямую другим посетителям без центрального сервера.",
18 |
19 | "Uncensored": "Без цензуры",
20 | "It's nowhere because it's everywhere!": "Данных нет нигде, потому что они везде!",
21 | "No hosting costs": "Бесплатный хостинг",
22 | "Sites are served by visitors.": "Сайты хранятся посетителями.",
23 | "Always accessible": "Всегда доступна",
24 | "No single point of failure.": "Нет слабого звена.",
25 |
26 | "Simple": "Простая",
27 | "No configuration needed:": "Без конфигурации сети:",
28 | "Download, unpack and start using it.": "Скачайте, распакуйте и начните пользоваться.",
29 |
30 | ".bit domains": ".bit домены",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Децентрализрванные домены, использующие криптовалюту Namecoin.",
32 |
33 | "No passwords": "Без паролей",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "Ваш аккаунт защищён той же криптографией, как и Ваш кошелёк Bitcoin.",
35 |
36 | "Fast": "Быстрая",
37 | "Page response time is not limited by your connection speed.": "Время загрузки страницы не зависит от скорости соединения.",
38 |
39 | "Dynamic content": "Динамическое содержимое",
40 | "Real-time updated, multi-user websites.": "Обновляющиеся в реальном времени, многопользовательские веб-сайты.",
41 |
42 | "How does it work?": "Как это работает?",
43 |
44 | "Works everywhere": "Работает везде",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Поддерживает любой современный браузер на Windows, Linux и Mac.",
46 |
47 | "Anonymity": "Анонимная",
48 | "You can easily hide your IP address using the Tor network.": "Вы можете легко скрыть свой IP адрес, используя Tor.",
49 | "Read the FAQ": "Прочитайте ЧАВО",
50 |
51 | "Offline": "Автономная",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Просматривайте сайты, которые вы скачали, даже если нет Интернета.",
53 |
54 | "Open Source": "Открытая",
55 | "Developed by the community for the community.": "Разрабатывается сообществом для сообщества.",
56 | "Please donate to keep this project alive": "Пожертвуйте, чтобы поддержать проект.",
57 |
58 | "We believe in": "Наша вера в",
59 | "open, free, and uncensored": "открытую, бесплатную сеть",
60 | "network and communication.": "и связь без цензуры."
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/languages/pt-br.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Sites descentralizados usando criptografia Bitcoin e a rede BitTorrent",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Sites abertos, grátis e sem censura, usando criptografia Bitcoin e a rede BitTorrent",
4 |
5 | "Download for Windows": "Baixar para Windows",
6 | "Unpack · Run ZeroNet.exe": "Extraia · Execute ZeroNet.exe",
7 | "or": "ou",
8 | "Other platforms and source code": "Outras plataformas e código fonte",
9 | "Download for macOS": "Baixar para macOS",
10 | "Unpack · Run ZeroNet": "Extraia · Execute ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Extraia e · Abra o Terminal · Arraste o ZeroNet para ela e pressione enter.",
12 | "Download for Linux 64bit": "Baixe para Linux (64bit)",
13 | "Install instructions": "Instruções de instalação",
14 | "Windows, Linux, Mac supported": "Compatível com Windows, Linux, Mac",
15 |
16 | "Peer-to-Peer": "Peer-to-Peer",
17 | "Your content distributed directly to other visitors without any central server.": "O seu conteúdo distribuído diretamente para outros visitantes sem servidor central algum.",
18 |
19 | "Uncensored": "Sem censura",
20 | "It's nowhere because it's everywhere!": "Não está em lugar algum pois está em todo lugar",
21 | "No hosting costs": "Sem custos de hospedagem",
22 | "Sites are served by visitors.": "Sites são hospedados/servidos por visitantes",
23 | "Always accessible": "Sempre acessível",
24 | "No single point of failure.": "Sem possibilidades de falha",
25 |
26 | "Simple": "Simples",
27 | "No configuration needed:": "Não necessita de configuração:",
28 | "Download, unpack and start using it.": "Baixe, extraia e comece a usar.",
29 |
30 | ".bit domains": "domínios .bit",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Domínios descentralizados utilizando cryptomoeda Namecoin.",
32 |
33 | "No passwords": "Sem senhas",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "A sua conta é protegida pela mesma criptografia utilizada na sua carteira Bitcoin.",
35 |
36 | "Fast": "Ágil",
37 | "Page response time is not limited by your connection speed.": "O tempo de resposta da página não é limitada pela velocidade da conexão.",
38 |
39 | "Dynamic content": "Conteúdo Dinâmico",
40 | "Real-time updated, multi-user websites.": "Sites para multiplos usuários, atualizados em tempo real.",
41 |
42 | "How does it work?": "Como funciona?",
43 |
44 | "Works everywhere": "Funciona em todo lugar",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Suporta qualquer navegador moderno nas plataformas Windows, Linux ou Mac.",
46 |
47 | "Anonymity": "Anonimato",
48 | "You can easily hide your IP address using the Tor network.": "Você pode esconder o seu endereço IP usando a rede Tor.",
49 | "Read the FAQ": "Leia a FAQ",
50 |
51 | "Offline": "Offline",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Navegue pelos sites que você está hospedando mesmo que a internet esteja fraca.",
53 |
54 | "Open Source": "Código Aberto",
55 | "Developed by the community for the community.": "Desenvolvido pela comunidade para a comunidade.",
56 | "Please donate to keep this project alive": "Por favor, faça uma doação para manter esse projeto vivo",
57 |
58 | "We believe in": "Nós acreditamos em",
59 | "open, free, and uncensored": "redes e comunicação",
60 | "network and communication.": "abertas, livres e sem censura."
61 | }
--------------------------------------------------------------------------------
/languages/pt.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Websites descentralizados usando criptografia Bitcoin e a rede BitTorrent",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Websites abertos, grátis e sem censura, usando criptografia Bitcoin e a rede BitTorrent",
4 |
5 | "Download for Windows": "Baixar para Windows",
6 | "Unpack · Run ZeroNet.exe": "Extraia · Execute ZeroNet.exe",
7 | "or": "ou",
8 | "Other platforms and source code": "Outras plataformas e código fonte",
9 | "Download for macOS": "Baixar para macOS",
10 | "Unpack · Run ZeroNet": "Extraia · Execute ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Extraia e · Abra a Terminal · Arraste o ZeroNet para ela e pressione enter.",
12 | "Download for Linux 64bit": "Baixe para Linux (64bit)",
13 | "Install instructions": "Instruções de instalação",
14 | "Windows, Linux, Mac supported": "Compatível com Windows, Linux, Mac",
15 |
16 | "Peer-to-Peer": "Par-a-par",
17 | "Your content distributed directly to other visitors without any central server.": "O seu conteúdo distribuído directamente para os outros visitantes sem nenhum servidor central.",
18 |
19 | "Uncensored": "Sem censura",
20 | "It's nowhere because it's everywhere!": "Não está em nenhum sitio porque está em todo sítio",
21 | "No hosting costs": "Sem custos de hospedagem",
22 | "Sites are served by visitors.": "Sites são servidos por visitantes",
23 | "Always accessible": "Sempre acessível",
24 | "No single point of failure.": "Sem possibilidades de falha",
25 |
26 | "Simple": "Simples",
27 | "No configuration needed:": "Não necessita de configuração:",
28 | "Download, unpack and start using it.": "Baixe, extraia e comece a usar.",
29 |
30 | ".bit domains": "domínios .bit",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Domínios descentralizados utilizando cryptomoeda Namecoin.",
32 |
33 | "No passwords": "Sem passwords",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "A sua conta é protegida pela mesma criptografia utilizada na sua carteira Bitcoin.",
35 |
36 | "Fast": "Ágil",
37 | "Page response time is not limited by your connection speed.": "O tempo de resposta da página não é limitada pela velocidade da conexão.",
38 |
39 | "Dynamic content": "Conteúdo Dinâmico",
40 | "Real-time updated, multi-user websites.": "Websites para multi-usuários, actualizados em tempo-real.",
41 |
42 | "How does it work?": "Como funciona?",
43 |
44 | "Works everywhere": "Funciona em todo sítio",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Suporta qualquer browser moderno nas plataformas Windows, Linux ou Mac.",
46 |
47 | "Anonymity": "Anonimato",
48 | "You can easily hide your IP address using the Tor network.": "Você pode esconder o seu endereço IP usando a rede Tor.",
49 | "Read the FAQ": "Leia o FAQ",
50 |
51 | "Offline": "Offline",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Navegue pelos sites que você está a enviar mesmo que a internet esteja fraca.",
53 |
54 | "Open Source": "Código Aberto",
55 | "Developed by the community for the community.": "Desenvolvido pela comunidade para a comunidade.",
56 | "Please donate to keep this project alive": "Por favor faça uma doação para manter este projecto vivo",
57 |
58 | "We believe in": "Nós acreditamos em",
59 | "open, free, and uncensored": "redes e comunicação",
60 | "network and communication.": "aberta, livre e sem censura."
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/languages/hu.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Decentralizált weboldalak Bitcoin kriptográfiát és a BitTorrent hálózatot használva",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Nyílt, szabad és cenzúrázatlan weboldalak, Bitcoin kriptográfiát és a BitTorrent hálózatot használva",
4 |
5 | "Download for Windows": "Letöltés Windows-ra",
6 | "Unpack · Run ZeroNet.exe": "Tömörítsd ki · Futtasd a ZeroNet.exe fájlt",
7 | "or": "vagy",
8 | "Other platforms and source code": "Más platformok és a forráskód",
9 | "Download for macOS": "Letöltés macOS-re",
10 | "Unpack · Run ZeroNet": "Tömörítsd ki · Futtasd a ZeroNet fájlt",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Tömörítsd ki · Nyisd meg a Terminal programot · Dobd rá a ZeroNet fájlt és nyomj egy enter-t.",
12 | "Download for Linux 64bit": "Letöltés Linux-ra (64bit)",
13 | "Install instructions": "Telepítési lépések",
14 | "Windows, Linux, Mac supported": "Windows, Linux, Mac támogatott",
15 |
16 | "Peer-to-Peer": "Szerverek nélkül",
17 | "Your content distributed directly to other visitors without any central server.": "A tartalmak közvetlenül a látogatók között cserélődnek, központi szerver nélkül.",
18 |
19 | "Uncensored": "Cenzúrázhatatlan",
20 | "It's nowhere because it's everywhere!": "Sehova nem kötődik, mégis mindenhol jelen van!",
21 | "No hosting costs": "Költségek nélkül",
22 | "Sites are served by visitors.": "Az oldalak a látogatóktól érhetőek el.",
23 | "Always accessible": "Mindig elérhető",
24 | "No single point of failure.": "Nincs központi hiba lehetőség.",
25 |
26 | "Simple": "Egyszerű",
27 | "No configuration needed:": "Nem szükséges konfiguráció:",
28 | "Download, unpack and start using it.": "Töltsd le, tömörítsd ki és használd.",
29 |
30 | ".bit domains": ".bit domain nevek",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Decentralizált domain nevek a Namecoin kripto-valutát használva.",
32 |
33 | "No passwords": "Jelszó mentes",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "Az adataidat ugyanaz a kriptográfia védi, mint a Bitcoin tárcádat.",
35 |
36 | "Fast": "Gyors",
37 | "Page response time is not limited by your connection speed.": "Az oldalak megjelenítési ideje nem függ az Internet kapcsolatod sebességétől.",
38 |
39 | "Dynamic content": "Dinamikus tartalmak",
40 | "Real-time updated, multi-user websites.": "Valós időben frissített, több felhasználós weboldalak.",
41 |
42 | "How does it work?": "Hogyan működik?",
43 |
44 | "Works everywhere": "Mindenhol elérhető",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Bármelyik modern böngészőn, Windows, Linux vagy Mac platformon.",
46 |
47 | "Anonymity": "Anonimitás",
48 | "You can easily hide your IP address using the Tor network.": "IP cím elrejtése egyszerűen, a Tor hálózat használatával",
49 | "Read the FAQ": "Gyakori kérdések",
50 |
51 | "Offline": "Offline",
52 | "Browse the sites you're seeding even if your internet connection is down.": "A korábban meglátogatott oldalak internet nélkül is elérhetőek",
53 |
54 | "Open Source": "Nyílt forráskód",
55 | "Developed by the community for the community.": "A közösség által fejlesztve, a közösségnek.",
56 | "Please donate to keep this project alive": "Támogatás a project életben tartása érdekében",
57 |
58 | "We believe in": "Hiszünk a",
59 | "open, free, and uncensored": "nyílt, szabad és cenzúrázatlan",
60 | "network and communication.": "hálózatban és kommunikációban."
61 |
62 | }
--------------------------------------------------------------------------------
/languages/it.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Siti web decentralizzati che usano la crittografia di Bitcoin e la rete BitTorrent",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Siti web aperti, liberi e incensurabili, che usano la crittografia di Bitcoin e la rete BitTorrent",
4 |
5 | "Download for Windows": "Scarica per Windows",
6 | "Unpack · Run ZeroNet.exe": "Spacchetta · Esegui ZeroNet.exe",
7 | "o": "oppure",
8 | "Other platforms and source code": "Altre piattaforme e codice sorgente",
9 | "Download for macOS": "Scarica per macOS",
10 | "Unpack · Run ZeroNet": "Spacchetta · Esegui ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Spacchetta · Apri l'applicazione Terminal · Trascinaci sopra ZeroNet e premi invio.",
12 | "Download for Linux 64bit": "Scarica per Linux 64bit",
13 | "Install instructions": "Istruzioni di installazione",
14 | "Windows, Linux, Mac supported": "Supportati Windows, Linux e Mac",
15 |
16 | "Peer-to-Peer": "Peer-to-Peer",
17 | "Your content distributed directly to other visitors without any central server.": "Il tuo contenuto è distribuito direttamente ad altri visitatori senza alcun server centrale.",
18 |
19 | "Uncensored": "Incensurato",
20 | "It's nowhere because it's everywhere!": "Non è da nessuna parte perché è ovunque!",
21 | "No hosting costs": "Non ci sono costi di hosting",
22 | "Sites are served by visitors.": "I siti sono mantenuti dai visitatori.",
23 | "Always accessible": "Sempre accessibile",
24 | "No single point of failure.": "Nessun punto debole",
25 |
26 | "Simple": "Semplice",
27 | "No configuration needed:": "Nessuna configurazione richiesta:",
28 | "Download, unpack and start using it.": "Scarica, spacchetta e inizia ad utilizzarlo.",
29 |
30 | ".bit domains": "Domini .bit",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Domini decentralizzati usando la crittovaluta Namecoin.",
32 |
33 | "No passwords": "Nessuna password",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "Il tuo account è protetto dalla stessa crittografia del tuo portamonete Bitcoin.",
35 |
36 | "Fast": "Veloce",
37 | "Page response time is not limited by your connection speed.": "Il tempo di risposta della pagina non è limitato dalla velocità della tua connessione.",
38 |
39 | "Dynamic content": "Contenuto dinamico",
40 | "Real-time updated, multi-user websites.": "Aggiornato in tempo-reale, siti multi-utente.",
41 |
42 | "How does it work?": "Come funziona?",
43 |
44 | "Works everywhere": "Funziona ovunque",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Supporta tutti i moderni browser sulle piattaforme Windows, Linux o Mac",
46 |
47 | "Anonymity": "Anonimia",
48 | "You can easily hide your IP address using the Tor network.": "Puoi facilmente nascondere il tuo indirizzo IP usando la rete Tor.",
49 | "Read the FAQ": "Leggi le FAQ",
50 |
51 | "Offline": "Disconnesso",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Naviga i siti che stai diffondendo anche se la tua connessione ad Internet va giù.",
53 |
54 | "Open Source": "Open Source",
55 | "Developed by the community for the community.": "Sviluppato dalla comunità per la comunità.",
56 | "Please donate to keep this project alive": "Si prega di donare per mantenere vivo questo progetto",
57 |
58 | "We believe in": "Noi crediamo nelle",
59 | "open, free, and uncensored": "reti e comunicazioni",
60 | "network and communication.": "aperte, libere e incensurate."
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/languages/de.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Dezentralisierte Webseiten, basiert auf Bitcoin-Kryptographie und dem BitTorrent-Netzwerk",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Offene, freie und unzensierbare Webseiten, basiert auf Bitcoin-Kryptographie und dem BitTorrent-Netzwerk",
4 |
5 | "Download for Windows": "Herunterladen für Windows",
6 | "Unpack · Run ZeroNet.exe": "Extrahieren · ZeroNet.exe ausführen",
7 | "or": "oder",
8 | "Other platforms and source code": "Andere Plattformen und Quelltext",
9 | "Download for macOS": "Herunterladen für macOS",
10 | "Unpack · Run ZeroNet": "Extrahieren · ZeroNet ausführen",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Extrahieren · Terminal öffnen · ZeroNet hinein ziehen und Enter drücken.",
12 | "Download for Linux 64bit": "Herunterladen für Linux (64bit)",
13 | "Install instructions": "Installationsanleitung",
14 | "Windows, Linux, Mac supported": "Windows, Linux, Mac unterstüzt",
15 |
16 | "Peer-to-Peer": "Peer-zu-Peer",
17 | "Your content distributed directly to other visitors without any central server.": "Deine Inhalte werden ohne einen zentralen Server direkt zu anderen Besuchern verteilt.",
18 |
19 | "Uncensored": "Unzensiert",
20 | "It's nowhere because it's everywhere!": "Es ist nirgendwo, weil es überall ist!",
21 | "No hosting costs": "Keine Hosting-Kosten",
22 | "Sites are served by visitors.": "Seiten werden von Besuchern verteilt.",
23 | "Always accessible": "Immer verfügbar",
24 | "No single point of failure.": "Kein Punkt des Versagens",
25 |
26 | "Simple": "Einfach",
27 | "No configuration needed:": "Keine Konfiguration benötigt:",
28 | "Download, unpack and start using it.": "Downloaden, entpacken und verwenden.",
29 |
30 | ".bit domains": ".bit Domains",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Dezentralisierte Domains mithilfe der Namecoin-Kryptowährung.",
32 |
33 | "No passwords": "Keine Passwörter",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "Dein Konto ist geschützt durch die selbe Kryptographie wie dein Bitcoin-Geldbörse.",
35 |
36 | "Fast": "Schnell",
37 | "Page response time is not limited by your connection speed.": "Die Antwortzeit der Seiten ist nicht begrenzt durch deine Internetverbindung.",
38 |
39 | "Dynamic content": "Dynamische Inhalte",
40 | "Real-time updated, multi-user websites.": "In Echtzeit aktualisierte, Mehrbenutzer-Webseiten.",
41 |
42 | "How does it work?": "Wie funktioniert es?",
43 |
44 | "Works everywhere": "Funktioniert überall",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Unterstützt alle modernen Browser auf Windows, Linux oder Mac-Plattformen.",
46 |
47 | "Anonymity": "Anonymität",
48 | "You can easily hide your IP address using the Tor network.": "Du kannst deine IP einfach durch Verwendung des Tor-Netzwerks verstecken",
49 | "Read the FAQ": "Lese die FAQ",
50 |
51 | "Offline": "Offline",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Lese die Seiten die du seedest auch wenn keine Internetverbindung besteht.",
53 |
54 | "Open Source": "Open Source",
55 | "Developed by the community for the community.": "Entwickelt von der Community für die Community.",
56 | "Please donate to keep this project alive": "Bitte spende um dieses Projekt am Laufen zu halten",
57 |
58 | "We believe in": "Wir glauben an",
59 | "open, free, and uncensored": "offene, freie und unzensierte",
60 | "network and communication.": "Netzwerke und Kommunikation."
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/languages/fr.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "Web décentralisé utilisant le réseau BitTorrent et la cryptographie Bitcoin",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Réseau ouvert, libre et incensurable, reposant sur la cryptographie Bitcoin et le réseau BitTorrent",
4 |
5 | "Download for Windows": "Télécharger pour Windows",
6 | "Unpack · Run ZeroNet.exe": "Décompreser · Exécuter ZeroNet.exe",
7 | "or": "ou",
8 | "Other platforms and source code": "Autres plate-formes et code source",
9 | "Download for macOS": "Télécharger pour macOS",
10 | "Unpack · Run ZeroNet": "Décompresser · Exécuter ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Décompresser · Ouvrir un terminal · Glisser déposer ZeroNet et appuyer sur Entrée",
12 | "Download for Linux 64bit": "Télécharger pour Linux 64bit",
13 | "Install instructions": "Instructions d'installation",
14 | "Windows, Linux, Mac supported": "Windows, Linux, Mac supportés",
15 |
16 | "Peer-to-Peer": "Pair à pair",
17 | "Your content distributed directly to other visitors without any central server.": "Votre contenu distribué directement par et pour d'autres visiteurs sans aucun serveur central.",
18 |
19 | "Uncensored": "Incensurable",
20 | "It's nowhere because it's everywhere!": "C'est nulle part parce que c'est partout!",
21 | "No hosting costs": "Aucun coût d'hébergement",
22 | "Sites are served by visitors.": "Sites servis par les visiteurs.",
23 | "Always accessible": "Toujours accessible",
24 | "No single point of failure.": "Aucun point unique de défaillance.",
25 |
26 | "Simple": "Simple",
27 | "No configuration needed:": "Aucune configuration nécessaire:",
28 | "Download, unpack and start using it.": "Téléchargez-le, décompressez-le et utilisez-le.",
29 |
30 | ".bit domains": "Domaines .bit",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Domaines décentralisés basés sur la crypto-monnaie Namecoin.",
32 |
33 | "No passwords": "Aucun mot de passe",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "Votre compte est protégé par la même cryptographie que votre portefeuille Bitcoin.",
35 |
36 | "Fast": "Rapide",
37 | "Page response time is not limited by your connection speed.": "La vitesse de réponse n'est pas limitée par votre vitesse de connection.",
38 |
39 | "Dynamic content": "Contenu dynamique",
40 | "Real-time updated, multi-user websites.": "Sites web multi-usagers mis à jour en temps réel.",
41 |
42 | "How does it work?": "Comment ça fonctionne ?",
43 |
44 | "Works everywhere": "Universel",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Supporte tous les navigateurs modernes, plate-formes Windows, Linux ou Mac.",
46 |
47 | "Anonymity": "Anonymat",
48 | "You can easily hide your IP address using the Tor network.": "Vous pouvez facilement cacher votre adresse IP en utilisant le réseau Tor",
49 | "Read the FAQ": "Lire la FAQ",
50 |
51 | "Offline": "Hors-ligne",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Accédez aux sites que vous partagez même lorsque vous êtes déconnecté.",
53 |
54 | "Open Source": "Code source ouvert",
55 | "Developed by the community for the community.": "Développé par la communauté pour la communauté.",
56 | "Please donate to keep this project alive": "Faites un don pour maintenir ce projet en vie",
57 |
58 | "We believe in": "Nous croyons",
59 | "open, free, and uncensored": "aux réseaux et aux échanges",
60 | "network and communication.": "ouverts, libres et incensurables."
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/languages/es.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Sitios descentralizados usando la criptografía Bitcoin y la red BitTorrent",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Sitios abiertos, gratis y sin censura, usando la criptografía Bitcoin y la red BitTorrent",
4 |
5 | "Download for Windows": "Descargar para Windows",
6 | "Unpack · Run ZeroNet.exe": "Extraer · Ejecutar ZeroNet.exe",
7 | "or": "o",
8 | "Other platforms and source code": "Otras plataformas y código de fuente",
9 | "Download for macOS": "Descargar para macOS",
10 | "Unpack · Run ZeroNet": "Extraer · Ejecutar ZeroNet",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Extraiga y · Abra el Terminal · Arrastre el ZeroNet a este y presione enter.",
12 | "Download for Linux 64bit": "Descargar para Linux (64bit)",
13 | "Install instructions": "Instrucciones de instalación",
14 | "Windows, Linux, Mac supported": "Compatible con Windows, Linux, Mac",
15 |
16 | "Peer-to-Peer": "Red P2P",
17 | "Your content distributed directly to other visitors without any central server.": "Tu contenido es distribuido directamente a otros visitantes sin ningún servidor central.",
18 |
19 | "Uncensored": "Sin censura",
20 | "It's nowhere because it's everywhere!": "¡No está en ningún lugar porque está en todas partes!",
21 | "No hosting costs": "Sin costos de alojamiento",
22 | "Sites are served by visitors.": "Los sitios son servidos por los visitantes",
23 | "Always accessible": "Siempre accesible",
24 | "No single point of failure.": "Ningún punto de falla",
25 |
26 | "Simple": "Simple",
27 | "No configuration needed:": "No requiere de configuración:",
28 | "Download, unpack and start using it.": "Baje, extraiga y comienza a usarlo.",
29 |
30 | ".bit domains": "dominios .bit",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Dominios descentralizados utilizando la criptomoneda Namecoin.",
32 |
33 | "No passwords": "Sin contraseñas",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "Tu cuenta está protegida por la misma criptografía que la de tu billetera Bitcoin.",
35 |
36 | "Fast": "Rápido",
37 | "Page response time is not limited by your connection speed.": "El tiempo de respuesta de la página no está limitada por la velocidad de tu conexión.",
38 |
39 | "Dynamic content": "Contenido dinámico",
40 | "Real-time updated, multi-user websites.": "Sitios que se actualizan en tiempo real, sitios de múltiples usuarios.",
41 |
42 | "How does it work?": "¿Cómo funciona?",
43 |
44 | "Works everywhere": "Funciona en donde sea",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Soporta cualquier navegador moderno en las plataformas Windows, Linux o Mac.",
46 |
47 | "Anonymity": "Anonimato",
48 | "You can easily hide your IP address using the Tor network.": "Puedes ocultar tu IP fácilmente usando la red Tor.",
49 | "Read the FAQ": "Lea el FAQ",
50 |
51 | "Offline": "Sin conexión",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Navega por los sitios que siembras incluso sin conexión a internet.",
53 |
54 | "Open Source": "Código Abierto",
55 | "Developed by the community for the community.": "Desarrollado por la comunidad para la comunidad.",
56 | "Please donate to keep this project alive": "Por favor, dona para mantener este proyecto vivo.",
57 |
58 | "We believe in": "Creemos en",
59 | "open, free, and uncensored": "redes de comunicación",
60 | "network and communication.": "abiertas, libres y sin censura."
61 | }
62 |
--------------------------------------------------------------------------------
/files/tamas@zeronet.io_pub.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP PUBLIC KEY BLOCK-----
2 |
3 |
4 | mQINBFh7g58BEADBSjk+IM/NQHqRGMMmXX/DTK0byo8FRlYHd15uyARL1S/SKx5M
5 |
6 | x7NbX7AZoGvEegV0atRoYQiNLKHqxl4/nZ13Fj82OAMtJmKlx7E60bZ9XTgls6Z2
7 |
8 | CGC1PSiU5LGBxJVbwqruIvmnG+9rroTi8C7EawJYhiEkySEOqFX96+JJvf0SKcCj
9 |
10 | HVyzWb5cVHbUpQQkJdqob0CUomUAI5s8C1SYJ7CeQDS2UZPyE39cB2MHUlL8fsA+
11 |
12 | Hig99M40rZJ10vdi2XRHISg65esQWM918LoPxgnXVRou1WBK8vS4RgF5azvAxBmS
13 |
14 | EMLzaDOZrQUUBO11wRMJC7Xqx4nrhcfR6pUPB1AUv7rGTCbuYP94qzIow5diw5XH
15 |
16 | jzpNdvf70g2HEAvqX0a4dEEBGKeVNBb613UeGhEwnRWEKvOtUlSLs3bBJrkFGwmu
17 |
18 | CrFDtFnTBfilzDoN9LKl6UefnPoC5MmLVfS05MCE4LHAagGK+kBFCiFNjsQY3TGY
19 |
20 | BcF8fvnEDJMxr8G1n8FQMB7Ln2FgFX5LkD26wd8tKxyqpCuv/1KT0pzLZuC3VLx4
21 |
22 | anl0zDN++ikYy26ocacx8n0i3EixKAtcX2LOovbNCx6QspReX1sNKObIzfik1R/x
23 |
24 | UQGdpF15S1kxt1keVt5mjQ1XBZS4xsDrF2PRkGEpH18wRh7ea8YOnPb3iwARAQAB
25 |
26 | tCZUYW1hcyBLb2NzaXMgKDQwOTYpIDx0YW1hc0B6ZXJvbmV0LmlvPokCPAQTAQoA
27 |
28 | JgUCWHuDnwIbAwUJCWZ80QULCQgHAwUVCgkICwQWAgEAAh4BAheAAAoJEFtjuubL
29 |
30 | lhOucMoP/ieWKTZTD5jw8cmlJWM3GMrcJfec5RAQmCM2QjCwz3na6ZYKG+TE/0k3
31 |
32 | rtei4y/RXjMuZZcl/QwZBXpkfvzFcBi8cwr1RXxePOnn7eDOXsa674OUpCGozhPL
33 |
34 | xS9Yqg0u/Isht7+ZiBOLGWtyPTmFzkDJcNSlMcCjnInR6sDRTQt3A1E6BsDYsyfx
35 |
36 | 85krCtGks717JePa9wz6sxINwb4EeBfqYKEiet6C/MdY8PIp+YJiWltwA/A8RR+4
37 |
38 | zFGNw9eGvh7W1RJxgDzrtF/cw7onWz43QEhu07KgI3Mw+dycNJpqHJil6vzP+PMP
39 |
40 | bH349IDTUQErEAUgV7+GAbpqef009+xLla29R5yrGmTuwWVOfLP3fEWVW5O13ciN
41 |
42 | pJNSCa564tdgGqtPB/LUxiHkJyW8mGnjhRGSe2YKNfeyC5j1a2ajfPOxzKc1opXC
43 |
44 | sjIa4Litnnuv0096SLZyACfCEyZ3PnprmctALapuPKccY/iARBW4JtoFSMce+eKm
45 |
46 | EV7KUsecKv5LBMuV5Fiy8MeB+IFDvGKmfqh6xUyE9D46Zsi5suF7AArSZnhdEq94
47 |
48 | naGrFaoFg7eBT4dpa5zZU0Cru0rHv29uq1MTQOsv9t0AxL91TFO+opsEBdqLaQDm
49 |
50 | fswuohGrbaYywrOZn2qhttGB2S6ynAgVi7vfDq83KouZBeskZramuQINBFh7g58B
51 |
52 | EADCw8bhlozz6wtgZWwAFdOji3KtoURJ4tEDAfftTO3HJyUf3N8+s74McPnoaCDw
53 |
54 | QZzIdJ2RIhzoy8TnUsIIfNMDVRHxSSXLsKVR6LtICpfZuZwDorBvFqy2wDqPiCqd
55 |
56 | OY2KK7tJo46PnCZjz6bfSdegbofcBH95J4KqXivICuT83piRP46qYvC64n0hLfnl
57 |
58 | 78SY1iV8JdAHWmI4EMSVrTZ2PQsmQSXd3hU3H3BX3MlJy/5MhTEuflfPImeO+7be
59 |
60 | Cwj5k1sdBO0LT4TzXA3nt2H45xGEUlbs5H0TRQQoGouz1vFyiHurx5appBzzMAnf
61 |
62 | 4Ne17P9B9ruLemUfCvkJ3UJPacRCLxtOZzutBtl3FYR3eXixEd8zk0dEaVPm1nPu
63 |
64 | nTiVq5Btl0A6r9SMoTrkoo50QvxThFQAbimvTcbk2URbG02qfzdB5OkDpGVlP7tp
65 |
66 | g0ED5tyZGQSvw+SfiGPurQ3fgUPFMB5Zrsqe6FTgwu/U31HUXNP/lE+szFC4e1NB
67 |
68 | FRDuafzvtciWx+5uENPfbRezxGHz8z8xIwXJ+jjofUxX17KCb0/7tPQSMSxR3qRq
69 |
70 | pUraivTCbIO6A17ImYzLYmuGiQrf+T6rgEHiZ6LLytzmbdh3aqeY9eKMaXbfhvcA
71 |
72 | 0cFOQUQp0Np4sSFbSTMvxL2+CHbQlryrbMFuE09z2vTaKwARAQABiQIlBBgBCgAP
73 |
74 | BQJYe4OfAhsMBQkJZnzRAAoJEFtjuubLlhOuZwAP/3VyHOw3tNaUj5yu5msa24mq
75 |
76 | f38r9LsLphjX6JSY0IJALUJyHfPfOcUfiJYvkDt02HmmafyRf5fnFyya01ARwfXD
77 |
78 | OmuLQLXPUAO5eWhf0QsBj9IuKir/qbqBNmote8emSYfIRIK9/L1q6tLfN/0UM30A
79 |
80 | wNmj8v8AGZVENxPhsOfy5GFbH9f/G8ARBEZo8MJZRYo0cSz1Kcc4Zj3IFWfkAg2p
81 |
82 | yxItim31rM99yBlG3flHQvup4Va3yPbEAlMSM8Nyn9t0vksBxzyiDitdCNuKprOg
83 |
84 | xQ8Hg1QK3+/AfWmboaz1w+NfVMSjbKum8JwmeYnuAWOnGUIgt4UvuI3ggdl/5XSn
85 |
86 | gDHWVEeaX7RiDX3Ri2ObjL8dWAMO/FKUZ1949VduAL1Gp/7hWUwI7Wswk4+nqOre
87 |
88 | UG7qQRYMscRhKpCrUKuUrIpr9336sqHu1eI7V7ERcwQmeFs1tm0/HobsEoCM5h+P
89 |
90 | lFHV9rThQe32Pv1RjLDHLE8mgOaNoejnLaQ1sJ/9CHQGPOWpsyq2IqtuXdC8zbIZ
91 |
92 | Jk/0DygOGqyG9BY4E6UPJU08D4ureQ3vTRPrnnSTBu9xE2Cz4ONxQZH5ER/oY6VD
93 |
94 | qXNwkAcN12OrGVJuD45rQxMXlidiCzuJQgGbKNXm/T3tCw/tMPyW8VXK6TVWa6d5
95 |
96 | pXIJ6LD/KX01hIKx1CbD
97 |
98 | =OBHK
99 |
100 | -----END PGP PUBLIC KEY BLOCK-----
101 |
102 |
--------------------------------------------------------------------------------
/go.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
34 |
35 |
74 |
75 |
76 |
96 |
97 |
98 |
99 |
--------------------------------------------------------------------------------
/languages/nl.json:
--------------------------------------------------------------------------------
1 | {
2 | "ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network": "ZeroNet: Gedecentraliseerde websites met behulp van Bitcoin cryptografie en het BitTorrent netwerk",
3 | "Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network": "Open, vrij en ongecensureerde websites, met behulp van Bitcoin cryptografie en het BitTorrent netwerk",
4 |
5 | "Download for Windows": "Download voor Windows",
6 | "Unpack · Run ZeroNet.exe": "Uitpakken · ZeroNet.exe uitvoeren",
7 | "or": "of",
8 | "Other platforms and source code": "Andere platformen en broncode",
9 | "Download for macOS": "Download voor macOS",
10 | "Unpack · Run ZeroNet": "Uitpakken · ZeroNet uitvoeren",
11 | "Unpack · Open Terminal application · Drop ZeroNet on it and press enter.": "Uitpakken · Terminal openen · ZeroNet er op slepen en op enter drukken.",
12 | "Download for Linux 64bit": "Downloaden voor Linux (64bit)",
13 | "Install instructions": "Installatie handleiding",
14 | "Windows, Linux, Mac supported": "Ondersteund Windows, Linux en Mac",
15 |
16 | "Peer-to-Peer": "Peer-to-Peer",
17 | "Your content distributed directly to other visitors without any central server.": "Jouw content direct naar andere bezoekers gedistribueerd zonder een centrale server.",
18 |
19 | "Uncensored": "Ongecensureerd",
20 | "It's nowhere because it's everywhere!": "Het is nergens, want het is overal!",
21 | "No hosting costs": "Geen hosting kosten",
22 | "Sites are served by visitors.": "Sites worden geserveerd door bezoekers.",
23 | "Always accessible": "Altijd toegankelijk",
24 | "No single point of failure.": "Geen single point of failure",
25 |
26 | "Simple": "Simpel",
27 | "No configuration needed:": "Geen configuratie nodig:",
28 | "Download, unpack and start using it.": "Downloaden, uitpakken en gebruiken.",
29 |
30 | ".bit domains": ".bit domeinen",
31 | "Decentralized domains using Namecoin cryptocurrency.": "Gedecentraliseerde domainen met behulp van Namecoin cryptovaluta.",
32 |
33 | "No passwords": "Geen wachtwoorden",
34 | "Your account is protected by the same cryptography as your Bitcoin wallet.": "Je account is beschermd door dezelfde cryptografie als je Bitcoin wallet.",
35 |
36 | "Fast": "Snel",
37 | "Page response time is not limited by your connection speed.": "Pagina snelheid is niet gelimiteerd door je verbindingssnelheid.",
38 |
39 | "Dynamic content": "Dynamische inhoud",
40 | "Real-time updated, multi-user websites.": "Real-time bijgewerkte, multi-gebruiker websites.",
41 |
42 | "How does it work?": "Hoe werkt het?",
43 |
44 | "Works everywhere": "Werkt overal",
45 | "Supports any modern browser on Windows, Linux or Mac platforms.": "Ondersteund elke moderne browser op Windows, Linux of Mac platformen.",
46 |
47 | "Anonymity": "Anonymiteit",
48 | "You can easily hide your IP address using the Tor network.": "Je kan makkelijk je ip-adres verbergen met gebruik van het Tor netwerk.",
49 | "Read the FAQ": "Lees de veelgestelde vragen",
50 |
51 | "Offline": "Offline",
52 | "Browse the sites you're seeding even if your internet connection is down.": "Browse de sites die je deelt zelfs als je internet verbinding niet werkt.",
53 |
54 | "Open Source": "Open Source",
55 | "Developed by the community for the community.": "Ontwikkeld door de gemeenschap voor de gemeenschap.",
56 | "Please donate to keep this project alive": "Doneer alsjeblieft om dit project levensvatbaar te houden",
57 |
58 | "We believe in": "Wij geloven in",
59 | "open, free, and uncensored": "open, vrije en ongecensureerde",
60 | "network and communication.": "netwerken en communicatie."
61 |
62 | }
63 |
--------------------------------------------------------------------------------
/img/visit-bg.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/media/main.css:
--------------------------------------------------------------------------------
1 | body { background-color: #FFF; color: #393837; margin: 0px; padding: 0px; font-family: 'Helvetica Neue', 'Roboto', 'Segoe UI', 'Helvetica', 'Open Sans', 'Tahoma', sans-serif; font-weight: 200; padding-bottom: 50px; }
2 | body.page-landing { padding-bottom: 0px; }
3 | body.page-landing .block, body.page-landing .foot-end { display: none }
4 | body.page-landing .visit-top { display: block }
5 | body.page-all .visit-top { display: block }
6 | h1, h2, h3, h4, h5 { font-family: 'Helvetica Neue', 'Roboto', 'Segoe UI', 'Helvetica', 'Open Sans', 'Tahoma', sans-serif; font-weight: 200; font-size: 100px; margin: 20px; padding: 0px; }
7 | h1 { padding-bottom: 30px; line-height: 100px; }
8 | h2 { font-size: 35px; line-height: 47px; }
9 | h3 { font-size: 43px; text-transform: uppercase; }
10 | h4 { font-size: 24px; }
11 | h5 { font-size: inherit; color: #6A1CCC; margin: 0px; }
12 |
13 | a { border-bottom: 1px solid rgba(255,255,255,0.5); transition: all 0.3s; text-decoration: none; }
14 | a:hover { border-bottom: 1px solid rgba(255,255,255,1); transition: none; }
15 | a:active { background-color: rgba(255,255,255,0.1) }
16 | a:focus { transition: all 0.3s }
17 |
18 | .button { padding: 10px 20px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 3px; transition: all 0.3s; font-size: 130%; }
19 | .button:hover { border: 1px solid rgba(255, 255, 255, 1); transition: none; }
20 | .button-container { display: inline-block; vertical-align: top; text-align: center; }
21 |
22 | .block { padding: 20px; min-height: 350px; float: left; box-sizing: border-box; padding-bottom: 0px; transform: TranslateY(100px); opacity: 0; transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
23 | .block-33 { width: 33% }
24 | .block-34 { width: 34% }
25 | .block-50 { width: 50% }
26 | .block-67 { width: 67% }
27 | .block-100 { width: 100%; -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1 }
28 | .block ul { margin: 0px; margin-bottom: -20px; padding: 0px; padding-left: 30px; top: 50%; position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
29 | .block li { font-size: 24px; margin-bottom: 25px; list-style-type: none; border-left: 1px solid #A262F3; padding-left: 15px; padding-right: 20px; }
30 | .block li:last-child { margin-bottom: 0px }
31 | .block-detail .button { border-color: rgba(19, 171, 131, 0.24); color: #13A980; margin: 20px; margin-bottom: 10px; display: inline-block; }
32 | .block-detail .button:hover { border-color: rgba(19, 171, 131, 1); }
33 | .block-anon .button { border-color: rgba(253, 252, 223, 0.24);; color: #FDFCDF; margin: 20px; margin-bottom: 10px; display: inline-block; }
34 | .block-anon .button:hover { border-color: rgba(253, 252, 223, 1); }
35 |
36 | .arrow-left:before { border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 16px; margin-top: 53px; margin-left: -52px; }
37 | .arrow-right:before { border: solid transparent; content: " "; height: 0; width: 0; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 16px; float: right; left: 50px; position: relative; margin-top: 28px; }
38 |
39 | .visit-top {
40 | transform: none; opacity: 1; min-height: 100vh; color: white; text-transform: uppercase; padding-bottom: 20px;
41 | background: #310d90 url("../img/visit-bg.svg") no-repeat top right; display: none;
42 | }
43 | .visit-top h1 { padding-bottom: 0px; max-width: 900px; color: white; }
44 | .visit-top h4 { font-size: 17px; margin-top: 20px; }
45 | .visit-top h4 small { opacity: 0.5; }
46 | .visit-top a { color: white; }
47 | .visit-top .visit-local-install {
48 | background-color: #c6be7e7d; padding: 10px 10px; font-size: 75%; border-left: 5px solid #e4d50ddb;
49 | font-weight: bold; letter-spacing: 0.5px; opacity: 0; pointer-events: none; transition: all 0.3s; transform: translateY(-5px);
50 | }
51 | .visit-top .no-local .visit-local-install { opacity: 1; pointer-events: all; transform: translateY(0px); }
52 | .visit-top .no-local .visit-link.local { opacity: 0.5; filter: grayscale(1); }
53 | .visit-top .visit-link {
54 | display: block; box-sizing: border-box; padding: 20px; padding-left: 65px; padding-right: 40px;
55 | overflow: hidden; text-overflow: ellipsis; border: 0px; text-transform: none;
56 | background-color: white; color: #713fc8; position: relative; margin-bottom: 1px;
57 | }
58 | .visit-top .visit-link:active { transform: translateY(2px); }
59 | .visit-top .visit-link span { transition: all 0.3s; border-bottom: 1px solid rgba(255, 255, 255, 0); }
60 | .visit-top .visit-link:hover span { border-bottom-color: inherit; transition: none; }
61 | .visit-top .visit-link:before {
62 | content: ""; display: block; width: 40px; height: 40px; position: absolute; border-radius: 30px; margin-left: -49px; margin-top: -9px;
63 | background: #ffe6bc url("../img/cloud.svg") no-repeat; background-size: 20px; background-position: 50% 50%;
64 | filter: hue-rotate(172deg);
65 | }
66 | .visit-top .visit-link:hover:after {
67 | padding-right: 18px;
68 | }
69 | .visit-top .visit-link:after {
70 | display: block; content: "›"; right: 0px; position: absolute; top: 0px;
71 | padding: 0px 20px; font-size: 42px; transition: all 0.3s;
72 | }
73 | .visit-top .visit-link.local:before {
74 | background: #fae3ff url("../img/logo.svg") no-repeat; background-size: 20px; background-position: 50% 50%; filter: none;
75 | }
76 | .visit-top .link-what-is { text-align: center; margin-top: 50px; }
77 |
78 | .head-top { background: #4962DD; background: linear-gradient(45deg, #6B14D3 0, #7A26E2 25%, #4962DD 60%); color: white; text-align: center; padding: 70px 10px; min-height: 556px; }
79 | .head-top h1 { font-family: 'Text Me One', sans-serif; display: inline-block; border: 5px solid white; height: 97px; padding: 10px; line-height: 100px; }
80 | .head-top a { color: white; }
81 | .head-top .download { margin-top: 44px; line-height: 44px; }
82 | .head-top .download-windows, .head-top .download-mac, .head-top .download-oldmac, .head-top .download-linux, .head-top .download-android { display: none }
83 | .platform-windows .head-top .download-windows { display: block }
84 | .platform-mac .head-top .download-mac { display: block }
85 | .platform-oldmac .head-top .download-oldmac { display: block }
86 | .platform-linux .head-top .download-linux { display: block }
87 | .platform-android .head-top .download-android { display: block }
88 | .platform-windows .head-top .download-other, .platform-mac .head-top .download-other, .platform-oldmac .head-top .download-other, .platform-linux .head-top .download-other, .platform-android .head-top .download-other { display: none }
89 |
90 | /*.block-p2p { background-color: #E6E9ED; color: #555; }*/
91 | .block-p2p { background-color: #5368C3; color: #FFF; background: #2D2D2D url('../img/p2p-3.png') bottom left no-repeat }
92 | .block-p2p-detail { padding-top: 0px; position: relative }
93 | .block-simple { background-color: #FFDE55; }
94 | .block-namecoin { background: #EC6F6D url('../img/namecoin.png') top left no-repeat }
95 | .block-namecoin-detail h3 { color: #EC6F6D; }
96 | .block-password { background-color: #999; color: white; background: #999 url('../img/password.png') bottom right no-repeat }
97 | .block-fast { background-color: #9B59B6; color: white; background: #9B59B6 url('../img/fast.png') bottom left no-repeat }
98 | .block-dynamic { background: #1ABC9C url('../img/zerotalk.png') 30% 0% no-repeat; }
99 | .block-dynamic-detail h3 { color: #1ABC9C; }
100 | .block-everywhere { background-color: #F33A58; color: white; background: #F33A58 url('../img/browsers.png') bottom center no-repeat }
101 | .block-anon { background-color: #34495E; color: white; background: #34495E url('../img/anon.png') bottom right no-repeat }
102 | .block-offline { background-color: #8CC152; color: white; background: #8CC152 url('../img/offline.png') bottom left repeat-x }
103 | .block-opensource { min-height: 290px; text-align: center; background-color: #150A45; color: #FFF; background: #150A45 url('../img/opensource.png') center left no-repeat; }
104 | .block-opensource h4 { padding-bottom: 20px }
105 | .block-opensource .button { color: white }
106 |
107 | .block-foot h2 span { display: inline-block; background-color: #6B14D3; color: white; padding: 6px 10px; margin: 1px; background: linear-gradient(45deg, #6B14D3 0, #7A26E2 15%, #4962DD 120%); }
108 | .block-foot, .block-follow { min-height: 240px; }
109 | .block-follow { text-align: right; padding: 40px; padding-bottom: 0px }
110 | .block-follow .icon { margin: 10px; fill: #AAA; transition: all 0.3s; }
111 | .block-follow .icon:hover { fill: #7A26E2; transition: none; }
112 | .block-follow .icon:active { fill: #4962DD; transition: none; }
113 |
114 | .foot-end { font-size: 15px; position: absolute; right: 10px; opacity: 0.7; height: 0px; margin-top: 10px; }
115 | .foot-end a:hover { text-decoration: underline; }
116 |
117 | .locale-fa .block { direction: rtl; }
118 |
119 | /* Language menu */
120 | .icon-lang { height: 16px; width: 16px; fill: white; vertical-align: middle; margin-right: 5px; }
121 | #language_changer { position: absolute; right: 0px; }
122 | #language { border: 0; color: white; text-transform: uppercase; font-size: 11px; text-align: right; float: right; padding: 15px }
123 | #language_menu {
124 | visibility: hidden; opacity: 0; clear: both; text-align: right; background-color: white; border-radius: 0px; pointer-events: none; max-height: 0px;
125 | border: none; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); margin-top: 27px; transition: all 0.3s; margin-right: 10px;; transform: translateY(-10px);
126 | }
127 | .opened #language_menu { visibility: visible; opacity: 1; pointer-events: all; transform: translateY(0); max-height: 1000px; }
128 | #language_menu a { display: block; padding: 10px 20px; border: none; color: black }
129 | #language_menu a:hover { background-color: #EEE }
130 |
131 | /* Lots of height space */
132 | @media only screen and (min-height: 700px) {
133 | .visit-top h1 { margin-bottom: 100px; }
134 | }
135 |
136 | /* Medium screen */
137 | @media only screen and (max-width: 1200px) {
138 | .block li { font-size: 20px }
139 | .block-foot, .block-follow { width: 100%; }
140 | .block-follow svg { height: 50px }
141 | .block-follow { min-height: 50px }
142 | }
143 |
144 | /* Small screen */
145 | @media only screen and (max-width: 960px) {
146 | .visit-top h1 { font-size: 60px }
147 | .block li { font-size: 20px }
148 | .block-33, .block-34, .block-50, .block-67, .block-100 { width: 100%; }
149 | .arrow-right:before, .arrow-left:before { display: none; }
150 | }
151 |
152 | /* Mini screen */
153 | @media only screen and (max-width: 470px) {
154 | .visit-top h1 { font-size: 29px; line-height: 50px; }
155 | .head-top h1 { font-size: 60px; height: 67px; line-height: 70px; width: 196px; }
156 | h2 { font-size: 20px; font-size: 16px; line-height: 30px; }
157 | h3 { font-size: 35px; }
158 | .block-password { background: #999; }
159 | .block-fast { background: #9B59B6 url('../img/fast.png') 10% -30% no-repeat; }
160 | .block-opensource .button { font-size: 13px; }
161 | .block-follow svg { width: 25px; height: 25px }
162 | .block-follow { min-height: 25px }
163 | .download-android .button-outline { font-size: 15px }
164 | }
165 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 2, June 1991
3 |
4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6 | Everyone is permitted to copy and distribute verbatim copies
7 | of this license document, but changing it is not allowed.
8 |
9 | Preamble
10 |
11 | The licenses for most software are designed to take away your
12 | freedom to share and change it. By contrast, the GNU General Public
13 | License is intended to guarantee your freedom to share and change free
14 | software--to make sure the software is free for all its users. This
15 | General Public License applies to most of the Free Software
16 | Foundation's software and to any other program whose authors commit to
17 | using it. (Some other Free Software Foundation software is covered by
18 | the GNU Lesser General Public License instead.) You can apply it to
19 | your programs, too.
20 |
21 | When we speak of free software, we are referring to freedom, not
22 | price. Our General Public Licenses are designed to make sure that you
23 | have the freedom to distribute copies of free software (and charge for
24 | this service if you wish), that you receive source code or can get it
25 | if you want it, that you can change the software or use pieces of it
26 | in new free programs; and that you know you can do these things.
27 |
28 | To protect your rights, we need to make restrictions that forbid
29 | anyone to deny you these rights or to ask you to surrender the rights.
30 | These restrictions translate to certain responsibilities for you if you
31 | distribute copies of the software, or if you modify it.
32 |
33 | For example, if you distribute copies of such a program, whether
34 | gratis or for a fee, you must give the recipients all the rights that
35 | you have. You must make sure that they, too, receive or can get the
36 | source code. And you must show them these terms so they know their
37 | rights.
38 |
39 | We protect your rights with two steps: (1) copyright the software, and
40 | (2) offer you this license which gives you legal permission to copy,
41 | distribute and/or modify the software.
42 |
43 | Also, for each author's protection and ours, we want to make certain
44 | that everyone understands that there is no warranty for this free
45 | software. If the software is modified by someone else and passed on, we
46 | want its recipients to know that what they have is not the original, so
47 | that any problems introduced by others will not reflect on the original
48 | authors' reputations.
49 |
50 | Finally, any free program is threatened constantly by software
51 | patents. We wish to avoid the danger that redistributors of a free
52 | program will individually obtain patent licenses, in effect making the
53 | program proprietary. To prevent this, we have made it clear that any
54 | patent must be licensed for everyone's free use or not licensed at all.
55 |
56 | The precise terms and conditions for copying, distribution and
57 | modification follow.
58 |
59 | GNU GENERAL PUBLIC LICENSE
60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61 |
62 | 0. This License applies to any program or other work which contains
63 | a notice placed by the copyright holder saying it may be distributed
64 | under the terms of this General Public License. The "Program", below,
65 | refers to any such program or work, and a "work based on the Program"
66 | means either the Program or any derivative work under copyright law:
67 | that is to say, a work containing the Program or a portion of it,
68 | either verbatim or with modifications and/or translated into another
69 | language. (Hereinafter, translation is included without limitation in
70 | the term "modification".) Each licensee is addressed as "you".
71 |
72 | Activities other than copying, distribution and modification are not
73 | covered by this License; they are outside its scope. The act of
74 | running the Program is not restricted, and the output from the Program
75 | is covered only if its contents constitute a work based on the
76 | Program (independent of having been made by running the Program).
77 | Whether that is true depends on what the Program does.
78 |
79 | 1. You may copy and distribute verbatim copies of the Program's
80 | source code as you receive it, in any medium, provided that you
81 | conspicuously and appropriately publish on each copy an appropriate
82 | copyright notice and disclaimer of warranty; keep intact all the
83 | notices that refer to this License and to the absence of any warranty;
84 | and give any other recipients of the Program a copy of this License
85 | along with the Program.
86 |
87 | You may charge a fee for the physical act of transferring a copy, and
88 | you may at your option offer warranty protection in exchange for a fee.
89 |
90 | 2. You may modify your copy or copies of the Program or any portion
91 | of it, thus forming a work based on the Program, and copy and
92 | distribute such modifications or work under the terms of Section 1
93 | above, provided that you also meet all of these conditions:
94 |
95 | a) You must cause the modified files to carry prominent notices
96 | stating that you changed the files and the date of any change.
97 |
98 | b) You must cause any work that you distribute or publish, that in
99 | whole or in part contains or is derived from the Program or any
100 | part thereof, to be licensed as a whole at no charge to all third
101 | parties under the terms of this License.
102 |
103 | c) If the modified program normally reads commands interactively
104 | when run, you must cause it, when started running for such
105 | interactive use in the most ordinary way, to print or display an
106 | announcement including an appropriate copyright notice and a
107 | notice that there is no warranty (or else, saying that you provide
108 | a warranty) and that users may redistribute the program under
109 | these conditions, and telling the user how to view a copy of this
110 | License. (Exception: if the Program itself is interactive but
111 | does not normally print such an announcement, your work based on
112 | the Program is not required to print an announcement.)
113 |
114 | These requirements apply to the modified work as a whole. If
115 | identifiable sections of that work are not derived from the Program,
116 | and can be reasonably considered independent and separate works in
117 | themselves, then this License, and its terms, do not apply to those
118 | sections when you distribute them as separate works. But when you
119 | distribute the same sections as part of a whole which is a work based
120 | on the Program, the distribution of the whole must be on the terms of
121 | this License, whose permissions for other licensees extend to the
122 | entire whole, and thus to each and every part regardless of who wrote it.
123 |
124 | Thus, it is not the intent of this section to claim rights or contest
125 | your rights to work written entirely by you; rather, the intent is to
126 | exercise the right to control the distribution of derivative or
127 | collective works based on the Program.
128 |
129 | In addition, mere aggregation of another work not based on the Program
130 | with the Program (or with a work based on the Program) on a volume of
131 | a storage or distribution medium does not bring the other work under
132 | the scope of this License.
133 |
134 | 3. You may copy and distribute the Program (or a work based on it,
135 | under Section 2) in object code or executable form under the terms of
136 | Sections 1 and 2 above provided that you also do one of the following:
137 |
138 | a) Accompany it with the complete corresponding machine-readable
139 | source code, which must be distributed under the terms of Sections
140 | 1 and 2 above on a medium customarily used for software interchange; or,
141 |
142 | b) Accompany it with a written offer, valid for at least three
143 | years, to give any third party, for a charge no more than your
144 | cost of physically performing source distribution, a complete
145 | machine-readable copy of the corresponding source code, to be
146 | distributed under the terms of Sections 1 and 2 above on a medium
147 | customarily used for software interchange; or,
148 |
149 | c) Accompany it with the information you received as to the offer
150 | to distribute corresponding source code. (This alternative is
151 | allowed only for noncommercial distribution and only if you
152 | received the program in object code or executable form with such
153 | an offer, in accord with Subsection b above.)
154 |
155 | The source code for a work means the preferred form of the work for
156 | making modifications to it. For an executable work, complete source
157 | code means all the source code for all modules it contains, plus any
158 | associated interface definition files, plus the scripts used to
159 | control compilation and installation of the executable. However, as a
160 | special exception, the source code distributed need not include
161 | anything that is normally distributed (in either source or binary
162 | form) with the major components (compiler, kernel, and so on) of the
163 | operating system on which the executable runs, unless that component
164 | itself accompanies the executable.
165 |
166 | If distribution of executable or object code is made by offering
167 | access to copy from a designated place, then offering equivalent
168 | access to copy the source code from the same place counts as
169 | distribution of the source code, even though third parties are not
170 | compelled to copy the source along with the object code.
171 |
172 | 4. You may not copy, modify, sublicense, or distribute the Program
173 | except as expressly provided under this License. Any attempt
174 | otherwise to copy, modify, sublicense or distribute the Program is
175 | void, and will automatically terminate your rights under this License.
176 | However, parties who have received copies, or rights, from you under
177 | this License will not have their licenses terminated so long as such
178 | parties remain in full compliance.
179 |
180 | 5. You are not required to accept this License, since you have not
181 | signed it. However, nothing else grants you permission to modify or
182 | distribute the Program or its derivative works. These actions are
183 | prohibited by law if you do not accept this License. Therefore, by
184 | modifying or distributing the Program (or any work based on the
185 | Program), you indicate your acceptance of this License to do so, and
186 | all its terms and conditions for copying, distributing or modifying
187 | the Program or works based on it.
188 |
189 | 6. Each time you redistribute the Program (or any work based on the
190 | Program), the recipient automatically receives a license from the
191 | original licensor to copy, distribute or modify the Program subject to
192 | these terms and conditions. You may not impose any further
193 | restrictions on the recipients' exercise of the rights granted herein.
194 | You are not responsible for enforcing compliance by third parties to
195 | this License.
196 |
197 | 7. If, as a consequence of a court judgment or allegation of patent
198 | infringement or for any other reason (not limited to patent issues),
199 | conditions are imposed on you (whether by court order, agreement or
200 | otherwise) that contradict the conditions of this License, they do not
201 | excuse you from the conditions of this License. If you cannot
202 | distribute so as to satisfy simultaneously your obligations under this
203 | License and any other pertinent obligations, then as a consequence you
204 | may not distribute the Program at all. For example, if a patent
205 | license would not permit royalty-free redistribution of the Program by
206 | all those who receive copies directly or indirectly through you, then
207 | the only way you could satisfy both it and this License would be to
208 | refrain entirely from distribution of the Program.
209 |
210 | If any portion of this section is held invalid or unenforceable under
211 | any particular circumstance, the balance of the section is intended to
212 | apply and the section as a whole is intended to apply in other
213 | circumstances.
214 |
215 | It is not the purpose of this section to induce you to infringe any
216 | patents or other property right claims or to contest validity of any
217 | such claims; this section has the sole purpose of protecting the
218 | integrity of the free software distribution system, which is
219 | implemented by public license practices. Many people have made
220 | generous contributions to the wide range of software distributed
221 | through that system in reliance on consistent application of that
222 | system; it is up to the author/donor to decide if he or she is willing
223 | to distribute software through any other system and a licensee cannot
224 | impose that choice.
225 |
226 | This section is intended to make thoroughly clear what is believed to
227 | be a consequence of the rest of this License.
228 |
229 | 8. If the distribution and/or use of the Program is restricted in
230 | certain countries either by patents or by copyrighted interfaces, the
231 | original copyright holder who places the Program under this License
232 | may add an explicit geographical distribution limitation excluding
233 | those countries, so that distribution is permitted only in or among
234 | countries not thus excluded. In such case, this License incorporates
235 | the limitation as if written in the body of this License.
236 |
237 | 9. The Free Software Foundation may publish revised and/or new versions
238 | of the General Public License from time to time. Such new versions will
239 | be similar in spirit to the present version, but may differ in detail to
240 | address new problems or concerns.
241 |
242 | Each version is given a distinguishing version number. If the Program
243 | specifies a version number of this License which applies to it and "any
244 | later version", you have the option of following the terms and conditions
245 | either of that version or of any later version published by the Free
246 | Software Foundation. If the Program does not specify a version number of
247 | this License, you may choose any version ever published by the Free Software
248 | Foundation.
249 |
250 | 10. If you wish to incorporate parts of the Program into other free
251 | programs whose distribution conditions are different, write to the author
252 | to ask for permission. For software which is copyrighted by the Free
253 | Software Foundation, write to the Free Software Foundation; we sometimes
254 | make exceptions for this. Our decision will be guided by the two goals
255 | of preserving the free status of all derivatives of our free software and
256 | of promoting the sharing and reuse of software generally.
257 |
258 | NO WARRANTY
259 |
260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268 | REPAIR OR CORRECTION.
269 |
270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278 | POSSIBILITY OF SUCH DAMAGES.
279 |
280 | END OF TERMS AND CONDITIONS
281 |
282 | How to Apply These Terms to Your New Programs
283 |
284 | If you develop a new program, and you want it to be of the greatest
285 | possible use to the public, the best way to achieve this is to make it
286 | free software which everyone can redistribute and change under these terms.
287 |
288 | To do so, attach the following notices to the program. It is safest
289 | to attach them to the start of each source file to most effectively
290 | convey the exclusion of warranty; and each file should have at least
291 | the "copyright" line and a pointer to where the full notice is found.
292 |
293 | {description}
294 | Copyright (C) {year} {fullname}
295 |
296 | This program is free software; you can redistribute it and/or modify
297 | it under the terms of the GNU General Public License as published by
298 | the Free Software Foundation; either version 2 of the License, or
299 | (at your option) any later version.
300 |
301 | This program is distributed in the hope that it will be useful,
302 | but WITHOUT ANY WARRANTY; without even the implied warranty of
303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304 | GNU General Public License for more details.
305 |
306 | You should have received a copy of the GNU General Public License along
307 | with this program; if not, write to the Free Software Foundation, Inc.,
308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309 |
310 | Also add information on how to contact you by electronic and paper mail.
311 |
312 | If the program is interactive, make it output a short notice like this
313 | when it starts in an interactive mode:
314 |
315 | Gnomovision version 69, Copyright (C) year name of author
316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317 | This is free software, and you are welcome to redistribute it
318 | under certain conditions; type `show c' for details.
319 |
320 | The hypothetical commands `show w' and `show c' should show the appropriate
321 | parts of the General Public License. Of course, the commands you use may
322 | be called something other than `show w' and `show c'; they could even be
323 | mouse-clicks or menu items--whatever suits your program.
324 |
325 | You should also get your employer (if you work as a programmer) or your
326 | school, if any, to sign a "copyright disclaimer" for the program, if
327 | necessary. Here is a sample; alter the names:
328 |
329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330 | `Gnomovision' (which makes passes at compilers) written by James Hacker.
331 |
332 | {signature of Ty Coon}, 1 April 1989
333 | Ty Coon, President of Vice
334 |
335 | This General Public License does not permit incorporating your program into
336 | proprietary programs. If your program is a subroutine library, you may
337 | consider it more useful to permit linking proprietary applications with the
338 | library. If this is what you want to do, use the GNU Lesser General
339 | Public License instead of this License.
340 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ZeroNet: Decentralized websites using Bitcoin cryptography and the BitTorrent network
6 |
7 |
8 |
9 |
10 |
11 |
12 |
26 |
27 |
28 |
29 |
30 |
31 |