Scoop -- the swiss army chainsaw of content management
Front Page · Everything · News · Code · Help! · Wishlist · Project · Scoop Sites · Dev Notes · Latest CVS changes · Development Activities
About Scoop
All Stories
Menu
· create account
· faq
· search
· report bugs
· Scoop Administrators Guide
· Scoop Box Exchange

Scoop Site Scroller: Get one yourself!
Satanosphere
/* You are not expected to understand this. */

Scoop Site Designers
The SAG
Want to do something with Scoop but not sure how? Try the Scoop Admin Guide!
All developers for hire

Login
Make a new account
Username:
Password:

Poll
Spammers are to be:
· Beaten 27%
· Stabbed 25%
· Shot 19%
· Hung 22%
· Drawn 19%
· Quartered 16%
· handed over to Jack Bauer as terrorists with vital information 33%
· Really, *really* hurt 22%
· - 2%
· heralded as good and just marketers just trying to make a living 27%

Votes: 36 | Comments: 10
Results | Other Polls

Recent Comments
· Sprunki Incredibox (davidjohn)
· Snow Rider (davidjohn)
· Download Lagu Mp3 Cepat (darionrourke)
· Tubidy Mp3 Download (darionrourke)
· Tubidy (darionrourke)
· Robinjack (jackman10)
· Great content! (DaniellaDaniDan)
· Robinjack (jackman10)
· Robinjack (jackman10)
· you made it simply (MichaleRue)

All Stories

Older Stories...

What is Scoop
Scoop is a "collaborative media application". It falls somewhere between a content management system, a web bulletin board system, and a weblog. Scoop is designed to enable your website to become a community. It empowers your visitors to be the producers of the site, contributing news and discussion, and making sure that the signal remains high. More >>

Check out what other people have done with Scoop.

New Scoop Sites
rudepeople.com in need of a makeover
950 comments, 0 new
by rudedude, Announcements

New Music Site ... in Scoop
991 comments, 0 new
by MightyD, Announcements

Trees and Things is Coming Out
743 comments, 0 new
by 3fingerspointback, Announcements

TalkLeft Moves to Scoop
636 comments, 0 new
by TalkLeft, Announcements

SciScoop Science Forum
518 comments, 0 new
by sciencebase, Announcements

New Site: "Field Gulls" Unofficial Seattle Seahawks Blog
514 comments, 0 new
by Paul Shrug, Announcements

More New Scoop Sites...

Where can I get Scoop
You can download the latest release tarball: scoop_1.1.8.tar.gz

You can grab the nightly build. Note: This is generated automatically from the current CVS, and may not be reliable! Get that here: scoop-1.1-nightly.tar.gz

The developers strongly recommend CVS as the primary way to obtain Scoop, since releases tend to have pretty long delays between them. If you have CVS installed, do the following:

cvs -d:pserver:anonymous@ scoop.versionhost.com:/cvs/scoop login

cvs -z3 -d:pserver:anonymous@ scoop.versionhost.com:/cvs/scoop co scoop

The above is two commands; each one must be on a single line. When prompted for a password for anonymous, enter 'anonymous' (without the quotes). For more CVS info, "Open Source Development with CVS" is an excellent online reference.

Where can I get help
There are several sources of information and support for Scoop. The first place to look is the scoop-help mailing list. You can browse the archives, or join the list. If you want to post a question, joining the list is strongly recommended. You can also join the #scoop IRC channel on SlashNET.

For documentation, there is the (largely complete) Scoop administrator's guide. You can also read the current README and INSTALL files, from Scoop WebCVS (username and password are both "anonymous"). The admin guide is also included with Scoop, in the doc/ directory.

If you have new feature ideas or requests, or descriptions of something you're working on for Scoop, this site is the place to submit them. You can also search this site for information. If you want to get your hands dirty, or have any questions about developing for Scoop, there is also the Scoop-dev list. You can browse the archives, or join the list.

