473,387 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

looking for a CMS, any suggestion?

I am looking for a PHP based CMS (or blog system) that supports:

1) static output (like Movable Type)
2) remote publishing through FTP, SFTP or SSH (like Blogger)
3) Different templates for different parts of the system (ie: category
template, main index template, search template, like Movable Type
does; Blogger seems to just have one template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites

Any suggestion?

Thanks!
Dec 30 '07 #1
9 1564
Ming wrote:
I am looking for a PHP based CMS (or blog system) that supports:

1) static output (like Movable Type)
2) remote publishing through FTP, SFTP or SSH (like Blogger)
3) Different templates for different parts of the system (ie: category
template, main index template, search template, like Movable Type
does; Blogger seems to just have one template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites

Any suggestion?

Thanks!
Mambo, Joomla, Typolight, ...

http://www.cmsmatrix.org/

http://www.cmsjournal.com/content.asp?ContentId=1152
Dec 30 '07 #2
Paul Lautman wrote:
Ming wrote:
>I am looking for a PHP based CMS (or blog system) that supports:

1) static output (like Movable Type)
2) remote publishing through FTP, SFTP or SSH (like Blogger)
3) Different templates for different parts of the system (ie: category
template, main index template, search template, like Movable Type
does; Blogger seems to just have one template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites

Any suggestion?

Thanks!

Mambo, Joomla, Typolight, ...

http://www.cmsmatrix.org/

http://www.cmsjournal.com/content.asp?ContentId=1152

I like Joomla, very powerful tool.
Personally I think it is probably one of the best ones that come for
free. ;)

--
Nemesis War
Online browser based space combat game.
It's free, it's great, you'll love it.
Come join us at http://www.nemesiswar.net/
Dec 30 '07 #3

"twomt" <no******@nemesiswar.netwrote in message
news:fl**********@aioe.org...
Paul Lautman wrote:
I like Joomla, very powerful tool.
Personally I think it is probably one of the best ones that come for free.
;)
I guess I have to agree, since most of my income is from building custom
components for it!
But Typolight is also worth a look.
Dec 30 '07 #4
NC
On Dec 30, 12:05 am, Ming <minghu...@gmail.comwrote:
>
I am looking for a PHP based CMS (or blog system) that supports:

1) static output (like Movable Type)
You can stop looking right there. Static output has long since gone
out of fashion. Some Perl applications (MovableType, Discus, and a
few others) still use it only because they were initially designed
that way back when MySQL 3 wasn't around, so they stored their data in
flat files rather than databases. The rest of the world has moved on
to a combination of dynamic output and caching... Some systems (such
as Drupal) also have granular cache control (the administrator can
select which components' output it to be cached and which is to be
always generated dynamically) and throttling (certain components may
be designated as non-critical and not executed during peak-load
periods).
2) remote publishing through FTP, SFTP or SSH (like Blogger)
I may be wrong on this, but as far as I know, Blogger is the only
application that does it...
3) Different templates for different parts of the system (ie:
category template, main index template, search template,
like Movable Type does; Blogger seems to just have one
template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites
WordPress MU seems to fit the bill on these...

Cheers,
NC
Dec 31 '07 #5
On Dec 30, 5:24 pm, NC <n...@iname.comwrote:
On Dec 30, 12:05 am, Ming <minghu...@gmail.comwrote:
I am looking for a PHP based CMS (or blog system) that supports:
1) static output (like Movable Type)

You can stop looking right there. Static output has long since gone
out of fashion. Some Perl applications (MovableType, Discus, and a
few others) still use it only because they were initially designed
that way back when MySQL 3 wasn't around, so they stored their data in
flat files rather than databases. The rest of the world has moved on
to a combination of dynamic output and caching... Some systems (such
as Drupal) also have granular cache control (the administrator can
select which components' output it to be cached and which is to be
always generated dynamically) and throttling (certain components may
be designated as non-critical and not executed during peak-load
periods).
2) remote publishing through FTP, SFTP or SSH (like Blogger)

