-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.38 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head><title>TWCable Open Source</title></head>
<body>
<h1>Presentations</h1>
<ul>
<li><a href="aem-oss-preso/index.html">2016-07 Open Source for Adobe Experience Manger</a></li>
</ul>
<h1>Project</h1>
<h2>Content Copy</h2>
<ul>
<li><a href="https://github.com/TWCable/grabbit"><strong>Grabbit</strong></a> - Fast contet copying between Adobe Experience Manager instances</li>
<li><a href="https://github.com/TWCable/grabbit-cli"><strong>Grabbit CLI</strong></a> - Command-line interface to start and monitor jobs in Grabbit</li>
</ul>
<h2>Gradle Plugins</h2>
<ul>
<li><a href="https://github.com/TWCable/gradle-plugin-scr"><strong>SCR</strong></a> - Process Felix's @SCR annotations for OSGi Declarative Services</li>
<li><a href="https://github.com/TWCable/gradle-plugin-cq-bundle"><strong>CQ/AEM Bundle</strong></a> - Eases working with OSGi bundles in Adobe CQ/AEM</li>
<li><a href="https://github.com/TWCable/gradle-plugin-cq-package"><strong>CQ/AEM Package</strong></a> - Eases working with Vault packages in Adobe CQ/AEM</li>
</ul>
<h2>Testing</h2>
<ul>
<li><a href="https://github.com/TWCable/jackalope"><strong>Jackalope</strong></a> - Test doubles to ease testing with the JCR/Sling/AEM</li>
</ul>
</body>
</html>