1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- LAKEsuperior
- ============
- |build status|
- LAKEsuperior is an alternative `Fedora
- Repository <http://fedorarepository.org>`__ implementation.
- Fedora is a mature repository software system historically adopted by
- major cultural heritage institutions. It exposes an
- `LDP <https://www.w3.org/TR/ldp-primer/>`__ endpoint to manage
- any type of binary files and their metadata in Linked Data format.
- .. |build status| image:: http://img.shields.io/travis/scossu/lakesuperior/master.svg?style=flat
- :target: https://travis-ci.org/username/repo
- Indices and tables
- ------------------
- .. toctree::
- :maxdepth: 2
- :caption: Getting Started
- About LAKEsuperior <about>
- Installation and Configuration <setup>
- Sample Usage <usage>
- Getting Help <help>
- .. toctree::
- :maxdepth: 3
- :caption: User Reference
- Discovery & query <discovery>
- Divergences from Fedora 4 <fcrepo4_deltas>
- Messaging <messaging>
- Migration Guide <migration>
- Command Line Reference <cli>
- Contributing <contributing>
- .. toctree::
- :maxdepth: 2
- :caption: Technical Documents
- API Documentation <api>
- Architecture <architecture>
- Performance Benchmarks <performance>
- Content Model <model>
- Storage Implementation <storage>
- Indexing Strategy <indexing_strategy>
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|