• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H30-Oct-2003-316125

inc/H30-Oct-2003-1,4821,072

lib/OurNet/H30-Oct-2003-9,0526,332

script/H30-Oct-2003-715273

t/H30-Oct-2003-678444

ChangeLogH A D30-Oct-20037.7 KiB261153

ChangesH A D30-Oct-200316 KiB313312

Changes1.6H A D20-Oct-200364.8 KiB1,1331,132

MANIFESTH A D20-Oct-20034.2 KiB154153

META.ymlH A D30-Oct-2003913 4645

Makefile.PLH A D30-Oct-20032.6 KiB11398

READMEH A D20-Oct-2003845 3020

SIGNATUREH A D30-Oct-200311.7 KiB176169

TODOH A D20-Oct-2003790 1814

README

1# $File: //depot/libOurNet/BBS/README $ $Author: autrijus $
2# $Revision: #2 $ $Change: 6074 $ $DateTime: 2003/05/25 09:17:33 $
3
4This is the README file for OurNet::BBS, the component object
5model and distributed storage suite for BBS systems, by Elixir
6Group and OurInternet Inc.
7
8Please consult the "eg" directory for some sample programs that
9demonstrates OurNet::BBS's usage.
10
11* Installation
12
13OurNet::BBS uses the standard perl module install process:
14
15cpansign -v		# see SIGNATURE for details
16perl Makefile.PL
17make			# or 'nmake' on Win32
18make test
19make install
20
21* Copyright
22
23Copyright 2001-2003 by Chia-Liang Kao <clkao@clkao.org>.
24		       Autrijus Tang <autrijus@autrijus.org>,
25
26All rights reserved.  You can redistribute and/or modify
27this bundle under the same terms as Perl itself.
28
29See <http://www.perl.com/perl/misc/Artistic.html>.
30