From 01061a0355b05c8452b1ef8ca998cd2c51ab4c9e Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sat, 13 Aug 2011 20:58:53 -0700 Subject: More documentation! Finished the echo bot quickstart. Added placeholders for other guides we need. --- docs/index.rst | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 3b9e8298..95e49743 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,14 +22,13 @@ SleekXMPP **Develop Releases** - `Latest Develop Version `_ - - `External Roster (Based on Develop Version) `_ A mailing list and XMPP chat room are available for discussing and getting help with SleekXMPP. **Mailing List** - http://groups.google.com/group/sleekxmpp-discussion + `SleekXMPP Discussion on Google Groups `_ **Chat** `sleek@conference.jabber.org `_ @@ -65,23 +64,45 @@ SleekXMPP's design goals and philosphy are: sensible defaults and appropriate abstractions. XML can be ugly to work with, but it doesn't have to be that way. -SleekXMPP Architecture and Design ---------------------------------- +Getting Started (with Examples) +------------------------------- .. toctree:: :maxdepth: 2 + + getting_started/echobot + getting_started/sendlogout + getting_started/component + getting_started/presence + getting_started/muc + getting_started/proxy + getting_started/scheduler + getting_started/iq - architecture.rst Tutorials, FAQs, and How To Guides ---------------------------------- .. toctree:: :maxdepth: 2 - - quickstart + + xeps xmpp_tdg create_plugin + sasl + handlersmatchers + +Plugin Guides +~~~~~~~~~~~~~ +.. toctree:: + :maxdepth: 2 + guide_xep_0030 +SleekXMPP Architecture and Design +--------------------------------- +.. toctree:: + :maxdepth: 2 + + architecture.rst API Reference ------------- -- cgit v1.2.3