# HG changeset patch # User Thierry Florac # Date 1527251309 -7200 # Node ID 81281f49aeb4cf016e6ac33dc0671d98f2a5d05c # Parent 2643fb0f7bbce4f1e1ddb46140fcc54734b8d82b Initiated new howtos diff -r 2643fb0f7bbc -r 81281f49aeb4 src/source/appextend.rst --- a/src/source/appextend.rst Fri May 25 09:06:35 2018 +0200 +++ b/src/source/appextend.rst Fri May 25 14:28:29 2018 +0200 @@ -8,4 +8,9 @@ :maxdepth: 1 howto-adapter + howto-skin + howto-template + howto-renderer howto-portlet + howto-paragraph + howto-content diff -r 2643fb0f7bbc -r 81281f49aeb4 src/source/howto-content.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/howto-content.rst Fri May 25 14:28:29 2018 +0200 @@ -0,0 +1,5 @@ +.. _contenthowto: + + +How to create a new content type? +================================= diff -r 2643fb0f7bbc -r 81281f49aeb4 src/source/howto-paragraph.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/howto-paragraph.rst Fri May 25 14:28:29 2018 +0200 @@ -0,0 +1,5 @@ +.. _paragraphhowto: + + +How to create a new paragraph type? +=================================== diff -r 2643fb0f7bbc -r 81281f49aeb4 src/source/howto-renderer.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/howto-renderer.rst Fri May 25 14:28:29 2018 +0200 @@ -0,0 +1,5 @@ +.. _rendererhowto: + + +How to create a new renderer? +============================= diff -r 2643fb0f7bbc -r 81281f49aeb4 src/source/howto-skin.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/howto-skin.rst Fri May 25 14:28:29 2018 +0200 @@ -0,0 +1,5 @@ +.. _skinhowto: + + +How to create a new skin? +========================= diff -r 2643fb0f7bbc -r 81281f49aeb4 src/source/howto-template.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/howto-template.rst Fri May 25 14:28:29 2018 +0200 @@ -0,0 +1,5 @@ +.. _templatehowto: + + +How to create a new template? +=============================