kvs_fs.htm 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="description" content="" />
  7. <meta name="author" content="Maxim Sokhatsky" />
  8. <title>FS</title>
  9. <link rel="stylesheet" href="https://synrc.space/synrc.css" />
  10. </head>
  11. <body>
  12. <nav>
  13. <a href='https://n2o.dev'>DEV</a>
  14. <a href='https://kvx.n2o.space'>KVS</a>
  15. <a href='#' style="background:#ededed;">FS</a>
  16. </nav>
  17. <header>
  18. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  19. <h1>FS</h1>
  20. </header>
  21. <main>
  22. <section>
  23. <h3>INTRO</h3>
  24. <p>FS is a <b>filesystem</b> backend imlpementation for KVS.
  25. Put the {dba,kvx_fs} property for the kvx application in your sys.config.</p>
  26. <br>
  27. </section>
  28. <section>
  29. <p>This module may refer to:
  30. <a href="kvx.htm"><b>kvx</b></a>.
  31. </p>
  32. </section>
  33. </main>
  34. <footer>
  35. 2005&mdash;2019 &copy; Synrc Research Center
  36. </footer>
  37. </body>
  38. </html>