2012-04-12 22:09:04 +02:00
|
|
|
@title Phame User Guide
|
|
|
|
@group userguide
|
|
|
|
|
|
|
|
Journal about your thoughts and feelings. Share with others. Profit.
|
|
|
|
|
|
|
|
= Overview =
|
|
|
|
|
2015-10-19 22:27:47 +02:00
|
|
|
IMPORTANT: Phame is a prototype application.
|
|
|
|
|
2012-04-12 22:09:04 +02:00
|
|
|
Phame is a simple blogging platform. You can write drafts which only you can
|
2012-07-19 18:03:10 +02:00
|
|
|
see. Later, you can publish these drafts as posts which anyone who can access
|
2014-02-26 21:44:58 +01:00
|
|
|
the Phabricator instance can see. You can also add posts to blogs to increase
|
2012-07-19 18:03:10 +02:00
|
|
|
your distribution.
|
|
|
|
|
2014-02-26 21:44:58 +01:00
|
|
|
Overall, Phame is intended to help an individual spread their message. As
|
2012-07-19 18:03:10 +02:00
|
|
|
such, pertinent design decisions skew towards favoring the individual
|
2014-02-26 21:44:58 +01:00
|
|
|
rather than the collective.
|
2012-07-19 18:03:10 +02:00
|
|
|
|
|
|
|
= Drafts =
|
|
|
|
|
2014-02-26 21:44:58 +01:00
|
|
|
Drafts are completely private so draft away.
|
2012-07-19 18:03:10 +02:00
|
|
|
|
2014-02-26 21:44:58 +01:00
|
|
|
= Posts =
|
2012-07-19 18:03:10 +02:00
|
|
|
|
|
|
|
Posts are accessible to anyone who has access to the Phabricator instance.
|
|
|
|
|
|
|
|
= Blogs =
|
|
|
|
|
|
|
|
Blogs are collections of posts. Each blog has associated metadata like
|
|
|
|
a name, description, and set of bloggers who can add posts to the blog.
|
|
|
|
Each blogger can also edit metadata about the blog and delete the blog
|
|
|
|
outright.
|
|
|
|
|
2014-04-30 22:19:14 +02:00
|
|
|
NOTE: removing a blogger from a given blog does not remove their posts that
|
|
|
|
are already associated with the blog. Rather, it removes their ability to edit
|
|
|
|
metadata about and add posts to the blog.
|
|
|
|
|
|
|
|
Blogs can be useful for powering external websites, like
|
2012-07-19 18:03:10 +02:00
|
|
|
|
|
|
|
blog.yourcompany.com
|
|
|
|
|
2014-02-26 21:44:58 +01:00
|
|
|
by making pertinent configuration changes with your DNS authority and
|
2014-04-30 22:19:14 +02:00
|
|
|
Phabricator instance. For the Phabricator instance, you must
|
2012-07-19 18:03:10 +02:00
|
|
|
|
2014-04-30 22:19:14 +02:00
|
|
|
- Enable `policy.allow-public` in Phabricator configuration.
|
|
|
|
- Configure the blog to have the view policy `public`.
|
|
|
|
|
|
|
|
For your DNS authority, simply point the pertinent domain name at your
|
|
|
|
Phabricator instance. e.g. by IP address.
|
2012-04-12 22:09:04 +02:00
|
|
|
|
|
|
|
= Comment Widgets =
|
|
|
|
|
2014-11-26 14:07:37 +01:00
|
|
|
Phame supports comment widgets from Facebook and Disqus. The administrator
|
2012-04-12 22:09:04 +02:00
|
|
|
of the Phabricator instance must properly configure Phabricator to enable
|
|
|
|
this functionality.
|
|
|
|
|
2012-07-19 18:03:10 +02:00
|
|
|
A given comment widget is tied 1:1 with a given post. This means the same
|
|
|
|
instance of a given comment widget will appear for a given post regardless
|
|
|
|
of whether that post is being viewed in the context of a blog.
|