Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Add a quotes page #92

Closed
wants to merge 1 commit into from
Closed

Add a quotes page #92

wants to merge 1 commit into from

Conversation

jvperrin
Copy link
Member

@jvperrin jvperrin commented Jan 21, 2019

This is what the page looks like (well the top part anyway). I'd prefer to put a screenshot here than a live page link to my dev version when it might not be running and the link will very quickly get stale anyway:

quotes-page

rt#6832 is what inspired this, well that and me wanting a quotes page instead of trying to remember part of a quote and having to search for it...

I'd like to split out the web server from the help plugin and put it in its own plugin (and add hooks for other plugins to use it hopefully), but I think that can come in a future PR, it's not really related to this change at all.

Closes #147.

<!doctype html>
<html lang="en">
<head>
<title>ocf ircbot quotes</title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meta charset?

@abizer
Copy link
Member

abizer commented Jan 21, 2019

I don't think it's a good idea for this to be open to the public, especially since many of us use our real names as our nicks. admittedly a lot of this can be found on moffle or something, but I'm still hesitant.

@dkess
Copy link
Member

dkess commented Jan 21, 2019

We could hold off on merging this until we have a proper webserver setup, then we could put this behind a password wall.

@fydai
Copy link
Contributor

fydai commented Jun 2, 2019

We do have a proper webserver setup now, so a password wall could be implemented in PAM.

@cg505 cg505 mentioned this pull request Aug 21, 2019
@jvperrin
Copy link
Member Author

I'll close this, if it does actually end up happening it'll need password auth of some kind and to be reformatted to fit with the current flask web server.

@jvperrin jvperrin closed this Jan 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a quotes page
6 participants