Skip to content

Commit

Permalink
Remove openid support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 14, 2024
1 parent 90874ed commit e3e6b34
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 217 deletions.
2 changes: 0 additions & 2 deletions jaraco/site/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import cherrypy

from jaraco.site.charts import Charts
from jaraco.site.openid import OpenID
from jaraco.site import render, output
from jaraco.site.projecthoneypot import from_cherrypy
from . import resume
Expand Down Expand Up @@ -32,7 +31,6 @@ class Root:
"""

charts = Charts()
openid = OpenID()
locate = Locator()
projects = projects.Projects()

Expand Down
158 changes: 0 additions & 158 deletions jaraco/site/openid.py

This file was deleted.

22 changes: 0 additions & 22 deletions jaraco/site/templates/openid/about.html

This file was deleted.

21 changes: 0 additions & 21 deletions jaraco/site/templates/openid/id.html

This file was deleted.

14 changes: 0 additions & 14 deletions jaraco/site/templates/openid/yadis.html

This file was deleted.

1 change: 1 addition & 0 deletions newsfragments/+e4397d4e.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove openid support.

0 comments on commit e3e6b34

Please sign in to comment.