Alias Generator Module
Generate user friendly URL fragments.
Edit on GitHubAnalytics Module
Integrate Google Analytics.
Setup
Define the trackingId
inside init.js
file:
rs.modules.Analytics = { optionArray: { analytics: { trackingId: 'UA-00000000-0' } } };
Usage
Syntax for the HTML tag:
<a class="rs-js-track-click" data-category="..." data-action="..." data-label="..." data-value="..."></a>Edit on GitHub
Archive Module
Archive ordered by years and months.
Usage
Syntax for the content tag:
<rs-module>Archive</rs-module>Edit on GitHub
Call Home Module
Get version updates and latest news.
Edit on GitHubCode Editor Module
Publish content with perfect code.
Edit on GitHubConfirm Action Module
Implement a confirmation for critical action.
Edit on GitHubContact Module
Dead simple contact form.
Usage
Syntax for the content tag:
<rs-module>Contact</rs-module>Edit on GitHub
Css Validator Module
Realtime W3C validator for your CSS.
Edit on GitHubDebugger Module
Debug like a boss.
Edit on GitHubDemo Module
Anonymous login with limited permission.
Usage
Browse domain.com/module/demo/login
to login and domain.com/module/demo/reinstall
to reinstall the database.