From 6701a96f389bc2e12a966649bf846692c1ff431f Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Sat, 31 Mar 2018 11:19:34 +0200 Subject: [PATCH] Remove annotateit mentions from docs (fix #3005) Signed-off-by: Chris Warrick --- docs/manual.txt | 15 --------------- nikola/conf.py.in | 7 ------- 2 files changed, 22 deletions(-) diff --git a/docs/manual.txt b/docs/manual.txt index ef55807a9d..f602e47694 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -326,9 +326,6 @@ author Author of the post, will be used in the RSS feed and possibly in the post display (theme-dependent) -annotations / noannotations - Override the value of the ``ANNOTATIONS`` option for this specific post or page. - enclosure Add an enclosure to this post when it's used in RSS. See `more information about enclosures `__ @@ -1806,18 +1803,6 @@ You can disable comments for a post by adding a "nocomments" metadata field to i You need jQuery, but not because Facebook wants it (see Issue #639). -An alternative or complement to comments are annotations. Nikola integrates -the annotation service provided by `AnnotateIt. `_ -To use it, set the ``ANNOTATIONS`` option to True. This is specially useful -if you want feedback on specific parts of your writing. - -You can enable or disable annotations for specific posts or pages using the -``annotations`` and ``noannotations`` metadata. - -Annotations require jQuery and are therefore not supported in the base theme. -You can check bootstrap theme's ``base.html`` for details on how to handle them in -custom themes. - Images and Galleries -------------------- diff --git a/nikola/conf.py.in b/nikola/conf.py.in index e50e3c0bee..81d8ad6ada 100644 --- a/nikola/conf.py.in +++ b/nikola/conf.py.in @@ -909,13 +909,6 @@ COMMENT_SYSTEM = ${COMMENT_SYSTEM} # is in the manual. COMMENT_SYSTEM_ID = ${COMMENT_SYSTEM_ID} -# Enable annotations using annotateit.org? -# If set to False, you can still enable them for individual posts and pages -# setting the "annotations" metadata. -# If set to True, you can disable them for individual posts and pages using -# the "noannotations" metadata. -# ANNOTATIONS = False - # Create index.html for page folders? # WARNING: if a page would conflict with the index file (usually # caused by setting slug to `index`), the PAGE_INDEX