473,789 Members | 1,961 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1588
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******@nemes iswar.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...@gmai l.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.com wrote:
On Dec 30, 12:05 am, Ming <minghu...@gmai l.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.com wrote:
>On Dec 30, 12:05 am, Ming <minghu...@gmai l.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*******@attgl obal.net
=============== ===

Dec 31 '07 #7
On Dec 30, 6:08 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
Ming wrote:
On Dec 30, 5:24 pm, NC <n...@iname.com wrote:
On Dec 30, 12:05 am, Ming <minghu...@gmai l.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...@attgl obal.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...@attg lobal.netwrote:
>Ming wrote:
>>On Dec 30, 5:24 pm, NC <n...@iname.com wrote:
On Dec 30, 12:05 am, Ming <minghu...@gmai l.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
applicatio n 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
installatio n 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*******@attgl obal.net
=============== ===

Dec 31 '07 #9
NC
On Dec 30, 5:57 pm, Ming <minghu...@gmai l.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
1659
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 translate these instructions into something that can be processed automatically, so I have used the Command pattern to set up a set of commands that correspond to the various instructions in the document.
7
1647
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 will be greatly appreciated. I am writing a template class Polynomial that encapsulates the functionalities of a Polynomial. Here is a rough sketch for the class:
7
1340
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 number and each kit has a unique number. I would like to be able to pull up the kit number them choose the individual components that are included in that kit and keep that record so if any components are changed it would update the kit.
1
1323
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 provided. They have no access to the tables directly. 2. A developer can have have full access to its tables for setting, correcting data.
5
1452
by: marcosegurini | last post by:
Hi, the following class describes my actual problem: class DeepCopy<T> { T val_; public void Assign(T newVal) {
7
3300
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 they were so cheap. Does anyone have any suggestions for books that cover multithreading? I have enough beginners books. I don't need any more. Need a good treatment of multithreading. I've never used it in VB 6. I want to learn about it...
11
3323
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 'thoughful' suggestion based on their answers. In terms of the logic involved with the actual script: I've mulled it over and thoroughly broken my brain, trying to devise a complicated 'scoring system' (with different answers giving different...
0
1830
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" game to remove version 8. I then installed the 10g client and configured it so I can connect to the Oracle server in SQLPlus without a problem. However, now whenever I run an asp page on this web server which tries to connect to the Oracle...
2
1310
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 me because it uses X11 on OSX (apart from the experimental OSX native version which stacked somewhere in 2003). I've been looking at TK, which seems the best alternative. Any other suggestion?
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10374
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10177
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8995
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7519
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5539
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4076
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.