Procházet zdrojové kódy

Add `deadlinks` plugin as a submodule

A `deadlink` plugin helps to manage links to pages that are not
available anymore. It allows to replace original link with a link
to proper archive.org query. It also allows to modify anchor tags
(</a>) of dead links by adding custom classes or appending bootstrap
labels to them.
Marcin Glinski před 7 roky
rodič
revize
a284fcf915
3 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 3 0
      .gitmodules
  2. 2 0
      Readme.rst
  3. 1 0
      deadlinks

+ 3 - 0
.gitmodules

@@ -133,3 +133,6 @@
 [submodule "pelican-ipynb"]
 	path = pelican-ipynb
 	url = https://github.com/danielfrg/pelican-ipynb
+[submodule "deadlinks"]
+	path = deadlinks
+	url = https://github.com/silentlamb/pelican-deadlinks.git

+ 2 - 0
Readme.rst

@@ -74,6 +74,8 @@ Custom article URLs       Adds support for defining different default URLs for d
 
 Dateish                   Treat arbitrary metadata fields as datetime objects
 
+Dead Links                Manage dead links (website not available, errors such as 403, 404)
+
 Disqus static comments    Adds a disqus_comments property to all articles. Comments are fetched at generation time using disqus API
 
 Encrypt content           Password protect pages and articles

+ 1 - 0
deadlinks

@@ -0,0 +1 @@
+Subproject commit 823d46177bafa9ccd15d36be394b3657525bd37c