====== Frequently Asked Questions ====== ===== General Questions ===== ==== What is Lilina? ==== Lilina is a web-based news reader, written in PHP. ==== What does Lilina do? ==== Lilina takes your feeds and orders them by date into an easily readable feed for your users and you. Lilina makes it easy for the admin to add feeds by using auto-discovery. This feature enables you to visit a blog and simply hit the Add to Lilina button without worrying about what format or version the feed is in. This is called a [[lilina:bookmarklet]]. ==== What are RSS and Atom? ==== RSS stands for Really Simple Syndication. Atom is a standardized XML language for web feeds. In other words, RSS and Atom are ways for a site author to serve users content without them having to view the actual site. This method of serving content is called a "web feed" or just "feeds". ==== How do I use Lilina? ==== Upload Lilina to your server and browse to it. Follow the onscreen instructions to install. ==== Where do I get Lilina? ==== Visit the [[http://getlilina.org/download/|Download Lilina]] page. ===== Lilina 0.7 Specific Questions ===== ==== Why do I get an error saying “Cannot redeclare class soapclient”? ==== This error means that a file used by Lilina already exists on your system. Open inc/google.php in a text editor and comment out the line that says require_once './inc/nusoap.php' ; ===== Lilina 1.0 Specific Questions ===== ==== Where do I get Lilina 1.0 from? ==== Grab a copy from the [[http://getlilina.org/download/#development|download page, under development releases]]. ===== Development ===== ==== How do I help with development? ==== [[http://code.google.com/p/lilina/source|Grab a working copy of the latest version]] from the [[http://code.google.com/p/lilina|Lilina on Google Code]] site and submit any patches you feel necessary. You can also mail me from the contact form. ==== The current working version gives me errors! ==== Really? Absolutely sure? Check over at [[http://code.google.com/p/lilina/issues/list|the bug tracker]] and see if it's been filed before. === It has been and the issue is still open === Log in using your Google Account and click on the star as the amount of stars we receive on an issue tells us how many people are affected. You may also consider adding your voice as a comment, but make sure you star it first. === It has been and the issue is closed === Add a new comment to the issue and we'll look into it. Thanks for your help. === It hasn't been filed yet === Congratulations, you've about to help us out immensely :P [[http://code.google.com/p/lilina/issues/entry|File a new bug report]] on the bug tracker and you're done. Now, just wait for the next version. :)