====== Migrating from Planet ====== The following is a guide for migration from Planet 2.0. Differences may occur for derivatives, such as [[#venus|Venus]] and [[#mars|Mars]]. These are noted in their respective sections. //[[http://planetplanet.org/|Read more about Planet...]]// ===== Some quick background... ===== ==== Configuration ==== Planet's settings are stored in config.ini files, which must be hand edited to add feeds or change settings. Lilina dedicates a special folder for configuration files under [[files:conf|lilina/conf/]], which has an (experimental, trunk only) web interface. [[admin:feeds|Feeds are added via the administration panel]] and are saved in [[files:conf:feeds.data|a separate file]]. This file can not be hand edited. ==== Generation ==== Planet needs to be run via a cron job, which generates static HTML files. Lilina is loaded via dynamic PHP scripts, which then decide whether to load a static HTML file from cache or not. ==== Templating ==== Planet's templating system contains static instructions, in the form of pseudo-HTML, which is replaced with actual content. Lilina's templating system contains PHP instructions, which inserts the content. ===== Let's get started! ===== //Coming soon :-P// ===== Mars ===== //Coming soon// ===== Venus ===== //Coming soon//