.. _blogr_summary: ======= Summary ======= Congratulations! You should now have a working blog application. But there are more possibilities. New features ============ Our blog is missing a standard set of features that most web applications have. The following is a list of features and suggested Pyramid add-ons that might help with the implementation of the features. * `Delete a blog entry `_ * :ref:`Testing ` * Forgot password, which sends an email to the user to reset their password, :ref:`using events ` * `HTTP caching `_ Feature documentation ===================== You may choose to read more details of the features that you have implemented in your blog in the Pyramid narrative documentation. Here's a list of features with links to the relevant documentation. * :ref:`Creating a Pyramid project using scaffolds ` * :ref:`URL Dispatch ` * :ref:`Using a templating language in Pyramid ` * :ref:`SQLAlchemy ` * `Pagination with SQLAlchemy and Pyramid `_ * `Pagination with webhelpers2 `_ * :ref:`Authentication and Authorization: Security in a Pyramid project ` * :ref:`Form validation `