Message-ID: 
Date: 29 Oct 2002 06:00:02 GMT
Subject: FAQs: A Suggested Minimal Digest Format
From: [email protected] (Chris Lewis)
Newsgroups: news.admin.misc, news.software.readers
Reply-To: [email protected] (Digest FAQ commentary reception)
Summary: A suggested digest format for Usenet FAQs.
Keywords: faqs digest format

Archive-name: faqs/minimal-digest-format
Posting-frequency: every 20 days
Last-modified: Wed Jan 25 23:54:34 EST 1995

	    FAQs: A Suggested Minimal Digest Format
		       Chris Lewis
		[email protected]


    The latest edition of this FAQ can always be retrieved from:

    ftp://rtfm.mit.edu/pub/usenet/news.answers/faqs/

Changes: URLs are now documented in RFC1630.



Subject: 1. Introduction and Intent

The intent of this FAQ is to provide current and future FAQ maintainers
with a simple description of a minimal format for FAQs.  This minimal
format is a simplification of RFC1153 digest format that is sufficient
to be compatible with common newsreader digest handling functionality,
current practise, and Thomas Fine's "FAQ digest format to HTML"
converter which allows more sophisticated viewing on HTML-aware systems
such as Mosaic or WWW.  There are other more sophisticated formats that
you can use, but this is the simplest one that is compatible with a wide
range of software that understands digest format.

This format is entirely optional.  But it is designed to give you the
biggest "bang per buck" in terms of existing software compatibility and
minimum effort.  If you believe that your FAQ can benefit from more
sophisticated formats, by all means use them.  As such, this FAQ can be
simply considered a guide on how to take advantage of some basic digest
capabilities in end-user viewing software.

Rather than confuse the issue by documenting all of the variation
allowed by existing practise and software, this documents a single
variant.  However, it can be extended by reviewing the documentation
for Thomas Fine's FAQ to HTML converter:



This FAQ is written entirely in the minimal digest format, and can be
used as an example.  You can skip from one section to the next
by pressing ^G in many newsreaders, such as rn, trn and strn.

This FAQ describes only how FAQ sections should be delimited, and
a couple of suggestions for meta-references to such things as FTP
or WWW repositories in formats that other tools support.

Note to reader software implementors: you should not take this format
as gospel, instead, use it as a guide to one minimal format of many
more sophisticated ones.  You should really be reading RFC1153,
Thomas Fine's material, and consulting news.answers for how FAQS
are formatted in real life.  See "Newsreader/Converter Specifics"
for descriptions of how some newsreaders work with digest-like documents.



Subject: 2. Table of Contents

	1. Introduction and Intent
	2. Table of Contents
	3. What Should the Overall FAQ Look Like?
	4. What's a Section, and How is it Formatted?
	5. What is the Table of Contents Format?
	6. What are External Meta References,
	    and What is Their Format?
	7. Where Do I need to Look for Other Information?
	8. Newsreader/Converter Specifics



Subject: 3. What Should the Overall FAQ Look Like?

Most FAQs lend themselves to a format like:

	
	
	
	<section>
	<section>
	<section>
	<section>

While FAQs aren't always lists of questions and answers, they usually
have "sections" of text -- whether they be sets of lists, individual
Q&A's, groups of Q&A, textual sections, whatever.  The digest format
is all about how these sections should be delimited for automatic parsing.

Note that this FAQ doesn't attempt to explain the news headers and
news.answers subheaders.  For this, you should really consult the
FAQs on how to create news.answers postings.  It's worth noting a
few things here.  You should use Expires/Supersedes to manage the
deletion of previous copies of your FAQ.  It is also a very good idea
to use References: lines to link the parts of multi-part FAQs together
so that they remain together with Usenet news readers.



Subject: 4. What's a Section, and How is it Formatted?

A "section" is merely a block of text.  In many FAQs they are simply
the introduction paragraph, the table of contents, and each question
and answer.  Through the use of digest format, most newsreaders can
skip from section to section using the convention presented here, and
more sophisticated packages can hypertext them.

