index.rst 1.4 KB

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