├── theme ├── templates │ ├── tag.html │ ├── category.html │ ├── author.html │ ├── categories.html │ ├── translations.html │ ├── archives.html │ ├── page.html │ ├── period_archives.html │ ├── tags.html │ ├── authors.html │ ├── pagination.html │ ├── gosquared.html │ ├── footer.html │ ├── article.html │ ├── base.html │ └── index.html └── static │ ├── fonts │ ├── ionicons.ttf │ ├── ionicons.woff │ ├── ionicons.woff2 │ ├── PTSans-Bold.woff │ ├── BebasNeue-Thin.woff │ ├── BebasNeueBold.otf │ ├── BebasNeueBold.woff │ ├── BebasNeueBold.woff2 │ ├── BebasNeueBook.otf │ ├── BebasNeueBook.woff │ ├── BebasNeueBook.woff2 │ ├── BebasNeueLight.otf │ ├── BebasNeueLight.woff │ ├── BebasNeueThin.otf │ ├── PTSans-Italic.woff │ ├── PTSans-Regular.woff │ ├── BebasNeue-Thin.woff2 │ ├── BebasNeueLight.woff2 │ ├── BebasNeueRegular.otf │ ├── BebasNeueRegular.woff │ ├── PT_Sans-Web-Bold.ttf │ ├── BebasNeueRegular.woff2 │ ├── PTSans-BoldItalic.woff │ ├── PT_Sans-Web-Bold.woff2 │ ├── PT_Sans-Web-Italic.ttf │ ├── PT_Sans-Web-Italic.woff2 │ ├── PT_Sans-Web-Regular.ttf │ ├── PT_Sans-Web-BoldItalic.ttf │ ├── PT_Sans-Web-Regular.woff2 │ └── PT_Sans-Web-BoldItalic.woff2 │ ├── images │ ├── add_peers.png │ ├── logo-blue.png │ ├── browse-blue.png │ ├── button-blue.png │ ├── forums-blue.png │ ├── graph-grey.png │ ├── graph-white.png │ ├── learn-white.png │ ├── list-button.png │ ├── logo-large.png │ ├── logo-medium.png │ ├── logo-small.png │ ├── mail-white.png │ ├── carousel-blue.png │ ├── default-file.png │ ├── donate-white.png │ ├── download-blue.png │ ├── download-white.png │ ├── freenet-white.png │ ├── greeble-white.png │ ├── identity-blue.png │ ├── link-h2-blue.png │ ├── paypal-submit.gif │ ├── platform-blue.png │ ├── project-files.png │ ├── project-insert.png │ ├── select-project.png │ ├── social-white.png │ ├── arrow-down-white.png │ ├── contribute-white.png │ ├── endorsement-blue.png │ ├── graph-small-grey.png │ ├── project-details.png │ ├── toc-cursor-blue.png │ ├── Freenet-darknet_peers.png │ └── Freenet-architecture-small.png │ └── style │ ├── article.css │ ├── bebas.css │ ├── ptsans.css │ ├── landing.css │ ├── menu.css │ ├── social.css │ ├── donate.css │ ├── scratch.css │ └── toc.css ├── content ├── extra │ ├── favicon.ico │ └── robots.txt ├── assets │ ├── papers │ │ ├── lic.pdf │ │ ├── ddisrs.pdf │ │ ├── swroute.pdf │ │ ├── freenet-ieee.pdf │ │ ├── roos-pets2014.pdf │ │ ├── vilhelm_thesis.pdf │ │ ├── ccc-slideshow.pdf.bz2 │ │ ├── freenet-0.7.5-paper.pdf │ │ ├── ccc-freenet-demo.tar.bz2 │ │ └── Attack_Resistant_Network_Embeddings_for_Darknets.pdf │ ├── img │ │ ├── add_peers.png │ │ ├── BC_nBG_48px.png │ │ ├── install │ │ │ ├── 2-about.png │ │ │ ├── 1-langselect.png │ │ │ ├── 5-select_packages.png │ │ │ ├── 4-Install_directory.png │ │ │ ├── 6-Install_packages.png │ │ │ ├── 7-install_progress.png │ │ │ ├── 8-create_shortcuts.png │ │ │ ├── 9-Install_finished.png │ │ │ ├── 1-langselect-windows.png │ │ │ └── mactray │ │ │ │ └── osx_installer_step2_transparent.png │ │ ├── paypal-submit.gif │ │ ├── paypal-subscribe.gif │ │ ├── jsite │ │ │ ├── default-file.png │ │ │ ├── project-files.png │ │ │ ├── project-insert.png │ │ │ ├── select-project.png │ │ │ └── project-details.png │ │ ├── Freenet-darknet_peers.png │ │ ├── logo_intellij_idea2018.png │ │ ├── small-n-flat │ │ │ ├── file-pdf.png │ │ │ └── file-video.png │ │ ├── Freenet-architecture-small.png │ │ ├── 2025-02-22-fetchpull-get-bulk.png │ │ ├── 2021-11-04-streaming-36c3-over-freenet.png │ │ ├── mactray │ │ │ └── osx_installer_step2_transparent.png │ │ ├── 2022-07-03-freenet-gms-hero-blender-movie.png │ │ └── 2021-11-04-pitch-black-mitigation-ongoing-attack.png │ └── jnlp │ │ └── freenet.jnlp ├── pages │ ├── signup-thanks.md │ ├── contribute-fr.md │ ├── contribute-ru.md │ └── contribute.md ├── 2017-04-05-infrastructure.md ├── 2015-10-21-site-deploy.md ├── 2017-03-09-build-1477.md ├── 2015-10-25-build-1471-pre2.md ├── 2016-05-03-duckduckgo.md ├── 2016-04-10-build-1473-pre1.md ├── 2015-12-12-mactrac.md ├── 2020-10-10-build-1488.md ├── 2015-11-20-hackathon.md ├── 2018-01-20-build-1480.md ├── 2016-01-03-build-1471-pre3.md ├── 2017-03-01-build-1476.md ├── 2015-10-11-redesign.md ├── 2016-06-25-build-1475.md ├── 2018-11-18-build-1483.md ├── 2016-05-22-build-1473.md ├── 2018-11-06-build-1481.md ├── 2015-12-12-donations.md ├── 2023-03-04-build-1497.md ├── 2015-12-20-hackathon.md ├── 2023-06-26-rename.md ├── 2020-02-14-build-1485.md ├── 2020-12-21-build-1489.md ├── 2017-11-03-build-1479.md ├── 2020-08-06-build-1486.md ├── 2020-10-10-build-1487.md ├── 2021-05-08-build-1491.md ├── 2019-03-23-build-1484.md ├── 2016-03-19-build-1472.md ├── 2021-04-01-build-1490.md ├── 2025-01-13-build-1500.md ├── 2025-01-06-build-1499-windows-installer.md ├── 2023-01-11-build-1496.md ├── 2022-12-29-build-1495.md ├── 2022-04-08-build-1493.md ├── 2022-08-28-discredited-levine-2017-still-used.md ├── 2024-07-20-installer-delayed.md ├── 2016-05-26-htl18attack.md ├── 2025-02-22-build-1501.md ├── 2022-07-03-build-1494.md ├── 2021-11-04-build-1492.md ├── 2024-12-28-build-1499.md └── 2025-07-06-build-1503.md ├── requirements.txt ├── .gitmodules ├── .gitignore ├── .tx └── config ├── Pipfile ├── publishconf.py ├── README.md ├── pelicanconf.py ├── .github └── workflows │ └── build.yml ├── develop_server.sh ├── locales └── ru │ └── LC_MESSAGES │ └── freenet_site.po ├── Makefile └── tasks.py /theme/templates/tag.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/extra/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/extra/favicon.ico -------------------------------------------------------------------------------- /content/assets/papers/lic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/lic.pdf -------------------------------------------------------------------------------- /content/assets/img/add_peers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/add_peers.png -------------------------------------------------------------------------------- /content/assets/papers/ddisrs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/ddisrs.pdf -------------------------------------------------------------------------------- /content/assets/papers/swroute.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/swroute.pdf -------------------------------------------------------------------------------- /theme/static/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/ionicons.ttf -------------------------------------------------------------------------------- /theme/static/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/ionicons.woff -------------------------------------------------------------------------------- /theme/static/fonts/ionicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/ionicons.woff2 -------------------------------------------------------------------------------- /theme/static/images/add_peers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/add_peers.png -------------------------------------------------------------------------------- /theme/static/images/logo-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/logo-blue.png -------------------------------------------------------------------------------- /content/assets/img/BC_nBG_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/BC_nBG_48px.png -------------------------------------------------------------------------------- /theme/static/fonts/PTSans-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PTSans-Bold.woff -------------------------------------------------------------------------------- /theme/static/images/browse-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/browse-blue.png -------------------------------------------------------------------------------- /theme/static/images/button-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/button-blue.png -------------------------------------------------------------------------------- /theme/static/images/forums-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/forums-blue.png -------------------------------------------------------------------------------- /theme/static/images/graph-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/graph-grey.png -------------------------------------------------------------------------------- /theme/static/images/graph-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/graph-white.png -------------------------------------------------------------------------------- /theme/static/images/learn-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/learn-white.png -------------------------------------------------------------------------------- /theme/static/images/list-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/list-button.png -------------------------------------------------------------------------------- /theme/static/images/logo-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/logo-large.png -------------------------------------------------------------------------------- /theme/static/images/logo-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/logo-medium.png -------------------------------------------------------------------------------- /theme/static/images/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/logo-small.png -------------------------------------------------------------------------------- /theme/static/images/mail-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/mail-white.png -------------------------------------------------------------------------------- /content/assets/img/install/2-about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/2-about.png -------------------------------------------------------------------------------- /content/assets/img/paypal-submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/paypal-submit.gif -------------------------------------------------------------------------------- /content/assets/papers/freenet-ieee.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/freenet-ieee.pdf -------------------------------------------------------------------------------- /content/extra/robots.txt: -------------------------------------------------------------------------------- 1 | User-Agent: AhrefsBot 2 | Disallow: / 3 | 4 | User-Agent: * 5 | Disallow: /uninstall.html 6 | 7 | -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeue-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeue-Thin.woff -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueBold.otf -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueBold.woff -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueBold.woff2 -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueBook.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueBook.otf -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueBook.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueBook.woff -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueBook.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueBook.woff2 -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueLight.otf -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueLight.woff -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueThin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueThin.otf -------------------------------------------------------------------------------- /theme/static/fonts/PTSans-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PTSans-Italic.woff -------------------------------------------------------------------------------- /theme/static/fonts/PTSans-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PTSans-Regular.woff -------------------------------------------------------------------------------- /theme/static/images/carousel-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/carousel-blue.png -------------------------------------------------------------------------------- /theme/static/images/default-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/default-file.png -------------------------------------------------------------------------------- /theme/static/images/donate-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/donate-white.png -------------------------------------------------------------------------------- /theme/static/images/download-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/download-blue.png -------------------------------------------------------------------------------- /theme/static/images/download-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/download-white.png -------------------------------------------------------------------------------- /theme/static/images/freenet-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/freenet-white.png -------------------------------------------------------------------------------- /theme/static/images/greeble-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/greeble-white.png -------------------------------------------------------------------------------- /theme/static/images/identity-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/identity-blue.png -------------------------------------------------------------------------------- /theme/static/images/link-h2-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/link-h2-blue.png -------------------------------------------------------------------------------- /theme/static/images/paypal-submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/paypal-submit.gif -------------------------------------------------------------------------------- /theme/static/images/platform-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/platform-blue.png -------------------------------------------------------------------------------- /theme/static/images/project-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/project-files.png -------------------------------------------------------------------------------- /theme/static/images/project-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/project-insert.png -------------------------------------------------------------------------------- /theme/static/images/select-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/select-project.png -------------------------------------------------------------------------------- /theme/static/images/social-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/social-white.png -------------------------------------------------------------------------------- /content/assets/img/paypal-subscribe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/paypal-subscribe.gif -------------------------------------------------------------------------------- /content/assets/papers/roos-pets2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/roos-pets2014.pdf -------------------------------------------------------------------------------- /content/assets/papers/vilhelm_thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/vilhelm_thesis.pdf -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeue-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeue-Thin.woff2 -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueLight.woff2 -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueRegular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueRegular.otf -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueRegular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueRegular.woff -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-Bold.ttf -------------------------------------------------------------------------------- /theme/static/images/arrow-down-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/arrow-down-white.png -------------------------------------------------------------------------------- /theme/static/images/contribute-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/contribute-white.png -------------------------------------------------------------------------------- /theme/static/images/endorsement-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/endorsement-blue.png -------------------------------------------------------------------------------- /theme/static/images/graph-small-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/graph-small-grey.png -------------------------------------------------------------------------------- /theme/static/images/project-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/project-details.png -------------------------------------------------------------------------------- /theme/static/images/toc-cursor-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/toc-cursor-blue.png -------------------------------------------------------------------------------- /content/assets/img/install/1-langselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/1-langselect.png -------------------------------------------------------------------------------- /content/assets/img/jsite/default-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/jsite/default-file.png -------------------------------------------------------------------------------- /content/assets/img/jsite/project-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/jsite/project-files.png -------------------------------------------------------------------------------- /content/assets/img/jsite/project-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/jsite/project-insert.png -------------------------------------------------------------------------------- /content/assets/img/jsite/select-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/jsite/select-project.png -------------------------------------------------------------------------------- /content/assets/papers/ccc-slideshow.pdf.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/ccc-slideshow.pdf.bz2 -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | awscli==1.11.56 2 | markdown<3 3 | markdown-i18n==2.1.2 4 | pelican==3.7.1 5 | webassets==0.12.1 6 | cssmin==0.2.0 7 | -------------------------------------------------------------------------------- /theme/static/fonts/BebasNeueRegular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/BebasNeueRegular.woff2 -------------------------------------------------------------------------------- /theme/static/fonts/PTSans-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PTSans-BoldItalic.woff -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-Bold.woff2 -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-Italic.ttf -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-Italic.woff2 -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-Regular.ttf -------------------------------------------------------------------------------- /content/assets/img/Freenet-darknet_peers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/Freenet-darknet_peers.png -------------------------------------------------------------------------------- /content/assets/img/jsite/project-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/jsite/project-details.png -------------------------------------------------------------------------------- /content/assets/img/logo_intellij_idea2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/logo_intellij_idea2018.png -------------------------------------------------------------------------------- /content/assets/img/small-n-flat/file-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/small-n-flat/file-pdf.png -------------------------------------------------------------------------------- /content/assets/papers/freenet-0.7.5-paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/freenet-0.7.5-paper.pdf -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-BoldItalic.ttf -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-Regular.woff2 -------------------------------------------------------------------------------- /theme/static/images/Freenet-darknet_peers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/Freenet-darknet_peers.png -------------------------------------------------------------------------------- /content/assets/img/install/5-select_packages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/5-select_packages.png -------------------------------------------------------------------------------- /content/assets/img/small-n-flat/file-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/small-n-flat/file-video.png -------------------------------------------------------------------------------- /content/assets/papers/ccc-freenet-demo.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/papers/ccc-freenet-demo.tar.bz2 -------------------------------------------------------------------------------- /theme/static/fonts/PT_Sans-Web-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/fonts/PT_Sans-Web-BoldItalic.woff2 -------------------------------------------------------------------------------- /content/assets/img/Freenet-architecture-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/Freenet-architecture-small.png -------------------------------------------------------------------------------- /content/assets/img/install/4-Install_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/4-Install_directory.png -------------------------------------------------------------------------------- /content/assets/img/install/6-Install_packages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/6-Install_packages.png -------------------------------------------------------------------------------- /content/assets/img/install/7-install_progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/7-install_progress.png -------------------------------------------------------------------------------- /content/assets/img/install/8-create_shortcuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/8-create_shortcuts.png -------------------------------------------------------------------------------- /content/assets/img/install/9-Install_finished.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/9-Install_finished.png -------------------------------------------------------------------------------- /theme/static/images/Freenet-architecture-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/theme/static/images/Freenet-architecture-small.png -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "pelican-plugins"] 2 | path = pelican-plugins 3 | url = https://github.com/getpelican/pelican-plugins.git 4 | shallow = true 5 | -------------------------------------------------------------------------------- /content/assets/img/2025-02-22-fetchpull-get-bulk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/2025-02-22-fetchpull-get-bulk.png -------------------------------------------------------------------------------- /content/assets/img/install/1-langselect-windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyphanet/website/HEAD/content/assets/img/install/1-langselect-windows.png -------------------------------------------------------------------------------- /theme/templates/category.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | {% block content_title %} 3 |
9 | Last updated: {{ page.locale_modified }} 10 |
11 | {% endif %} 12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /content/2017-04-05-infrastructure.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: Freenet Contributors 3 | layout: content 4 | title: Freenet infrastructure changes 5 | date: 2017-04-05 6 | categories: news 7 | --- 8 | We have to do infrastructure changes. This will bring some (hopefully short-term) breakage to the website. Please bear with us. Freenet itself (the network) should be unaffected. 9 | -------------------------------------------------------------------------------- /theme/templates/period_archives.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% block content %} 3 |3 | {% if articles_page.has_previous() %} 4 | « 5 | {% endif %} 6 | Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} 7 | {% if articles_page.has_next() %} 8 | » 9 | {% endif %} 10 |
11 | {% endif %} 12 | -------------------------------------------------------------------------------- /content/2017-03-09-build-1477.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: Freenet Contributors 3 | layout: content 4 | title: Freenet build 1477 released 5 | date: 2017-03-09 6 | categories: release 7 | --- 8 | Freenet 0.7.5 build 1477 is now available. 9 | 10 | This fixes two vulnerabilities, one reported by [beardog108][], 11 | the other accidentally introduced in 1476. 12 | For details, see the [release tag][releasetag1477]. 13 | 14 | Thank you to all involved! 15 | 16 | [beardog108]: https://chaoswebs.net/ 17 | [releasetag1477]: https://github.com/hyphanet/fred/releases/tag/build01477 18 | -------------------------------------------------------------------------------- /theme/static/style/ptsans.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: "PT Sans"; 3 | src: url("../fonts/PT_Sans-Web-Regular.woff2") format("woff2"), 4 | url("../fonts/PT_Sans-Web-Regular.woff") format("woff"), 5 | url("../fonts/PT_Sans-Web-Regular.ttf") format("truetype"); 6 | } 7 | 8 | @font-face { 9 | font-family: "PT Sans"; 10 | font-weight: 700; /* FIXME does this actually work as expected? I think it is...*/ 11 | src: url("../fonts/PT_Sans-Web-Bold.woff2") format("woff2"), 12 | url("../fonts/PT_Sans-Web-Bold.woff") format("woff"), 13 | url("../fonts/PT_Sans-Web-Bold.ttf") format("truetype"); 14 | } 15 | -------------------------------------------------------------------------------- /content/2015-10-25-build-1471-pre2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Prerelease and Windows installer 3 | date: 2015-10-25 4 | author: Freenet Contributors 5 | layout: content 6 | --- 7 | 8 | The Windows installer has updated translations for French, Indonesian, and 9 | Simplified Chinese, and is newly translated into Bulgarian, Croatian, 10 | and Japanese. 11 | 12 | In addition, Freenet unstable testing prerelease 1471-pre2 is now available. 13 | For details on what it contains and how to test it see the 14 | [release announcement][announcement]. 15 | 16 | [announcement]: https://emu.freenetproject.org/pipermail/devl/2015-October/038449.html 17 | -------------------------------------------------------------------------------- /theme/templates/gosquared.html: -------------------------------------------------------------------------------- 1 | {% if GOSQUARED_SITENAME %} 2 | 14 | {% endif %} 15 | -------------------------------------------------------------------------------- /content/2016-05-03-duckduckgo.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: Freenet Contributors 3 | layout: content 4 | title: DuckDuckGo donated $25,000 5 | date: 2016-05-03 6 | categories: news 7 | --- 8 | The Freenet Project is very excited to announce that [DuckDuckGo have donated][ddg_url] $25,000 to our project. 9 | This new funding will be used to advance our goal of ensuring true freedom of communication on the Internet. 10 | 11 | The project has always operated in a democratic manner, and we will use an open process to set priorities for how we allocate this funding, which will incorporate the views of Freenet’s users, developers, and supporters. 12 | 13 | [ddg_url]: https://duck.co/blog/post/303/2016-foss-donations-announcement 14 | -------------------------------------------------------------------------------- /content/2016-04-10-build-1473-pre1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Freenet testing build 1473-pre1 released 3 | date: 2016-04-10 4 | author: Freenet Contributors 5 | layout: content 6 | --- 7 | 8 | Freenet unstable testing prerelease build 1473-pre1 is now available. 9 | It's the first build to require Java 7. 10 | 11 | Highlights: 12 | 13 | * Add The Filtered Index to the default bookmark list 14 | * Improve MP3 filter stability 15 | * Fix binary blob download over FCP 16 | * Fix handling of filenames with non-ASCII spaces 17 | 18 | For more details and information on how to test this release see the [development mailing list thread][devl_thread]. 19 | 20 | [devl_thread]: https://emu.freenetproject.org/pipermail/devl/2016-April/038888.html 21 | -------------------------------------------------------------------------------- /publishconf.py: -------------------------------------------------------------------------------- 1 | # This file is only used if you use `make publish` or 2 | # explicitly specify it as your config file. 3 | 4 | import os 5 | import sys 6 | sys.path.append(os.curdir) 7 | from pelicanconf import * 8 | 9 | # If your site is available via HTTPS, make sure SITEURL begins with https:// 10 | SITEURL = 'https://www.hyphanet.org' 11 | RELATIVE_URLS = False 12 | 13 | FEED_ALL_ATOM = 'feeds/all.atom.xml' 14 | CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' 15 | 16 | DELETE_OUTPUT_DIRECTORY = True 17 | 18 | # Following items are often useful when publishing 19 | 20 | #DISQUS_SITENAME = "" 21 | #GOOGLE_ANALYTICS = "" 22 | 23 | # Only run these plugins when publishing: 24 | 25 | # Image optimization is very intensive and slow. 26 | PLUGINS.append('optimize_images') 27 | -------------------------------------------------------------------------------- /content/2015-12-12-mactrac.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: New OS X installer and tray app 3 | date: 2015-12-12 4 | author: Freenet Contributors 5 | layout: content 6 | --- 7 | 8 | The [Freenet installer][downloads_url] for OS X is now a native application. It should fix several major installation problems OS X users have encountered in the past. 9 | 10 | It also includes an updated [tray application][tray_url] with bugfixes and new features. 11 | 12 | All Freenet users on OS X are encouraged to [download][tray_release_url] the new tray application. 13 | 14 | ![][tray_screenshot_url] 15 | 16 | [downloads_url]: download.html 17 | [tray_screenshot_url]: /assets/img/mactray/osx_installer_step2_transparent.png 18 | [tray_release_url]: https://github.com/hyphanet/mactray/releases 19 | [tray_url]: https://github.com/hyphanet/mactray#freenettray 20 | -------------------------------------------------------------------------------- /content/2020-10-10-build-1488.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: Freenet Contributors 3 | layout: content 4 | title: Freenet build 1488 released 5 | date: 2020-11-14 6 | categories: release 7 | --- 8 | Freenet 0.7.5 build 1488 is now available. 9 | 10 | This build improves translations to make Freenet more inviting for 11 | people around the world: update French, add Hungarian. 12 | 13 | 14 | For additional details see the [release tag for 1488][releasetag1488]. 15 | 16 | 17 | You can download this release as usual from the [download page][], 18 | or if you are already using Freenet, simply let your freenet node 19 | update itself over Freenet. 20 | 21 | 22 | Thank you to all involved! 23 | 24 | 25 | - Arne Babenhauserheide 26 | 27 | [releasetag1488]: https://github.com/hyphanet/fred/releases/tag/build01488 28 | [download page]: pages/download.html 29 | -------------------------------------------------------------------------------- /content/2015-11-20-hackathon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Weekend of Code" hackathon announcement 3 | date: 2015-11-20 4 | author: Freenet Contributors 5 | layout: content 6 | --- 7 | 8 | ## Who? 9 | 10 | We welcome developers of all skill levels, designers, translators, and users. 11 | 12 | ## What? 13 | 14 | The Freenet Project is holding a "Weekend of Code" hackathon to improve user experience. 15 | 16 | ## When? 17 | 18 | The weekend of December 19th and 20th. 19 | 20 | ## Where? 21 | 22 | [libera.chat #freenet][irc_url] 23 | 24 | [FLIP][flip_url] #freenet 25 | 26 | Local meetups are arranged separately. 27 | 28 | ## Details 29 | 30 | See the [wiki Hackathon page][hackathon_url] for details. 31 | 32 | Happy hacking! 33 | 34 | [irc_url]: help.html#irc 35 | [flip_url]: https://wiki.freenetproject.org/FLIP 36 | [hackathon_url]: https://wiki.freenetproject.org/Wiki/Hackathon 37 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Environment 2 | =========== 3 | 4 | Install the required packages 5 | 6 | sudo apt-get install python3-pip 7 | 8 | Open a pipenv 9 | 10 | python3 -m pip install pipenv 11 | pipenv shell 12 | 13 | Enable Pelican plugins 14 | 15 | git submodule init 16 | git submodule update 17 | 18 | Testing 19 | ======= 20 | 21 | pipenv shell 22 | make devserver 23 | 24 | Deploying 25 | ========= 26 | 27 | pipenv shell 28 | make github 29 | 30 | 31 | Build for upload in Freenet 32 | --------------------------- 33 | 34 | pipenv shell 35 | PYTHONPATH=$PYTHONPATH:pelican-plugins{$(ls pelican-plugins/| sed 's/ /,/g')} 36 | SITEURL=/USK@0iU87PXyodL2nm6kCpmYntsteViIbMwlJE~wlqIVvZ0,nenxGvjXDElX5RIZxMvwSnOtRzUKJYjoXEDgkhY6Ljw,AQACAAE/freenetproject-mirror/490 37 | DEBUG=1 38 | make html && freesitemgr update freenetproject-mirror 39 | -------------------------------------------------------------------------------- /theme/static/style/landing.css: -------------------------------------------------------------------------------- 1 | body > div > header h1:before { 2 | display: block; 3 | content: url('../images/logo-large.png'); 4 | max-width: 100%; 5 | box-sizing: border-box; 6 | margin-bottom: -2.25em; 7 | } 8 | 9 | 10 | @media only screen and (max-width : 720px) { 11 | body > div > header h1:before { 12 | content: url('../images/logo-medium.png'); 13 | margin-bottom: -1.25em; 14 | } 15 | } 16 | 17 | #rename { 18 | text-align: center; 19 | font-family: 'PT Sans','Lucida Sans','Segoe UI','Calibri',sans-serif; 20 | color: #f3f6f6; 21 | } 22 | 23 | ul, ol { 24 | padding: 0 0 0 0; 25 | } 26 | 27 | ol li, 28 | ul li { 29 | display: block; 30 | } 31 | 32 | #features li, 33 | ol li, 34 | ul li, 35 | ol, ul { 36 | list-style-type: none; 37 | } 38 | 39 | nav#menu:after { 40 | display: block; 41 | margin-left: 2em; 42 | content: url('../images/greeble-white.png'); 43 | } 44 | -------------------------------------------------------------------------------- /content/2018-01-20-build-1480.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: Freenet Contributors 3 | layout: content 4 | title: Freenet build 1480 released 5 | date: 2018-01-20 6 | categories: release 7 | --- 8 | Freenet 0.7.5 build 1480 is now available. [overview] 9 | 10 | - Ship new Windows Installer and Tray 11 | - Update Freemail to v0.2.7.3-r2 12 | 13 | Thank you for using Freenet! 14 | 15 | For additional details see the [release tag][releasetag1480]. 16 | 17 | You can download this release as usual from the [download page][], 18 | or if you are already using Freenet, simply let your freenet node 19 | update itself over Freenet. 20 | 21 | Thank you to all involved! 22 | 23 | - Arne Babenhauserheide 24 | 25 | [releasetag1480]: https://github.com/hyphanet/fred/releases/tag/build01480 26 | [WoT19 tag]: https://github.com/hyphanet/plugin-WebOfTrust/releases/tag/build0019 27 | [download page]: pages/download.html 28 | -------------------------------------------------------------------------------- /theme/static/style/menu.css: -------------------------------------------------------------------------------- 1 | @media only screen and (max-width: 640px) { 2 | nav { 3 | border-radius: 0.25em; 4 | background-color: #1B3E7D; 5 | background-color: #8595B3; 6 | background: linear-gradient(to right, #8595B3 12em, rgba(133, 149, 179, 0) 100%), url('../images/graph-white.png'), #8595B3; 7 | background-repeat: no-repeat; 8 | background-position: top right; 9 | display: block; 10 | } 11 | nav#menu a:nth-of-type(1) { 12 | display: inline-block; 13 | margin-left: 0; 14 | } 15 | nav#menu a { 16 | display: block; 17 | margin-left: 42px; /* Matching small white logo width */ 18 | } 19 | nav#language { 20 | margin-top: 0.25em; 21 | padding-left: 1em; 22 | background: none; 23 | } 24 | body > div:nth-of-type(1) { 25 | padding-bottom: 0; 26 | } 27 | 28 | nav a:hover { 29 | color: #5F6B81; 30 | } 31 | nav:before { 32 | display: block; 33 | float: left; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /theme/static/style/social.css: -------------------------------------------------------------------------------- 1 | .social a { 2 | display: inline-block; 3 | width: 12px; 4 | height: 12px; 5 | text-indent: -9999px; 6 | line-height: 29px; 7 | vertical-align: bottom; 8 | } 9 | 10 | .social a[href*="facebook.com"] { 11 | background: url('../images/social-white.png') no-repeat; 12 | } 13 | 14 | .social a[href*="twitter.com"] { 15 | background: url('../images/social-white.png') no-repeat 20%; 16 | } 17 | 18 | .social a[href*="pinterest.com"] { 19 | background: url('../images/social-white.png') no-repeat 80%; 20 | } 21 | 22 | .social a[href*="instagram.com"] { 23 | background: url('../images/social-white.png') no-repeat 40%; 24 | } 25 | 26 | .social a[href*="youtube.com"] { 27 | background: url('../images/social-white.png') no-repeat 60%; 28 | } 29 | 30 | .social a[href*="floss.social"] { 31 | background: url('../images/social-white.png') no-repeat 100%; 32 | } 33 | 34 | footer .social { 35 | margin-top: 0px; 36 | } 37 | -------------------------------------------------------------------------------- /content/2016-01-03-build-1471-pre3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Testing release build 1471-pre3 3 | date: 2016-01-03 4 | author: Freenet Contributors 5 | layout: content 6 | --- 7 | Freenet unstable testing prerelease 1471-pre3 is now available. 8 | 9 | This is feature-complete and hopefully the last testing release before the stable release of build 1471. 10 | Build 1471 will be the last to support Java 6. 11 | 12 | Highlights: 13 | 14 | - Fix uploads stalling when using MAXIMUM physical security. 15 | - Fix lots of "setNativePriority(X) has failed!", which was caused by a serious thread priority problem. This might fix nodes unexpectedly losing peers. 16 | - Order alerts within a category by time: if you have lots of messages from darknet peers they will remain nicely sorted. 17 | 18 | For more information and how to help test see the [developer mailing list][devl_1471]. 19 | 20 | [devl_1471]: https://emu.freenetproject.org/pipermail/devl/2016-January/038771.html 21 | -------------------------------------------------------------------------------- /content/2017-03-01-build-1476.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: Freenet Contributors 3 | layout: content 4 | title: Freenet build 1476 released 5 | date: 2017-03-01 6 | categories: release 7 | --- 8 | Freenet 0.7.5 build 1476 is now available. 9 | 10 | Highlights: 11 | 12 | - efficiency improvements, especially for fast nodes 13 | - a new gif filter with improved security against malicious files 14 | - show persistent update info alongside bookmarks 15 | - improved maintainability by replacing custom code with standard code 16 | - update plugins: Sharesite 0.4.4, Library v37, Freereader 6 17 | 18 | Sharesite plugin highlights: 19 | 20 | - Mask the timezone 21 | - Allow setting the path 22 | - Provide default content 23 | 24 | Also Library and Freereader got bugfixes and cleanup. 25 | 26 | Thank you to all involved! 27 | 28 | For more details see the [announcement email][announcement1476]. 29 | 30 | [announcement1476]: https://emu.freenetproject.org/pipermail/devl/2017-March/039591.html 31 | -------------------------------------------------------------------------------- /content/2015-10-11-redesign.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Upcoming website redesign 3 | date: 2015-10-11 4 | author: Freenet Contributors 5 | layout: content 6 | --- 7 | 8 | In the next few weeks we will transition to a redesigned website. This will be 9 | the first major change since 2009. In addition to looking more modern, this new 10 | version is also more practical to modify, test, and translate. 11 | 12 | If you'd like to get a look at the site in testing you can find it [here][url_testing] - as given in the prompt the username and password are "guest". 13 | If you'd like to help with translation, please join us on the ["website" resource on Transifex][url_transifex]. 14 | 15 | If you have any feedback on the new website design please let us know on [chat][url_chat] or the [support list][url_supportlist]! 16 | 17 | [url_testing]: https://testing.freenetproject.org/ 18 | [url_transifex]: https://www.transifex.com/otf/freenet/website/ 19 | [url_supportlist]: https://emu.freenetproject.org/cgi-bin/mailman/listinfo/support 20 | [url_chat]: help.html#irc 21 | -------------------------------------------------------------------------------- /content/pages/contribute-fr.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Volunteer 3 | lang: fr 4 | --- 5 | 6 | ## Developers 7 | 8 | If you already have a contribution in mind you can find the project repositories 9 | [on GitHub](https://github.com/hyphanet/). 10 | 11 | - Get in contact in the [mailing lists](help.html#mailing-lists) 12 | - Join us on IRC: [#freenet on irc.libera.chat](help.html#chat-with-us) 13 | - Report issues in the [bug tracker](https://freenet.mantishub.io/) hosted by [MantisHub](https://www.mantishub.com) 14 | 15 | The Wiki contains a list of 16 | [freenet-related projects](https://wiki.freenetproject.org/Projects) 17 | and documentation of the 18 | [Hyphanet Client Protocol](https://wiki.freenetproject.org/FCPv2) 19 | for using Hyphanet from external programs. 20 | 21 | We're happy to accept pull requests on GitHub as well as patches sent under a 22 | pseudonym through Hyphanet forums such as [FMS](http://freesocial.draketo.de/fms_en.html). 23 | 24 | ## [Translation](https://wiki.freenetproject.org/Translation) 25 | 26 | ## [Bug Tracker](https://freenet.mantishub.io/) hosted by [MantisHub](https://www.mantishub.com) 27 | -------------------------------------------------------------------------------- /content/2016-06-25-build-1475.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: Freenet Contributors 3 | layout: content 4 | title: Freenet build 1475 released 5 | date: 2016-06-25 6 | categories: release 7 | --- 8 | (This news item was not published until July 16th. Sorry for the delay.) 9 | 10 | Freenet 0.7.5 build 1475 is now available. 11 | Build 1474 was an emergency release which [fixed a denial of service attack][announcement1474] which prevented the node from processing other requests after processing a malicious request. 12 | This build contains the months of work which were not included in the emergency release. 13 | It will become mandatory on July 15th. 14 | 15 | Highlights: 16 | 17 | - Warn that Java 7 is End of Life. (Please update!) 18 | - Improve load balancing. 19 | - Add support for HTML5 audio tags. 20 | - Fix a major bug that might explain the poor connectivity since 1473. 21 | 22 | For more details see the [announcement email][announcement1475]. 23 | 24 | [announcement1474]: https://emu.freenetproject.org/pipermail/devl/2016-June/039037.html 25 | [announcement1475]: https://emu.freenetproject.org/pipermail/devl/2016-June/039072.html 26 | -------------------------------------------------------------------------------- /content/pages/contribute-ru.md: -------------------------------------------------------------------------------- 1 | --- 2 | slug: volunteer 3 | title: Стать волонтером 4 | lang: ru 5 | --- 6 | 7 | ## Разработчики 8 | 9 | Если вы хотели бы внести свой вклад в развитие проекта, вы можете найти репозитории 10 | [на GitHub](https://github.com/hyphanet/). 11 | 12 | - Связаться с другими можно с помощью [списков рассылки](help.html#mailing-lists) 13 | - Присоединяйтесь к нам в IRC: [#freenet on irc.libera.chat](help.html#chat-with-us) 14 | - Сообщайте о проблемах в [трекере ошибок](https://freenet.mantishub.io/), размещенном на [MantisHub](https://www.mantishub.com) 15 | 16 | Вики содержит 17 | [список связанных с Hyphanet проектов](https://wiki.freenetproject.org/Projects) 18 | и документацию 19 | [клиентского протокола Hyphanet](https://wiki.freenetproject.org/FCPv2) 20 | для использования Hyphanet из внешних программ. 21 | 22 | Мы с радостью принимаем пул-запросы на GitHub, а также патчи, 23 | отправляемые под псевдонимом через форумы Hyphanet, 24 | такие как [FMS](http://freesocial.draketo.de/fms_en.html). 25 | 26 | ## [Перевод](https://wiki.freenetproject.org/Translation) 27 | 28 | ## [Баг-трекер](https://freenet.mantishub.io/) на [MantisHub](https://www.mantishub.com) 29 | -------------------------------------------------------------------------------- /theme/static/style/donate.css: -------------------------------------------------------------------------------- 1 | h4 { 2 | background-color: #337AB7; 3 | /*border-radius: 3px 3px 0px 0px;*/ 4 | color: white; 5 | padding: 1ex; 6 | margin-top: 0; 7 | } 8 | 9 | form label { 10 | background: #337AB7; 11 | padding: 1ex; 12 | color: white; 13 | } 14 | 15 | :checked, 16 | :checked+label { 17 | background: #286090; 18 | } 19 | 20 | form h5 { 21 | margin-left: 1ex; 22 | } 23 | 24 | .formgroup { 25 | border-radius: 3px; 26 | border: 1px solid #204D74; 27 | margin-bottom: 1em; 28 | } 29 | 30 | .input-group { 31 | border-radius: 4px; 32 | border: 1px solid #CCC; 33 | width: auto; 34 | margin: 1em; 35 | } 36 | 37 | .input-group input[type='number'] { 38 | border: 0; 39 | 40 | } 41 | 42 | .input-group span { 43 | display: inline-block; 44 | padding: 1ex; 45 | color: #555; 46 | text-align: center; 47 | background-color: #EEE; 48 | } 49 | 50 | input[type='radio'] { 51 | display: none; 52 | } 53 | 54 | input[type='image'] { 55 | margin: 1em; 56 | } 57 | 58 | fieldset { 59 | border: 0; 60 | /*border: 1px solid #204D74;*/ 61 | } 62 | 63 | form label:nth-of-type(1) { 64 | border-radius: 4px 0px 0px 4px; 65 | } 66 | 67 | form label:last-of-type { 68 | border-radius: 0px 4px 4px 0px; 69 | } 70 | -------------------------------------------------------------------------------- /content/assets/jnlp/freenet.jnlp: -------------------------------------------------------------------------------- 1 | 2 | 3 |





