开发另一个用于学习目的的博客应用程序

发布于 2024-09-02 16:58:45 字数 89 浏览 3 评论 0原文

我正在考虑开发一个博客应用程序。据我所知,这已经做过很多次了。但我喜欢以学习为目的。

我想知道这种博客应用程序。

需要开发哪些功能?

I am thinking of developing a blog application. I understand that this has already been done many times. But i like do for learning purpose.

I like to know for this kind of blog application.

What are the desired features to develop?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千鲤 2024-09-09 16:58:45

您可能想要实现的一些有趣的功能包括(排名不分先后):

  • WYSIWYG 编辑器(使用可用的编辑器之一,例如 TinyMCE )用于撰写帖子。这对于输入的清理很有趣(例如,您可能/可能不希望您的海报能够使用某些 HTML 标签)。
  • 您想要包含在帖子中的图像/文件的上传系统
  • 支持评论,并可
  • 对帖子进行审核投票系统
  • “分享我”系统(在 Google Reader 中注释,在 Facebook、StumbleUpon 等上共享)(但请注意 this :D :D)
  • 支持标签
  • 根据帖子文本/标题自动建议标签
  • 支持多个用户具有不同的特权。例如,您可能有各种类型的用户(管理员、发帖者、访客),它们具有不同的权限:管理员可以修改所有帖子,发帖者只能修改自己的帖子,访客只能阅读。其他事情可能包括图像等的不同最大上传大小等
  • linkbacks 的实现(引用 / pingbacks / refbacks)

我想这已经足够了工作!享受!!!

Some interesting features that you may want to implement are (in no particular order):

  • WYSIWYG editor (use one of the available like TinyMCE) for writing the posts. This is interesting for the sanitisation of input (you may/may not want your posters to be able to use certain HTML tags for instance).
  • upload system for images/files that you want to include in posts
  • support of comments with possibility of moderation
  • voting system for the posts
  • "share me" system (note in Google Reader, share on FaceBook, StumbleUpon etc etc.) (but note this :D :D)
  • support of tags
  • automatic suggestion of tags depending on the post text/title
  • support for multiple users with different privileges. For instance you may have various types of users (admins, posters, guests) with different privileges: admins can modify all the posts, posters only their own posts, guest can only read. Other things may include different maximum upload size for the images etc etc
  • implementation of linkbacks (trackbacks / pingbacks / refbacks)

I guess this is already plenty of work! Enjoy!!!

桃扇骨 2024-09-09 16:58:45

首先,请观看 Ruby on Rails 中的 15 分钟博客截屏视频。这向您展示了基本组件和功能以及如何实现它们,即使您不想使用 Rails。

First, see the blog-in-15-minutes screencast in Ruby on Rails. This shows you the basic components and features and how to implement them, even if you do not want to use Rails.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文