index.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. Divergences from Fedora 4 <fcrepo4_deltas>
  25. Messaging <messaging>
  26. Migration Guide <migration>
  27. Command Line Reference <cli>
  28. Contributing <contributing>
  29. .. toctree::
  30. :maxdepth: 2
  31. :caption: Technical Documents
  32. API Documentation <api>
  33. Architecture <architecture>
  34. Performance Benchmarks <performance>
  35. Content Model <model>
  36. Storage Implementation <storage>
  37. Indexing Strategy <indexing_strategy>
  38. * :ref:`genindex`
  39. * :ref:`modindex`
  40. * :ref:`search`