I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-06-01 13:36:39-07 by madcow
Questions: Install and page layout....
Hi, Firstly - many thanks for this contribution... Now onto my questions... I have attempted a Rubric install as follows: 1. install the modules with the usual "make install" make install 2. put rubric.cgi and rubric.yml somewhere together in your docroot cp bin/rubric.cgi /var/www/cgi-bin/ cp rubric.yml /var/www/cgi-bin/ ls /var/www/cgi-bin/rubric* 3. put the templates somewhere cp -r templates/ /var/www/html/ 4. update rubric.yml rubric.yml dsn: dbi:SQLite:dbname=/var/rubric-db/rdb template_path: /var/www/html/templates cp rubric.yml /var/www/cgi-bin 5. run the included makedb to generate rubric.db bin/makedb.pl /var/rubric-db/rdb <- Created. 6. put rubric.db somewhere /var/rubric-db/rdb 7. set rubric.db a+w; you may need its location to be 0777; not sure yet chmod a+w /var/rubric-db/rdb chmod 777 /var/rubric-db ---- But I'm trying to get the resulting pages to render in a more (visually) appealing way... I see you have: Rubric-0.09_08/style/rubric.css ... At the moment I see the page like: Rubric you are: madcow (root) | help | entries | new entry | preferences | logout recent tags 3 news 1 lies 1 comics 1 blog 1 bbc search: entries RSS available for this query expand entry bodies DC Comics (copy) they print lies! comics lies news by mxlptlyk (created: 2005-06-01 11:59) BBC News (copy) bbc news by eb (created: 2005-06-01 11:59) CNN: This is CNN (copy) news by eb (created: 2005-06-01 11:59) rjbs' journal (copy) blog by jjj (created: 2005-05-26 16:11) (3 entries for this link) prev page next page page 1 of 1 4 entries, 25 per page Rubric v0.09_08 Is there a way to enable this .css file? So the content (above) is rendered in a nicer way...? Thanks in advance, Stephen
Direct Responses: 687 | Write a response
Posted on 2005-07-02 12:50:06-07 by rjbs in response to 542
Re: Questions: Install and page layout....
Put rubric.css in the right place, as defined by Rubric::Config->css_href (for example, DOCROOT/rubric/style/rubric.css)
Direct Responses: Write a response