Bug reports and patches should be filed on the Scoop Bug Muncher.

If you have any problems with this site or your user account, e-mail the Admin

Vote For Scoop
Vote for Scoop on O'Reilly's OSDir.com

Most Hotlisted Stories
· Intro To Scoop Development (650 comments) by 29 users
· So, you've installed Scoop (555 comments) by 14 users
· How to install Scoop in Windows 2000/XP (350 comments) by 11 users
· scoop and mod_gzip (1041 comments) by 9 users
· Announcing the hotlist_flex box (918 comments) by 7 users
· HOWTO: create a new opcode without writing any code (668 comments) by 7 users
· Postgres Scoop (491 comments) by 7 users
· A Proposal: Wikis for Scoop (580 comments) by 6 users
· where does one post for developers? how about a job area? (796 comments) by 5 users
· Spammers (444 comments) by 5 users

Let users request new words for dictionary Feature Requests
By khym , Section Wishlist []
Posted on Fri Jun 21, 2002 at 12:00:00 PM PST
Now that K5 has a spell checker, there needs to be some method for user to suggest new words to be added to the dictionary.

(229 words in story) Full Story >>

Hulvers scoop site Announcements
By hulver , Section New Scoop Sites []
Posted on Fri Jun 21, 2002 at 12:00:00 PM PST
I've (finally) got scoop installed, so I'm announcing it here. Read on for my impression of the install, being a first time scoop admin, and about scoop itself.

(1 comment, 639 words in story) Full Story >>

Delete Account Feature Feature Requests
By izidore , Section Wishlist []
Posted on Thu Jun 20, 2002 at 12:00:00 PM PST
Hi, I would like to see a "delete account" feature, I think others might like this feature as well.

I just started looking through the scoop code from cvs. I would like to help/implement this feature if it is something that scoop wants.

IzIdore

(5 comments) Comment >>

Suggestion for viewed_stories Feature Requests
By eightball , Section Wishlist []
Posted on Thu Jun 20, 2002 at 12:00:00 PM PST
I use the viewed_stories feature alot on scoop sites. I have run across a couple things that I didn't like about it, but couldn't come up with a way to fix it. So I am not going to mention the others (most, oops :).

There are situations in which a person has to modify their browsing behavior or lose track of some comments. I think there are workarounds for those situations.

(2 comments, 381 words in story) Full Story >>

How to get a thread in one query Feature Requests
By KWillets , Section Code []
Posted on Tue Jun 18, 2002 at 12:00:00 PM PST
In a recent story, it was mentioned that the Comments.pm code has a very clumsy way of retrieving and constructing the comments tree.

There are a number of semi-established methods for getting all the nodes in a tree or subtree in one query. I'll try to enumerate all of them, in the hope that one method will be adopted.

I'm willing to work on whatever solution seems workable.

(5 comments, 618 words in story) Full Story >>

Death to UIDs Feature Requests
By Kyle , Section Wishlist []
Posted on Thu Jun 13, 2002 at 12:00:00 PM PST

Hide the numeric user ID from the users.

(6 comments, 98 words in story) Full Story >>

Private Messaging revisited Feature Requests
By billt , Section Wishlist []
Posted on Thu Jun 13, 2002 at 12:00:00 PM PST

Hello

There was a short discussion about a year and a half ago regarding some form of private messaging built in to scoop

(4 comments, 175 words in story) Full Story >>

Public Access TV (.net) Announcements
By ip4noman , Section New Scoop Sites []
Posted on Mon Jun 10, 2002 at 12:00:00 PM PST
Announcing PublicAccessTV.net, for the discussion of all aspects of Public Access Television.

(34 words in story) Full Story >>

<< Previous 8 Next 8 >>

Hosted by ScoopHost.com Powered by Scoop
All trademarks and copyrights on this page are owned by their respective companies. Comments are owned by the Poster. The Rest © 1999 The Management

create account | faq | search