{"revision": {"id": "f1dc173a-2f95-11f1-8ec0-e86a64d24d78", "node_id": "f1db30f7-2f95-11f1-88ce-e86a64d24d78", "user_id": "edc3f576-2f95-11f1-900f-e86a64d24d78", "author": "foxhop", "data": "Small todo list\r\n===================\r\n\r\nA list of features I want to implement in `Pylowiki <pylowiki>`_\r\n\r\n.. contents:: \r\n\r\n\r\n\r\nCreate on a deleted page\r\n==========================\r\n\r\nCreate on a deleted page should set the deleted flag to false and create a new revision based on the create textarea on submit.  \r\n\r\n\r\n\r\nSortable page lists\r\n==========================\r\ngive the ability to sort by:\r\n\r\n* active (sorted by edited date ascending)\r\n* newest (sorted by page creation date ascending?)\r\n* oldest (sorted by page creation date descending?)\r\n* alphabet (ascending and descending)\r\n* on tab change account to accounts or users.\r\n\r\nEmbed flash videos\r\n======================\r\n\r\nWe need to be able to embed flash videos much like the images declaration.  \r\n\r\n**Update:** We have added the youtube directive for video embedding.  \r\n\r\nAjax edit submissions\r\n=============================\r\n\r\nCode each edit form to use ajax to send data to the webserver.  The user interactions will be more smooth without page reloads.\r\n\r\n\r\nUpload attachments\r\n=========================\r\n\r\n**UPDATE:** We have implemented a very quick and dirty file upload attachment feature.  I would like to revisit this feature to make it more robust...\r\n\r\n**The barf pyramid project has a very nice flat file and database system!**\r\n\r\nAttachments themselves should not be stored in the database, only the meta data and a pointer to a flat file system.\r\n\r\nApplecore vaults uses oracle for meta data on models and drawings. \r\n\r\n64 dirs with 64 dirs in each, maybe 20 or so files in each dir would grant space for 81,920 files in the wiki.\r\n\r\nThe data would be tar'd up during regular db backups.  The DB would house all the meta data about the files.\r\n\r\nvault meta table:\r\n\r\n  int id \r\n  str location (/12/23/03) 12th dir, 23 dir, 03 file\r\n  str file_type (pdf, csv, jpg, png, mp3)\r\n  str save_name (wedding.jpg)\r\n  str description\r\n  int related page   \r\n\r\n\r\nShould pages have tags?\r\n===============================\r\n\r\n* Should pages have tags? \r\n* How would categories or tags be useful? \r\n* Do people use tags for navigation? \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nCanned themes\r\n==================\r\n\r\nCreate a few canned themes so show off the design possibilities of Pylowiki.\r\n\r\nI plan to place pylowiki into the fluid 960 css framework to motivate others as well as myself into creating custom themes/skins\r\n\r\n**Status:** I created an entry point for custom CSS sheets in the base.mako custom-style.css ... Pylowiki was placed into the fluid 960 css framework! AN ENTRY POINT FOR THEMES HAS BEEN BUILT AND NOW WE HAVE 2 THEMES!\r\n\r\n* default theme\r\n* ChaosTheory (foxhop.net is using this one)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nHow to Pylowiki\r\n===================\r\n\r\nCreate a few articles to explain how to:\r\n\r\n* Download\r\n* Install\r\n* Configure\r\n* Deploy\r\n* Update\r\n* Extend\r\n\r\nPylowiki\r\n\r\n\r\nEmail\r\n==========\r\n\r\nForgot password email logic...\r\n\r\n**COMPLETED**\r\n\r\n\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n  (asset management system implemented LDAP auth)\r\n* Create module for openid authentication\r\n* Create module for facebook auth\r\n  (http://four2go.gumyum.com)\r\n* Create module for twitter auth\r\n* Create a way for users to link multiple auth methods to access the same pylowiki account/user\r\n\r\n\r\n\r\n\r\n\r\n\r\n", "source_format": "rst", "revision_number": 20, "created": 1301174391000}}