内容管理 [英] content management

查看:73
本文介绍了内容管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要为我的网站编写一个简单的内容管理系统。

我之前没有这样做过如果有人有任何链接/信息请你能否

提到它们吗?


我对此感到困惑 :所有内容管理系统都将他们的

内容存储在一个数据库?如果是这样,他们的页面是否可以被搜索机器人索引?


如果它确实会导致潜在的索引问题,您是否可能拥有一个

内容管理系统创建一个新页面(从链接到

a master的模板)并允许用户键入文本框

bit并上传图像为图像比特?


提前举手,


JJ

解决方案

< blockquote>后端存储对于爬虫来说实际上并不重要 - 它b / b
将尝试通过标准URL访问您的网站,如果这些

解析为内容生成的页面在你的数据库中,他们将找到



这当然取决于你的

机器人中是否有规则.txt限制他们访问这些页面,并根据履带管理员设置的爬行深度和其他
因素(例如wh)以太它实际上可以找到你的网站。


另外我不认为你应该把CMS视为根本上不同于任何其他数据库的b $ b驱动的网络应用程序 - 你将

为你的内容创作者提供一个界面,他们将输入

文章,然后是你的观众的UI界面,它将生成

页面为HTML。


JJ写道:


我需要编写一个简单的内容管理系统对于我的网站。

我之前没有这样做,所以如果有人有任何链接/信息,请你提供它们吗?

我对 感到困惑的一件事:所有内容管理系统都将他们的

内容存储在数据库中吗?如果是这样,他们的页面是否可以被搜索机器人索引?


如果它确实会导致潜在的索引问题,您是否可能拥有一个

内容管理系统创建一个新页面(从链接到

a master的模板)并允许用户键入文本框

bit并上传图像为图像是吗?


提前提醒,

JJ


谢谢迈克。你或任何人有任何链接到CMS中的一些起点

创建在asp .net?

我理想的是想要使用mySQL而不是SQL Server。


JJ

" Mike" < ra **** @ gmail.comwrote in message

news:11 ********************** @ b28g2000cwb.googlegr oups.com ...


后端存储对抓取工具来说真的不重要 - 它b / b
将尝试访问您的网站通过标准网址,如果这些

解析为从您的数据库中的内容生成的页面,他们将找到




这个当然取决于你的

robots.txt中是否有规则限制他们访问这些页面,并且根据爬虫管理员设置的抓取深度来确定
,和其他

因素,例如它是否真的可以找到你的网站。


另外我不认为你应该从根本上看待CMS

不同于任何其他数据库驱动的Web应用程序 - 您将

为您的内容创建者提供一个界面,该界面将输入

文章,以及然后是UI inte唠叨你的观众,这将生成

页面为HTML。


JJ写道:


>我需要为我的网站编写一个简单的内容管理系统。
我之前没有这样做过,如果有人有任何链接/信息,请你能提一下吗?
有一件事我对此感到困惑 :所有内容管理系统都将他们的内容存储在数据库中吗?如果是这样,他们的页面是否可以被搜索机器人索引?

如果它确实会导致潜在的索引问题,您是否可能拥有一个内容管理系统来创建新页面(从模板链接
到主人或许)并允许用户键入文本框的文本
位并上传图像位图像位?
<事先提醒,

JJ



" JJ"写道......


我对此感到困惑 :所有内容管理系统都存储内容

他们的内容在数据库中?如果是这样,他们的网页是否可以通过搜索索引

bot?



不确定他们是否都这样做,但是有些人做了,我写的那个做了,并且在查询字符串中使用了pageid'的
将内容拖出数据库...它大约4年前写在

ASP中,并且可以用非常好的启动来实现... b $ b诚实的..虽然我已经考虑了很多东西...


虽然谷歌例如读取/索引页面没有问题(甚至

带有查询字符串pageid''s etc),我想下次它被重写时

我会将内容存储在数据库中,然后生成一组静态的

html'反而使用它...更多的工作,但我认为它会更好

性能明智和搜索。


我也选择使用BB风格的标签,当时看起来好像是一个好主意 - 我不会再这样做 - 耶稣 - 真是令人头疼!如果你想要允许一些不错的风格输入,请看看:

http://tinymce.moxiecode.com/plugins.php


还有其他人,但我正在考虑这个(虽然尚未测试)


如果它确实导致潜在的索引问题,你是否可能有一个

内容管理系统创建一个新页面(从模板链接

到大师)并允许用户键入

文本位的文本框并上传图像位的图像?



