todo

JSON

rev 22  |  foxhop  |  1358620115000  |  JSON

rev 21
rev 22
3333
34 .. youtube:: xK_UX9ZuO1w34 .. youtube:: xK_UX9ZuO1w
tt35 
36 
35Ajax edit submissions37Ajax edit submissions
36=============================38=============================
rev 21  |  foxhop  |  1358620072000  |  JSON

rev 20
rev 21
32**Update:** We have added the youtube directive for video embedding.  32**Update:** We have added the youtube directive for video embedding.  
3333
tt34 .. youtube:: xK_UX9ZuO1w
34Ajax edit submissions35Ajax edit submissions
35=============================36=============================
rev 20  |  foxhop  |  1301174391000  |  JSON

rev 19
rev 20
83I plan to place pylowiki into the fluid 960 css framework to motivate others as 83I plan to place pylowiki into the fluid 960 css framework to motivate others as 
>well as myself into creating custom themes/skins>well as myself into creating custom themes/skins
8484
t85**Status:** I created an entry point for custom CSS sheets in the base.mako custt85**Status:** I created an entry point for custom CSS sheets in the base.mako cust
>om-style.css ... Pylowiki was placed into the fluid 960 css framework!>om-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!
86 
87* default theme
88* ChaosTheory (foxhop.net is using this one)
8689
8790
rev 19  |  foxhop  |  1301174265000  |  JSON

rev 18
rev 19
43**UPDATE:** We have implemented a very quick and dirty file upload attachment fe43**UPDATE:** We have implemented a very quick and dirty file upload attachment fe
>ature.  I would like to revisit this feature to make it more robust...>ature.  I would like to revisit this feature to make it more robust...
4444
tt45**The barf pyramid project has a very nice flat file and database system!**
4546
46Attachments themselves should not be stored in the database, only the meta data 47Attachments themselves should not be stored in the database, only the meta data 
>and a pointer to a flat file system.>and a pointer to a flat file system.
rev 18  |  foxhop  |  1297122851000  |  JSON

rev 17
rev 18
43**UPDATE:** We have implemented a very quick and dirty file upload attachment fe43**UPDATE:** We have implemented a very quick and dirty file upload attachment fe
>ature.  I would like to revisit this feature to make it more robust...>ature.  I would like to revisit this feature to make it more robust...
4444
n45create logic to upload attachments or at the very least images.  Attachment namen
>sspace should be per page, will the meta data live in the database?  uploaded at 
>tachment becomes img01, img02 img03 ect ? 
4645
n47build attachment table:n46Attachments themselves should not be stored in the database, only the meta data 
 >and a pointer to a flat file system.
4847
n49 **attachment**n48Applecore vaults uses oracle for meta data on models and drawings. 
50    49 
51 * id5064 dirs with 64 dirs in each, maybe 20 or so files in each dir would grant space
 > for 81,920 files in the wiki.
52 * page_id51 
53 * event_id52The data would be tar'd up during regular db backups.  The DB would house all th
 >e meta data about the files.
