From dc60430d1e472f8c18865411d6aa33b4b482e06f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 26 Jun 2020 12:20:55 +0200 Subject: Fix the footer in the documentation wrt. copyright --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 644af6e..6680e9a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = u'Snuffleupagus' -copyright = u'%d, NBS System' % datetime.now().year +copyright = u'2017-2018 NBS System, 2019-%d Julien (jvoisin) Voisin' % datetime.now().year author = u'Sebastien Blot & Julien Voisin' # The version info for the project you're documenting, acts as replacement for -- cgit v1.3 From a1018f6c04982f850a9b78e1d1d2940211578b93 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 6 Nov 2020 17:43:40 +0100 Subject: We're not in beta anymore --- doc/source/conf.py | 2 +- doc/source/faq.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 6680e9a..a150403 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,7 +57,7 @@ author = u'Sebastien Blot & Julien Voisin' # The short X.Y version. version = u'0.1' # The full version, including alpha/beta/rc tags. -release = u'beta' +release = u'stable' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/faq.rst b/doc/source/faq.rst index 3c09409..be2c756 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -107,8 +107,8 @@ How mature is this project? """"""""""""""""""""""""""" This project has been floating around since early 2016 and we did the first commit -the 28ᵗʰ of December of the same year. We're currently in an beta phase, -finding and fixing as many bugs as possible before declaring it stable. +the 28ᵗʰ of December of the same year. It's currently stable, +and is usable and used in production. Are you saying that PHP isn't secure? """"""""""""""""""""""""""""""""""""" -- cgit v1.3