index.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Lakesuperior
  2. ============
  3. |build status|
  4. Lakesuperior is an alternative `Fedora
  5. Repository <http://fedorarepository.org>`__ implementation.
  6. Fedora is a mature repository software system historically adopted by
  7. major cultural heritage institutions. It exposes an
  8. `LDP <https://www.w3.org/TR/ldp-primer/>`__ endpoint to manage
  9. any type of binary files and their metadata in Linked Data format.
  10. .. |build status| image:: http://img.shields.io/travis/scossu/lakesuperior/master.svg?style=flat
  11. :target: https://travis-ci.org/username/repo
  12. Indices and tables
  13. ------------------
  14. .. toctree::
  15. :maxdepth: 2
  16. :caption: Getting Started
  17. About Lakesuperior <about>
  18. Installation and Configuration <setup>
  19. Sample Usage <usage>
  20. Getting Help <help>
  21. .. toctree::
  22. :maxdepth: 3
  23. :caption: User Reference
  24. Configuration <config>
  25. Discovery & Query <discovery>
  26. Divergences from Fedora 4 <fcrepo4_deltas>
  27. Messaging <messaging>
  28. Migration Guide <migration>
  29. Command Line Reference <cli>
  30. Contributing <contributing>
  31. .. toctree::
  32. :maxdepth: 2
  33. :caption: Technical Documents
  34. Release Notes <release_notes>
  35. API Documentation <api>
  36. Architecture <architecture>
  37. Performance Benchmarks <performance>
  38. Content Model <model>
  39. Storage Implementation <storage>
  40. Indexing Strategy <indexing_strategy>
  41. Scaling Down <rpi>
  42. * :ref:`genindex`
  43. * :ref:`modindex`
  44. * :ref:`search`