This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
documentation:rack:start [2018/05/26 21:28] – [Rack] Martijn Luinstra | documentation:rack:start [2022/04/03 14:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 16: | Line 16: | ||
* Broader coverage of HTML [[https:// | * Broader coverage of HTML [[https:// | ||
* …and more! Please share your suggestions [[https:// | * …and more! Please share your suggestions [[https:// | ||
+ | |||
+ | Rather than providing a fully-featured API, Rack aims to provide just enough functionality to cover the basic needs. Projects with more complicated requirements should extend, subclass and/or override Rack code where needed to add functionality. | ||
===== Getting Started ===== | ===== Getting Started ===== | ||
Line 77: | Line 79: | ||
* **Cover session**: The session of a logged in user of the Cover website. | * **Cover session**: The session of a logged in user of the Cover website. | ||
* **Cover website**: Cover' | * **Cover website**: Cover' | ||
+ | |||
===== API Reference ===== | ===== API Reference ===== | ||
{{page> | {{page> | ||
+ | |||
+ | ====== Versions ====== | ||
+ | * 1.1 (2019-05-10, | ||
+ | * Added CSV view to '' | ||
+ | * Added optional Sentry support. | ||
+ | * '' | ||
+ | * Various minor improvements/ | ||
+ | * 1.0 (2018-05-26) | ||
+ | * Initial version, based on various projects. | ||