I may be wrong on this, but as far as I know, Blogger is the only
application that does it...
3) Different templates for different parts of the system (ie:
category template, main index template, search template,
like Movable Type does; Blogger seems to just have one
template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites

WordPress MU seems to fit the bill on these...

Cheers,
NC
Hi NC and all folks,

Thanks for suggestion.

Static output is critical for me because many users, college students,
do not have access to either PHP or MySQL in their college campus/
department personal webspace. Most universities only permit pure
static content (HTML, image, flash, etc) for student web space.

FTP/SFTP/SSH access is a MUST-HAVE feature. Since we want a central
installation that supports students from all departments.
Dec 31 '07 #6
Ming wrote:
On Dec 30, 5:24 pm, NC <n...@iname.comwrote:
>On Dec 30, 12:05 am, Ming <minghu...@gmail.comwrote:
>>I am looking for a PHP based CMS (or blog system) that supports:
1) static output (like Movable Type)
You can stop looking right there. Static output has long since gone
out of fashion. Some Perl applications (MovableType, Discus, and a
few others) still use it only because they were initially designed
that way back when MySQL 3 wasn't around, so they stored their data in
flat files rather than databases. The rest of the world has moved on
to a combination of dynamic output and caching... Some systems (such
as Drupal) also have granular cache control (the administrator can
select which components' output it to be cached and which is to be
always generated dynamically) and throttling (certain components may
be designated as non-critical and not executed during peak-load
periods).
>>2) remote publishing through FTP, SFTP or SSH (like Blogger)
I may be wrong on this, but as far as I know, Blogger is the only
application that does it...
>>3) Different templates for different parts of the system (ie:
category template, main index template, search template,
like Movable Type does; Blogger seems to just have one
template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites
WordPress MU seems to fit the bill on these...

Cheers,
NC

Hi NC and all folks,

Thanks for suggestion.

Static output is critical for me because many users, college students,
do not have access to either PHP or MySQL in their college campus/
department personal webspace. Most universities only permit pure
static content (HTML, image, flash, etc) for student web space.

FTP/SFTP/SSH access is a MUST-HAVE feature. Since we want a central
installation that supports students from all departments.
You aren't going to find a CMS which doesn't depend on dynamic content.
That isn't how they work.

If you want static output, have them use ftp/sftp, etc.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Dec 31 '07 #7
On Dec 30, 6:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
Ming wrote:
On Dec 30, 5:24 pm, NC <n...@iname.comwrote:
On Dec 30, 12:05 am, Ming <minghu...@gmail.comwrote:
>I am looking for a PHP based CMS (or blog system) that supports:
1) static output (like Movable Type)
You can stop looking right there. Static output has long since gone
out of fashion. Some Perl applications (MovableType, Discus, and a
few others) still use it only because they were initially designed
that way back when MySQL 3 wasn't around, so they stored their data in
flat files rather than databases. The rest of the world has moved on
to a combination of dynamic output and caching... Some systems (such
as Drupal) also have granular cache control (the administrator can
select which components' output it to be cached and which is to be
always generated dynamically) and throttling (certain components may
be designated as non-critical and not executed during peak-load
periods).
>2) remote publishing through FTP, SFTP or SSH (like Blogger)
I may be wrong on this, but as far as I know, Blogger is the only
application that does it...
>3) Different templates for different parts of the system (ie:
category template, main index template, search template,
like Movable Type does; Blogger seems to just have one
template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites
WordPress MU seems to fit the bill on these...
Cheers,
NC
Hi NC and all folks,
Thanks for suggestion.
Static output is critical for me because many users, college students,
do not have access to either PHP or MySQL in their college campus/
department personal webspace. Most universities only permit pure
static content (HTML, image, flash, etc) for student web space.
FTP/SFTP/SSH access is a MUST-HAVE feature. Since we want a central
installation that supports students from all departments.

You aren't going to find a CMS which doesn't depend on dynamic content.
That isn't how they work.

If you want static output, have them use ftp/sftp, etc.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Sure. But the DB shall only be used in generating content,ideally.
Dec 31 '07 #8
Ming wrote:
On Dec 30, 6:08 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>Ming wrote:
>>On Dec 30, 5:24 pm, NC <n...@iname.comwrote:
On Dec 30, 12:05 am, Ming <minghu...@gmail.comwrote:
I am looking for a PHP based CMS (or blog system) that supports:
1) static output (like Movable Type)
You can stop looking right there. Static output has long since gone
out of fashion. Some Perl applications (MovableType, Discus, and a
few others) still use it only because they were initially designed
that way back when MySQL 3 wasn't around, so they stored their data in
flat files rather than databases. The rest of the world has moved on
to a combination of dynamic output and caching... Some systems (such
as Drupal) also have granular cache control (the administrator can
select which components' output it to be cached and which is to be
always generated dynamically) and throttling (certain components may
be designated as non-critical and not executed during peak-load
periods).
2) remote publishing through FTP, SFTP or SSH (like Blogger)
I may be wrong on this, but as far as I know, Blogger is the only
application that does it...
3) Different templates for different parts of the system (ie:
category template, main index template, search template,
like Movable Type does; Blogger seems to just have one
template)
4) Free (or low price for multiple installations)
5) One central installation for multiple sites
WordPress MU seems to fit the bill on these...
Cheers,
NC
Hi NC and all folks,
Thanks for suggestion.
Static output is critical for me because many users, college students,
do not have access to either PHP or MySQL in their college campus/
department personal webspace. Most universities only permit pure
static content (HTML, image, flash, etc) for student web space.
FTP/SFTP/SSH access is a MUST-HAVE feature. Since we want a central
installation that supports students from all departments.
You aren't going to find a CMS which doesn't depend on dynamic content.
That isn't how they work.