54 * url53 
55 * blob 54vault meta table:
55 
56  int id 
57  str location (/12/23/03) 12th dir, 23 dir, 03 file
58  str file_type (pdf, csv, jpg, png, mp3)
59  str save_name (wedding.jpg)
60  str description
61  int related page   
62 
5663
57Should pages have tags?64Should pages have tags?
104Forgot password email logic...111Forgot password email logic...
105112
nn113**COMPLETED**
114 
106115
107Authentication options116Authentication options
109118
110* Create module for ldap / active directory authentication119* Create module for ldap / active directory authentication
nn120  (asset management system implemented LDAP auth)
111* Create module for openid authentication121* Create module for openid authentication
112* Create module for facebook auth122* Create module for facebook auth
tt123  (http://four2go.gumyum.com)
113* Create module for twitter auth124* Create module for twitter auth
114* Create a way for users to link multiple auth methods to access the same pylowi125* Create a way for users to link multiple auth methods to access the same pylowi
>ki account/user>ki account/user
rev 17  |  foxhop  |  1289339884000  |  JSON

rev 16
rev 17
t1PvUMNH  <a href="http://kmhcewfradsl.com/">kmhcewfradsl</a>, [url=http://ghrbtxot1Small todo list
>yeoua.com/]ghrbtxoyeoua[/url], [link=http://lupmnaalvaxs.com/]lupmnaalvaxs[/link 
>], http://aubcjhvbsofy.com/ 
2===================
3 
4A list of features I want to implement in `Pylowiki <pylowiki>`_
5 
6.. contents:: 
7 
8 
9 
10Create on a deleted page
11==========================
12 
13Create on a deleted page should set the deleted flag to false and create a new r
 >evision based on the create textarea on submit.  
14 
15 
16 
17Sortable page lists
18==========================
19give the ability to sort by:
20 
21* active (sorted by edited date ascending)
22* newest (sorted by page creation date ascending?)
23* oldest (sorted by page creation date descending?)
24* alphabet (ascending and descending)
25* on tab change account to accounts or users.
26 
27Embed flash videos
28======================
29 
30We need to be able to embed flash videos much like the images declaration.  
31 
32**Update:** We have added the youtube directive for video embedding.  
33 
34Ajax edit submissions
35=============================
36 
37Code each edit form to use ajax to send data to the webserver.  The user interac
 >tions will be more smooth without page reloads.
38 
39 
40Upload attachments
41=========================
42 
43**UPDATE:** We have implemented a very quick and dirty file upload attachment fe
 >ature.  I would like to revisit this feature to make it more robust...
44 
45create logic to upload attachments or at the very least images.  Attachment name
 >sspace should be per page, will the meta data live in the database?  uploaded at
 >tachment becomes img01, img02 img03 ect ?
46 
47build attachment table:
48 
49 **attachment**
50    
51 * id
52 * page_id
53 * event_id
54 * url
55 * blob 
56 
57Should pages have tags?
58===============================
59 
60* Should pages have tags? 
61* How would categories or tags be useful? 
62* Do people use tags for navigation? 
63 
64 
65 
66 
67 
68 
69 
70Canned themes
71==================
72 
73Create a few canned themes so show off the design possibilities of Pylowiki.
74 
75I plan to place pylowiki into the fluid 960 css framework to motivate others as 
 >well as myself into creating custom themes/skins
76 
77**Status:** I created an entry point for custom CSS sheets in the base.mako cust
 >om-style.css ... Pylowiki was placed into the fluid 960 css framework!
78 
79 
80 
81 
82 
83 
84 
85 
86How to Pylowiki
87===================
88 
89Create a few articles to explain how to:
90 
91* Download
92* Install
93* Configure
94* Deploy
95* Update
96* Extend
97 
98Pylowiki
99 
100 
101Email
102==========
103 
104Forgot password email logic...
105 
106 
107Authentication options
108========================
109 
110* Create module for ldap / active directory authentication
111* Create module for openid authentication
112* Create module for facebook auth
113* Create module for twitter auth
114* Create a way for users to link multiple auth methods to access the same pylowi
 >ki account/user
115 
116 
117 
118 
119 
120 
rev 16  |  unknown  |  1289323711000  |  JSON

rev 15
rev 16
t No Differences Found t No Differences Found 
rev 15  |  unknown  |  1289323707000  |  JSON

rev 14
rev 15
t19cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqwat1PvUMNH  <a href="http://kmhcewfradsl.com/">kmhcewfradsl</a>, [url=http://ghrbtxo
>oauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link>yeoua.com/]ghrbtxoyeoua[/url], [link=http://lupmnaalvaxs.com/]lupmnaalvaxs[/link
>], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqg>], http://aubcjhvbsofy.com/
>ns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrf 
>zns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ij 
>bjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/u 
>rl], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com 
>/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqw 
>aoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/lin 
>k], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlq 
>gns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsr 
>fzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://i 
>jbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/ 
>url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.co 
>m/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaq 
>waoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/li 
>nk], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmml 
>qgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzs 
>rfzns.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.c 
>om/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxa 
>qwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/l 
>ink], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmm 
>lqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdz 
>srfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/ 
rev 14  |  unknown  |  1289297335000  |  JSON

