Ferret File System/v0.1: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
(moved obsolete link to /archive; mention GUI)
Line 1: Line 1:
==Introduction==
==Introduction==
[[FileFerret]] is a software system intended to tackle the problem of keeping track of large numbers of files, including those archived to offline media. It can also provide services to other applications which may need to track large numbers of files for their own purposes.
[[FileFerret]] is a software system intended to manage large numbers of files, including those on offline media. It can also provide services to other applications which may need to track large numbers of files for their own purposes.


My original notes are on [[htwiki:FileFerret|HypertWiki]], but the official documentation will be here (HTYP) as I create it.
Development has so far focused on a web server backend and a [[CLI]] front-end for spidering, but a GUI desktop interface are planned; a mobile interface could also be useful.
==Pages==
==Pages==
* [[/process]]: what it does
* [[/process]]: what it does

Revision as of 19:33, 22 July 2018

Introduction

FileFerret is a software system intended to manage large numbers of files, including those on offline media. It can also provide services to other applications which may need to track large numbers of files for their own purposes.

Development has so far focused on a web server backend and a CLI front-end for spidering, but a GUI desktop interface are planned; a mobile interface could also be useful.

Pages