Special thanks to:
|
#1
|
||||
|
||||
|
SE-friendly Open Source CMS
Does any of you know of any good Open Source CMS systems and how well they get indexed and how easy they are to optimize?
I know there are many Open Source CMS and dynamic web publishing systems but I have not good overview and not a clue wich ones might be less trublesome and wich ones that are easy to modify. It would be great to get some tips on both NT (ASP and/or .NET) and Apache. If you have some affiliation with the creaters of the software please be honest and say so ![]() And remember, this thread is about Open Source CMS only |
|
#2
|
|||
|
|||
|
You probably already know about OpenSourceCMS then? This is a site that has over 60 CMS software that you can demo, and complete access to their Admin panels.
Spiderability is becoming a big issue amongst a lot of these groups, and from what I have seen is that they are coming up with the solutions in the forms of Mods. Each group is different, and has a variety of ways to handle it. Some do a pretty good job out of the box to some extent. Drupal for one (I think they are one of the hands-down top choice now--that is what I hear anyway). I think you will find that just about everyone of the titles at OpenSourceCMS as you check into them, are pretty well established and have a very large user base of support programmers...so it will not be hard to come up with something that is workable. Some are pretty wicked though, like forum software and e-commerce software. The forum software is it's own worst enemy if it becomes popular and gets to hopping -- the topics can be fleeting then disappear off the side of the earth. The links are not 'stable' or stationary for long periods of time. Plus there are usually three or four links to any given topic readily available and all with different query parameters in the Url string (main thread, last post, page 2, page 3, link rotation, etc.) |
|
#3
|
||||
|
||||
|
Thanks for your feedback. I am currently about to build a CMS for a client and I am not thinking that I should use an open source application. I will be running this on an Apache server and mod_rewrite is available. Any more recommendations?
|
|
#4
|
|||
|
|||
|
RB - if you want to do it from the ground up, you might want to consider some of the CMS framework projects that are going on. I am not sure if you are going to be doing this in Perl or PHP, but there are projects for both.
Here is a list of some that I found just by searching for it: http://www.icewalkers.com/search.php?m=exact&w=k&q=cms One that I have seen before in that list is EZPublish. Basicly, the frameworks just supply you with the classes or modules for CMS and you can use them to build the functionality yourself. I also am not sure what you are building, more to the point ... licensing issues. But the list has a mix of GPL and commercial application licensing too. You also might want to look at this thread concerning mod_rewrite issues: http://forums.searchenginewatch.com/...read.php?t=110 Last edited by Dodger : 06-13-2004 at 04:04 PM. |
|
#5
|
||||
|
||||
|
Thanks. We are mostly a php shop, i will show this info to my guys.
thanks! |
|
#6
|
|||
|
|||
|
Drupal.org
Drupal CMS
* Clean urls and url aliasing from the CP * Many modules to play with and add to the system * Simple to customize, good for a large community or a small shops home page * Active, helpful community should you get stuck Seriously, this is the best CMS I've worked with, ever. I now write modules for Drupal and have contributed some patches for the core system. So im affilated in some small way. That thing is an SEO Dream.... Nick |
|
#7
|
|||
|
|||
|
Quote:
Couple of questions though. The "clean urls" require mod_rewrite, that is no problem (sort of). But where is the "url aliasing" in the control panel ??? I can see the toggle for clean urls, but nothing for aliasing. I could find "legacy filtering", but that is something entirely different. |
|
#8
|
|||
|
|||
|
It's a module, it ships with the core download though, so you already have it. Go to /admin/system/modules and enable 'path', then you'll find the 'url aliases' link on your admin navigation ;-)
Nick |
|
#9
|
|||
|
|||
|
Thanks. I overlooked it....it is the one that says path - Enables users to create custom URLs.
|
|
#10
|
||||
|
||||
|
I've been trying to get to the OpenSourceCMS site a few timers over the last days but I can't seem to get in. Does anyone know if the site is gone?
Drupal looks very neat indeed. I will take a much closer look at that! Thanks for the info so far |
|
#11
|
|||
|
|||
|
I use plone with much success.
|
|
#12
|
|||
|
|||
|
Hi Jake!
Yeah, it looks great from (admited the little) what iv'e seen. Doesnt it kinda require you to own the server or have root though? Nick |
|
#13
|
|||
|
|||
|
Hey Nick, long time no see.
![]() That's correct. You will need administrative access to the server. -- jake |
|
#14
|
|||
|
|||
|
Quote:
I check in there quite a bit and have not had any problems. |
|
#15
|
||||
|
||||
|
Maybe it's just from here - I haven't been able to get into either, but I'll give it try later. Just wanted to see if anyone else had the same problem ... They may just don't like me
![]() |
|
#16
|
|||
|
|||
|
Try a direct line http://69.93.11.174 or http://69.93.11.174/test.
|
|
#17
|
|||
|
|||
|
CMS Feature Comparisons
Here is a site that compares features for many CMS, the CMS Matrix.
It will allow you to select any number of systems and then display a matrix of features side-by-side. Systems include OpenSource and Commercial applications. They have Drupal, EZPublish, Geeklog, Mambo, Movable Type, Plone, Rainbow, Xoops included in the list, but there are still quite a few that are missing like WordPress. Still it is pretty extensive and they seem to have just doubled the list in the past couple of weeks. They have the one line item "URL Rewriting" which is what we all must be looking for as a Standard Option now, eh? ![]() |
|
#18
|
||||
|
||||
|
> They have the one line item "URL Rewriting" which is what we all must be looking for as a Standard Option now, eh?
URL-rewrite is one way to go, but as other members have said it's a "fix" and a better solution would be to make a better site arcitechure to begin with. If you do not you do not have to use URL-rewrite. But you are right, in the sense, that most of these CMS are probably using some kind of URL-rewrite rather than using a more simple (public) arcitechture. |
|
#19
|
|||
|
|||
|
>>using a more simple (public) arcitechture.
Can you clarify what you mean there Mikkel? I'm not sure I understand what you're trying to say... Nick |
|
#20
|
||||
|
||||
|
You could, and some do, build a dynamic website with only one parameter - throughout the site. The one parameter and value would be a unique identifier that then is used to look up properties for that object. So, instead of having to parse multiple parameters in the URL you just assign a new object ID with new parameter settings. With just one parameter you do not have to URL'rewrite in order to get indexed.
Now, off course you still end up with the same old problem of having multiple URLs for the same content if, for example, one of the properties is a sort order of table content. But that can be hanlded quite easy by either not giving the engines tose links or by dynamically add META-robots NOINDEX,NOFOLLOW on all "duplicte " URLs. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|