History log of /web-php/gpg-keys.php (Results 1 – 7 of 7)
Revision Date Author Comments
# 00342c40 07-Dec-2023 Andreas Möller

Fix: Remove vim instruction (#880)


# f3eb8f9c 20-Apr-2021 Sara Golemon

Refactor gpg key organization


# 18b6c8fa 30-Jul-2019 Remi Collet

add title


# 3fdaf375 30-Jul-2019 Remi Collet

add download link for the public keyring


# 83111843 05-Jun-2019 Sara Golemon

Cleanup version.inc

With this diff, version.inc will ONLY export one "variable" named
$RELEASES which will continue to have the same format as previous.

It will also export a he

Cleanup version.inc

With this diff, version.inc will ONLY export one "variable" named
$RELEASES which will continue to have the same format as previous.

It will also export a helper method named release_get_latest()
for quickly accessing the most recent version published.

All other globals previously exported by this function are
no longer used on web-php.

show more ...


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

1/n - Update / and /include/ only.


# c342a3e8 14-Nov-2014 Adam Harvey

Only show GPG keys for active branches on the downloads page.

GPG keys have been moved into a new include file, and a new page has been added
to access GPG keys for older branches.