Missing beginning paragraphs (www.netbits.us)

Open
#574 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
web-dev

Research direction

Reproduce the extraction using the source URL and compare the supplied Source Markup with the Result Markup, focusing on the missing paragraphs before “As much as I like certain un-named Linux distros.” Trace the Readability extraction path that produces this result and verify that the beginning content is retained without regressing the shown output.

Written by the indexing model from the issue text.

Description

has-website-testcase reader-mode-has-issues

Reproducing Source URL

http://www.netbits.us/docs/stunnel_rsync.html

Reproducing Version

Firefox 72.0.1 AMD64

Source Markup

<HTML><HEAD><TITLE>Rsync + Stunnel 4.x</TITLE></HEAD>
<BODY>
<H1>Rsync + Stunnel 4.x</H1>
<H2>Contents</H2>
<UL>
<LI><a href="#purpose">Purpose / Overview</a></LI>
<LI><a href="#source1">Building the Sources I</a></LI>
<LI><a href="#cert">Generating Certs</a></LI>
<LI><a href="#source2">Building the Sources II</a></LI>
<LI><a href="#stunnel">Configuring Stunnel</a></LI>
<LI><a href="#rsync">Configuring Rsync</a></LI>
<LI><a href="#firewall">Firewall</a></LI>
<LI><a href="#testing">Testing</a></LI>
<LI><a href="#credits">Credits</a></LI>
<LI><a href="#todo">TODO</a></LI>
</UL>
<H2><a name="purpose">Purpose / Overview</H2>
<blockquote>
<P>
A while back I went to a great <a href="http://www.tclug.org/">TCLUG<a/> meeting with Mick Bauer giving the main presentation.
I was impressed enough with his presentation to purchase a copy of his book: <a href="http://www.oreilly.com/catalog/bssrvrlnx/">Building Secure Servers
with Linux</a>.  I also enjoy his Paranoid Penguin security related columns in the <a href="http://www.linuxjournal.com/">Linux Journal</a>.
<p>
One of Mick's columns and a portion of his book deal with setting up stunnel to tunnel rsync over
an SSL encrypted connection.  Unfortunately, I had a heck of a hard time getting this to work because
Mick's documentation examples rely heavily on tcp-wrappers and Stunnel version 3.x syntax.  Stunnel 4.x
has been stable for a long time and I always like to have my software up to date, so I wrote this
documentation to record my solution to this problem in the hopes that someone may find it useful and so I can
remember exactly what I did when I need to set this up again.  If you find any errors or omissions, please
feel free to <a href="http://www.netbits.us/contact.php">contact</a> me.
<p>
All right then, it's go time.
</blockquote>
<H2><a name="source1">Building the Sources I</H2>
<blockquote>
As much as I like certain un-named Linux distros

Result Markup

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title>Rsync + Stunnel 4.x</title>
	</head>
	<body>
<div xmlns="http://www.w3.org/1999/xhtml" class="container">
	<div class="header reader-header">
		<a class="domain reader-domain" href="http://www.netbits.us/docs/stunnel_rsync.html">netbits.us</a>
		<h1 class="reader-title">Rsync + Stunnel 4.x</h1>
		<div class="credits reader-credits"></div>
	</div>
	<hr /><div class="content"><div class="page"><div><a>
As much as I like certain un-named Linux distros

A significant part of the beginning text is missing.

Dominant language
JavaScript
Stars
11.5k
Forks
732
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mozilla/readability

All issues in mozilla/readability

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.