diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-22 16:13:09 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-22 16:13:09 -0500 |
commit | b7d854bfe1474cb52d4f3cc322a97abb5943dc4b (patch) | |
tree | c798bc4ab8db8724927e60febf123c0446c0b556 /docs/source/siteadmin | |
parent | d52638fab4a580efff4d5f0b666ed87b36793ff4 (diff) | |
download | mediagoblin-b7d854bfe1474cb52d4f3cc322a97abb5943dc4b.tar.lz mediagoblin-b7d854bfe1474cb52d4f3cc322a97abb5943dc4b.tar.xz mediagoblin-b7d854bfe1474cb52d4f3cc322a97abb5943dc4b.zip |
Blog media type doc
Diffstat (limited to 'docs/source/siteadmin')
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index 44ad02bb..ef842baf 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -264,3 +264,13 @@ Run ./bin/gmg dbupdate +Blog (HIGHLY EXPERIMENTAL) +========================== + +MediaGoblin has a blog media type, which you might notice by looking +through the docs! However, it is *highly experimental*. We have not +security reviewed this, and it acts in a way that is not like normal +blogs (the blogposts are themselves media types!). + +So you can play with this, but it is not necessarily recommended for +production use! :) |