trying to figure out how to make ikiwiki slightly more interactive

master
https://www.google.com/accounts/o8/id?id=AItOawmE7z4CSv-ctBarutQCd70R3CcaSPPxjVk 2010-10-29 00:56:13 +00:00 committed by Joey Hess
parent 47b9f10e62
commit f54a91c302
1 changed files with 15 additions and 0 deletions

View File

@ -5,3 +5,18 @@ It looks like there is no way to logout of ikiwiki at present, meaning that if y
> It would be nice if it were not buried there, but putting it on the
> action bar statically would be confusing. The best approach might be to
> use javascript. --[[Joey]]
>> I agree that javascript seems to be a solution, but my brain falls
>> off the end of the world while looking at ways to manipulate the DOM.
>> (I'd argue also in favor of the openid_provider cookie expiring
>> in less time than it does now, and being session based)
>> It would be nice to move navigational elements to the upper right corner
>> of the page...
>> I have two kinds of pages (wiki and blog), and three classes of users
>> anonymous users - display things like login, help, and recentchanges,
>> non-admin users - on a per subdir basis (blog and !blog) display
>> logout, help, recentchanges, edit, comment
>> admin users - logout, help, recentchanges, edit, comment, etc