22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
|
ARK - Alternative Registry Keeper
|
|
````````````````````````````````
|
|
[[image:pix/shot_ARK.png]].class(thumbnail).href(pix/shot_ARK.png)
|
|
|
|
//Latest Version:// **1.0** (((2014-12-22))) / [[archive]].href(archive/ARK) / [[git]].href(http://kettek.net/gitphp/?p=ARK.git)
|
|
|
|
ARK is a fancy [[HTML5 & JavaScript enhanced]].title(The cool kids call it modern) directory index written in PHP. It is intended to be a sleek replacement for the standard Apache Directory Listings.
|
|
|
|
A concise list of features:
|
|
* Single PHP script and optional, but recommended, ``.htaccess`` file for RewriteRules
|
|
* File/Directory specific blacklisting
|
|
* [[Glob]].href(http://php.net/manual/en/function.glob.php) pattern matching
|
|
* Customizable field selections based on [[stat()]].href(http://php.net/manual/en/function.stat.php)
|
|
* HTML5, CSS3, and optional JavaScript to make things fancy
|
|
* Keyboard support (hjkl, arrow keys, easily modifiable)
|
|
* Save thy bandwidth, update via XMLHTTPRequest
|
|
* Base64 embedded icons
|
|
* Pretty small!
|
|
|
|
((A dark secret: This was mainly written so I could toy with heredoc syntax))
|