ConsoleUser

Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com

This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.

All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.

class Elgg.Elgg(system, config)

Use the features of Elgg to implement the <no title> interface.

Paramters:

  • system: the <no title> object connected to the target system

  • config: the <no title> defining this user

comment(content)

Make the given comment on the currently read post.

post(title, content)

Create a post with the given content.

Parameters:

  • title: the string that is the title of the post

  • content: the string that is the body of the post

read_random()

Randomly pick a blog post to read. This includes navigating into the post.