Home
Name Modified Size InfoDownloads / Week
Admin 2019-02-10
robopages 2018-10-07
Robopages_Aug_20_2018.zip 2018-08-20 1.3 MB
Example-sites.txt 2013-10-13 242 Bytes
README.txt 2013-10-13 886 Bytes
Background.htm 2012-12-30 2.6 kB
screenshot.jpg 2012-12-12 100.5 kB
Totals: 7 Items   1.4 MB 0
Robopages is a rapid application CMS for unix-familiar developers. Any layout is possible. Any content is possible. The source codes can be configured to unpack work in any unix /home/username/public_html direcotry. But to get this to run properly (in a home directory) you will have to make editing changes to both conf/dirLStart.conf.ini and index.php.  

If, on the other hand, you install into a real document root, such as /var/www/html/whatever.com, then no configuration file editing is necessary.

========index.php=======
In order to use robopages in a home directory you will need to edit one line in index.php.
use:
   $page = new dirCrawler();
comment out:
  $page = new robopages();

Then (if installing in a home directory) edit conf/dirLStart.conf.ini to reflect two hard-coded paths from your system. 

   $page = new robopages(); instead of $page = new dirCrawler();


Source: README.txt, updated 2013-10-13