Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

VoteIT/voteit.whosonline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoteIT Who's online

image

This is a plugin for VoteIT that tracks who's online within meetings. It displays the profile pictures of a number of users who were the latest online. (Default 8)

Online in this context means simply loading a page, or do something that generates a request.

Caveats

  • There's no persistence. When you restart, everything is gone.
  • This package isn't thread safe, so only use one instance.
  • It will cause writes on every request, but only to memory since nothing is stored on disk.

Installation

Simply include the package in the paster config file under the section 'plugins', like:

plugins =

voteit.whosonline

Releases

No releases published

Packages

No packages published