mirror of https://github.com/falsovsky/ACLAFS.git
Create gh-pages branch via GitHub
This commit is contained in:
parent
1924f5a945
commit
c87499a9bd
|
@ -16,7 +16,7 @@
|
|||
<header>
|
||||
<div class="container">
|
||||
<h1>ALS AFS</h1>
|
||||
<h2>An C# frontend to apply OpenAFS ACLs recursively</h2>
|
||||
<h2>A C# frontend to apply OpenAFS ACLs recursively</h2>
|
||||
|
||||
<section id="downloads">
|
||||
<a href="https://github.com/falsovsky/ACLAFS/zipball/master" class="btn">Download as .zip</a>
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"name":"ALS AFS","tagline":"An C# frontend to apply OpenAFS ACLs recursively","body":"### Welcome to ACL AFS\r\n\r\nThis application allows to apply recursively (or not) OpenAFS ACLs in Windows. It is mainly a frontend for fs.exe.\r\n\r\n\r\n### Install\r\nGo to https://github.com/falsovsky/ACLAFS/releases and download the latest release there (aclafs.zip), it includes a setup.exe, just install it and youre ready to go!\r\n\r\n\r\n### Source Code\r\nTo build it you'll need \"Microsoft Visual Studio Express 2013 for Windows Desktop\" or better. At least thats what I used.\r\n\r\n\r\n### Using\r\n\r\n* On the first textbox write down the user/group that you want to add/alter/remove ACLs.\r\n* On the second textbox type in the folder that you wish to apply the ACL (allows folder starting by \\\\\\\\), or click **Browse** to use a SelectFolderDialog.\r\n* The current folder ACLs will be shown, change them as needed, and then click **Apply**.\r\n* Dont forget to check the **recursive** option if you want it to be recursive.\r\n\r\n\r\n### Author\r\nCreated by @falsovsky (Pedro de Oliveira) while working at FCT/UNL.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
||||
{"name":"ALS AFS","tagline":"A C# frontend to apply OpenAFS ACLs recursively","body":"### Welcome to ACL AFS\r\n\r\nThis application allows to apply recursively (or not) OpenAFS ACLs in Windows. It is mainly a frontend for fs.exe.\r\n\r\n\r\n### Install\r\nGo to https://github.com/falsovsky/ACLAFS/releases and download the latest release there (aclafs.zip), it includes a setup.exe, just install it and youre ready to go!\r\n\r\n\r\n### Source Code\r\nTo build it you'll need \"Microsoft Visual Studio Express 2013 for Windows Desktop\" or better. At least thats what I used.\r\n\r\n\r\n### Using\r\n\r\n* On the first textbox write down the user/group that you want to add/alter/remove ACLs.\r\n* On the second textbox type in the folder that you wish to apply the ACL (allows folder starting by \\\\\\\\), or click **Browse** to use a SelectFolderDialog.\r\n* The current folder ACLs will be shown, change them as needed, and then click **Apply**.\r\n* Dont forget to check the **recursive** option if you want it to be recursive.\r\n\r\n\r\n### Author\r\nCreated by @falsovsky (Pedro de Oliveira) while working at FCT/UNL.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
Loading…
Reference in New Issue