About |
topic:
author:
source:
version:
update:
licence:
PHP:
|
News management tool based on Files
-> myNEWS
Copyright (c) by Urs Gehrig
http://www.circle.ch/scripts/code/news.zip
2.1.0
24-01-2001
GPL
php-4.0.0-win32 |
Install |
handling: add, modify, del, insert news-articles
into a file and display
them on your toppage of your website.
Attention: Put the data-folder above the web-root where it is
hidden from
external manipulation.
|
History |
// - V2.1.0: (24-01-2001)
// > added include, wap and doc folders
// > generate now your wml-files for mobile phones from myNews
// > removed passwd.txt file and moved password/login pairs
to config.php
// - V2.0.4: (26-11-2000)
// > config.inc.php and rss.php files added
// > modified index.php and shared.inc.php with rdf_export()
function. this will
// function exports an RSS compliant channel file mynews.rdf
to the data folder.
// - V2.0.3: (14-08-2000)
// > added example files zoom.php and list_all_news.php
// > added a "home" link in the header
// > myStyle renamed to style
// - V2.0.2:
// > modifications in html tables for a better look&feel in
netscape
// > modified cookie-login
// > timestamp to force the browser to refresh the pages after
modification
// > moved mynews.txt to a seperate directory, called data
// - V2.0.1:
// > added cookie-login
// > myCONTpath renamed to myDataFile
// - V2.0.0:
// > listALL() function removed due to redundsancy
// - V1.2.3:
// > id|datum|titel| ... removed from content file
// > automatic stringreplacement to avoid an unwanted delimiter
in the data
// > created mynews.inc.php -> including all functions
// > page index for list and headline commands
// > modify from headline -> zoom
// - V1.2.2:
// > initial published release
// --------------------------------------------------------------------------------
//
// to start, extraxt the compressed file run the index.php file.
use
// login = test
// password = test
|
TODO |
- multilingual package
x adding more security
x active/inactive an article by selecting a tick in the list
- a html-tag editor for non-html users
- a page wrapper like on search-engines |