{% trans %}Hyphanet is peer-to-peer network for
censorship-resistant and privacy-respecting
publishing and communication.{% endtrans %}
{% trans %}The original Freenet.{% endtrans %}
55 | {% trans %}Protecting privacy since 1999.{% endtrans %}
{% trans %}Install Hyphanet{% endtrans %}
62 |{% trans %}Protect your privacy{% endtrans %}
69 |{% trans %}Protect internet privacy and freedom{% endtrans %}
75 |{% trans %}Hyphanet makes it easy to publish and follow what others publish with strong privacy protections.{% endtrans %}
87 |{% trans %}Plugins built on its decentralized data store make it very easy to host your own website and provide microblogging and forums, media sharing from files to video-on-demand and decentralized version tracking, blogging and spam resistance without central authority. {% endtrans %}
88 |{% trans %}For an easy start you can join the global Opennet. For maximum privacy, connect to your friends and build a friend-to-friend network independent of and invisible to any centralized server. To access the global network, you either need some friends who also connect to opennet, or use the Shoeshop plugin to build a sneakernet that can even bridge separate friend-to-friend networks when your regional internet itself gets severed from the global information network.{% endtrans %}
89 |{% trans %}Lots of additional information about Hyphanet and its history is available on Wikipedia.{% endtrans %}
90 | 91 | 92 | 128 |{{ post.date | strftime('%Y-%m-%d') }}
139 |{{ post.content | striptags | truncate }}
140 |148 | {% trans %}I worry about my child and the Internet all the time, even though she's too young to have logged on yet. Here's what I worry about. I worry that 10 or 15 years from now, she will come to me and say {% endtrans %}150 | Mike Godwin / Electronic Frontier Foundation 151 |{% trans %}Daddy, where were you when they took freedom of the press away from the Internet{% endtrans %}149 |


