aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
Commit message (Collapse)AuthorAge
* [FCFSD] Provide a better user experienceAlessio Vanni2021-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivations behind these changes are as following. To begin with, at the most superficial level, the form is given a better appearance, instead of some plain XHTML. Additionally, the served pages can be substituted with something else by using an entry in the configuration value, altough with some limitations. The page listing all the registered zones has been removed in favour of a search function. A configuration entry could've been used to let service operators choose between showing the full listing or not, but at the same time, being presented with a (possibly) giant list of names is not that great from a usability point of view. Having a search function is, at the very least, faster than having to wait for the full list to be displayed before being able to use the user agent's page search feature. Other than the above, people registering names with the service might not want to be known by everyone. Even though checking if a certain name or key was registered already can be known simply by querying the service, it's not straightforward to associate a name with a specific key (or viceversa). Last but not least, the service was restructured to be more "route-oriented" instead of the traditional (X)HTML document format. The main purpose of this change is to decouple usage of the service from the tools used to access it. With a traditional document, users are pretty much forced to use a web browsers as data submission is carried through the standard HTML form handling. Now, it is possible to access the service using any tool capable of speaking HTTP, regardless of wether it's a web browser, cURL or even a custom tool specific for this service. Another advantage of this approach is that it allows adding "layers" to the service, for example an authentication check before letting users register a name. As long as the layer immediately on top of the service is able to send some JSON using HTTP, there is no need to have users access the service itself: just put a "proxy" inbetween and run the service locally, while the proxy handles other administrative tasks before a name can be registered. By using layers, the service can keep being small feature-wise (i.e. provide only searching and registering), while everything else is provided by other applications, including access through protocols other than HTTP.
* add gnunet-logo.png via Lynx (#5981)'Christian Grothoff2019-12-03
|
* add (some) buildcommon files to dist and installng02019-11-25
|
* add .inc file to .amng02019-11-25
|
* move homebrew.ng02019-11-22
|
* fix removal of file for make distSchanzenbach, Martin2019-10-27
|
* fix removal of file for make distSchanzenbach, Martin2019-10-27
|
* contrib: include all files in packages in EXTRA_DISTng02019-10-24
|
* add yapf styleng02019-10-12
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* add templates for multi-user configurationsChristian Grothoff2019-09-05
|
* fix #5676Christian Grothoff2019-04-06
|
* clean up gnunet-bugreport by installing it properlyChristian Grothoff2019-04-06
|
* contrib: Move scripts content to scripts/Makefileng02019-03-19
| | | | | Actually build the contrib perl script. Add an m4 script for perl.
* contrib: install initd filesng02019-03-09
|
* Fix #5629ng02019-03-09
|
* version bump, update ChangeLog, fix make distChristian Grothoff2019-02-28
|
* move gnunet-timeout to src/util/, fix issues related to #5375Christian Grothoff2018-07-01
|
* fix double-defined SUFFIXESChristian Grothoff2018-06-16
|
* DESTDIR needed hereDavid Barksdale2018-06-14
|
* fixNils Gillmann2018-06-13
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-06-13
|\ | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * fix a few disting issuesChristian Grothoff2018-06-04
| |
| * script was removedChristian Grothoff2018-06-04
| |
* | contrib: rename scripts/report.sh to scripts/gnunet-bugreport and install it.Nils Gillmann2018-06-04
|/ | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Restructure contrib folder.Nils Gillmann2018-05-19
| | | | | | | | | | | | | | | | | | contrib/pogen.sh -> bin/pogen.sh bootstrap: Use new pogen location and execute it. contrib/openvpn-tap32: Move to contrib/3rdparty/Windows/openvpn-tap32. contrib/gnunet-logo*: Move to contrib/branding/logo/ Delete old patches in contrib, predating git. Move buildbot data to contrib/ci/buildbot, move docker data to contrib/ci/docker. Create contrib/conf and populate it with config files found in contrib and bin. Move gns related data to contrib/gns. delete contrib/repeat.sh Move contrib/log.php into contrib/web/log.php. Create folder contrib/scripts and use it for most scripts in contrib. Remove trailing whitespace in doc/Makefile.am Signed-off-by: Nils Gillmann <ng0@n0.is>
* contrib/removetrailingwhitespace: sed the pythonNils Gillmann2018-05-17
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Opportunisticly rename gnunet-chk.py to let its python invokation line be ↵Nils Gillmann2018-05-17
| | | | | | generated (py.in), and assume that it is not supposed to be installed Signed-off-by: Nils Gillmann <ng0@n0.is>
* add pin zone, remove obsolete scriptChristian Grothoff2018-03-03
|
* contrib/Makefile.am: Use more portable Suffixes Extensions.ng02017-10-17
|
* contrib: Add nssswitch.conf as used by the Gentoo ebuild.ng02017-09-07
| | | | https://gnunet.org/git/youbroketheinternet-overlay.git/commit/?id=049ab14cb32bdc0cdfd57282d31ee475b0ab8680
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -adding single file for testing without autostarts above core levelChristian Grothoff2014-12-16
|
* adding single location for no_forcestart configuration listChristian Grothoff2014-12-11
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -fix #3153Christian Grothoff2013-12-05
|
* -rename and installChristian Grothoff2013-12-05
|
* Add proper includes to test_gnunet_prefixLRN2013-09-17
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -removing RSA hostkeysChristian Grothoff2013-08-06
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* Make --with-included-ltdl work.David Barksdale2013-06-23
|
* -include source in make distChristian Grothoff2013-03-22
|
* -install tap driver on W32Christian Grothoff2013-03-22
|
* added 32 and 64bit tapw32 drivers for exit and vpn helpers in windowsChristian Fuchs2013-03-22
|
* -actually run the testChristian Grothoff2013-03-01
|
* -pre-generated ECC keys for testingChristian Grothoff2013-02-05
|