Skip to content
donnerkarlson edited this page May 21, 2012 · 30 revisions

The chat channel for Libertree is #libertree on the Freenode IRC network. If you do not have an IRC client, you can join with your browser here.

Please do not report bugs or send feature requests using the github Issues tracker. Please send your feedback using Libertree itself.

FAQ

Is Libertree based off previous work on other social networks?

Libertree is an effort built entirely from scratch. While we may be flattering other projects by borrowing or imitating good ideas or concepts, the source code is totally new.

How do I add others as contacts?

There is no way to add contacts right now, but when features come in which require it (such as chat and private messaging), a concept of a contact list will likely be introduced.

How can I edit posts (bold, italics, links)?

You can use Markdown to edit your posts.

Italics:

*italic text* or _italic text_

Bold:

**bold text** or __bold text__

Bold + Italics:

***bold and italic text***

Links:

[link text here](www.example.org)

Images:

![image name](www.example.org/image.jpg)

Image + Link:

[ ![image name](www.example.org/image.jpg)] (www.example.org)

Has Libertree got an API

Yes you can use the Member API.

Clone this wiki locally