rev 13
rev 14
t No Differences Found t No Differences Found 
rev 13  |  unknown  |  1289297334000  |  JSON

rev 12
rev 13
t1Small todo listt19cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqwa
 >oauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link
 >], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqg
 >ns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrf
 >zns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ij
 >bjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/u
 >rl], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com
 >/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqw
 >aoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/lin
 >k], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlq
 >gns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsr
 >fzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://i
 >jbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/
 >url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.co
 >m/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxaq
 >waoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/li
 >nk], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmml
 >qgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzs
 >rfzns.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.c
 >om/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmmlqgns</a>, [url=http://tzxa
 >qwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdzsrfzns.com/]gjlcdzsrfzns[/l
 >ink], http://ctsnekvrjmwg.com/9cf5rV  <a href="http://ijbjxmmlqgns.com/">ijbjxmm
 >lqgns</a>, [url=http://tzxaqwaoauqi.com/]tzxaqwaoauqi[/url], [link=http://gjlcdz
 >srfzns.com/]gjlcdzsrfzns[/link], http://ctsnekvrjmwg.com/
2===================
3 
4A list of features I want to implement in `Pylowiki <pylowiki>`_
5 
6.. contents:: 
7 
8 
9 
10Create on a deleted page
11==========================
12 
13Create on a deleted page should set the deleted flag to false and create a new r
>evision based on the create textarea on submit.   
14 
15 
16 
17Sortable page lists
18==========================
19give the ability to sort by:
20 
21* active (sorted by edited date ascending)
22* newest (sorted by page creation date ascending?)
23* oldest (sorted by page creation date descending?)
24* alphabet (ascending and descending)
25* on tab change account to accounts or users.
26 
27Embed flash videos
28======================
29 
30We need to be able to embed flash videos much like the images declaration.  
31 
32**Update:** We have added the youtube directive for video embedding.  
33 
34Ajax edit submissions
35=============================
36 
37Code each edit form to use ajax to send data to the webserver.  The user interac
>tions will be more smooth without page reloads. 
38 
39 
40Upload attachments
41=========================
42 
43**UPDATE:** We have implemented a very quick and dirty file upload attachment fe
>ature.  I would like to revisit this feature to make it more robust... 
44 
45create logic to upload attachments or at the very least images.  Attachment name
>sspace should be per page, will the meta data live in the database?  uploaded at 
>tachment becomes img01, img02 img03 ect ? 
46 
47build attachment table:
48 
49 **attachment**
50    
51 * id
52 * page_id
53 * event_id
54 * url
55 * blob 
56 
57Should pages have tags?
58===============================
59 
60* Should pages have tags? 
61* How would categories or tags be useful? 
62* Do people use tags for navigation? 
63 
64 
65 
66 
67 
68 
69 
70Canned themes
71==================
72 
73Create a few canned themes so show off the design possibilities of Pylowiki.
74 
75I plan to place pylowiki into the fluid 960 css framework to motivate others as 
>well as myself into creating custom themes/skins 
76 
77**Status:** I created an entry point for custom CSS sheets in the base.mako cust
>om-style.css ... Pylowiki was placed into the fluid 960 css framework! 
78 
79 
80 
81 
82 
83 
84 
85 
86How to Pylowiki
87===================
88 
89Create a few articles to explain how to:
90 
91* Download
92* Install
93* Configure
94* Deploy
95* Update
96* Extend
97 
98Pylowiki
99 
100 
101Email
102==========
103 
104Forgot password email logic...
105 
106 
107Authentication options
108========================
109 
110* Create module for ldap / active directory authentication
111* Create module for openid authentication
112* Create module for facebook auth
113* Create module for twitter auth
114* Create a way for users to link multiple auth methods to access the same pylowi
>ki account/user 
115 
116 
117 
118 
119 
120 
rev 12  |  foxhop  |  1288442607000  |  JSON

rev 11
rev 12
115115
116116
n117User and Page Commentsn
118============================
119 
120Implement user and page comments!  bring the "social network" to the wiki.
121 
122w00t Take a look at the bottom of each wiki page!  We have comments!
123 
124**Status:** Complete!
125117
126118
127119
128120
t129 t
rev 11  |  foxhop  |  1286571110000  |  JSON

rev 10
rev 11
120Implement user and page comments!  bring the "social network" to the wiki.120Implement user and page comments!  bring the "social network" to the wiki.
121121
t122w00tt122w00t Take a look at the bottom of each wiki page!  We have comments!
123 
124**Status:** Complete!
123125
124126
rev 10  |  foxhop  |  1286051576000  |  JSON

rev 9
rev 10
75I plan to place pylowiki into the fluid 960 css framework to motivate others as 75I plan to place pylowiki into the fluid 960 css framework to motivate others as 
>well as myself into creating custom themes/skins>well as myself into creating custom themes/skins
7676
n77**Status:** I created an entry point for custom CSS sheets in the base.mako custn77**Status:** I created an entry point for custom CSS sheets in the base.mako cust
>om-style.css>om-style.css ... Pylowiki was placed into the fluid 960 css framework!
7878
7979
115115
116116
nn117User and Page Comments
118============================
119 
120Implement user and page comments!  bring the "social network" to the wiki.
121 
122w00t
117123
118124
119125
120126
tt127 
rev 9  |  foxhop  |  1284070111000  |  JSON

rev 8
rev 9
40Upload attachments40Upload attachments
41=========================41=========================
tt42 
43**UPDATE:** We have implemented a very quick and dirty file upload attachment fe
 >ature.  I would like to revisit this feature to make it more robust...
4244
43create logic to upload attachments or at the very least images.  Attachment name45create logic to upload attachments or at the very least images.  Attachment name
>sspace should be per page, will the meta data live in the database?  uploaded at>sspace should be per page, will the meta data live in the database?  uploaded at
>tachment becomes img01, img02 img03 ect ?>tachment becomes img01, img02 img03 ect ?
rev 8  |  foxhop  |  1279965113000  |  JSON

rev 7
rev 8
71Create a few canned themes so show off the design possibilities of Pylowiki.71Create a few canned themes so show off the design possibilities of Pylowiki.
7272
tt73I plan to place pylowiki into the fluid 960 css framework to motivate others as 
 >well as myself into creating custom themes/skins
74 
73**Status:** I created an entry point for custom CSS sheets in the base.mako cust75**Status:** I created an entry point for custom CSS sheets in the base.mako cust
>om-style.css>om-style.css
7476
rev 7  |  foxhop  |  1279365332000  |  JSON