我的主要内容有一个文本区域,他们插入的内容如下:

我的粗体文字


另外我还有其他功能的按钮,例如存储库

存储上传的文档和图像,然后他们可以点击其中一个

将它们插入主要内容区域,即:


[doc id =" 1"]示例文档[/ doc]


然后在提交时对其进行解析,并替换为服务器上

文档的链接。


希望这有助于


Rob


I am needing to write a simple content management system for my web site.
I''ve not done this before so if anyone has any link/info please could you
mention them?

One thing I am confused about: Do all content management systems store their
content in a database? If so, can their pages be indexed by a search bot?

If it does cause potential indexing problems, could you potentially have a
content management system that creates a new page (from a template linked to
a master perhaps) and allow the user to type into a text box for the text
bit and upload am image for the image bit?

Thnaks in advance,

JJ

解决方案

The backend storage is really of little importance to a crawler - it
will be trying to access your site via standard URLs and if these
resolve to pages generated from content in your database they will be
found.

This of course depends on whether or not you have rules in your
robots.txt restricting them from accessing these pages, and according
to the depth of crawl set by the crawler administrator, and other
factors such as whether it can actually find your site or not.

Also I don''t think that you should regard a CMS as fundamentally
different from any other database-driven web application - you will
provide an interface to your content creators who will enter the
articles, and then a UI interface to your viewers which will generate
pages as HTML.

JJ wrote:

I am needing to write a simple content management system for my web site.
I''ve not done this before so if anyone has any link/info please could you
mention them?

One thing I am confused about: Do all content management systems store their
content in a database? If so, can their pages be indexed by a search bot?

If it does cause potential indexing problems, could you potentially have a
content management system that creates a new page (from a template linked to
a master perhaps) and allow the user to type into a text box for the text
bit and upload am image for the image bit?

Thnaks in advance,

JJ


Thanks Mike. Have you or anyone any links to some starting points in CMS
creation in asp .net?
I am ideally wanting to use mySQL instead of SQL Server.

JJ
"Mike" <ra****@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...

The backend storage is really of little importance to a crawler - it
will be trying to access your site via standard URLs and if these
resolve to pages generated from content in your database they will be
found.

This of course depends on whether or not you have rules in your
robots.txt restricting them from accessing these pages, and according
to the depth of crawl set by the crawler administrator, and other
factors such as whether it can actually find your site or not.

Also I don''t think that you should regard a CMS as fundamentally
different from any other database-driven web application - you will
provide an interface to your content creators who will enter the
articles, and then a UI interface to your viewers which will generate
pages as HTML.

JJ wrote:

>I am needing to write a simple content management system for my web site.
I''ve not done this before so if anyone has any link/info please could you
mention them?

One thing I am confused about: Do all content management systems store
their
content in a database? If so, can their pages be indexed by a search bot?

If it does cause potential indexing problems, could you potentially have
a
content management system that creates a new page (from a template linked
to
a master perhaps) and allow the user to type into a text box for the text
bit and upload am image for the image bit?

Thnaks in advance,

JJ



"JJ" wrote ...

One thing I am confused about: Do all content management systems store
their content in a database? If so, can their pages be indexed by a search
bot?

Not sure if they ALL do, but some do, the one I wrote does and uses pageid''s
in the querystring to drag content out of the database...it was written in
ASP about 4 years ago and could do with a really good kick up the arse to be
honest...somethings things I''ve considered since though...

Whilst Google for example has no problem reading/indexing the pages (even
with the querystring pageid''s etc), I think next time when it gets rewritten
I''ll store the content in the database but then generate a set of static
html''s which get used instead...bit more work but I think it will be better
performance wise and for searching.

I also chose to use BB style tags in it, which at the time seemed like a
good idea - I wont be doing that again - jesus - what a headache! If you
want to allow some nice styled input take a look at:

http://tinymce.moxiecode.com/plugins.php

There are others but I''m considering this one (although not tested it yet)

If it does cause potential indexing problems, could you potentially have a
content management system that creates a new page (from a template linked
to a master perhaps) and allow the user to type into a text box for the
text bit and upload am image for the image bit?

on mine they have a text area for the main content, they insert stuff like:

My bold text

In addition I have buttons for other functionality such as the Repository
which stores uploaded documents and images, they can then click on one of
these to insert it into the main content area, ie:

[doc id="1"]A sample document[/doc]

This then gets parsed upon submission and gets replaced with a link to the
document on the server.

Hope this helps

Rob


这篇关于内容管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