-
-
Notifications
You must be signed in to change notification settings - Fork 41
home
iJungleboy edited this page Dec 15, 2017
·
21 revisions
2sxc is very flexible and can be used for almost any kind of content-management needs or app development needs. Because of this, different documentations help you work with different things. Here's the overview:
-
Getting started tutorials are found in the Learn section of 2sxc.org
includes installation, basic instructions, creating your first content-type and similar tutorials & it also include instructions how to export/import data, working with the image resizer and more. - A list of features, concepts and examples can be found in the Docs section of 2sxc.org, including things not specifically code related
- Many solutions and recommendations are found in the Blog on 2sxc.org
- Many demo, template and tutorial Apps are found in the App Catalog on 2sxc.org
- The general Roadmap
- App folder structure and special files
- Style Guide (beta) best-practices draft
- In-Page Content-Editing
- Auto-Optimization of JS/CSS Assets
- View-switching based on url-params
- Security protecting views like admin-views
- Inner Content / Very-Rich-Text
- Data types and Field types (ca. 25% documented)
- C# / Razor API Documentation - ca. 75%
- JavaScript and HTML API Documentation - ca. 75%
- REST API to get/edit/delete content-items and WebApi - ca. 50%
- Data Sources - all and more APIs - ca. 90%
- Json data format V1 for 2sxc v9.4+
- setting up 2sxc / eav for development
- How DNN modules map to the data items
- Hiding advanced features
- DNN / Evoq Page Publishing / Versioning Workflow in 2sxc 9.5
- file system provided content-types in 2sxc 9.7
- LINQ examples on working with relationships, filtering etc. (2rm)
- sxc-controller (JS) docs
- REST api for data, and opening access for external access
-
URL and REST API for retrieving / changing data (todo)
-
ADAM - the Automatic Digital Asset Manager (todo) and AsAdam(...)
-
Enhancing 2sxc with custom extensions
-
Custom input field-types
-
Custom data-types
-
Custom templating engines
-
Custom JS connectors to other libraries
-
...
-
Future topics, lower priority
-
Angular2 and 2sxc (todo)
-
React and 2sxc (todo)
-
Knockout and 2sxc (todo)
-
jQuery with 2sxc (todo) etc.