kleinman
Nov 22 2005, 08:44 PM
| | I had never heard of this before, but it is an open source content management system (written in Python). But it is all web-based. So you basically just adjust a bunch of forms and then the system creates the web site for you. There is an out-of-the-box look to it, but it can be totally customized.
Web site: http://plone.org/
Something to look into if you need a quick cms!
--Katie |
Reply
kaputnik
Nov 23 2005, 03:17 AM
Just went through the Plone site and I must say that although it looks simple, there's a lot to be said about it's functionality. Basically, it's looks great for uploading content into a preformatted display and looks to be customizable as far as the way the viewer sees the display. On the baseline though, it's a link management system leading to an organized way of displaying content. In most CMS, the stuff that really makes the package truely adaptable is add-on plugins that put in, enhance or adapt functionality. In the case of Plone, there are a group of developers who've massed together a few ready to go scripts and bundled them into a single download called the 'Plone Collective' which is available here.
Reply
Similar Topics
Keywords : great, content, management, system, plone, content, management, systems
- Web Editor
great application for your html and javascript development (0)
Mysql Database Management
(1) Hi i am new, I have a problem in understanding the query decomposition in D-DB. Can anyone help me
to understand the first question of the exercise 25.21 of Elmasri-Navath 4th edition? Consider the
following relations: BOOKS (Book#, Primary_author, Topic, Total_stock, $price) BOOKSTORE
(Store#, City, State, Zip, Inventory_value) STOCK (Store#, Book#, Qty) Consider a distributed
database for a bookstore chain called National Books with 3 sites called EAST, MIDDLE, and WEST.
Consider that BOOKS are fragmented by $price amounts into: B1:BOOK1:up to $20.....
Using Blogger To Add Content
Can I get rid of the header? (9) OK, so I'm building my site and want to add a blog element. Not having PHP and MySQL under my
belt yet, I figure I'll use Blogger. Here's what I do: I set up the account on Blogger and
create the blog with my site as the location I erase the blog's template code and copy and
paste my site in its place I copy and paste the essential Blogger tags and everything in between
that makes the blog element work Functionality is great. I can post on blogger, and it updates my
site without having to go into the html for every addition. Layout and look is a nig....
Recognizing Third-party Content In Firefox
(2) Hi, Has anyone managed to block third-party content using the AdBlock Plus extension for Firefox?
I found an article here: "Recognizing third-party content"
http://adblockplus.org/blog/recognizing-third-party-content where the developer says it's
possible, but I don't understand the practical implementation. Thanks.....
Spider Simulator Tool
See your content the way the search engines do (0) The Spider Simulator tool will help you to see your content the way the search engines do!
Spiders don't operate like normal users, and yet you've got to take their perspective into
account. Just enter the URL in which you're interested, and the Spider Simulator tool will
return "spidered" page titles, text, meta descriptions, meta keywords, internal links, and external
links. Use this information to your advantage and gain new insight into how the search engines work.
QUOTE A lot of content and links displayed on a web page may not actually be....
Before Unplugging A Usb Disk From An Opensuze System
What should I do ? (9) I know how to read my NTFS files on my USB disk when I am connected to an OpenSuze machine. I simply
plug the USB disk to the Linux machine, and I type "mount /dev/sdb1 /mydisk" Of course, before
removing the disk I do "umount /mydisk". However I'm pretty sure this is not enough if I want to
unplug the disk. Under Windows I know that I have to click the "remove hardware" icon. There is
probably something to do under Suze Linux before unplugging a device, something like "rmdev
/dev/sdb" ? If somebody knows the correct way to do it, can you please tell me ? Regards Yor....
Just Signed Up
Hello from the great white north (1) Hello to all. I would like to introduce myself to everyone. I am a Canadian male interested in
spiritualism, meditation, hypnotherapy and health issues. I love the outdoors and I have two summer
projects underway. The first is to build a kayak and the second is to build a longwheelbase
recumbent bicycle. I am a semi-retired IT Consultant (Computing Systems Management) and would love
to find and ebusiness so I can live and work in the Philippines with my fiancèe and the love of my
life. Anyone with any suggestions of a viable ebusiness? I love to hear from you .....
How To: Make A Simple Php Forum System
(4) Hello, One of my first ever projects I embarked on when I began to understand PHP well was a forum
system. I've decided to begin writing a tutorial to help people start one of their own. The code
for this project is based on that of OakumBoard/cBoard, my own forum software which can be seen
running at www.sonicxtremegm.co.cc Anyways, time to start off, you must run this SQL query on an
SQL database with a name of your choice: CODE s CREATE TABLE `forums` (
`id` int(3) NOT NULL auto_increment, `name` varchar(80) NO....
Lost Blogging System?
(1) This is really odd. Suddenly after Gamma server's move; I lose my Movable Type control panel
because mt.cgi states that it can't find mt-config.cgi at all. However, both of them are
clearly there as shown below: Help? xboxrulz....
Simple Template System
(0) Hello, This is my first tutorial at astahost. It covers how to make a simple template system, which
I use in some of my software. To start, we need a page that will be the template itself. For this
tutorial, below is a very simple one: CODE <HTML> <HEAD> <TITLE> PHP
Template System </TITLE> </HEAD> <BODY> <H1> <?php echo
$content; ?> </H1> </BODY> </HTML> Save this as template.html
Next, the php, also very simple: CODE <?php $content = "Test"; includ....
Content Sites And Mini Sites
(1) Content sites usually profit by educating their visitors. For example, a content site focusing on
dog grooming might provide a basic tutorial to assist their visitors in learning how to groom a dog.
They provide this tutorial completely free; however, the main purpose for this tutorial is to
educate their visitors and promote their products. When you provide your visitors with quality
information that teaches and informs, you are not only gaining their trust in you by sharing your
expertise, but you're also building your credibility, which is very important on the ....
How To Make A Private Message System.
(9) Hey! Today, I am going to teach you how to make a Private Message (PM) script in PHP. Before
we start, I want to tell you what you should know, and what files we will create. Then we will
continue with the codes, and descriptions. I would like if you learned something from this tutorial.
If you find any errors (Even if I spell something wrong), I would like you to post it in this
thread. What you should know: You should know HTML. Just a bit (forms, and maybe a little design
if you would like that). You should know much about PHP and Mysql. You should know how ....
How To Make A PM (Personal Message) System?
(Should I Store The Data In A Database?) (4) Hey! I just wanted to know, if I want to make a PM system, should I store the PMs in a database
or how should I do it? And if I should store them in a database, how do I do that. Because I have
acctually no idea, if I should create 50 tables to store 50 messages /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> (And a little OT question
). How can i change the timestamp into real date?....
Credit System V2.0 Online
Free Web Hosting Credit System v2 now online! (17) Dear Members, I am pleased to announce that I have finished coding Credit System V2.0 and its now
online for members to use. Instead of the old URL used for managing your free web hosting account
(http://www.astahost.com/process), You shall now be using :- http://www.astahost.com/manage
(Credit System v2.0 Url) The new version is :- More secure. More reliable. Easily Upgradable
and employs Module system. Has a Much better look. Central Login. Ajax Powered. Has a Log
System. Good number of Bugs fixes Please use it and kindly report any further sugge....
Quest I-poon - Great Puzzle Game!
(12) I just had to make a post, because I missed this game here. It's a great game, which I already
finished; but it took alot! Visit it at: http:www.quest.i-poon.com . What is the purpose of
this game? You start at level one, and with the question given you have try to figure out the
password to level two. The first level start quite easy (1+1= ..)but it keeps getter harder along
the way.. There one thing what can help you; the hint below the question (just select the tekt &
below), but if you get further in the game, sometimes there won't be any hints... Please....
Login System Using A Mysql Db
How do i do this? (5) Hi guys, ive got a registration system that looks something like the one below: Firstname:
Lastname: Then i have inset.php, which looks like the following: $con =
mysql_connect("localhost","autobot","abc123"); if (!$con) { die('Could not connect:
' . mysql_error()); }mysql_select_db("my_db", $con);$sql="INSERT INTO person
(username, password) VALUES ('$_POST ','$_POST ')";if
(!mysql_query($sql,$con)) { die('Error: ' . mysql_error()); } echo "1 record
added";mysql_close....
Cracking Wireless Access Point Password?
Is it possible to crack the system setup password on wireless routers? (22) Is it possible to crack the system setup password for a wireless access point - wirelessly? I
understand how to use tools like aircrack and airsnort to crack the network password used by
clients, but this will only grant you the client password to access the network. If there is a way
to gain access to the system setup password of a wireless router, please explain the process to me,
so that I can take all possible precautions to try to avoid this happening to my new wireless
network... Thanks.....
System Stops Responding
Computer suddenly freezes while on the Internet (10) I am using a Pentium 4 computer (256 MB RAM) with windows 2000 service pack 4 installed in it. While
using Internet through a cable braodband modem, the computer sometimes freezes completely. It no
more responds to any keystroke or any left/ right mouse click. I then have to restart the computer
to be able to use it again. I have noticed it happened once or twice when I entered some text in the
Google search box and pressed the enter key. Has anybody experienced this problem and know how to
resolve this? Has it got anything to do with the virtual memory of the computer? ....
Which Operating System Is Better?
Its a poll (41) Well Vote =]....
Preferred Forum System
So many choices...it's overwhelming (22) I am trying to decide which forum software I should install for my site. I need something free
(obviously) and I need a good choice. I think phpBB works great but I am also interested in trying
IceBB. Simple Machines Forum is time-consuming to configure and I don't like Invision Power
Board (and that isn't free). I have tried testing out the forums at OpenSourceCMS but there
were way too many choices and the forums were just completely overwhelming to try them all out.
Getting into Portals, Blogs and Image Galleries and you'll wonder if you will be able to....
PHP & MySQL: Displaying Content From A Given ID
(6) Okay so I got this sample link (not working): http://www.acosta.com/joo.asp?id=654 Now suppose
I have a PHP file that would use MySql in order to get all values in the row where id 654 is found.
Here's a sample DB: Table: demnyc ______________________________________ | id |
Name | Age | Email | *----------------------------------------------------* | 1
| Albert | 17 | no email |
*----------------------------------------------------* | 2 | YaPow | 888 |
no email | |__________....
Great Free Palm Software
New softwares for my Palm TX – although all of these are compatible wi (4) Games: Patience Revisited – this is a package of 24 solitaire card games including Freecell,
Klondike, Canfield, Spider, and Montana etc. The latest version supports Palm OS 5 and supports
color and high resolution devices. It is absolutely great, especially for a freeware. Snake 1.2
– is a copy of the classic snake game, where you steer a snake to eat fruits on the screen.
Although this version is pretty basic, no color or anything, it’s still pretty great for a free
game. Jewelbox – It’s a game that is similar to Jewel Box but not quite the same. You ....
What Is Unicode System
(1) Unicode systems - What it is? Unicode provides a unique number for each characters independant of
the language, platform and program .Computers store everything, the letters and other characters as
numbers, so some encoding system need to be adapted to convert different characters to numbers. Now
in absence of any general encoding system, there exist a lots of different and conflicting encoding
system. Like one may assign the same number to different keyboard characters or the same keyboard
character may be assigned different numbers in different coding systems. Why....
CuteNews: PHP-based Blog System - No MySQL
(10) I don't know if you guys have heard about CuteNews, but I think it's an awesome blogging
system. If you don't know where to get it or how to set it up, here is a quick run-down.
Download the zip file (virus free) from http://www.mysharebox.com/dl.php?key=8276639 . 1) Unzip
the file. 2) Make a folder titled "cutenews". 3) Upload the contents of the cutenews folder into the
one you've just created. 4) CHMOD the file index.php to 777. 5) CHMOD the folder "data" to 777.
6) Then CHMOD all the files and folders inside of "data" to 777. 7) Go to http://YO....
Www.modthesims2.com - Sims 2 Mods Site
I need to get it out of my system! (8) Okay, MTS2 is one of the BEST sites to get awesome downloads for The Sims 2. I love that site so
much! And they have this cool forum where you can request people to create downloads for you if
you aren't very good at creating downloads! And some people post pictures of themselves,
that way people can sim them! Some of the people that post their pictures are weird looking.
Anyway, I just want to know who has been to MTS2 and loves it!? This sounds like spam, but I
just want to know who loves that site?! /biggrin.gif' border='0' style='ver....
Great Gravity Game.
Fun Stuff. (3) Hey guys check this game out, if you are into Physics or just to plain games this is a great game
for you. Basically you get to move an atom, you start by sending it on a direction, the atom will
move through the planets which will affect it, you pass the level if the red bar empties before the
atom collides with the planet. Its pretty dumb at start but later its challenging. Try it out:
http://homokaasu.org/gasgames/game.gas?21 ....
Ncaa Football Bcs System Not Broken!
Human polls a scourge (2) After a couple of season of "split championships" (different No. 1 ranked teams in the AP poll and
USA Today Coaches' poll) people have been complaining that the Bowl Championship Series
doesn't work and this led to the AP poll pulling out of it. These people are plain wrong.
There are some problems with the BCS but its not broken. The reason that many people say this is
because there are more than three undefeated teams and one gets left out of the championship.
Unfortunately the goal of BCS was never to make sure all undefeated teams have a chance to play f....
System Sounds Not Working
... :( (9) I don't know when this started to happen, probably not caused by me though, but my System Sounds
don't work anymore. You know how when you change your volume in Windows, it makes a beeping
sound to tell you how loud or quiet you've turned your volume into? Well, it doesn't make
that sound anymore. But, I can still listen to music and sounds of my own or in games, etc., just
not "Windows generated". I think the problem is some wrong setting in the Sound and Audio Devices
Properties of the Control Panel. I am using the Windows Default sound scheme, selecte....
How Do I Make A RPG Battle System?
final fantasy style (13) I use flash mx, but I was wondering how to/what language I would need to make a final fantasy-like
turn based battle system for a rpg I'm making. "So, any help you could give us would be...
Helpful?" MP&THG....
WebSite Development and Management Tools
(8) Astra Site Manager Astra SiteManager scans your entire Web site highlighting functional areas
with color-coded links and URLs to unfold a complete visual map of your site. With this tool you
can: pinpoint broken links or access problems, compare maps as your site changes, identify key usage
patterns for improving web site effectiveness, and validate dynamically generated pages. Linkbot
3.0 Linkbot is a suite of Web site management utilities that helps webmasters track down and
repair problems on their sites. Linkbot can find and repair broken links, locate slow a....
Looking for great, content, management, system, plone, content, management, systems
|
|
Searching Video's for great, content, management, system, plone, content, management, systems
|
advertisement
|
|