Re: [PHP] content management

2004-01-26 Thread joel boonstra
On Mon, Jan 26, 2004 at 08:07:21PM -0300, Pupeno wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Does anybody know of an extremely simple CMS (to serve pages, documents, not 
 news based like most of them) that can store pages in various languages and 
 comes with interface in various languages (or that it is translatable) ?

Straying a bit OT, since this is a PHP list, but MovableType:

  http://movabletype.org/

is a great CMS whose interface can be fully translated:

  http://www.movabletype.org/docs/mtmanual_multilanguage.html#multilanguage%20support

into the language of your choice.  I assume that it can store pages in
various languages if you author them that way, but I have no direct
experience doing so.

To bring it back to PHP, MovableType can be made to output PHP pages if
you so desire, letting you extend its functionality that way (or through
its built-in plugin interface, which is Perl).

joel

-- 
[ joel boonstra | gospelcom.net ]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Content Management System in php

2002-06-18 Thread Brian McGarvie

Indeed PHP-Nuke is not meant for Co-orporate sites...

I have my own custom built 'bits' that I put together when doing site
for a client.

If you can't/don't have the luxury of being able to hire/contract a developer
to develop a custom-designed solution for your needs then you are unfortinaltley
limited to what the various CMS's out there can do. I've looked at most of them
and none offer a solution that to me is 'perfect' each of them have bits that are
greate, but it's the lack of the rest of the application that lets it down. As for
php-nukes admin facility, it's possibly one of the worst I've pseronally seen, but 
again
unless you are able to get something custom developed, you wont find/it'll be hard to 
find
a single pre-built CMS that will do what you want.

Going back to php-nuke, I'ts qyite limited in what you can do with it's layout from 
what i
can remember - I may be wrong - looking at a version of it from last month.

I also think for co-orporate sites, a CMS/CRM solution would be better, however this 
is an
even bigger undertaking.

Just my thoughts on CMS's ;)

To me all/most CMS's out there are aimed at 'pet sites', like, personal sites, gamers 
sites
and so on...

 -Original Message-
 From: Olav Bringedal [mailto:[EMAIL PROTECTED]]
 Sent: 18 June 2002 9:33 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Content Management System in php
 
 
 
 I have been looking into some of the CMS' that the php
 community provides. Now I wonder what the common
 thoughts about these are. Are they fit for deployment
 into professtional organisations or simply still on a
 idealistic-website level?
 
 I made a trial installation of php-nuke and frankly
 i'm very impressed on some matters, like its sceduled
 posting and admin interface. However it lacs some
 features in the ability to apply a own design, its
 forum has something left to desire so on. It might
 work for a site like /., but I doubt it would work
 very well on a corporate nework. PostNuke might even
 look a bit better and dynamic. Am I wrong about this?
 Do anyone got any experiences with eZ publish?
 
 What interests me in a CMS, are subjects like:
 
 -Ability to use role/group-based access. 
 -Forum options (access/theading/moderation s.o.)
 -Ability to easily make a design/theme that fits a
 strict and ready-set design.
 -Ability to incorporate existing
 web-modules/pages/sites
 
 
 
 I would very much like to hear your thoughts of
 this...
 
 Olav Bringedal
 jaggu.org
 
 __
 Do You Yahoo!?
 Everything you'll ever need on one web page
 from News and Sport to Email and Music Charts
 http://uk.my.yahoo.com
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Content Management

2002-02-10 Thread Vincent Stoessel

I would also check out the midgard project which has made vast improvements
in the current 1.4.x series.  http://www.midgard-project.org/

karthikeyan wrote:
 Hi,
 
   How should i go about to developing a php application to manage the content of a 
web site OR is there allready some ready made script available which i can use in my 
project.
 
   Looking forward for yours response.
 
 karthikeyan.
 
 



-- 
Vincent Stoessel [EMAIL PROTECTED]
Linux and Java Application Developer
(301) 362-1750
AIM, MSN: xaymaca2020 , Yahoo Messenger: vks_jamaica


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Content Management

2002-02-08 Thread sean

We'd need some more information, as Content Management is as varied as web pages, 
but depending on your needs:
http://www.roadsend.com/siteManager/home/treeMenu.php
is a hot script.

Look around on-line or on php.net for some leads that suite your complexity 
requirements, or fill us in on the scope of your project.

- sean

---
   I N T E R C O N N E C T
  Internet Image Development
   Tel: 505 989 3749
 http://www.InterConnect.is.it
--- 

