ACLAFS/index.html

65 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>ALS AFS by falsovsky</title>
</head>
<body>
<header>
<div class="container">
<h1>ALS AFS</h1>
<h2>C# frontend to (recursively) manage OpenAFS ACLs</h2>
<section id="downloads">
<a href="https://github.com/falsovsky/ACLAFS/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/falsovsky/ACLAFS/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/falsovsky/ACLAFS" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a name="welcome-to-acl-afs" class="anchor" href="#welcome-to-acl-afs"><span class="octicon octicon-link"></span></a>Welcome to ACL AFS</h3>
<p>This application allows to apply recursively (or not) OpenAFS ACLs in Windows. It is mainly a frontend for fs.exe.</p>
<h3>
<a name="install" class="anchor" href="#install"><span class="octicon octicon-link"></span></a>Install</h3>
<p>Go to <a href="https://github.com/falsovsky/ACLAFS/releases">https://github.com/falsovsky/ACLAFS/releases</a> and download the latest release there (aclafs.zip), it includes a setup.exe, just install it and youre ready to go!</p>
<h3>
<a name="source-code" class="anchor" href="#source-code"><span class="octicon octicon-link"></span></a>Source Code</h3>
<p>To build it you'll need "Microsoft Visual Studio Express 2013 for Windows Desktop" or better. At least thats what I used.</p>
<h3>
<a name="using" class="anchor" href="#using"><span class="octicon octicon-link"></span></a>Using</h3>
<p><img src="https://github.com/falsovsky/ACLAFS/raw/master/screenshot.png" alt="Screenshot"></p>
<ul>
<li>On the first textbox write down the user/group that you want to add/alter/remove ACLs.</li>
<li>On the second textbox type in the folder that you wish to apply the ACL (allows folder starting by \\), or click <strong>Browse</strong> to use a SelectFolderDialog.</li>
<li>The current folder ACLs will be shown, change them as needed, and then click <strong>Apply</strong>.</li>
<li>Dont forget to check the <strong>recursive</strong> option if you want it to be recursive.</li>
</ul><h3>
<a name="author" class="anchor" href="#author"><span class="octicon octicon-link"></span></a>Author</h3>
<p>Created by <a href="https://github.com/falsovsky" class="user-mention">@falsovsky</a> (Pedro de Oliveira) while working at FCT/UNL.</p>
</section>
</div>
</body>
</html>