A "section" consists of:

	<blank line>
	<string of 30 hyphens>
	<blank line>
	Subject: <subject line>
	<additional optional RFC822-like headers>
	<blank line>
	<text>

Note that the string of hyphens and "Subject:" must start in column one.
"Subject:" has one space or tab between it and the subject line.  If you have
to put "Subject:" in and don't want it interpreted as a section header, just
make sure that it isn't in column one (just like above).  If your subject
line is too wide to fit in 80 columns, you can continue it onto the next
lines, with whitespace at the beginning of the following lines.  Example:

	Subject: this is a long........
		subject line

The subject can be any arbitrary string of text.  You may wish to use
a numbering scheme, for it makes it easier for your readers to "grep"
down to the precise section they want.

You can place additional RFC-like headers after the Subject, such as
"From:", "Date:" etc.  Again, these headers should start in column
one.  There should be no blank lines in the entire set of headers
in a section.

The text is free format ASCII and may be formatted any way you wish.

Current FAQ maintainers take note: if you're already using a consistent
format for your FAQ, converting to this format will often require only
one or two global edit commands.



Subject: 5. What is the Table of Contents Format?

The Table of Contents simply consists of the subject lines from the rest
of the FAQ, excluding "Subject:", and preferably indented.  The subject lines
should be exact copies of the section headers.

This is only a suggestion.  There is no existing software that parses this
data.  The intent of using exactly the same strings as the subjects is
so that users can use search mechanisms to find specific sections.  If the
subject line is too long to fit in a table of contents line, it is suggested
that you truncate it at a convenient point - the search will still work.



Subject: 6. What are External Meta References,
	and What is Their Format?

Many of the more sophisticated viewers can "jump" from one FAQ to the
next, retrieve data via FTP, or send email simply by "pointing at"
properly formatted "tags" in your FAQ.  This FAQ recommends "URL"
("Universal Resource Locator") format tags.  See Section 7 for a
reference.

If your FAQ refers to a FTP-able file, use this format:

	ftp://<inet>/<str>/<str>

Where "<inet>" is the Internet domain name of the server, and the rest
of the "<str>/<str>" is the file name.  If you want to refer to a directory,
leave a trailing "/".

This string can be anywhere in the document, inline with text or whatever.

Similarly, for html (hypertext markup language)-compatible documents,
use http://<inet>/<str>/<str>

For clarity, it's best to surround the URL with angle brackets to make
it easier to parse.  This FAQ uses this convention, ie:

   <ftp://ftp.uunet.ca/distrib/chris_lewis/hp2pbm/>

One difficulty with URLs is that they're often quite long.  Do not
break them in the middle, or they won't work.  It is suggested that
if the URL is too long to fit, start a new line with the URL.  Even
if it does look rather ugly, it's better than not working, or wrapping
beyond the 80th column.



Subject: 7. Where Do I need to Look for Other Information?

[These seemed relevant, but I need descriptions!]
<http://www.cis.ohio-state.edu/hypertext/usenet/faq-format/www/faq.html>,
<http://www.cis.ohio-state.edu/hypertext/faq/usenet/faq-format/top.html>
<http://www.cis.ohio-state.edu/hypertext/faq/usenet/technical-notes/faq.html>

John E. Goodwin's <JEGOODWIN@delphi.com> "Elements of E-Text Style",

Note the specification of URLs is now to be found in rfc1630:

"Universal Resource Identifiers in WWW"  [Jun 94]
 by Tim Berners-Lee <timbl@info.cern.ch>
 URL <ftp://ds.internic.net/rfc/>
     <ftp://ftp.isi.edu/in-notes/rfc1630.txt>
     <http://info.cern.ch/hypertext/WWW/Addressing/URL/URL_Overview.html>



Subject: 8. Newsreader/Converter Specifics

Rn, trn, and strn "^G" functionality skips to the next occurance of
"Subject:" in column one.

