You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC-3243: Consolidate Export to PDF docs, improve clarity
- Merge exportpdf and exportpdf-v2 into single plugin page
- Add backwards compatibility and conversion section
- Add exportpdf_converter_options_combined partial (flat + nested formats)
- Side-by-side demos (flat vs nested) in single exportpdf demo
- Update JWT guides: remove v2 branding, add 8.4.0+ note, link to v1 for pre-8.4.0
- Add v1 JWT guides to nav (pre-8.4.0)
- Rename HTML to PDF Converter API v2 to HTML to PDF Converter API
- Fix exportpdf_converter_style example (invalid header structure)
- Remove orphaned exportpdf_converter_options and exportpdf_converter_options_v2 partials
<h1>Streamline - The Next-Gen Learning Management System (LMS)</h1>
3
6
<p>This document provides a comprehensive overview of the Streamline Learning Management System (LMS) project.</p>
4
7
@@ -75,4 +78,87 @@ <h2>Project Timeline</h2>
75
78
76
79
<h2>Conclusion</h2>
77
80
<p>Streamline LMS is poised to become a game-changer in online education. By empowering educators and enhancing student experiences, it aims to make effective and accessible learning available to all.</p>
alt="A laptop on a polished wood table with a bronze cup, creating a warm workspace ambiance" width="573" height="429">
92
+
<figcaption>An elegant workspace featuring a laptop on a polished wood table, accompanied by a bronze cup, creating a warm and productive atmosphere.</figcaption>
93
+
</figure>
94
+
95
+
<p>Photo by <ahref="https://unsplash.com/@anete_lusina">Anete Lūsiņa</a> on <ahref="https://unsplash.com">Unsplash</a></p>
96
+
97
+
<h2>Project Goals</h2>
98
+
<p>Streamline aims to revolutionize online learning by offering a robust and user-friendly platform for educators and learners. The primary goals include:</p>
99
+
<ul>
100
+
<li><strong>Empowering educators</strong> with intuitive tools for content creation, course management, and student assessment.</li>
101
+
<li><strong>Enhancing the learning experience for students</strong> through engaging content delivery, interactive features, and personalized learning paths.</li>
102
+
<li><strong>Increasing accessibility and scalability</strong> to cater to diverse learning needs and support a growing user base.</li>
103
+
</ul>
104
+
105
+
<h2>System Features</h2>
106
+
<p>Streamline is designed to enrich the learning process through a comprehensive set of features:</p>
107
+
<ul>
108
+
<li><strong>Content Management System (CMS)</strong>: An intuitive interface enabling educators to create and upload various learning materials, including videos, documents, presentations, and quizzes.</li>
109
+
<li><strong>Course Management Tools</strong>: Structure courses with clear objectives, organize content modules, and manage student enrollments effectively.</li>
110
+
<li><strong>Interactive Learning Activities</strong>: Includes gamification, discussion forums, collaborative assignments, and more to maintain student engagement.</li>
111
+
<li><strong>Assessment & Analytics</strong>: Tools for creating quizzes, tracking student progress, generating reports, and identifying improvement areas.</li>
112
+
<li><strong>Personalized Learning Paths</strong>: Machine learning algorithms provide tailored content recommendations based on student progress and needs.</li>
<li><strong>Phase 4 (Ongoing)</strong>: Deployment, user feedback collection, and continuous iterative development.</li>
154
+
</ul>
155
+
156
+
<blockquote>
157
+
<p><em>This timeline is preliminary and may be subject to change.</em></p>
158
+
</blockquote>
159
+
160
+
<h2>Conclusion</h2>
161
+
<p>Streamline LMS is poised to become a game-changer in online education. By empowering educators and enhancing student experiences, it aims to make effective and accessible learning available to all.</p>
Copy file name to clipboardExpand all lines: modules/ROOT/pages/8.4.0-release-notes.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The {productname} {release-version} release includes an accompanying release of
68
68
69
69
`{productname}` `{release-version}` adds support for version `2` of the `exportpdf` API through `exportpdf_converter_options`. Version `1` remains the default for backward compatibility. The new nested structure organizes options under `document`, `headers`, `footers`, `metadata`, `security`, and `signature`, enabling per-page headers and footers, PDF metadata, password protection, and certificate-based signing.
70
70
71
-
For information on the **Export to PDF** plugin, see: xref:exportpdf-v2.adoc[Export to PDF v2] and xref:exportpdf.adoc[Export to PDF v1].
71
+
For information on the **Export to PDF** plugin, see xref:exportpdf.adoc[Export to PDF].
This guide uses the nested format (`version: '2'`) for `exportpdf_converter_options`. Requires {productname} 8.4.0 or newer. For full option documentation, see xref:exportpdf.adoc[Export to PDF]. For integrators on older versions, see xref:export-to-pdf-with-jwt-authentication-nodejs.adoc[JWT Authentication setup for Export to PDF (Node.js) – flat format].
For additional options such as per-page headers and footers, PDF metadata, and security settings, see the xref:exportpdf.adoc#exportpdf-converter-options[`exportpdf_converter_options`] section on the Export to PDF plugin page.
This guide uses the nested format (`version: '2'`) for `exportpdf_converter_options`. Requires {productname} 8.4.0 or newer. For full option documentation, see xref:exportpdf.adoc[Export to PDF]. For integrators on older versions, see xref:export-to-pdf-with-jwt-authentication-php.adoc[JWT Authentication setup for Export to PDF (PHP) – flat format].
For additional options such as per-page headers and footers, PDF metadata, and security settings, see the xref:exportpdf.adoc#exportpdf-converter-options[`exportpdf_converter_options`] section on the Export to PDF plugin page.
0 commit comments