aboutsummaryrefslogtreecommitdiffstats
path: root/doc/pgpkey.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address and PGP keysJack Lloyd2016-10-251-41/+66
| | | | | | | [email protected] is still a valid email address for me but I am using [email protected] going forward. [ci skip]
* Use a distinct PGP for signing git commits.Jack Lloyd2016-03-031-1/+35
| | | | New key is signed with my existing key.
* Add security notifications/advisory page to website.Jack Lloyd2015-10-151-0/+55
| | | | Based on GH #272
* Simplify the website and documentation layout.Jack Lloyd2015-07-031-0/+37
| | | | | | | | | | | | | | Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore.
* Rename all text files that are actually reStructuredText to .rstlloyd2012-07-011-43/+0
|
* Doc and theming updateslloyd2011-05-021-0/+2
|
* Merge last bits from the tutorial.lloyd2011-04-221-0/+41
Many other cleanups and changes in the docs. Make the index page a functional standin for the current site so the entire website can be built using Sphinx.