README 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. Welcome to GNUnet
  2. ToC
  3. ===
  4. * ToC
  5. * What is GNUnet?
  6. * Dependencies
  7. o direct dependencies
  8. o test suite dependencies
  9. o optional dependencies
  10. o autotools
  11. * Notes on setuid
  12. * Scope of Operating System support
  13. * How to install
  14. o binary packages
  15. o Building GNUnet from source
  16. o Notes on compiling from Git
  17. * Configuration
  18. * Usage
  19. * Hacking GNUnet
  20. * Running HTTP on port 80 and HTTPS on port 443
  21. * Further Reading
  22. * Stay tuned
  23. What is GNUnet?
  24. ===============
  25. GNUnet is peer-to-peer framework providing a network abstractions and
  26. applications focusing on security and privacy. So far, we have
  27. created applications for anonymous file-sharing, decentralized naming
  28. and identity management, decentralized and confidential telephony and
  29. tunneling IP traffic over GNUnet. GNUnet is currently developed by a
  30. worldwide group of independent free software developers. GNUnet is a
  31. GNU package (http://www.gnu.org/).
  32. This is an ALPHA release. There are known and significant bugs as
  33. well as many missing features in this release.
  34. GNUnet is free software released under the GNU Affero General Public
  35. License (v3 or later). For details see the COPYING file in this
  36. directory. If you fork this software, you MUST adjust GNUNET_AGPL_URL
  37. in src/include/gnunet_util_lib.h to point to the source code of your
  38. fork!
  39. Additional documentation about GNUnet can be found at
  40. https://gnunet.org/ and in the 'doc/' folder.
  41. Online documentation is provided at
  42. 'https://docs.gnunet.org' and 'https://tutorial.gnunet.org'.
  43. Dependencies:
  44. =============
  45. The dependencies for building GNUnet will require around 0.74 GiB
  46. diskspace. GNUnet itself will require 8 - 9.2 MiB depending on
  47. configuration.
  48. These are the direct dependencies for running GNUnet:
  49. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  50. - Bash (for some scripts)
  51. - gettext
  52. - gnutls >= 3.2.12 (highly recommended a gnutls
  53. linked against libunbound)
  54. - A curl build against gnutls, or gnurl:
  55. * libgnurl >= 7.35.0 (recommended, available from
  56. https://gnunet.org/en/gnurl.html)
  57. or
  58. * libcurl >= 7.35.0 (alternative to libgnurl)
  59. - libgcrypt >= 1.6
  60. - libunistring >= 0.9.2
  61. - libidn:
  62. * libidn2 (prefered)
  63. or
  64. * libidn >= 1.0
  65. - libmicrohttpd >= 0.9.63 (strongly recommended for
  66. a wide range of features)
  67. - makeinfo >= 4.8
  68. - make[*3]
  69. - nss (certutil binary, for
  70. gnunet-gns-proxy-setup-ca)
  71. - openssl >= 1.0 (binary, used to generate
  72. X.509 certificate
  73. for gnunet-gns-proxy-setup-ca)
  74. - pkgconf or pkg-config
  75. - A Posix shell (for some scripts)
  76. - Texinfo >= 5.2 [*1]
  77. - libltdl >= 2.2 (part of GNU libtool)
  78. - 1 or more databases:
  79. * sqlite >= 3.8 (default database, required)
  80. and/or
  81. * mysql >= 5.1 (alternative to sqlite)
  82. and/or
  83. * postgres >= 9.5 (alternative to sqlite)
  84. - which (contrib/apparmor(?), gnunet-bugreport,
  85. and possibly more)
  86. - zlib
  87. These are the dependencies for GNUnet's testsuite:
  88. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89. - Bash (for some tests[*4])
  90. - A Posix Shell (for some tests)
  91. - python >= 3.4 (3.4 and higher technically supported,
  92. at least python 3.7 tested to work)
  93. - base tools
  94. - mostly:
  95. - bc,
  96. - curl,
  97. - sed,
  98. - awk,
  99. - which
  100. These are the optional dependencies:
  101. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102. - awk (for linting tests)
  103. - Bash (for Docker and Vagrant)
  104. - bluez (for bluetooth support)
  105. - grof (for linting of man pages)
  106. - libextractor >= 0.6.1 (highly recommended[*5])
  107. - libjansson
  108. - libopus >= 1.0.1 (for conversation tool)
  109. - libpulse >= 2.0 (for conversation tool)
  110. - libogg >= 1.3.0 (for conversation tool)
  111. - libnss (certtool binary (for convenient
  112. installation of GNS proxy))
  113. - libzbar >= 0.10 (for gnunet-qr)
  114. - libpbc >= 0.5.14 (for Attribute-Based Encryption and
  115. Identity Provider functionality)
  116. - libgabe (for Attribute-Based Encryption and
  117. Identity Provider functionality, from
  118. https://github.com/schanzen/libgabe)
  119. - mandoc (for linting of man pages, generation of
  120. html output of man pages (not part of
  121. the regular build))
  122. - miniupnpc
  123. - perl5 (for some utilities)
  124. - TeX Live >= 2012 (for gnunet-bcd[*])
  125. - texi2mdoc (for automatic mdoc generation [*2])
  126. Recommended autotools for compiling the Git version are:
  127. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128. - autoconf >= 2.59
  129. - automake >= 1.11.1
  130. - libtool >= 2.2
  131. [*] Mandatory for compiling the info output of the documentation,
  132. a limited subset ('texlive-tiny' in Guix) is enough.
  133. [*1] The default configuration is to build the info output of the
  134. documentation, and therefore require texinfo. You can pass
  135. '--disable-documentation' to the configure script to change this.
  136. [*2] If you still prefer to have documentation, you can pass
  137. '--with-section7' to build mdoc documentation (experimental
  138. stages in gnunet). If this proves to be reliable, we will
  139. include the mdoc output in the release tarballs.
  140. Contrary to the name, texi2mdoc does not require texinfo,
  141. It is a standalone ISO C utility.
  142. [*3] GNU make introduced the != operator in version 4.0.
  143. GNU make was released in october 2013, reasonable to
  144. be widespread by now. If this is not working out for
  145. you, open a bug so that we can get a more portable
  146. fix in.
  147. [*4] We are commited to portable tools and solutions
  148. where possible. New scripts should be Posix sh
  149. compatible, current and older scripts are
  150. in the process of being rewritten to comply
  151. with this requirement.
  152. [*5] While libextractor ("LE") is optional, it is recommended to
  153. build gnunet against it. If you install it later,
  154. you won't benefit from libextractor.
  155. If you are a distributor, we recommend to split
  156. LE into basis + plugins rather than making LE
  157. an option as an afterthought by the user.
  158. LE itself is very small, but its dependency chain
  159. on first, second, third etc level can be big.
  160. There is a small effect on privacy if your LE build
  161. differs from one which includes all
  162. plugins (plugins are build as shared objects):
  163. if users publish a directory with a mixture of file
  164. types (for example mpeg, jpeg, png, gif) the
  165. configuration of LE could leak which plugins are
  166. installed for which filetypes are not providing
  167. more details.
  168. However, this leak is just a minor concern.
  169. Notes on setuid
  170. ===============
  171. For a correct functionality depending on the host OS, you need
  172. to run the equivalent of these steps after installation.
  173. Replace $(DESTDIR)$(libexecdir) with the appropriate paths,
  174. for example /usr/local/lib/gnunet/libexec/. Note that this
  175. obviously must be run as priviledged user.
  176. chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-vpn
  177. chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-vpn
  178. chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-transport-wlan
  179. chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-transport-wlan
  180. chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-transport-bluetooth
  181. chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-transport-bluetooth
  182. chown root $(DESTDIR)$(libexecdir)/gnunet-helper-dns
  183. chgrp $(GNUNETDNS_GROUP) $(DESTDIR)$(libexecdir)/gnunet-helper-dns
  184. chmod 4750 $(DESTDIR)$(libexecdir)/gnunet-helper-dns
  185. chgrp $(GNUNETDNS_GROUP) $(DESTDIR)$(libexecdir)/gnunet-helper-dns
  186. chown gnunet:$(GNUNETDNS_GROUP) $(DESTDIR)$(libexecdir)/gnunet-helper-dns
  187. chmod 2750 $(DESTDIR)$(libexecdir)/gnunet-helper-dns
  188. chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-exit
  189. chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-exit
  190. chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-nat-server
  191. chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-nat-client
  192. chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-nat-server
  193. chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-nat-client
  194. Scope of Operating System support
  195. =================================
  196. We actively support GNUnet on a broad range of Free Software Operating
  197. Systems.
  198. For proprietary Operating Systems, like for example Microsoft Windows
  199. or Apple OS X, we accept patches if they don't break anything for
  200. other Operating Systems.
  201. If you are implementing support for a proprietary Operating System,
  202. you should be aware that progress in our codebase could break
  203. functionality on your OS and cause unpredicted behavior we can
  204. not test. However, we do not break support on Operating Systems
  205. with malicious intent.
  206. Regressions which do occur on these Operating Systems are 3rd
  207. class issues and we expect users and developers of these
  208. Operating Systems to send proposed patches to fix regressions.
  209. For more information about our stand on some of the motivating
  210. points here, read the 'Philosophy' Chapter of our handbook.
  211. How to install?
  212. ===============
  213. binary packages
  214. ~~~~~~~~~~~~~~~
  215. We recommend to use binary packages provided by the package manager integrated
  216. within your Operating System. GNUnet is reportedly available for at least:
  217. ALT Linux, Archlinux, Debian, Deepin, Devuan, GNU Guix, Hyperbola,
  218. Kali Linux, LEDE/OpenWRT, Manjaro, Nix, Parabola, Pardus, Parrot,
  219. PureOS, Raspbian, Rosa, Trisquel, and Ubuntu.
  220. If GNUnet is available for your Operating System and it is missing,
  221. send us feedback so that we can add it to this list. Furthermore, if
  222. you are interested in packaging GNUnet for your Operating System,
  223. get in touch with us at gnunet-developers@gnu.org if you require
  224. help with this job.
  225. If you were using an Operating System with the apt package manager,
  226. GNUnet could be installed as simple as:
  227. $ apt-get install gnunet
  228. Generic installation instructions are in the INSTALL file in this
  229. directory.
  230. Building GNUnet from source
  231. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  232. IMPORTANT: You can read further notes about compilation from source in
  233. the handbook under doc/handbook/, which includes notes about specific
  234. requirements for operating systems aswell. If you are a package
  235. mantainer for an Operating System we invite you to add your notes if
  236. you feel it is necessary and can not be covered in your Operating
  237. System's documentation.
  238. Two prominent examples which currently lack cross-compilation
  239. support in GNUnet (and native binaries) are MS Windows and Apple macOS.
  240. For macOS we recommend you to do the build process via Homebrew and a
  241. recent XCode installation. We don't recommend using GNUnet with any
  242. recent MS Windows system as it officially spies on its users (according
  243. to its T&C), defying some of the purposes of GNUnet.
  244. Note that some functions of GNUnet require "root" access. GNUnet will
  245. install (tiny) SUID binaries for those functions is you run "make
  246. install" as root. If you do not, GNUnet will still work, but some
  247. functionality will not be available (including certain forms of NAT
  248. traversal).
  249. GNUnet requires the GNU MP library (https://www.gnu.org/software/gmp/)
  250. and libgcrypt (https://www.gnupg.org/). You can specify the path to
  251. libgcrypt by passing "--with-gcrypt=PATH" to configure. You will also
  252. need either sqlite (http://www.sqlite.org/), MySQL
  253. (http://www.mysql.org/) or PostGres (http://www.postgres.org/).
  254. If you install from source, you need to install GNU libextractor first
  255. (download from https://www.gnu.org/software/libextractor/). We also
  256. recommend installing GNU libmicrohttpd (download from
  257. https://www.gnu.org/software/libmicrohttpd/). Furthermore we recommend
  258. libgnurl (from https://gnunet.org/en/gnurl.html).
  259. Then you can start the actual GNUnet compilation process with:
  260. $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
  261. # addgroup gnunetdns
  262. # adduser --system --home "/var/lib/gnunet" --group gnunet --shell /bin/sh
  263. # ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX
  264. $ make
  265. And finally install GNUnet with:
  266. # make install
  267. Complete the process by either adjusting one of our example service files
  268. in 'contrib/services' or by running:
  269. # sudo -u gnunet gnunet-arm -s
  270. Note that you must read paragraph "Notes on setuid", which documents steps you
  271. have to follow after the installation, as a priviledged user. We require some
  272. binaries to be setuid. The most portable approach across all supported
  273. platforms and targets is to let this be handled manually.
  274. The installation will work if you do not run these steps as root, but some
  275. components may not be installed in the perfect place or with the right
  276. permissions and thus won't work.
  277. This will create the users and groups needed for running GNUnet
  278. securely and then compile and install GNUnet to $GNUNET_PREFIX/../bin/,
  279. $GNUNET_PREFIX/ and $GNUNET_PREFIX/../share/ and start the system
  280. with the default configuration. It is strongly recommended that you
  281. add a user "gnunet" to run "gnunet-arm". You can then still run the
  282. end-user applications as another user.
  283. If you create a system user "gnunet", it is recommended that you edit
  284. the configuration file slightly so that data can be stored in the
  285. system user home directory at "/var/lib/gnunet". Depending on what
  286. the $HOME-directory of your "gnunet" user is, you might need to set
  287. the SERVICEHOME option in section "[PATHS]" to "/var/lib/gnunet" to
  288. do this. Depending on your personal preferences, you may also want to
  289. use "/etc/gnunet.conf" for the location of the configuration file in
  290. this case (instead of ~gnunet/.config/gnunet.conf"). In this case,
  291. you need to start GNUnet using "gnunet-arm -s -c /etc/gnunet.conf" or
  292. set "XDG_CONFIG_HOME=/etc/".
  293. You can avoid running 'make install' as root if you have extensive sudo rights
  294. (can run "chmod +s" and "chown" via 'sudo'). If you run 'make install' as a
  295. normal user without sudo rights (or the configure option), certain binaries
  296. that require additional privileges will not be installed properly (and
  297. autonomous NAT traversal, WLAN, DNS/GNS and the VPN will then not work).
  298. If you run 'configure' and 'make install' as root, GNUnet's build system will
  299. install "libnss_gns*" libraries to "/lib/" regardless (!) of the
  300. $GNUNET_PREFIX you might have specified, as those libraries must be in
  301. "/lib/". If you are packaging GNUnet for binary distribution, this may cause
  302. your packaging script to miss those plugins, so you might need to do some
  303. additional manual work to include those libraries in your binary package(s).
  304. Similarly, if you want to use the GNUnet Name System and did NOT run
  305. GNUnet's 'make install' process with priviledged rights, the libraries will be
  306. installed to "$GNUNET_PREFIX" and you will have to move them to "/lib/"
  307. manually.
  308. Notes on compiling from Git
  309. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  310. Finally, if you are compiling the code from git, you have to
  311. run "sh ./bootstrap" before running "./configure". If you receive an error during
  312. the running of "sh ./bootstrap" that looks like "macro `AM_PATH_GTK'
  313. not found in library", you may need to run aclocal by hand with the -I
  314. option, pointing to your aclocal m4 macros, i.e.
  315. $ aclocal -I /usr/local/share/aclocal
  316. Configuration
  317. =============
  318. Note that additional, per-user configuration files can be created by
  319. each user. However, this is usually not necessary as there are few
  320. per-user options that normal users would want to modify. The defaults
  321. that are shipped with the installation are usually just fine.
  322. The gnunet-setup tool is particularly useful to generate the master
  323. configuration for the peer. gnunet-setup can be used to configure and
  324. test (!) the network settings, choose which applications should be run
  325. and configure databases. Other options you might want to control
  326. include system limitations (such as disk space consumption, bandwidth,
  327. etc). The resulting configuration files are human-readable and can
  328. theoretically be created or edited by hand.
  329. gnunet-setup is a separate download and requires somewhat recent
  330. versions of GTK+ and Glade. You can also create the configuration file
  331. by hand, but this is not recommended. For more general information
  332. about the GNU build process read the INSTALL file.
  333. GNUnet uses two types of configuration files, one that specifies the
  334. system-wide defaults (typically located in
  335. $GNUNET_PREFIX/../share/gnunet/config.d/) and a second one that overrides
  336. default values with user-specific preferences. The user-specific
  337. configuration file should be located in "~/.config/gnunet.conf" or its
  338. location can be specified by giving the "-c" option to the respective
  339. GNUnet application.
  340. For more information about the configuration (as well as usage) refer
  341. to the 'GNUnet User Handbook' chapter of the documentation, included
  342. in this software distribution.
  343. Usage
  344. =====
  345. For detailed usage notes, instructions and examples, refer to the
  346. included 'GNUnet Handbook'.
  347. First, you must obtain an initial list of GNUnet hosts. Knowing a
  348. single peer is sufficient since after that GNUnet propagates
  349. information about other peers. Note that the default configuration
  350. contains URLs from where GNUnet downloads an initial hostlist
  351. whenever it is started. If you want to create an alternative URL for
  352. others to use, the file can be generated on any machine running
  353. GNUnet by periodically executing
  354. $ cat $SERVICEHOME/data/hosts/* > the_file
  355. and offering 'the_file' via your web server. Alternatively, you can
  356. run the build-in web server by adding '-p' to the OPTIONS value
  357. in the "hostlist" section of gnunet.conf and opening the respective
  358. HTTPPORT to the public.
  359. If the solution with the hostlist URL is not feasible for your
  360. situation, you can also add hosts manually. Simply copy the hostkeys
  361. to "$SERVICEHOME/data/hosts/" (where $SERVICEHOME is the directory
  362. specified in the gnunet.conf configuration file). You can also use
  363. "gnunet-peerinfo -g" to GET a URI for a peer and "gnunet-peerinfo -p
  364. URI" to add a URI from another peer. Finally, GNUnet peers that use
  365. UDP or WLAN will discover each other automatically (if they are in the
  366. vicinity of each other) using broadcasts (IPv4/WLAN) or multicasts
  367. (IPv6).
  368. The local node is started using "gnunet-arm -s". We recommend to run
  369. GNUnet 24/7 if you want to maximize your anonymity, as this makes
  370. partitioning attacks harder.
  371. Once your peer is running, you should then be able to access GNUnet
  372. using the shell:
  373. $ gnunet-search KEYWORD
  374. This will display a list of results to the console. You can abort
  375. the command using "CTRL-C". Then use
  376. $ gnunet-download -o FILENAME GNUNET_URI
  377. to retrieve a file. The GNUNET_URI is printed by gnunet-search
  378. together with a description. To publish files on GNUnet, use the
  379. "gnunet-publish" command.
  380. The GTK user interface is shipped separately.
  381. After installing gnunet-gtk, you can invoke the setup tool and
  382. the file-sharing GUI with:
  383. $ gnunet-setup
  384. $ gnunet-fs-gtk
  385. For further documentation, see our webpage or the 'GNUnet User Handbook',
  386. included in this software distribution.
  387. Hacking GNUnet
  388. ==============
  389. Contributions are welcome. Please submit bugs you find to
  390. https://bugs.gnunet.org/ or our bugs mailinglist.
  391. Please make sure to run the script "contrib/scripts/gnunet-bugreport"
  392. and include the output with your bug reports. More about how to
  393. report bugs can be found in the GNUnet FAQ on the webpage. Submit
  394. patches via E-Mail to gnunet-developers@gnu.org, formated with
  395. `git format-patch`.
  396. In order to run the unit tests by hand (instead of using "make check"),
  397. you need to set the environment variable "GNUNET_PREFIX" to the
  398. directory where GNUnet's libraries are installed.
  399. Before running any testcases, you must complete the installation.
  400. Quick summary:
  401. $ ./configure --prefix=$SOMEWHERE
  402. $ make
  403. $ make install
  404. $ export $GNUNET_PREFIX=$SOMEWHERE
  405. $ make check
  406. Some of the testcases require python >= 3.4, and the python module
  407. "pexpect" to be installed.
  408. If any testcases fail to pass on your system, run
  409. "contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport"
  410. when you already have GNUnet installed and report its output together with
  411. information about the failing testcase(s) to the Mantis bugtracking
  412. system at https://bugs.gnunet.org/.
  413. Running HTTP on port 80 and HTTPS on port 443
  414. =============================================
  415. In order to hide GNUnet's HTTP/HTTPS traffic perfectly, you might
  416. consider running GNUnet's HTTP/HTTPS transport on port 80/443.
  417. However, we do not recommend running GNUnet as root. Instead, forward
  418. port 80 to say 1080 with this command (as root, in your startup
  419. scripts):
  420. # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 1080
  421. or for HTTPS
  422. # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 4433
  423. Then set in the HTTP section of gnunet.conf the "ADVERTISED_PORT" to
  424. "80" and "PORT" to 1080 and similarly in the HTTPS section the
  425. "ADVERTISED_PORT" to "443" and "PORT" to 4433.
  426. You can do the same trick for the TCP and UDP transports if you want
  427. to map them to a priviledged port (from the point of view of the
  428. network). However, we are not aware of this providing any advantages
  429. at this point.
  430. If you are already running an HTTP or HTTPS server on port 80 (or 443),
  431. you may be able to configure it as a "ReverseProxy". Here, you tell
  432. GNUnet that the externally visible URI is some sub-page on your website,
  433. and GNUnet can then tunnel its traffic via your existing HTTP server.
  434. This is particularly powerful if your existing server uses HTTPS, as
  435. it makes it harder for an adversary to distinguish normal traffic to
  436. your server from GNUnet traffic. Finally, even if you just use HTTP,
  437. you might benefit (!) from ISP's traffic shaping as opposed to being
  438. throttled by ISPs that dislike P2P. Details for configuring the
  439. reverse proxy are documented on our website.
  440. Further Reading
  441. ===============
  442. * Documentation
  443. A HTML version of the GNUnet manual is deployed at
  444. https://docs.gnunet.org
  445. which currently displays just GNUnet documentation. In the future
  446. we will add more reading material.
  447. * Academia / papers
  448. In almost 20 years various people in our community have written and
  449. collected a good number of papers which have been implemented in
  450. GNUnet or projects around GNUnet.
  451. There are currently 2 ways to get them:
  452. * Using git (NOTE: 1.1 GiB as of 2019-03-09):
  453. git clone https://git.gnunet.org/bibliography.git
  454. * Using the webbrowser:
  455. https://bib.gnunet.org/
  456. Stay tuned
  457. ==========
  458. * https://gnunet.org/
  459. * https://bugs.gnunet.org
  460. * https://git.gnunet.org
  461. * http://www.gnu.org/software/gnunet/
  462. * http://mail.gnu.org/mailman/listinfo/gnunet-developers
  463. * http://mail.gnu.org/mailman/listinfo/help-gnunet
  464. * http://mail.gnu.org/mailman/listinfo/info-gnunet
  465. * http://mail.gnu.org/mailman/listinfo/gnunet-svn