mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
MINOR: additional documentation of DMS
This commit is contained in:
parent
3a9f329a96
commit
cd864079c7
14
README.md
14
README.md
@ -9,6 +9,9 @@ it aims to wrap storage and access concerns in a generic API,
|
||||
which allows more fine-grained control over how the documents are
|
||||
managed and exposed through the website.
|
||||
|
||||
Additionally, documents are stored and managed as part of a page instead of
|
||||
away in a separate assets store.
|
||||
|
||||
Features:
|
||||
|
||||
* Relation of documents to pages
|
||||
@ -45,7 +48,11 @@ Example:
|
||||
### Requirements
|
||||
|
||||
* PHP 5.3 with the "fileinfo" module (or alternatively the "whereis" and "file" Unix commands)
|
||||
* (optional) [https://github.com/UndefinedOffset/SortableGridField]("SortableGridField" module)
|
||||
* (optional) [https://github.com/silverstripe-big-o/gridfieldpaginatorwithshowall](Pagination of Documents in the CMS)
|
||||
* (optional) [https://github.com/silverstripe-big-o/SortableGridField](Sorting of Documents in the CMS)
|
||||
* (optional) [https://github.com/silverstripe-big-o/SortableGridField](Sorting of Documents in the CMS)
|
||||
* (optional) [https://github.com/silverstripe-big-o/silverstripe-fulltextsearch](Full text search of Documents)
|
||||
* (optional) [https://github.com/silverstripe-big-o/silverstripe-textextraction](Text extraction for Document full-text search)
|
||||
|
||||
### Configuration
|
||||
|
||||
@ -53,6 +60,11 @@ The file location is set via the `DMS::$dmsFolder` static, and points to a locat
|
||||
|
||||
### Usage
|
||||
|
||||
Add a simple include to any of your .ss templates to display the DMSDocuments associated with
|
||||
the current page on the front-end.
|
||||
|
||||
<% include Documents %>
|
||||
|
||||
#### Create Documents
|
||||
|
||||
Create by relative path:
|
||||
|
Loading…
Reference in New Issue
Block a user