diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-25 22:10:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-25 22:10:39 -0400 |
commit | ab352678500156a9444a5815d65956af0aba7e4f (patch) | |
tree | b68c9b4027aabd7468553fbb417e190bb9aa998e | |
parent | 158d6777a6f7294009a26d8210befc5185f5e056 (diff) | |
parent | 5af5cd43a908872f90fe18204843eba6093d73bd (diff) | |
download | ikiwiki-ab352678500156a9444a5815d65956af0aba7e4f.tar ikiwiki-ab352678500156a9444a5815d65956af0aba7e4f.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r-- | doc/ikiwiki/directive/tag/discussion.mdwn | 9 | ||||
-rw-r--r-- | doc/todo/Separate_OpenIDs_and_usernames.mdwn | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/tag/discussion.mdwn b/doc/ikiwiki/directive/tag/discussion.mdwn new file mode 100644 index 000000000..0317eb5b4 --- /dev/null +++ b/doc/ikiwiki/directive/tag/discussion.mdwn @@ -0,0 +1,9 @@ +# Tags in HTML pages + +http://rhombus-tech.net is an ikiwiki site where the hardware development is expanding: there are now four hardware projects each of which has its own news page. For convenience (putting in images for example), the pages have to use HTML not markdown or any other non-HTML format. + +However as there are quite a lot of them it would make sense to have an overview page saying "news reports", and that page to be auto-generated because every individual news page is tagged. + +... except the news pages are written in HTML, not any markup language into which a tag can be placed. + +question: what is the directive which allows an HTML page to have embedded within it a markup "tag"? diff --git a/doc/todo/Separate_OpenIDs_and_usernames.mdwn b/doc/todo/Separate_OpenIDs_and_usernames.mdwn index a4940220a..b7ff82282 100644 --- a/doc/todo/Separate_OpenIDs_and_usernames.mdwn +++ b/doc/todo/Separate_OpenIDs_and_usernames.mdwn @@ -13,6 +13,8 @@ A slightly more complex next step would be to request sreg from the provider and > implemented as a badly-done wart on the side of their regular login > system. > +> > If there are user profiles on the site with non-empty information associated with them (including permissions, reputation), then it would make more sense to be able to access your user profile with alternative OpenIDs (in case one of the provider goes down), as on <http://stackoverflow.com>. In ikiwiki, there might be no such special information associated with users (or you can think of something like this?), except for the admin rights. But fortunately, several OpenIDs can be set up for admins in ikwiki. (Only if it comes to [the OpenIDs provided by Gmail][forum/google openid broken?], then it turns out to be unhandy to write the ID into the configuration file as a second admin ID.)--Ivan Z. +> > The openid plugin now attempts to get an email and a username, and stores > them in the session database for later use (ie, when the user edits a > page). |