-Original Message-
From: karthikeyan [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 12:50 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Content Management


Hi,

  How should i go about to developing a php application to manage the content of a web 
site OR is there allready some ready made script available which i can use in my 
project.

  Looking forward for yours response.

karthikeyan.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Content Management

2002-02-08 Thread Justin Farnsworth

You might check out binarycloud.  This is a platform
but there is probably going to be an app for content
management very soon as this is being worked on.

SEE: http://binarycloud.tigris.org/
SEE: http://www.binarycloud.com/

_justin

karthikeyan wrote:
 
 Hi,
 
   How should i go about to developing a php application to manage the content of a 
web site OR is there allready some ready made script available which i can use in my 
project.
 
   Looking forward for yours response.
 
 karthikeyan.

-- 
Justin Farnsworth
Eye Integrated Communications
321 South Evans - Suite 203
Greenville, NC 27858 | Tel: (252) 353-0722

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Content Management

2002-01-31 Thread Julio Nobrega Trabalhando

  Zope mantains a lot of large sites. Also I know www.ig.com.br (second most
accessed site here in Brazil) uses Vignette.

  In fact, ALL large sites has to use some kind of CMS, otherwise keeping
the large amount of content and related operations between sub-sections is
close to impossible.

--

Julio Nobrega.

Um dia eu chego lá:
http://sourceforge.net/projects/toca

Ajudei? Salvei? Que tal um presentinho?
http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884


Erik Price [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

 On Wednesday, January 30, 2002, at 02:19  PM, [EMAIL PROTECTED] wrote:

  Does anyone know of an organization who has built and maintains a web
  content management application for a large site?
 
 

 Zope.




 

 Erik Price
 Web Developer Temp
 Media Lab, H.H. Brown
 [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Content Management

2002-01-30 Thread Tony Bibbs

CMS is kind of an ambigous term anymore.  I contribute to Geeklog,
http://geeklog.sourceforge.net so I'd recommend seeing if that fits your
needs.

If not, give PHP Nuke, Post Nuke, Scoop and slashcode a look.  Not sure
what exactly your CMS needs are so I'm not sure if what I just suggested
are viable options.

On Wed, 2002-01-30 at 13:19, [EMAIL PROTECTED] wrote:
 Does anyone know of an organization who has built and maintains a web 
 content management application for a large site?
-- 
Tony Bibbs | Life is a moderately good play
[EMAIL PROTECTED] | with a bad 3rd act.
515.554.8046   | 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Content Management

2002-01-30 Thread Miles Thompson


What do you mean by the term content management? It is a little 
ambiguous, do you mean something like a wiki? Large is a bit unquantified 
as well. Like the time I went to the bank and my wife asked be to bring her 
some money. She was a bit surprise to be handed three bucks; subsequent 
requests were more specific.

Cheers - Miles


At 07:21 PM 1/30/2002 +, [EMAIL PROTECTED] wrote:
Does anyone know of an organization who has built and is maintaining a web
content management app for a large site using PHP?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Content Management

2002-01-30 Thread bob


By CMS, I am referring to an application similar to Vignette, that allows
users to manage the content on a site through a browser interface.

_
Bob Hillhouse


   
  
Tony Bibbs 
  
tony@tonybibb   To: [EMAIL PROTECTED]   
  
s.com   cc: PHP General 
[EMAIL PROTECTED] 
 Subject: Re: [PHP] Content Management 
  
01/30/2002 
  
02:30 PM   
  
   
  
   
  




CMS is kind of an ambigous term anymore.  I contribute to Geeklog,
http://geeklog.sourceforge.net so I'd recommend seeing if that fits your
needs.

If not, give PHP Nuke, Post Nuke, Scoop and slashcode a look.  Not sure
what exactly your CMS needs are so I'm not sure if what I just suggested
are viable options.

On Wed, 2002-01-30 at 13:19, [EMAIL PROTECTED] wrote:
 Does anyone know of an organization who has built and maintains a web
 content management application for a large site?
--
Tony Bibbs | Life is a moderately good play
[EMAIL PROTECTED] | with a bad 3rd act.
515.554.8046   |






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Content Management

2002-01-30 Thread Les Neste

When I think content management, I think of:

-- separates content from presentation -- ie supports templates with which
a content item can be rendered
-- allows specification of language (ie French German English whatever)
with which content is presented
-- provides handy tools for managing content, ie, spell checking, broken
link checking, query index / search contents, etc
-- supports archiving, versioning and releasing (aka publishing)

Famous commercials content management apps are Vignette, Interwoven,
MediaBin etc.  A search on freshmeat shows several -- I'm familiar with but
have not used the Ars Digita Community / Content Management System.


At 03:39 PM 1/30/02 -0400, Miles Thompson wrote:

What do you mean by the term content management? It is a little 
ambiguous, do you mean something like a wiki? Large is a bit unquantified 
as well. Like the time I went to the bank and my wife asked be to bring her 
some money. She was a bit surprise to be handed three bucks; subsequent 
requests were more specific.

Cheers - Miles


At 07:21 PM 1/30/2002 +, [EMAIL PROTECTED] wrote:
Does anyone know of an organization who has built and is maintaining a web
content management app for a large site using PHP?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]





Les Neste  678-778-0382  http://www.lesneste.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Content Management

2002-01-30 Thread Erik Price


On Wednesday, January 30, 2002, at 02:19  PM, [EMAIL PROTECTED] wrote:

 Does anyone know of an organization who has built and maintains a web
 content management application for a large site?



Zope.






Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Content management

2001-09-10 Thread Michael Champagne

I am looking for something like this as well.  We are not looking at
developing our own interface but maybe going with something like eGrail or
Vignette?  I'm not too familiar with the pros and cons of these.  Which heavy
duty content management system is best from a PHP-friendly standpoint?

Thanks,
Mike

 Hi All-

 I am developing a web interface for a school that will allow them to mange the
 entire site, from users to the actual display elements.  The trick has
 been, they
 must not have to know HTML to do the administration.

 The question:  does anyone have some links or examples of this kind of
 system from
 a layout perspective, even functionality.  I want to deliver something they can
 really use.

 Thanks,

 -Scott




-- 
Michael Champagne, Software Engineer
Capital Institutional Services, Inc.
wk: [EMAIL PROTECTED]
hm: [EMAIL PROTECTED]



**
This communication is for informational purposes only.  It is not
intended as an offer or solicitation for the purchase or sale of 
any financial instrument or as an official confirmation of any 
transaction, unless specifically agreed otherwise.  All market 
prices, data and other information are not warranted as to 
completeness or accuracy and are subject to change without
notice.  Any comments or statements made herein do not 
necessarily reflect the views or opinions of Capital Institutional
Services, Inc.  Capital Institutional Services, Inc. accepts no
liability for any errors or omissions arising as a result of
transmission.  Use of this communication by other than intended
recipients is prohibited.
**

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Content management

2001-09-10 Thread Nelson Goforth

I've seen one very heavy-duty example of a completely web-based site 
development tool.  This was done in ASP, VB and SQL Server (I think) 
but could be done with open source tools.  However, they've put many 
people-years into the project.  Every site resides on the ASP's 
(using the other meaning of ASP now) server.

I know this isn't what you're looking for, but I found the structure 
that they use informative.

The trick for this tool is that nearly EVERYTHING seems to be in a 
database field - I don't think there was any existing page of HTML. 
Every item on a page (a story, a picture, a form) is stored in SQL. 
Even each form element appears to be a separate record in a database 
- there's probably a table called 'forms' in which one defines the 
NAME, ACTION, etc of a form and another called 'elements' with an 
ident for the form, then what sort of element it is: INPUT, SELECT, 
etc - and all of the parameters for that one line.  If it IS a SELECT 
element then there appears to be another table that holds each OPTION 
as a separate record.  It's possible to reorder each option inside a 
choice list, and each element inside a form, and each portion of a 
page (the form being one) inside the layout of that page in general - 
so each element of the larger item must receive an ordinal number as 
well.

The ASP tool they've built is hugely complex - but they've built it 
to handle _everything_ (you can tinker with HTML if you feel the 
need) - and for many, many websites at the same time.  I'm hoping to 
take a little of this a build a single site that will handle 
_something_.

Nelson


At 5:07 PM -0500 9/10/01, Michael Champagne wrote:
I am looking for something like this as well.  We are not looking at
developing our own interface but maybe going with something like eGrail or
Vignette?  I'm not too familiar with the pros and cons of these.  Which heavy
duty content management system is best from a PHP-friendly standpoint?

Thanks,
   Hi All-

  I am developing a web interface for a school that will allow them 
to mange the
  entire site, from users to the actual display elements.  The trick has
  been, they
  must not have to know HTML to do the administration.

  The question:  does anyone have some links or examples of this kind of
  system from
  a layout perspective, even functionality.  I want to deliver 
something they can
   really use.

-- 

===
Nelson Goforth Lighting for Moving Pictures
phone: 01.303.322.5042   pager: 01.303.634.9733
resume: http://www.earthnet.net/~ngoforth/film

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Content management

2001-09-10 Thread Kevin

The following might help you in your quest.  You may already be aware of
them and perhaps they don't fit your bill but anyway, here it goes.

I think phpwebsite is worth a look.

http://phpwebsite.appstate.edu/

http://www.postnuke.org/

and have a look through here:

http://www.hotscripts.com/PHP/Scripts_and_Programs/Content_Management/

Good Luck


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Content management

2001-09-07 Thread King, Justin

I'm actually doing the same thing for my district.  We've developed a
code system much like html, only not.  Sounds stupid but it works.  I
mostly ripped off UBB code. For example:
[b]bold[/b], [i]italics[/i]

Then we give the people using it an instruction sheet.  Since [ and ]
don't require a shift people tend to like it better.  If you wanted to
go further you could use javascript have automatically put in the tag.  

--Justin King, School District of Superior Web Coordinator
(www.superior.k12.wi.us)


-Original Message-
From: Scott Parks [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 2:53 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Content management

Hi All-

I am developing a web interface for a school that will allow them to
mange the
entire site, from users to the actual display elements.  The trick has 
been, they
must not have to know HTML to do the administration.

The question:  does anyone have some links or examples of this kind of 
system from
a layout perspective, even functionality.  I want to deliver something
they can
really use.

Thanks,

-Scott


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]