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!
Satanosphere
/* You are not expected to understand this. */

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
· Postgres Scoop (491 comments) by 7 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
· A Proposal: Wikis for Scoop (580 comments) by 6 users
· Spammers (444 comments) by 5 users
· where does one post for developers? how about a job area? (796 comments) by 5 users

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

Well, we got to wondering on irc today.. and this is what we came up with. Most of these are simple greps, since its easy :) But here is the list of scoop facts!

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

Smart Searching Announcements
By hurstdog , Section Code []
Posted on Fri Nov 30, 2001 at 12:00:00 PM PST

After many long months/days/years/eons of the scoop searching engine lacking, hillct has jumped to the rescue. By alerting us to MySQL's ability to do Fulltext Searches and then coding up a patch for it, we now have really cool searching in scoop. All with just a small bit of additions and a lot of sql work by hillct.

(13 comments, 210 words in story) Full Story >>

Ratings in Comment Searches Feature Requests
By Jraxis , Section Code []
Posted on Tue Nov 20, 2001 at 12:00:00 PM PST
It would be useful to have listed, in comment summaries returned by the searches, whether or not I have specifically rated that comment or not (and perhaps what the rating is). This would be particularly useful while reviewing hidden comments, to avoid repeatedly opening the same comment only to find I have already rated it.

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

Search doesn't work on user names containg slahses Bugs
By khym , Section Code []
Posted on Sat Oct 13, 2001 at 12:00:00 PM PST
When attempting to do a search comments by user "/dev/trash" (like this), it doesn't work.

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

XML taglib for database queries New Code
By sleeper22 , Section Code []
Posted on Mon Sep 17, 2001 at 12:00:00 PM PST
In an effort to separate the task of the perl programmer and that of other site authors such as graphic editors and UI specialists -- i.e. extract the layout from the logic -- here's a box (i'm calling it dbquery) which allows db queries to be put in xml-style markup.

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

Polylinguality in Scoop: a label abstractor New Code
By sleeper22 , Section Code []
Posted on Sun Sep 16, 2001 at 12:00:00 PM PST
Working towards extracting the english language from scoop, i've started implementing an abstracted labelling system. The interface labelling if functional, but i want to see if anyone has concerns or suggestions -- in the approach as well as the details.

(10 comments, 1382 words in story) Full Story >>

Postgres Scoop Announcements
By denshi , Section Code []
Posted on Fri Aug 31, 2001 at 12:00:00 PM PST
I have the beginnings of a Postgres-based Scoop running at http://www.toddbrandlabs.com:8080/scoop Obviously, it will be jumping up and down like a yo-yo over the next few days I need to make it solid, but I'm rather close. It's a fork off the 0.8 tarball so it's at least reasonably current.

(491 comments, 326 words in story) Full Story >>

File Uploads Through Scoop Feature Requests
By johncoswell , Section Code []
Posted on Tue Aug 14, 2001 at 12:00:00 PM PST
Is there a way to accept file uploads through the CGI interface in Scoop? I can get it to work through an external script that is called from a Box on a page, plugging the user's nickname into the form, but I would like to put the upload code into a Box on the page and then just parse the CGI input, so I can use the Scoop user database to make sure the uploader is who they really are.

(5 comments, 151 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