Compare commits

..

No commits in common. "e823f5d8839e5a8b20c2095c2722ee9623d66d84" and "e27ac13e68e3448ab4198e78b35cedf7906b8391" have entirely different histories.

4 changed files with 1 additions and 17 deletions

View File

@ -1,3 +0,0 @@
\chapter{systemd}
\label{chap:systemd}

View File

@ -1,3 +0,0 @@
\chapter{systemd}
\label{chap:systemd}

View File

@ -37,7 +37,7 @@ condimentum ante in metus iaculis quis congue diam commodo.
%-------------------------------------------------------------
\section{La famille \texttt{roff}}
\section{roff}
\index{roff}\label{roff} \index{groff}\index{troff}
%

View File

@ -1,10 +0,0 @@
#!/usr/bin/perl
use strict;
use LWP::Simple;
use HTML::Parser;
my $page = get "https://tetalab.org";
my $parser = HTML::Parser->new;
$parser->parse($page);