kvs_fs.htm 1.1 KB

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