GNUs has two "digest" parsers.  One insists on full RFC1153 compliance
(main Subject: line "digest" tokens etc.), and the other skips to lines
with (at least 8?) hyphens starting in column 1.

Tin has no digest functionality at present, though, tin's author indicates
willingness to add it in a way compatible with this format.  This author
suggests either the "^Subject:" or "^-*" approach.

Nn triggers on Subject: plus From: which is often not applicable
to FAQs.  Nn "explodes" FAQs with both Subject: and From: subheaders
into individual articles.  Most nn users this author has discussed this
with do not want FAQs to behave this way, which is why this format doesn't
require "From:" lines.

Thomas Fine's FAQ to HTML conversion system uses a scoring system to
measure compliance with the:

	<blank line>
	<line of hyphens>
	<blank line>
	Subject: <subject>

format.  See the following for more detail:

<http://www.cis.ohio-state.edu/hypertext/faq/usenet/faq-format/top.html>

I would appreciate detail on digest/FAQ parsing in other newsreaders and
conversion systems.</pre>
</div></section></main>

</div>
<footer  id="page-footer" class="l-footer" itemscope itemtype="https://schema.org/WPFooter">
		<section class="l-section wpb_row height_small color_footer-bottom"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column"><div class="wpb_wrapper"><p><strong>NEWSDEMON</strong></p>
</div></div><div  class="vc_wp_custommenu wpb_content_element"><div class="widget widget_nav_menu"><div class="menu-newsdemon-container"><ul id="menu-newsdemon" class="menu"><li id="menu-item-5612" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5612"><a href="/blog">Blog</a></li>
<li id="menu-item-5613" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5613"><a href="/digital-media-act">DMCA</a></li>
<li id="menu-item-5614" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5614"><a href="/newsdemon-privacy-policy">Privacy Policy</a></li>
<li id="menu-item-5615" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5615"><a href="/terms">Terms and Conditions</a></li>
<li id="menu-item-5616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5616"><a href="/sitemap_index.xml">Sitemap</a></li>
<li id="menu-item-6974" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6974"><a href="https://www.newsdemon.com/?page_id=5738">Usenet Deals</a></li>
</ul></div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column"><div class="wpb_wrapper"><p><strong>USENET RESROUCES</strong></p>
</div></div><div  class="vc_wp_custommenu wpb_content_element"><div class="widget widget_nav_menu"><div class="menu-usenet-resources-container"><ul id="menu-usenet-resources" class="menu"><li id="menu-item-5607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5607"><a href="https://www.newsdemon.com/history-of-usenet">History Of Usenet</a></li>
<li id="menu-item-5608" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5608"><a href="/charter-directory">Newsgroup Directory</a></li>
<li id="menu-item-5609" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5609"><a href="/newsgroups-retention-update">Newsgroup Retention</a></li>
<li id="menu-item-5610" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5610"><a href="/what-is-the-usenet">Usenet Fundamentals</a></li>
<li id="menu-item-5611" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5611"><a href="/usenet-terms">Usenet Terms</a></li>
<li id="menu-item-6978" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6978"><a href="https://www.newsdemon.com/what-is-newsdemon-usenet">What is NewsDemon</a></li>
</ul></div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column"><div class="wpb_wrapper"><p><strong>MEMBERS</strong></p>
</div></div><div  class="vc_wp_custommenu wpb_content_element"><div class="widget widget_nav_menu"><div class="menu-members-container"><ul id="menu-members" class="menu"><li id="menu-item-5618" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5618"><a href="/usenet-member-benefits">Member Benefits</a></li>
<li id="menu-item-5619" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5619"><a href="/newsdemon-usenet-advantage">Advantages</a></li>
<li id="menu-item-5620" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5620"><a href="/abuse">Report Abuse</a></li>
<li id="menu-item-5621" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5621"><a href="/status">Server Status</a></li>
<li id="menu-item-5622" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5622"><a href="https://members.newsdemon.com/members/memlogin.php">Sign In</a></li>
</ul></div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column"><div class="wpb_wrapper"><p><strong>SUPPORT</strong></p>
</div></div><div  class="vc_wp_custommenu wpb_content_element"><div class="widget widget_nav_menu"><div class="menu-support-container"><ul id="menu-support" class="menu"><li id="menu-item-5623" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5623"><a href="/contact-us">Contact Us</a></li>
<li id="menu-item-5624" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5624"><a href="/faq">FAQ</a></li>
<li id="menu-item-5625" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5625"><a href="/help">NewsDemon Support</a></li>
<li id="menu-item-5627" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5627"><a href="/usenet-newsreaders">Newsreader Guides</a></li>
<li id="menu-item-5626" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5626"><a href="/affiliate-signup">Affiliates</a></li>
</ul></div></div></div></div></div></div></div></div></div></div></div></div></section><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#323232" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="7.5"  data-is_old_vc=""  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div><section class="l-section wpb_row copyrights_text height_small"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column"><div class="wpb_wrapper"><p style="text-align: center;">2001 – 2024 © Copyright NewsDemon.com. NewsDemon® is a trademark of K&L Technologies, Inc.</p>
</div></div>
	<div class="wpb_raw_code wpb_raw_js" >
		<div class="wpb_wrapper">
			<script>
  window.intercomSettings = {
    app_id: "gqr5q8un"
  };
