Journalists need new tools to work online. I started building this online database of such tools as a personal project, just a way to keep track of everything I was using. It has since grown into something I intend to launch publicly at some point.
Updates
The site has officially migrated to the Society for News Design, with a new url:
The old url redirects in a basic way. Safe to assume a new design is on the way, plus new features.
Added RSS feeds for users.
Changed the way recently added tools are displayed. Tools are now sorted by date, so it's easy to tell how many tools were added on a given day.
Also, users are now listed alphabetically by username, with the five most recent users in a new column.
Added feeds by category. Easier than I expected, but I should stop being surprised by that.
Next up, feeds by user and feeds by link type.
Tags now show up on tool detail pages. They don't link anywhere, since I haven't built any tag detail views (or templates) but it's a start.
Added more categories:
- data scraping
- stress relief
Also added Resource as a link type.
Users are now paginated and ordered alphabetically, with the five most recently added users showing up in another column. We'll see how that works.
Oh, and I'm on vacation. Why am I working on this?
Added new categories:
- Social Networks
- Text Editors
- FTP
We now have 23 categories and about 50 tools. I'm adding new stuff as I find it.
Wrote an About page and Colophon. Added more templates to manage user accounts, specifically a password reset.
OK, it's launched. And just realized I need to write an About page. Tomorrow.
Wrote a custom template tag (subclassing the GenericContentNode in template_utils) to get the latest comments on a particular model. I'll use that again. Seems like something django.contrib.comments ought to include, especially since the custom manager is already there.
I'm about ready to call this thing done.
Added style.
Yes, the site isn't quite as ugly as it used to be, thanks entirely to Blueprint CSS.
Added pagination to the latest tools page.
Set up a redirect when a tool isn't found.
If there's a category in the url, the page redirects to that category (with an added line pointing to the add_tool view and the all_tools view). I'm trying to make this more wiki-like while retaining the taxonomy structure.
This project is mostly done, except for the obvious lack of style. I've added a few tweaks to it since I started.