- Timestamp:
- 7 Jul 2015, 05:36:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/documents.rst
r13144 r13145 26 26 and third can be used to create multilingual static html pages on 27 27 the portal. HTML documents expect html coded text as input, REST 28 documents expect reStructuredText which is transformed into html. 28 documents expect `reStructuredText <http://docutils.sf.net/rst.html>`_ 29 which is transformed into html. 29 30 30 31 Interfaces … … 35 36 properties, i.e. attributes with a getter method only. These 36 37 properties are computed dynamically and can't be set. Only the 37 document id and the titlecan be entered on form pages or can be38 `document_id` and the `title` can be entered on form pages or can be 38 39 imported. 39 40
Note: See TracChangeset for help on using the changeset viewer.