llms.txt Content
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>PurgoMalum — Free Profanity Filter Web Service</title>
<link rel="stylesheet" href="css/global.css" />
</head>
<body>
<div id="main-header">
<div id="logo">
<div id="header-nav"><a href="index.html">Home</a>|<a href="profanitylist.html">Profanity List</a></div>
</div>
</div>
<div id="main-content">
<div class="notice-block">
<h3>SERVICE UPDATES</h3>
<ul>
<li>Additions to white list. <span class="notice-date">[06-JAN-2022]</span></li>
</ul>
<ul>
<li>Fix for false positives on repeating white list word. <span class="notice-date">[31-DEC-2021]</span></li>
</ul>
<ul>
<li>Various performance fixes. <span class="notice-date">[17-JAN-2021]</span></li>
</ul>
<ul>
<li>Fixes for false positives on some proper names. <span class="notice-date">[12-MAY-2020]</span></li>
</ul>
<ul>
<li>Various bug fixes. <span class="notice-date">[22-OCT-2019]</span></li>
</ul>
<ul>
<li>The profanity list has been greatly expanded. You can view the updated list of blocked words <a href="profanitylist.html">here</a>. <span class="notice-date">[20-JAN-2019]</span></li>
</ul>
</div>
<h1>What is PurgoMalum?</h1>
<div class="section-block">
<p>
PurgoMalum is a simple, free, RESTful web service for filtering and removing content of profanity, obscenity and other unwanted text.
PurgoMalum's interface accepts several parameters for customization and can return results in plain text, XML and JSON.
</p>
<p>
PurgoMalum is designed to remove words from input text, based on an internal <a href="profanitylist.html">profanity list</a> (you may optionally add your own
words to the profanity list through a request parameter (see <a href="