Start a storage section.
With the workbench stuff in it.
This commit is contained in:
parent
e72c30e0e5
commit
340100ee99
43
docs/source/devel/storage.rst
Normal file
43
docs/source/devel/storage.rst
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
=========
|
||||||
|
Storage
|
||||||
|
=========
|
||||||
|
|
||||||
|
|
||||||
|
See for now: http://wiki.mediagoblin.org/Storage
|
||||||
|
|
||||||
|
Things get moved here.
|
||||||
|
|
||||||
|
|
||||||
|
The storage systems attached to your app
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
Dynamic content: queue_store and public_store
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
The workbench
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
In addition, there's a "workbench" used during
|
||||||
|
processing... it's just for temporary files during
|
||||||
|
processing, and also for making local copies of stuff that
|
||||||
|
might be on remote storage interfaces while transitionally
|
||||||
|
moving/converting from the queue_store to the public store.
|
||||||
|
See the workbench module documentation for more.
|
||||||
|
|
||||||
|
.. automodule:: mediagoblin.tools.workbench
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
|
Static assets / staticdirect
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
StorageInterface and implementations
|
||||||
|
------------------------------------
|
||||||
|
|
||||||
|
The guts of StorageInterface and friends
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Writing code to store stuff
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
@ -84,6 +84,7 @@ This chapter contains various information for developers.
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
devel/codebase
|
devel/codebase
|
||||||
|
devel/storage
|
||||||
devel/originaldesigndecisions
|
devel/originaldesigndecisions
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user