If you want static output, have them use ftp/sftp, etc.

Sure. But the DB shall only be used in generating content,ideally.
Read my post again.

If you want something different, you need to write it yourself.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Dec 31 '07 #9
NC
On Dec 30, 5:57 pm, Ming <minghu...@gmail.comwrote:
>
Static output is critical for me because many users, college students,
do not have access to either PHP or MySQL in their college campus/
department personal webspace. Most universities only permit pure
static content (HTML, image, flash, etc) for student web space.

FTP/SFTP/SSH access is a MUST-HAVE feature. Since we want a central
installation that supports students from all departments.
I think you need to think outside the box on this one... Who says
blogs have to reside on the same physical machine(s) with the
students' Web space? At Harvard, for example, blogging is completely
independent from the rest of the students' and faculty's Web
presence. So much so that Harvard's installation of WordPress MU is
run out of the law school for the benefit of the entire university:

http://blogs.law.harvard.edu/

Anyone with a harvard.edu, radcliffe.edu, or hbs.edu e-mail address
(which includes students, faculty, staff, and alumni) can sign up; the
blogging server operates independently from other systems and does not
share authentication information with any other systems.

Cheers,
NC
Jan 1 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Charles Law | last post by:
Hi guys A bit of curve ball here ... I have a document (Word) that contains a series of instructions in sections and subsections (and sub-subsections). There are 350 pages of them. I need to...
7
by: Master of C++ | last post by:
Hello Folks, I have a programming dilemma with templates and "genericity". I can think of a few solutions, but I am not sure which one is the best in terms of genetic C++ style. Any suggestions...
7
by: Swilson513 | last post by:
I'm trying to make what should be a simple DB, but have done got myself confused. I'm trying to keep track of the contents of several kits that use common components. Each component has a unique...
1
by: cnlai | last post by:
Hello ! I am distributing one application using MS Access. As for its security, I am thinking this way: 1. For end-users, they can interact with the application throght the custom menu items...
5
by: marcosegurini | last post by:
Hi, the following class describes my actual problem: class DeepCopy<T> { T val_; public void Assign(T newVal) {
7
by: noid droid | last post by:
Greetings. I received 4 VB .NET books and looking through the indices and tables of contents, I see that none of them addresses multithreading in VB ..NET. I just bought a bunch of books because...
11
by: admin | last post by:
Hi all, First time poster here... I'm a webmaster and I'd like to add a simple script to my website which will allow users to fill in a brief multiple choice questionaire, and then provide a...
0
by: MartyN | last post by:
I have a Windows 2000 machine (running IIS) which I upgraded from the Oracle 8i client to the 10g client. I did the whole "Oracle uninstall/reboot/manual file delete/manual registry editing/reboot"...
2
by: Javier | last post by:
I'm looking for a GUI toolkit which is not C++, but just C, in the style of GTK. But my primary concerns is that it should work with native widgets on Windows, OSX and Linux. GTK is not right for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.