So what if Red could do more CMS types of things? And you could add arbitrary web content pages of your own design to your channel resources? Oh wait...

This commit is contained in:
friendica 2012-12-12 15:27:39 -08:00
parent 7737382378
commit d93080ac74
3 changed files with 5 additions and 1 deletions

View File

@ -368,6 +368,8 @@ define ( 'ITEM_BLOCKED', 0x0002);
define ( 'ITEM_MODERATED', 0x0004);
define ( 'ITEM_SPAM', 0x0008);
define ( 'ITEM_DELETED', 0x0010);
define ( 'ITEM_UNPUBLISHED', 0x0020);
define ( 'ITEM_WEBPAGE', 0x0040); // is a static web page, not a conversational item
/**
* Item Flags

View File

@ -21,6 +21,8 @@ function get_features() {
t('General Features'),
array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')),
array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')),
array('webpages', t('Web Pages'), t('Provide managed web pages on your channel'),
),
// Post composition

View File

@ -1 +1 @@
2012-12-10.165
2012-12-12.167