File: acl.rd

package info (click to toggle)
drb 2.0.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 492 kB
  • ctags: 697
  • sloc: ruby: 5,132; makefile: 45
file content (24 lines) | stat: -rw-r--r-- 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=begin
=ACL-1.0.1
Simple Access Control Class

==Files
* acl.rb -- ACL Class
* acltest.rb -- ACL test script. (require runit)
* doc/acl.rd, acl.rd.ja -- Reference
* install.rb -- Installer

==Install
   # ruby install.rb

==Copying
* acl.rb is copyrighted free software by Masatoshi SEKI.
* You can redistribute it and/or modify it under the same terms as Ruby.
* THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  PURPOSE.

Copyright (c) 2000 Masatoshi SEKI
((<m_seki@mva.biglobe.ne.jp|URL:mailto:m_seki@mva.biglobe.ne.jp>))
=end