Skip to content

Commit

Permalink
[TASK] Link to official docs for more sitepackage information
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 17, 2024
1 parent e8fd236 commit 37c387e
Showing 1 changed file with 1 addition and 66 deletions.
67 changes: 1 addition & 66 deletions templates/default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,78 +30,13 @@
Learn more about the <strong>best practices</strong> recommended from the TYPO3 Core Team.
</p>
<p>
<a href="https://speakerdeck.com/benjaminkott/the-anatomy-of-typo3-sitepackages" class="btn btn-primary" target="_blank">
<a href="https://docs.typo3.org/permalink/t3sitepackage:start" class="btn btn-primary" target="_blank">
{{ contentget( 'images/book-open.svg' ) }}
<span class="btn-text">Learn about Sitepackages</span>
</a>
</p>
{% endframe %}

{% frame with { options: ['center', 'ruler-before'] } %}
<h3>Pros and Cons</h3>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th></th>
<th class="text-center font-weight-normal">Site&shy;package</th>
<th class="text-center font-weight-normal">Classic</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-start">Config files not accessible by editors </td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Config files are protected <span class="text-muted">*</span></td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Autoload PageTS</td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Autoload TypoScript</td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Static PageTS Template</td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Static TypoScript Template</td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Dependency Management</td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Distribution through TER</td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
<tr>
<td class="text-start">Clean Version Control possible</td>
<td class="text-success">Yes</td>
<td class="text-danger">No</td>
</tr>
</tbody>
</table>
</div>
<p>
<small class="font-italic text-muted">* Possible but not common practice</small>
</p>
{% endframe %}

{% frame with { backgroundColor: 'light', options: ['center'] } %}
<h2>Start your own Sitepackage</h2>
<p>
Expand Down

0 comments on commit 37c387e

Please sign in to comment.