简体   繁体   English

Umbraco能否用作完整的CMS系统

[英]Can Umbraco function as a full fledge CMS system

I would like ourside users to post videos, articles, audio, links and images. 我希望我们的用户发布视频,文章,音频,链接和图像。 The users should be able to post the content then I approve or decline the content based on my own criteria. 用户应该能够发布内容,然后我根据自己的标准批准或拒绝该内容。 Users should be able to up/down vote articles, post comments and vote on the the comments. 用户应该能够上/下投票文章,发表评论并对评论进行投票。 When someone views an article they should be able to see similar posts. 当某人查看文章时,他们应该能够看到类似的帖子。 Also, since umbraco uses xslt will my site be able to scale? 另外,由于umbraco使用xslt,我的网站可以扩展吗?

I understand that there might be alot of programming invloved but if the site will scale well i am willing to use it. 我知道可能会有很多编程语言,但是如果站点可以扩展,我愿意使用它。

Umbraco is a full-fledged CMS system. Umbraco是成熟的CMS系统。 Although it sounds like you are asking if it can handle user generated content. 尽管听起来您正在询问它是否可以处理用户生成的内容。 So maybe you mean a Community Management System? 所以,也许您是说社区管理系统?

Umbraco does have member management and through the Umbraco API you can allow for image uploads, video embeds, etc. Or you could build your own database and use .NET User Controls to create / read content from that custom database. Umbraco确实具有成员管理,并且通过Umbraco API,您可以允许图像上传,视频嵌入等。或者您可以构建自己的数据库,并使用.NET用户控件从该自定义数据库创建/读取内容。

All XSLT is cached so speed is generally not an issue, but you could use User Controls if you see some slowdown (would have to be LOTS of content). 所有XSLT都已缓存,因此速度通常不是问题,但是如果发现速度变慢(必须包含很多内容),则可以使用用户控件。

If you are a .NET programmer, then Umbraco is a great option. 如果您是.NET程序员,那么Umbraco是一个不错的选择。 If not, then just using XSLT to build a community management system might be daunting. 如果不是这样,那么仅使用XSLT构建社区管理系统可能会令人生畏。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM