{"node_id": "f1db30f7-2f95-11f1-88ce-e86a64d24d78", "revisions": [{"id": "f1dc1f53-2f95-11f1-8298-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\n .. youtube:: xK_UX9ZuO1w\r\n\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": 22, "created": 1358620115000}, {"id": "f1dc1b48-2f95-11f1-9a92-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\n .. youtube:: xK_UX9ZuO1w\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": 21, "created": 1358620072000}, {"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}, {"id": "f1dc1338-2f95-11f1-a375-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!\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": 19, "created": 1301174265000}, {"id": "f1dc0e33-2f95-11f1-9df7-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\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!\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": 18, "created": 1297122851000}, {"id": "f1dc0a30-2f95-11f1-af8f-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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!\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 17, "created": 1289339884000}, {"id": "f1dc069c-2f95-11f1-84eb-e86a64d24d78", "node_id": "f1db30f7-2f95-11f1-88ce-e86a64d24d78", "user_id": null, "author": null, "data": "PvUMNH  <a href=\"http://kmhcewfradsl.com/\">kmhcewfradsl</a>, [url=http://ghrbtxoyeoua.com/]ghrbtxoyeoua[/url], [link=http://lupmnaalvaxs.com/]lupmnaalvaxs[/link], http://aubcjhvbsofy.com/", "source_format": "rst", "revision_number": 16, "created": 1289323711000}, {"id": "f1dc0319-2f95-11f1-8106-e86a64d24d78", "node_id": "f1db30f7-2f95-11f1-88ce-e86a64d24d78", "user_id": null, "author": null, "data": "PvUMNH  <a href=\"http://kmhcewfradsl.com/\">kmhcewfradsl</a>, [url=http://ghrbtxoyeoua.com/]ghrbtxoyeoua[/url], [link=http://lupmnaalvaxs.com/]lupmnaalvaxs[/link], http://aubcjhvbsofy.com/", "source_format": "rst", "revision_number": 15, "created": 1289323707000}, {"id": "f1dbff82-2f95-11f1-9ec9-e86a64d24d78", "node_id": "f1db30f7-2f95-11f1-88ce-e86a64d24d78", "user_id": null, "author": null, "data": "9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/", "source_format": "rst", "revision_number": 14, "created": 1289297335000}, {"id": "f1dbfb95-2f95-11f1-bb6d-e86a64d24d78", "node_id": "f1db30f7-2f95-11f1-88ce-e86a64d24d78", "user_id": null, "author": null, "data": "9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href=\"http://ijbjxmmlqgns.com/\">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/", "source_format": "rst", "revision_number": 13, "created": 1289297334000}, {"id": "f1dbf579-2f95-11f1-8166-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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!\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 12, "created": 1288442607000}, {"id": "f1dbf14c-2f95-11f1-90e8-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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!\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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\nUser and Page Comments\r\n============================\r\n\r\nImplement user and page comments!  bring the \"social network\" to the wiki.\r\n\r\nw00t Take a look at the bottom of each wiki page!  We have comments!\r\n\r\n**Status:** Complete!\r\n\r\n\r\n\r\n\r\n\r\n", "source_format": "rst", "revision_number": 11, "created": 1286571110000}, {"id": "f1dbed22-2f95-11f1-9f5c-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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!\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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\nUser and Page Comments\r\n============================\r\n\r\nImplement user and page comments!  bring the \"social network\" to the wiki.\r\n\r\nw00t\r\n\r\n\r\n\r\n\r\n\r\n", "source_format": "rst", "revision_number": 10, "created": 1286051576000}, {"id": "f1dbe764-2f95-11f1-a8be-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 9, "created": 1284070111000}, {"id": "f1dbe35b-2f95-11f1-b4a6-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 8, "created": 1279965113000}, {"id": "f1dbdf30-2f95-11f1-8c25-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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\n**Status:** I created an entry point for custom CSS sheets in the base.mako custom-style.css\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 7, "created": 1279365332000}, {"id": "f1dbda45-2f95-11f1-a2f1-e86a64d24d78", "node_id": "f1db30f7-2f95-11f1-88ce-e86a64d24d78", "user_id": "f0f1bb96-2f95-11f1-9d70-e86a64d24d78", "author": "test", "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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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\n**Status:** I created an entry point for custom CSS sheets in the base.mako custom-style.css\r\n\r\n\r\n\r\n\r\nWYSIWYM\r\n============\r\n\r\nAttempt to find a javascript programmer who wants to build or port a lightweight wysiwym editor for Pylowiki.  The editor must be streamlined and not get in the way.  Remember it will be used in every section of each page.  Screen Real estate is expensive.  \r\n\r\n**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>`_ for rST or creole... Looks promising\r\n\r\n**Klas Josephson** has started a rST parcer for markItUp! located here:\r\n\r\n* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext?desc=1\r\n\r\n**Status:** Complete!  Support has been added!\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\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 6, "created": 1279106301000}, {"id": "f1dbd65f-2f95-11f1-9eaa-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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\n**Status:** I created an entry point for custom CSS sheets in the base.mako custom-style.css\r\n\r\n\r\n\r\n\r\nWYSIWYM\r\n============\r\n\r\nAttempt to find a javascript programmer who wants to build or port a lightweight wysiwym editor for Pylowiki.  The editor must be streamlined and not get in the way.  Remember it will be used in every section of each page.  Screen Real estate is expensive.  \r\n\r\n**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>`_ for rST or creole... Looks promising\r\n\r\n**Klas Josephson** has started a rST parcer for markItUp! located here:\r\n\r\n* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext?desc=1\r\n\r\n**Status:** Complete!  Support has been added!\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\r\nPylowiki\r\n\r\n\r\nEmail\r\n==========\r\n\r\nForgot password email logic...\r\n\r\n\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 5, "created": 1278631846000}, {"id": "f1dbd25f-2f95-11f1-97ae-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n **attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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\n**Status:** I created an entry point for custom CSS sheets in the base.mako custom-style.css\r\n\r\n\r\n\r\n\r\nWYSIWYM\r\n============\r\n\r\nAttempt to find a javascript programmer who wants to build or port a lightweight wysiwym editor for Pylowiki.  The editor must be streamlined and not get in the way.  Remember it will be used in every section of each page.  Screen Real estate is expensive.  \r\n\r\n**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>`_ for rST or creole... Looks promising\r\n\r\n**Klas Josephson** has started a rST parcer for markItUp! located here:\r\n\r\n* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext?desc=1\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\r\nPylowiki\r\n\r\n\r\nEmail\r\n==========\r\n\r\nForgot password email logic...\r\n\r\n\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 4, "created": 1278449134000}, {"id": "f1dbce2c-2f95-11f1-b667-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\r\n\r\nbuild attachment table:\r\n\r\n ** attachment**\r\n    \r\n * id\r\n * page_id\r\n * event_id\r\n * url\r\n * blob \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\n\r\n\r\n\r\nWYSIWYM\r\n============\r\n\r\nAttempt to find a javascript programmer who wants to build or port a lightweight wysiwym editor for Pylowiki.  The editor must be streamlined and not get in the way.  Remember it will be used in every section of each page.  Screen Real estate is expensive.  \r\n\r\n**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>`_ for rST or creole... Looks promising\r\n\r\n**Klas Josephson** has started a rST parcer for markItUp! located here:\r\n\r\n* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext?desc=1\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\r\nPylowiki\r\n\r\n\r\nEmail\r\n==========\r\n\r\nForgot password email logic...\r\n\r\n\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 3, "created": 1278449032000}, {"id": "f1dbc956-2f95-11f1-99c3-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\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\n\r\n\r\n\r\nWYSIWYM\r\n============\r\n\r\nAttempt to find a javascript programmer who wants to build or port a lightweight wysiwym editor for Pylowiki.  The editor must be streamlined and not get in the way.  Remember it will be used in every section of each page.  Screen Real estate is expensive.  \r\n\r\n**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>`_ for rST or creole... Looks promising\r\n\r\n**Klas Josephson** has started a rST parcer for markItUp! located here:\r\n\r\n* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext?desc=1\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\r\nPylowiki\r\n\r\n\r\nEmail\r\n==========\r\n\r\nForgot password email logic...\r\n\r\n\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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": 2, "created": 1277570196000}, {"id": "f1dbc1fa-2f95-11f1-ac12-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\ncreate logic to upload attachments or at the very least images.  Attachment namesspace should be per page, will the meta data live in the database?  uploaded attachment becomes img01, img02 img03 ect ?\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\n\r\n\r\n\r\nWYSIWYM\r\n============\r\n\r\nAttempt to find a javascript programmer who wants to build or port a lightweight wysiwym editor for Pylowiki.  The editor must be streamlined and not get in the way.  Remember it will be used in every section of each page.  Screen Real estate is expensive.  \r\n\r\n**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>`_ for rST or creole... Looks promising\r\n\r\n**Klas Josephson** has started a rST parcer for markItUp! located here:\r\n\r\n* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext?desc=1\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\r\nPylowiki\r\n\r\n\r\nEmail\r\n==========\r\n\r\nForgot password email logic...\r\n\r\n\r\nAuthentication options\r\n========================\r\n\r\n* Create module for ldap / active directory authentication\r\n* Create module for openid authentication\r\n* Create module for facebook auth\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\nRevision Diffs\r\n================\r\n\r\nWe need to implement a way for users to view what has changed... We need a method of running a diff on a revision compared to the current state of the page?  Maybe look into python difflib.\r\n\r\n**Update:** Complete\r\n\r\n\r\n", "source_format": "rst", "revision_number": 1, "created": 1276972827000}], "count": 22}