Author Topic: CMS  (Read 933 times)

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
CMS
« on: 18 November 2002, 01:44 »
After about two or three weeks of installing and reviewing CMSes (NOT community portals, such as drupal, which is pretty good, along with postnuke), I decided to start my own PHP/MySQL driven CMS. The reasons are pretty simple:

- A lot of them were VERY sloppily written. Bee-hive, for example, provided me with a "lite" version. It had two config files, no use of .htaccess - instead, they made a page called "index.htm" that said "You're not allowed here." Their paths were ilogical, it had to be configured twice (by hand, they didn't even mention about configuring the database and everything else in the documentation - it was lucky I actually knew PHP) - one for people to be able to view everything, the other the administrator to log in.

- A lot are very inefficient.

- None of them gave me search-engine friendly URLs.

- A lot are terribly ineffeicient in terms of UI. In some, I had to click about 20 links just to edit a simple PAGE.

And more.


Right now I am writing the basics to make new files and edit them. The goal of my project is to make a CMS that:

- Is easy to administer.
- Fits easily into any design.
- Is easy to install (comes with an web-based installer - it would've made my job of testing all of those CMSes SO much easier.)
- Includes support for file uploads, so uploading images into yout articles is easy.
- Multi-user support.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
CMS
« Reply #1 on: 18 November 2002, 02:03 »
Is it going to be GPL so the rest of us can help?
Someone please remove this account. Thanks...

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
CMS
« Reply #2 on: 18 November 2002, 02:32 »
I thought I mentioned at I am. I guess I didn't.

So yes.

rtgwbmsr

  • VIP
  • Member
  • ***
  • Posts: 1,257
  • Kudos: 0
    • http://www.akgames.net
CMS
« Reply #3 on: 18 November 2002, 08:52 »
Excuse my ignorance, but what's a CMS?

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
CMS
« Reply #4 on: 18 November 2002, 21:03 »
quote:
Originally posted by The_Muffin_Man/B0b:
Excuse my ignorance, but what's a CMS?


Content Management System.
Someone please remove this account. Thanks...

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
CMS
« Reply #5 on: 27 November 2002, 14:19 »
Great idea, i know PHP so I will help.

Whats happening with it, CVS.. how about sourceforge... www.sourceforge.net