aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
Commit message (Collapse)AuthorAge
* NAMESTORE: Remove fcfsdMartin Schanzenbach2023-12-13
|
* BUILD: Fix make dist, some cleanupMartin Schanzenbach2023-10-19
|
* contrib: remove deleted file from makefileMartin Schanzenbach2023-10-16
|
* build: move version script from contribMartin Schanzenbach2023-10-16
|
* build: delete deprecated buildfiles for docsMartin Schanzenbach2023-10-16
|
* build: fix make install of new script locationMartin Schanzenbach2023-10-16
|
* build: fix make distMartin Schanzenbach2023-10-16
|
* build: cleanup contrib a bit and separate out actual data needed for buildMartin Schanzenbach2023-10-16
|
* TNG: Added Testcase that just runs two peers, and blocks.t3sserakt2023-07-14
|
* DIST: Do not install legacy iconsMartin Schanzenbach2022-12-30
|
* -fix make dist; update gitignore to ignore tarballsMartin Schanzenbach2022-11-23
|
* -more package specific filesMartin Schanzenbach2022-10-16
|
* -also add file to distMartin Schanzenbach2022-10-11
|
* [history] Mark old logos in `contrib/branding/logo/` as `old-` and add svgmadmurphy2022-09-30
|
* Update `contrib/Makefile.am`madmurphy2022-08-06
|
* [contrib] Enable the `gnunet://` URI scheme handler by ensuring that ↵madmurphy2022-08-05
| | | | `/usr/share/applications/gnunet-uri.desktop` is installed; add `python-sphinx` and `python-sphinx_rtd_theme` to the `$makedepends` array of `contrib/packages/arch/gnunet-git/PKGBUILD`
* Add Arch packagesmadmurphy2022-06-12
|
* Add `contrib/get_version.sh` to `EXTRA_DIST` (for allowing to launch ↵madmurphy2022-02-28
| | | | `autoreconf -i` with the released tarball, when necessary)
* BUILD: Kill build-commonMartin Schanzenbach2021-12-20
|
* Hi guys, I hope you are well.Christian Grothoff2021-11-28
| | | | | | I had to patch contrib/Makefile.am in the current git version of GNUnet to let make install work for a staged install. Please find the patch attached. --madmurphy
* Improve gnunet-bcd and update logo used in generated cardsAlessio Vanni2021-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HTML forms now use a custom CSS instead of importing Bootstrap 4. This new CSS is basd on Bootstrap 5 with some minimal differences to make it look a bit like the older theme. Bootstrap was removed because these pages don't need its full power and also because it was difficult for some text editors to handle the one-long-line minified CSS embedded in the HTML. Since the forms are just a series of label + input elements, using a specific set of directives doesn't add any significant maintenance cost while making editing easiers. A new form to generate a simplified card was added. This card is desgined to reduce the leftover whitespace when some optional entries are left blank in the "full" form, while at the same time giving importance to the QR code containing the GNS address. Its layout can be improved. The simplified form can also be used to generate a PNG picture of the QR code, so that it can be included in other graphical media other than a business card, for example on a flyer or in the signature of a HTML-based e-mail. Generally, the gnunet-bcd service should provide a slightly better user experience, even if it's just to provide different pages for different errors but with a unified style. The logo used in the cards has been changed from the previous "gnu in front of a spiderweb" illustration to the new "gnu-shaped network of peers" image. It is also now a pure TikZ picture instead of being made using PSTricks, because, apparently, there is an incompatibility between the two packages in recent versions which made it impossible to compile the file. As a consequence of the incompatibility between TikZ and PSTricks, the QR code is now generated using the 'qrcode' package. This commit contains some changes to FCFS, but they're just some minor fixes and are unrelated to the changes to BCD.
* - added missing netjail_exec.sh in contrib/Makefile.amt3sserakt2021-11-09
|
* - moved global netjail methods to its own header file.dev/t3ss/tngt3sserakt2021-11-09
| | | | | | - added configuration by string in test skript instead of config file. - moved netjail scripts to contrib/netjail and install them into the share/gnunet directory.
* BUILD: Kill infinibandMartin Schanzenbach2021-10-12
|
* The differences between the contrib subdirectory in the git repository and ↵Christian Grothoff2021-09-22
| | | | | | | the contrib subdirectory generated by make dist have grown really big. Please find attached another patch for updating the content of: contrib/Makefile.am contrib/scripts/Makefile.am
* Autoconf macro to detect GNUnet installationsAlessio Vanni2021-08-03
|
* [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
| |