Re: [Catalyst] Announce: Website In A Box

2007-03-20 Thread Kieren Diment

On 20/03/07, Jon [EMAIL PROTECTED] wrote:


 After that all started OK, but on the home page it came up with the
 warning:

 read_file '/users/jon/public_html/WIAB/trunk/WIAB/t/content/index.pod' -
 sysopen: No such file or directory
 at
/users/jon/public_html/WIAB/trunk/WIAB/script/../lib/WIAB/Model/Content.pm
line 43

 Guess I'd better read the docs now!

...caused by wiab_local.yml being used in preference to wiab.yml when
running via script/wiab_server.pl.



Thanks for the Makefile.PL reports.  I think I should tag the project as
alpha for a little while :)

There are a few undocumented gotchas, but it should be mostly stable,  In
the tradition of very few docs and you need to know your way around a
catalyst app.  Now there's a stable test suite and reasonable test coverage,
development should be reasonably steady.
___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] Announce: Website In A Box

2007-03-19 Thread Kieren Diment

I'm pleased to announce the slightly hurried release of Website In A Box
version 0.01.  WIAB gives you a basic content management system for
individuals and small groups.  There are still bugs, but the basic
application works with lighttpd and apache using FastCGI.  Basic
configurations for these options are in the t/optional*fastcgi* tests.

TODOs in rough of importance:

Complete User docs for people new to catalyst.
Provision of help pages for logged in users (user docs above)
Clean up templates so that theming is easy for designers.
Style data entry /user admin forms
WYSYWIG editor tool (dojo)
Improved caching for online deployment
Transparent offline deployment (via wget?).
Give user control of ordering of subdirectories (dojo drag lists)
Alternative menu styles

It's available from http://code.google.com/p/websiteinabox/
___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Announce: Website In A Box

2007-03-19 Thread Jon
Hi Kieren,

Just started playing with it...

You've got some commas at the end of the first two 'requires' lines in
Makefile.PL which break things badly.

Also, (not that it's your fault) URI::Fetch, which is a dependency of
XML::Feed, fails its test so needs a forced install.

After that all started OK, but on the home page it came up with the
warning:

read_file '/users/jon/public_html/WIAB/trunk/WIAB/t/content/index.pod' -
sysopen: No such file or directory
at /users/jon/public_html/WIAB/trunk/WIAB/script/../lib/WIAB/Model/Content.pm 
line 43

Guess I'd better read the docs now!

HTH.

-- 

Jon

On Tue, 2007-03-20 at 15:43 +1100, Kieren Diment wrote:
 I'm pleased to announce the slightly hurried release of Website In A
 Box version 0.01.  WIAB gives you a basic content management system
 for individuals and small groups.  There are still bugs, but the basic
 application works with lighttpd and apache using FastCGI.  Basic
 configurations for these options are in the t/optional*fastcgi*
 tests. 
 
 TODOs in rough of importance:
 
 Complete User docs for people new to catalyst.
 Provision of help pages for logged in users (user docs above)
 Clean up templates so that theming is easy for designers.
 Style data entry /user admin forms
 WYSYWIG editor tool (dojo)
 Improved caching for online deployment
 Transparent offline deployment (via wget?).
 Give user control of ordering of subdirectories (dojo drag lists) 
 Alternative menu styles
 
 It's available from http://code.google.com/p/websiteinabox/
 
 
 
 ___
 List: Catalyst@lists.rawmode.org
 Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
 Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
 Dev site: http://dev.catalyst.perl.org/


___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Announce: Website In A Box

2007-03-19 Thread Jon
 After that all started OK, but on the home page it came up with the
 warning:
 
 read_file '/users/jon/public_html/WIAB/trunk/WIAB/t/content/index.pod' -
 sysopen: No such file or directory
 at /users/jon/public_html/WIAB/trunk/WIAB/script/../lib/WIAB/Model/Content.pm 
 line 43
 
 Guess I'd better read the docs now!

...caused by wiab_local.yml being used in preference to wiab.yml when
running via script/wiab_server.pl.

I can see why it is that way, but ends up being a trap for young
players.

Now that it's running, looks nice!

-- 

Jon


___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/