The Next/Nexus Simple News System v2 (SNS) is a system for the publication of news on a website with the addition of an RSS (syndication) feed. Its features are limited by intention.
I wrote this software for my own personal website. I wanted something simple, which integrated easily into the existing website with no hassle (I already used PHP). This software doesn't use a database, it just uses files, a single file for each news item. It is ideal for people who don't update their news pages often, who don't want, or can't use a database.
Whilst looking for software that would do what I wanted, I found complicated software, or that needed a database, I found at least one question asking for automatic news software so that they wouldn't have to manually edit files, but that it should not use a database. This software is for you.
It works, it is simple, and it provides enough functionality to be usable, but not so much as to be unusable. Enjoy.
I developed the first system over some years to the end of 2011. However, I am now no longer developing that system, and have moved to the new version 2 system. The brings about some changes, in the underlying code. It's simpler, has less code, and should be easier to maintain into the future, and uses better coding practices. The biggest changes are:
- It uses XML for the news items (allowing me to use the built in XML parsers in PHP, rather than my own hacked together parser)
- It uses a class to manipulate news items (allowing me to add new functionality easier into the future).
- A number of files have been folded into each other, (e.g. what was previously add.php, edit.php and form.php is now just one file).
Search engine bait: php news; simple php news; simple news system; easy to use php news; don't bother creating your own news system when you could use this one; did I mention it's both open source and free software?; it's a news management script!; it's not just simple, it's basic; though it's basic, it's powerful! this news management system is the bees knees; while v2 doesn't have comments, that's only 'cause I don't think it needs them; also check out my simple login/authentication system; this system is maintained, and updated, not posted about in 2007 and not touched since; did I mention it's bloody light weight? 105.6KB or there abouts according to my file manager, and even less compressed; a small, light-weight news system, powerful, but small, simple, and elegant, sexy; ahem, sorry about that I got a bit carried away; so, advanced, but easy to use; clear, understandable, effortless, uncomplicated, straight forward. I think I got my point across, don't you?
download
license
Copyright 2007 - 2011 by Michael Harris, http://next-nexus.info/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/
Site & page info (footer)
Mostly handcrafted by Michael, this website was designed to standards, with the highest quality in mind, and in result. The code and content is freely available.
This page is located at http://next-nexus.info/webdev/news/ and was last modified on 2017-06-24.