Changeset 319

Show
Ignore:
Timestamp:
01/04/04 00:47:30 (5 years ago)
Author:
dom
Message:

Doc fixes: copyright date in README, TROUBLESHOOTING private dir advice.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r316 r319  
     1        Fixed bug that prevented automatic database initialization on 
     2          SQLite databases. 
     3        Doc fix for private installations. 
     4 
    150.30    2 January 2003 
    26        Added method to allow admins to delete nodes.  You will need to 
  • trunk/README

    r278 r319  
    3939 
    4040COPYRIGHT 
    41          Copyright (C) 2003 The OpenGuides Project.  All Rights Reserved. 
     41         Copyright (C) 2003-2004 The OpenGuides Project. 
     42         All Rights Reserved. 
    4243 
    4344    The OpenGuides distribution is free software; you can redistribute it 
  • trunk/TROUBLESHOOTING

    r271 r319  
    55the Module::Build incantation for this is 
    66 
    7   perl Build.PL install_path=lib=/path/to/my/modules/   # version 0.20 of M::B 
     7  perl Build.PL install_path=lib=/path/to/my/modules/ \ 
     8                install_path=arch=/path/to/my/modules/auto/ \ 
     9                install_path=libdoc=/path/to/my/man/ \ 
     10                install_path=bindoc=/path/to/my/man/ \ 
     11                install_path=script=/path/to/my/bin/    # version 0.20 of M::B 
    812 
    913  perl Build.PL config='sitelib=/path/to/my/modules/'   # version 0.18 of M::B