Lilina
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Git mirror of the main SVN repository for Lilina


	
		
		Readme — Lilina News Aggregator
		
		
	
	
		

Lilina 1.0-bleeding

Welcome!

Welcome and thanks for downloading Lilina! This file is designed to give you a guide into the installation and use of the Lilina News Aggregator software.

About

Lilina is an open source feed aggregator, or feed reader, written in PHP. It doesn't require any PEAR or PECL packages and is simple to set up and use.

This software is Open Source Initiative approved Open Source Software. Open Source Initiative Approved is a trademark of the Open Source Initiative.

Requirements

That's it! No PEAR packages are needed and no MySQL, PostgreSQL or SQLite databases are needed. Lilina is fully self-contained and uses flat-files instead of databases.

Installation

Upload to your server and then simply open up install.php in your browser.

Permissions

To use Lilina, you will need to make sure that your content/system/ directory and all subdirectories are writable. You can set the proper permissions using:

chmod -R 0755 content/system

If that does not work, you will need to give the folder world writable permissions. This is not recommended as it is then possible for anyone to edit your files. You can set it by executing:

chmod -R 0777 content/system

If you use a graphical FTP client, you can also set it on each folder using the number 755 or 777, or giving read and execute permissions to all and the write permission to the owner only

Support

Support is available from the Lilina support page, the Lilina forums or on the Lilina wiki.

Lilina is released under the GPL (see license.txt).

Code from the following projects is used in Lilina:

  • HTMLPurifier by Edward Z. Yang
  • jQuery by John Resig
  • PHP-gettext by Danilo Segan, Nico Kaiser and Steven Armstrong
  • The Pomo library (part of GlotPress) by Nikolay Bachiyski
  • SimplePie by Ryan Parman, Geoffery Sneddon and the SimplePie development team

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。