Forum OpenACS Q&A: Re: New package available: resource list

Collapse
Posted by Chris Davies on
Not to step on any toes, but, the package that I am in the process of turning live next week -- and will submit to the community, is very similar.

Due to a number of reasons, my package has a few additional fields in the backend which I probably won't include because they are very specific to a particular project, but will release most of the general things publically.

Some of the features are:

submission form, RSS feed of the 10 newest links or last 15 days, New Links for last 15 days, Top 10 Rated Links, Top 10 links that have been hit.

It keeps track of ratings (with a little anti-cheating protection), keeps track of outclicks, orders links based on priority so that you could change the priority of links you wanted to appear higher in the list overriding alphabetic order.

Links must be approved and there is an Approve, Approve with Email notification, Decline, Decline with Email notification.

I was going to base it on categories, but couldn't get the api to do what I needed it to do and needed to get it working for a project.

It does NOT use much of the OpenACS framework yet, but it will shortly.  I opted against using CR for the backend currently, but am using CR for some features.

It was designed with Google in mind so the links are clean and don't use the ? or & in them.

It currently allows you to set up multiple levels of categories and subcategories, and you can set whether a category is allowed to receive submissions.

I have an external routine which I will work into OpenACS that checks 1/14th of the database every night for bad links, redirections, etc.  Currently written in perl and run as a cron job on the php version.  I am debating whether this should run in the OpenACS scheduler or stay external.

Integration with search, pagination, and permission/editor handling hasn't been finished yet.  I might turn it live before finishing certain features to see how things need to work from an administrative standpoint.

Collapse
Posted by Caroline Meeks on
Sounds great. Are you working in postgres or oracle?  How soon would you be willing to release the code? I don't expect to get to this section of the project for a bit and I'm also not afraid of less then finished code.
Collapse
Posted by Chris Davies on
I'm using postgresql.

I fixed pagination last night -- and am working on the admin section and permissions.

From the frontend perspective, its done.  I've got to deal with optimizing some queries and cleaning up some code.  For some reason, my .apm doesn't install cleanly in a fresh install, once I get that figured out, I'll give you the url for it so you can take a look.  I would suspect sometime this week I'll have that set.

The admin section is basic, but works.  I need to add a few more finishing touches which I am working on so that I can turn it live.  Its pretty close, and I'll have a live site url for you later this week so you can see it in action.