</script>
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/gqr5q8un';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>
		</div>
	</div>
</div></div></div></div></div></section><!-- Row Backgrounds --><div class="upb_color" data-bg-override="0" data-bg-color="#323232" data-fadeout="" data-fadeout-percentage="30" data-parallax-content="" data-parallax-content-sense="30" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false"  data-custom-vc-row=""  data-vc="7.5"  data-is_old_vc=""  data-theme-support=""   data-overlay="false" data-overlay-color="" data-overlay-pattern="" data-overlay-pattern-opacity="" data-overlay-pattern-size=""    ></div>
	</footer>
	<a class="w-toplink pos_right" href="#" title="Back to top" aria-label="Back to top" role="button"><i class="far fa-angle-up"></i></a>	<button id="w-header-show" class="w-header-show" aria-label="Menu"><span>Menu</span></button>
	<div class="w-header-overlay"></div>
		<script>
		// Store some global theme options used in JS
		if ( window.$us === undefined ) {
			window.$us = {};
		}
		$us.canvasOptions = ( $us.canvasOptions || {} );
		$us.canvasOptions.disableEffectsWidth = 900;
		$us.canvasOptions.columnsStackingWidth = 768;
		$us.canvasOptions.backToTopDisplay = 100;
		$us.canvasOptions.scrollDuration = 1000;

		$us.langOptions = ( $us.langOptions || {} );
		$us.langOptions.magnificPopup = ( $us.langOptions.magnificPopup || {} );
		$us.langOptions.magnificPopup.tPrev = 'Previous (Left arrow key)';
		$us.langOptions.magnificPopup.tNext = 'Next (Right arrow key)';
		$us.langOptions.magnificPopup.tCounter = '%curr% of %total%';

		$us.navOptions = ( $us.navOptions || {} );
		$us.navOptions.mobileWidth = 900;
		$us.navOptions.togglable = true;
		$us.ajaxLoadJs = true;
		$us.ajaxUrl = 'https://www.newsdemon.com/wp-admin/admin-ajax.php';
		$us.templateDirectoryUri = '//www.newsdemon.com/wp-content/themes/Impreza';
		$us.responsiveBreakpoints = {"default":0,"laptops":1280,"tablets":1024,"mobiles":600};
	</script>
	<script id="us-header-settings">if ( window.$us === undefined ) window.$us = {};$us.headerSettings = {"default":{"layout":{"hidden":[],"middle_left":["vwrapper:1"],"vwrapper:1":["image:1","text:1"],"middle_right":["menu:1"]},"options":{"custom_breakpoint":false,"breakpoint":"","orientation":"hor","sticky":false,"sticky_auto_hide":false,"scroll_breakpoint":"96px","transparent":false,"width":"300px","elm_align":"center","shadow":"thin","top_show":"0","top_height":"40px","top_sticky_height":"40px","top_fullwidth":false,"top_centering":false,"top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_transparent_text_hover","middle_height":"120px","middle_sticky_height":"60px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"contain","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"0","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"#f5f5f5","bottom_text_color":"#808080","bottom_text_hover_color":"#e95095","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"}},"tablets":{"layout":{"hidden":[],"middle_left":["vwrapper:1"],"vwrapper:1":["image:1","text:1"],"middle_right":["menu:1"]},"options":{"custom_breakpoint":1,"breakpoint":"898px","orientation":"hor","sticky":false,"sticky_auto_hide":false,"scroll_breakpoint":"100px","transparent":false,"width":"300px","elm_align":"center","shadow":"thin","top_show":"0","top_height":"40px","top_sticky_height":"40px","top_fullwidth":false,"top_centering":false,"top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_transparent_text_hover","middle_height":"80px","middle_sticky_height":"60px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"contain","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"0","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"#f5f5f5","bottom_text_color":"#808080","bottom_text_hover_color":"#e95095","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"}},"mobiles":{"layout":{"hidden":[],"middle_left":["menu:1"],"vwrapper:1":["image:1","text:1"],"middle_right":["vwrapper:1"]},"options":{"custom_breakpoint":1,"breakpoint":"900px","orientation":"hor","sticky":false,"sticky_auto_hide":false,"scroll_breakpoint":"100px","transparent":false,"width":"300px","elm_align":"center","shadow":"thin","top_show":"0","top_height":"40px","top_sticky_height":"40px","top_fullwidth":false,"top_centering":false,"top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_transparent_text_hover","middle_height":"100px","middle_sticky_height":"60px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"contain","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"0","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"#f5f5f5","bottom_text_color":"#808080","bottom_text_hover_color":"#e95095","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"}},"laptops":{"layout":{"hidden":[],"middle_left":["vwrapper:1"],"vwrapper:1":["image:1","text:1"],"middle_right":["menu:1"]},"options":{"custom_breakpoint":1,"breakpoint":"898px","orientation":"hor","sticky":false,"sticky_auto_hide":false,"scroll_breakpoint":"96px","transparent":false,"width":"300px","elm_align":"center","shadow":"thin","top_show":"0","top_height":"40px","top_sticky_height":"40px","top_fullwidth":false,"top_centering":false,"top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_transparent_text_hover","middle_height":"120px","middle_sticky_height":"60px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"contain","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"0","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"#f5f5f5","bottom_text_color":"#808080","bottom_text_hover_color":"#e95095","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"}},"header_id":5693};</script><style>
    #single,
    #ct-ultimate-gdpr-cookie-modal-body h1,
    #ct-ultimate-gdpr-cookie-modal-body h2,
    #ct-ultimate-gdpr-cookie-modal-body h3,
    #ct-ultimate-gdpr-cookie-modal-body h4,
    #ct-ultimate-gdpr-cookie-modal-body h5,
    #ct-ultimate-gdpr-cookie-modal-body h6 {
        color: #595959;
    }
</style>

    
	<div
        id="ct-ultimate-gdpr-cookie-popup"
        data-class="ct-ultimate-gdpr-cookie-popup-modern"
        class="ct-ultimate-gdpr-cookie-bottomPanel ct-ultimate-gdpr-cookie-popup-modern ct-ultimate-gdpr-cookie-popup-button-rounded"
        style="
            bottom: 0px; width: 100%; border-radius: 0;            background-color: #ff7d27 !important;            color: #ffffff!important;        ">

    <div class='ct-container ct-ultimate-gdpr-cookie-popup-bottomPanel'>
    <div id="ct-ultimate-gdpr-cookie-content" >
                Cookies
To make this site work properly, we sometimes place small data files called cookies on your device. Most big websites do this too.            </div>

    <div class='ct-ultimate-gdpr-cookie-buttons ct-clearfix'>        <div id="ct-ultimate-gdpr-cookie-accept" class="cookie-buttons"
         style="border-color: #ffffff !important;
                 background-color: #ff7d27 !important;
                 color: #ffffff !important;">
        <span class='fa fa-check ct-ultimate-gdpr-button-icon-left'></span>Accept    </div>

    
    
<div id="ct-ultimate-gdpr-cookie-change-settings" class="cookie-buttons" style="border-color:#ffffff !important;background-color:#ff7d27 !important;color:#ffffff !important">
    Change Settings <span class='fa fa-cog ct-ultimate-gdpr-button-icon-right'></span>    </div>
    </div>
    <div class="ct-clearfix"></div>
        </div>
    </div>

    <div id="ct-ultimate-gdpr-cookie-open" class="ct-ultimate-gdpr-trigger-modal-round" style="background-color: #000000;color: #ffffff;
    bottom: 20px; left: 20px;right: auto; top: auto;">

                        <span class="fa fa-cog" aria-hidden="true"></span>
                <span class="sr-only">Cookie Box Settings</span>
                </div>

    <div id="ct-ultimate-gdpr-cookie-open"
         class="ct-ultimate-gdpr-trigger-modal-round"
         style="background-color: #000000;color: #ffffff;
         bottom: 20px; left: 20px;right: auto; top: auto;">
                        <span class="fa fa-cog" aria-hidden="true"></span>
                <span class="sr-only">Cookie Box Settings</span>
                </div>



<div id="ct-ultimate-gdpr-cookie-modal" class="ct-ultimate-gdpr--Groups-5">
        <!-- Modal content -->
    <div class="ct-ultimate-gdpr-cookie-modal-content  ct-ultimate-gdpr-cookie-modal-content-single">

                    <div id="ct-ultimate-gdpr-cookie-modal-close"></div>
        
        <div id="ct-ultimate-gdpr-cookie-modal-body" class="ct-ultimate-gdpr-slider-not-block">

            
                            <div style="color:#797979"> <h2>Privacy settings</h2>
<div class="\"ct-ultimate-gdpr-cookie-modal-desc\"">

Decide which cookies you want to allow.

You can change these settings at any time. However, this can result in some functions no longer being available. For information on deleting the cookies, please consult your browser’s help function.

Learn more about the cookies we use.

</div>
<h3>With the slider, you can enable or disable different types of cookies:</h3> </div>
            
            <form action="#" class="ct-ultimate-gdpr-cookie-modal-single" >
                <ul>
                                            <li><label for="cookie0">
                                <img class="ct-svg" src="https://www.newsdemon.com/wp-content/plugins/ct-ultimate-gdpr/assets/css/images/block-all.svg" style="width: 60px;" alt="Block all">
                            </label>
                            <span>Block all</span>
                            <input type="radio" name="radio-group" id="cookie0" value="1" class="ct-ultimate-gdpr-cookie-modal-single-item"
                                /></li>
                                                                <li><label for="cookie5">
                                <img class="ct-svg" src="https://www.newsdemon.com/wp-content/plugins/ct-ultimate-gdpr/assets/css/images/essential.svg" style="width: 60px;" alt="Essentials">
                            </label>
                            <span>Essentials</span>
                            <input type="checkbox" name="radio-group" id="cookie5" value="5" class="ct-ultimate-gdpr-cookie-modal-single-item"
                                checked /></li>
                                                                <li><label for="cookie6">
                                <img class="ct-svg" src="https://www.newsdemon.com/wp-content/plugins/ct-ultimate-gdpr/assets/css/images/functionality.svg" alt="Functionality">
                            </label>
                            <span>Functionality</span>
                            <input type="checkbox" name="radio-group"  id="cookie6" value="6" class="ct-ultimate-gdpr-cookie-modal-single-item"
                                /></li>
                                                                <li><label for="cookie7">
                                <img class="ct-svg" src="https://www.newsdemon.com/wp-content/plugins/ct-ultimate-gdpr/assets/css/images/statistics.svg" alt="Analytics">
                            </label>
                            <span>Analytics</span>
                            <input type="checkbox" name="radio-group"  id="cookie7" value="7" class="ct-ultimate-gdpr-cookie-modal-single-item"
                                /></li>
                                                                <li><label for="cookie8">
                                <img class="ct-svg" src="https://www.newsdemon.com/wp-content/plugins/ct-ultimate-gdpr/assets/css/images/targeting.svg" alt="Advertising">
                            </label>
                            <span>Advertising</span>
                            <input type="checkbox" name="radio-group"  id="cookie8" value="8" class="ct-ultimate-gdpr-cookie-modal-single-item"
                                /></li>
                                    </ul>
            </form>

            <div class="ct-ultimate-gdpr-cookie-modal-single-wrap">
                <div class="ct-ultimate-gdpr-cookie-modal-single-wrap__inner">

                    <div class="ct-ultimate-gdpr-cookie-modal-single-wrap__inner--title">
                        <div class="title-block">
                            <h4 style="color: #595959;">This website will:</h4></div>

                        <div class="title-block">
                            <h4 style="color: #595959;">This website won\'t:</h4>
                        </div>
                        <div class="ct-clearfix"></div>
                    </div> <!-- //end title -->
                                        <div class="ct-ultimate-gdpr-cookie-modal-single-wrap__inner--info">
                        <div class="ct-ultimate-gdpr-cookie-modal-single__info--desc" id="desc-left">
                            <ul class="ct-ultimate-gdpr-cookie-modal-slider-able" style="color: #797979;">

                                                                                                            <li class="block-all"> Remember which cookies group you accepted</li>
                                                                    
                                                                                                            <li class="essentials"> Essential: Remember your cookie permission setting</li>
                                                                            <li class="essentials"> Essential: Allow session cookies</li>
                                                                            <li class="essentials"> Essential: Gather information you input into a contact forms, newsletter and other forms across all pages</li>
                                                                            <li class="essentials"> Essential: Keep track of what you input in a shopping cart</li>
                                                                            <li class="essentials"> Essential: Authenticate that you are logged into your user account</li>
                                                                            <li class="essentials"> Essential: Remember language version you selected</li>
                                                                    
                                                                                                            <li class="functionality"> Functionality: Remember social media settings</li>
                                                                            <li class="functionality"> Functionality: Remember selected region and country</li>
                                                                    
                                                                                                            <li class="analytics"> Analytics: Keep track of your visited pages and interaction taken</li>
                                                                            <li class="analytics"> Analytics: Keep track about your location and region based on your IP number</li>
                                                                            <li class="analytics"> Analytics: Keep track of the time spent on each page</li>
                                                                            <li class="analytics"> Analytics: Increase the data quality of the statistics functions</li>
                                                                    
                                                                                                            <li class="advertising"> Advertising: Tailor information and advertising to your interests based on e.g. the content you have visited before. (Currently we do not use targeting or targeting cookies.</li>
                                                                            <li class="advertising"> Advertising: Gather personally identifiable information such as name and location</li>
                                                                                                </ul>
                        </div>
                        <div class="ct-ultimate-gdpr-cookie-modal-single__info--desc" id="desc-right">
                            <ul class="ct-ultimate-gdpr-cookie-modal-slider-not-able" style="color: #797979;">

                                                                                                            <li class="essentials"> Essential: Remember your cookie permission setting</li>
                                                                            <li class="essentials"> Essential: Allow session cookies</li>
                                                                            <li class="essentials"> Essential: Gather information you input into a contact forms, newsletter and other forms across all pages</li>
                                                                            <li class="essentials"> Essential: Keep track of what you input in a shopping cart</li>
                                                                            <li class="essentials"> Essential: Authenticate that you are logged into your user account</li>
                                                                            <li class="essentials"> Essential: Remember language version you selected</li>
                                                                    
                                                                                                            <li class="functionality"> Functionality: Remember social media settings</li>
                                                                            <li class="functionality"> Functionality: Remember selected region and country</li>
                                                                    
                                                                                                            <li class="analytics"> Analytics: Keep track of your visited pages and interaction taken</li>
                                                                            <li class="analytics"> Analytics: Keep track about your location and region based on your IP number</li>
                                                                            <li class="analytics"> Analytics: Keep track of the time spent on each page</li>
                                                                            <li class="analytics"> Analytics: Increase the data quality of the statistics functions</li>
                                                                    
                                                                                                            <li class="advertising"> Advertising: Tailor information and advertising to your interests based on e.g. the content you have visited before. (Currently we do not use targeting or targeting cookies.</li>
                                                                            <li class="advertising"> Advertising: Gather personally identifiable information such as name and location</li>
                                                                    
                            </ul>
                        </div>
                        <div class="ct-clearfix"></div>
                    </div>


                </div>
            </div>


            <div class="ct-ultimate-gdpr-cookie-modal-btn save">
                <a href="#">Save & Close</a>
            </div>

        </div>

    </div>
    </div>
<div id="ct-ultimate-gdpr-loader"></div>

    


<script id="ct-ultimate-gdpr-cookie-popup-js-extra">
var ct_ultimate_gdpr_cookie = {"url":"https:\/\/www.newsdemon.com\/","ajaxurl":"https:\/\/www.newsdemon.com\/wp-admin\/admin-ajax.php","readurl":"https:\/\/www.newsdemon.com\/newsgroup-info\/readers","readurl_new_tab":"on","consent":"","reload":"","consent_expire_time":"1743190197","consent_time":"1711654197","consent_default_level":"2","consent_accept_level":"5","age_enabled":"5","display_cookie_always":"1","cookie_reset_consent":null,"use_ajax_cookie_popup":""};
</script>
<script src="https://www.newsdemon.com/wp-content/plugins/ct-ultimate-gdpr/assets/js/cookie-popup.js?ver=5.3.1" id="ct-ultimate-gdpr-cookie-popup-js"></script>
<script src="https://www.newsdemon.com/wp-content/plugins/ct-ultimate-gdpr/assets/js/jquery.base64.min.js?ver=5.3.1" id="ct-ultimate-gdpr-base64-js"></script>
<script src="//www.newsdemon.com/wp-content/uploads/us-assets/www.newsdemon.com.js?ver=43a06db9" id="us-core-js"></script>
<script>(function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://a.omappapi.com/app/js/api.min.js";s.async=true;s.id="omapi-script";d.getElementsByTagName("head")[0].appendChild(s);})(document);</script><script src="https://www.newsdemon.com/wp-content/themes/wordherd-impreza/js/wh-custom.js?ver=1.0.0" id="customjs-js"></script>
<script></script><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-219248-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-219248-1', {
  'linker': {
    'domains': ['newsdemon.com', 'www.newsdemon.com', 'newsdemon.com']
  }
});
</script>


 <!--Affiliate Tracking script-->
    <script type="text/javascript">
    document.write(decodeURI("%3Cscript id='pap_x2s6df8d' src='" + (("https:" == document.location.protocol) ? "https://" : "http://") + 
    "newsdemon.com/aflPro/scripts/trackjs.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    PostAffTracker.setAccountId('default1');
    try {
    PostAffTracker.track();
    } catch (err) { }
    </script>
    <!--End of Affiliate Tracking script--> 		<script type="text/javascript">var omapi_data = {"object_id":1631,"object_key":"newsgroup-info","object_type":"post","term_ids":[83,88],"wp_json":"https:\/\/www.newsdemon.com\/wp-json","wc_active":false,"edd_active":false,"nonce":"26c8790420"};</script>
		</body>
</html>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>