From 0aaee7bb47aeb10ccbd1efef11efa93255394c3b Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Tue, 3 Feb 2015 22:29:28 +0000 Subject: [PATCH] Add docs page for third-party tutorials --- docs/howto/index.rst | 1 + docs/howto/third_party_tutorials.rst | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docs/howto/third_party_tutorials.rst diff --git a/docs/howto/index.rst b/docs/howto/index.rst index 5e92a73c9..2271642aa 100644 --- a/docs/howto/index.rst +++ b/docs/howto/index.rst @@ -11,3 +11,4 @@ How to multilingual_sites custom_branding contributing + third_party_tutorials diff --git a/docs/howto/third_party_tutorials.rst b/docs/howto/third_party_tutorials.rst new file mode 100644 index 000000000..6a9ca4f70 --- /dev/null +++ b/docs/howto/third_party_tutorials.rst @@ -0,0 +1,28 @@ +Third-party tutorials +--------------------- + +.. warning:: + + The following list is a collection of tutorials and development notes from third-party developers. + Some of the older links may not apply to the latest Wagtail versions. + +* `Working With Wagtail: Menus `_ (22 January 2015) +* `Upgrading Wagtail to use Django 1.7 locally using vagrant `_ (10 December 2014) +* `Wagtail redirect page. Can link to page, URL and document `_ (24 September 2014) +* `Outputing JSON for a model with properties and db fields in Wagtail/Django `_ (24 September 2014) +* `Bi-lingual website using Wagtail CMS `_ (17 September 2015) +* `Wagtail CMS – Lesser known features `_ (12 September 2014) +* `Wagtail notes: stateful on/off hallo.js plugins `_ (9 August 2014) +* `Add some blockquote buttons to Wagtail CMS’ WYSIWYG Editor `_ (24 July 2014) +* `Adding Bread Crumbs to the front end in Wagtail CMS `_ (1 July 2014) +* `Extending hallo.js using Wagtail hooks `_ (9 July 2014) +* `Wagtail notes: custom tabs per page type `_ (10 May 2014) +* `Wagtail notes: managing redirects as pages `_ (10 May 2014) +* `Wagtail notes: dynamic templates per page `_ (10 May 2014) +* `Wagtail notes: type-constrained PageChooserPanel `_ (9 May 2014) +* `How to Run the Wagtail CMS on Gondor `_ (14 February 2014) +* `The first Wagtail tutorial `_ (13 February 2014) + +.. tip:: + + We are working on a collection of Wagtail tutorials and best practices. Please tweet `@WagtailCMS `_ or `contact us directly `_ to share your Wagtail HOWTOs, development notes or site launches.