The NIN Hotline v4 Roadmap
Something to do for 2006
By Leviathant for The NIN Hotline on January 1, 2006
The way this site is currently run works in a way that no other news publishing system, content management system, nor blog software works. I really like it. But it needs to be modernized. For the past few years, I've done this haphazardly with off-the-cuff PHP scripts and iFrames, but I had enough features I wanted to add that I felt it warranted a from-scratch rewrite. Instead of Perl and Flatfiles, I'm going to use PHP and MySQL.
The more I thought about it, feature creep continued to set in, so I started to pen a road map, as per my friend Tony's suggestion. Then feature creep turned into an expanding scope, and now I'm on the brink of developing a site-independent content management system of sorts. And it's going to take a while. But when it's done, I'm fairly certain it's going to be something I won't need to modify for a long, long time, and that if I do need to modify it, it'll be really easy to do.
In order to speed things up though, I may look into getting some outside help for coding different portions of the roadmap below. Nothing terribly out of the ordinary, it's all established routines and tech, but if I do this entirely myself, it'll take entirely too long. If you are interested in working on this project once I bring it out of this initial planning stage, send me an email with Hotline4 in the subject with examples of your code, your UI design, your page layouts, whatever. This project is an excercize in PHP, MySQL, CSS, XHTML, templating, and minimalism (though you might not know it looking at the road map). At this point, there is absolutely zero money involved. I have a pretty robust server I'll be developing on, but other than your name in lights (err, program credits), that's all I can promise.
Anyway, enough with the blather... here's what I plan to do with the program.
NIN-Hotline v4 Development Information
Simplified Production Outline
- News (add/change/delete)
- News Labels (Categories) Management (add/change/delete)
- News Image Management (add/change/delete)
- Articles (add/change/delete)
- Article Categories (add/change/delete)
- Staff (Internal)
- Personnel (Add/Change/Delete)
- Personal Settings
- Staff Links (add/change/delete)
- Staff Page Info (change)
- Users (External)
- Registration w/ captchas
- Login
- PW retrieval
- Personalization
- RSS Feed appearance
- Front page story count
- Select Front Page Categories
- Blog This! info ala Digg.com
- Notification?
- News Submission Form
- Validate Email Address
- Multiple File Uploads
- Links (add/change/delete)
- Validate that link works
- Republished External Feeds (add/change/delete)
- Site Styles (add/change/delete)
- News Submissions
- Change Status (new/greenlit/redlight)
- Generic reply on status change?
- ContactList (add/change/delete)
- Administrative Settings
- Configuration
- Ban Control (add/change/delete)
- Changelog (view/clear)
- Staff Roles (add/change/delete)
- Internal Announcement
- External Announcement
- Submission Attachment Cleanup
Simplified Delivery Outline
- News
- AJAX Pagination?
- Links to Monthly/Weekly Archives
- "Search Archives" box
- Registered User Features:
- "Blog This" link
- "Rate this story" +/- button
- set link target if so preferred
- Articles
- Sort by (category/date/publication)
- Display by Date Range
- Pagination (AJAX?)
- "Related articles" links (author/publication)?
- Links
- Periodically validate that links work
- Staff
- Note: Sort staff by post count
- ContactList
- Improve on current implementation (i.e. "Vote for Only!")
- Administration Layout
- Login Screen
- Dashboard-style Home Page:
- Displays 5 recent queued submissions w/ link to full paginated list
- Displays 5 recently added stories w/ link to full paginated list ("View (your) Publication History")
- "Add a new story"
- "Edit your NetCopyDesk settings"
- "Manage 'Selected Links'"
- "Manage Article Library"
- "Manage RSS Republisher"
- "Manage Site Stylesheets"
- "View site metrics"
- RSS Stats
- Internal Search Stats
- Link Clickthrough Stats
- Server Stats
- Article Library Stats
- "Administration Menu"
- View & filter changelog
Brief History
- 1999 - Heavily modified Matt's Script Archive guestbook script (Perl)
- 2001 - Heavily modified Grant Williams' News Publisher (Perl)
- 2004 - Added skinning ability via PHP/cookies/CSS
- 2005 - Custom PHP backend additions, RSS output and aggregation. Front page now XHTML/CSS strict
Goal
- Unified, installable, customizable, localizable MySQL/PHP solution... with pizzazz!
Anti-Goals
- NO rich text box inputs
- NO general file management or general image management/galleries
- NO ad management
Design Principles
- XHTML/CSS Strict Output
- Complete separation of design and logic
- Speedy rendering - template caching
- Easy to use, easy to read
Priority Production Developments
- Submissions (8)
- Articles (2)
- News (1)
- Users (4)
- Styles (7)
- Feeds (6)
- Staff (3)
- Links (5)
- Contact List (9)
- Administrative (10)
Secondary Delivery Developments
- Rate a news story
- On This Day...
- Search Stats
- Staff Stats
- RSS Stats
- Article Stats
- Submission Search
Future Development Ideas
- Output Atom (in addition to RSS) Feeds
- Image Thumbnailling for Front-page news images
- Custom Error Handling/Logging (404, php, etc.)
- Integrated DB-driven Site Navigation System
- Newsletter/Digest version
- Offsite Image Hotlink Permissions
- SEO Options
- Integrate option: PHPbb, Vbulletin login creation into user registration process
- Mozilla Style IRC link to #ets
- PDF Output for articles, news
- DB driven categorized FAQ
- Privacy Policy type crap
- Highlightable archive items.
- User demographic input? Age, Gender, Zip Code, etc.
- Polls
- Trackbacks
- See also: Blog Software Comparison Chart