rev 6
rev 7
7676
7777
t78WYSIWYMt
79============
80 
81Attempt 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 esta 
>te is expensive.   
82 
83**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>
>`_ for rST or creole... Looks promising 
84 
85**Klas Josephson** has started a rST parcer for markItUp! located here:
86 
87* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext
>?desc=1 
88 
89**Status:** Complete!  Support has been added!
9078
9179
rev 6  |  test  |  1279106301000  |  JSON

rev 5
rev 6
102* Deploy102* Deploy
103* Update103* Update
tt104* Extend
104105
105Pylowiki106Pylowiki
rev 5  |  foxhop  |  1278631846000  |  JSON

rev 4
rev 5
87* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext87* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext
>?desc=1>?desc=1
8888
tt89**Status:** Complete!  Support has been added!
8990
9091
rev 4  |  foxhop  |  1278449134000  |  JSON

rev 3
rev 4
45build attachment table:45build attachment table:
4646
n47 ** attachment**n47 **attachment**
48    48    
49 * id49 * id
7070
71Create a few canned themes so show off the design possibilities of Pylowiki.71Create a few canned themes so show off the design possibilities of Pylowiki.
tt72 
73**Status:** I created an entry point for custom CSS sheets in the base.mako cust
 >om-style.css
7274
7375
rev 3  |  foxhop  |  1278449032000  |  JSON

rev 2
rev 3
43create logic to upload attachments or at the very least images.  Attachment name43create logic to upload attachments or at the very least images.  Attachment name
>sspace should be per page, will the meta data live in the database?  uploaded at>sspace should be per page, will the meta data live in the database?  uploaded at
>tachment becomes img01, img02 img03 ect ?>tachment becomes img01, img02 img03 ect ?
4444
tt45build attachment table:
46 
47 ** attachment**
48    
49 * id
50 * page_id
51 * event_id
52 * url
53 * blob 
4554
46Should pages have tags?55Should pages have tags?
rev 2  |  foxhop  |  1277570196000  |  JSON

rev 1
rev 2
111111
112112
n113Revision Diffsn
114================
115 
116We need to implement a way for users to view what has changed... We need a metho
>d of running a diff on a revision compared to the current state of the page?  Ma 
>ybe look into python difflib. 
117 
118**Update:** Complete
119113
120114
tt115 
rev 1  |  foxhop  |  1276972827000  |  JSON

empty
rev 1
tt1Small todo list
2===================
3 
4A list of features I want to implement in `Pylowiki <pylowiki>`_
5 
6.. contents:: 
7 
8 
9 
10Create on a deleted page
11==========================
12 
13Create on a deleted page should set the deleted flag to false and create a new r
 >evision based on the create textarea on submit.  
14 
15 
16 
17Sortable page lists
18==========================
19give the ability to sort by:
20 
21* active (sorted by edited date ascending)
22* newest (sorted by page creation date ascending?)
23* oldest (sorted by page creation date descending?)
24* alphabet (ascending and descending)
25* on tab change account to accounts or users.
26 
27Embed flash videos
28======================
29 
30We need to be able to embed flash videos much like the images declaration.  
31 
32**Update:** We have added the youtube directive for video embedding.  
33 
34Ajax edit submissions
35=============================
36 
37Code each edit form to use ajax to send data to the webserver.  The user interac
 >tions will be more smooth without page reloads.
38 
39 
40Upload attachments
41=========================
42 
43create logic to upload attachments or at the very least images.  Attachment name
 >sspace should be per page, will the meta data live in the database?  uploaded at
 >tachment becomes img01, img02 img03 ect ?
44 
45 
46Should pages have tags?
47===============================
48 
49* Should pages have tags? 
50* How would categories or tags be useful? 
51* Do people use tags for navigation? 
52 
53 
54 
55 
56 
57 
58 
59Canned themes
60==================
61 
62Create a few canned themes so show off the design possibilities of Pylowiki.
63 
64 
65 
66 
67WYSIWYM
68============
69 
70Attempt 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 esta
 >te is expensive.  
71 
72**BiosElement** suggested using `markItUp! <http://markitup.jaysalvat.com/home/>
 >`_ for rST or creole... Looks promising
73 
74**Klas Josephson** has started a rST parcer for markItUp! located here:
75 
76* http://www.maths.lth.se/webdev/browser/media/js/markitup/sets/restructuredtext
 >?desc=1
77 
78 
79 
80 
81 
82How to Pylowiki
83===================
84 
85Create a few articles to explain how to:
86 
87* Download
88* Install
89* Configure
90* Deploy
91* Update
92 
93Pylowiki
94 
95 
96Email
97==========
98 
99Forgot password email logic...
100 
101 
102Authentication options
103========================
104 
105* Create module for ldap / active directory authentication
106* Create module for openid authentication
107* Create module for facebook auth
108* Create module for twitter auth
109* Create a way for users to link multiple auth methods to access the same pylowi
 >ki account/user
110 
111 
112 
113Revision Diffs
114================
115 
116We need to implement a way for users to view what has changed... We need a metho
 >d of running a diff on a revision compared to the current state of the page?  Ma
 >ybe look into python difflib.
117 
118**Update:** Complete
119 
120