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
Code
Menu
· create account
· faq
· search
· report bugs
· Scoop Administrators Guide
· Scoop Box Exchange

Scoop Site Scroller: Get one yourself!
Smokedot
It's 4:19... do you know where your bong is?

Scoop Site Designers
ScoopHost.com
The Scoop Experts. Design & Management from the lead Scoop developers.
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)

Code

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
· HOWTO: create a new opcode without writing any code (668 comments) by 7 users
· Postgres Scoop (491 comments) by 7 users
· Announcing the hotlist_flex box (918 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

ordering comment ratiings Feature Requests
By dr k , Section Code []
Posted on Fri Feb 22, 2002 at 12:00:00 PM PST
It would be nice if the comment ratings page (when you click on the score for a specific comment) had the user moderations sorted by rating. All the 5's at the top, all the 1's/0's at the bottom. Someone would just have to add an "ORDER BY" to the query.

(6 comments) Comment >>

"TITLE" attribute should be used for tootlips Bugs
By khym , Section Code []
Posted on Thu Feb 21, 2002 at 12:00:00 PM PST
Scoop uses the ALT attribute of IMG tags to display tooltips. This is a violation of the HTML spec, and is not supported by the Mozilla browser. Scoop should also use (and preferably only use) the TITLE attribute for tooltips. See Mozilla bug 25537.

(2 comments) Comment >>

Clearer Separation of Blocks? Feature Requests
By jonas , Section Code []
Posted on Mon Feb 11, 2002 at 12:00:00 PM PST
Ever since Kuro5hin started out, I've been amazed by a lot of Scoop:s features. So much in fact that i recently started GNU-Friends, after having tweaked a lot of things to my liking. One of the things I noticed was that I thought the difference between different "Blocks" was a little, well, weird. How can this be improved?

(7 comments, 228 words in story) Full Story >>

Zero ratings Bugs
By Weezul , Section Code []
Posted on Sun Jan 20, 2002 at 12:00:00 PM PST
I have two small requests for changes to the zero ratings system which should help make the system harder to abuse.

(3 comments, 223 words in story) Full Story >>

Tiny bug with URL decoding Bugs
By fluffy grue , Section Code []
Posted on Sun Jan 13, 2002 at 12:00:00 PM PST
Seems that scoop doesn't properly decode the + symbol in a URL. According to the appropriate standards, a space can be represented in a URL by either a + or a %20, and a lot of older webbrowsers actually do favor a + over %20.

(8 comments, 61 words in story) Full Story >>

Announcing the hotlist_flex box Boxes
By hillct , Section Code []
Posted on Sat Jan 05, 2002 at 12:00:00 PM PST
This variant of the hotlist box provides some additional functionality. It allows the user to move between three different views of the box. First, is the default hotlist view. Second, the stories hotlist view, which displays all the stories written by the user in order that they may more easily track comments made. Third, and perhaps most useful is the Replies view, which displays a dynamic list of stories having comments by the logged in user, to which there are unread replies.

The box is available for beta testing here. After I sift through any feedback I get, I'll post it to the Scoop Box Exchange. Update [2002-1-12 7:54:46 by hillct]: Version 0.2.2 has been posted to the FTP site. It incorporates Rusty's CGI parameter fix and a better method for checking logged-in status.

(918 comments, 607 words in story) Full Story >>

online gallery New Code
By rghf , Section Code []
Posted on Thu Jan 03, 2002 at 12:00:00 PM PST

Well after a few days hard coding I can now annouce that I have made a beta gallery addition to scoop which can be see in action here. However before releasing the code to be publicly ripped apart I would like to get some feedback from the community

(30 comments, 192 words in story) Full Story >>

Scoop::Ads Announcements
By hurstdog , Section Code []
Posted on Fri Dec 21, 2001 at 12:00:00 PM PST

Well, its finally out. Scoop::Ads version 0.1. And you get to be the beta tester! I checked in all of the changes to the cvs repository, and I updated this site first. I want your help in testing this though, as many eyes are better than 2. So read this story first, then mosey on over to the submit ad page and start advertising your scoop site! But read this story first, and don't report bugs I already know about :-)

Update [2001-12-31 16:58:43 by hurstdog]: I marked the bugs and features below that I fixed. The ad admin interface should be a little nicer now.

(23 comments, 600 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