Differences between version 63 and revision by previous author of WikiToDo.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 63 | Last edited on Thursday, October 6, 2005 11:39:40 pm | by AristotlePagaltzis | Revert |
Older page: | version 62 | Last edited on Tuesday, September 13, 2005 10:37:29 am | by JohnMcPherson | Revert |
@@ -10,8 +10,17 @@
* Do you need to specify the size at all? The standards say "medium" means the default size for normal text. MSIE thinks "small is the default size for normal text. If you leave out definitions, normal text will default to being default size anyway. --DouglasBagnall
!! Minor Display / Stylistic Issues
+
+* InterWiki link prefixes usually clutter up the rendered page. F.ex., every single ~WikiPedia: link on the wiki is of the form <tt>~[foo | ~WikiPedia:foo]</tt> because *noone* wants the damn "~WikiPedia:" bit showing up on the rendered page. So the prefix should not show up on the rendered page. Instead this information would just show up as "foo on ~WikiPedia" in the link's title attribute.
+
+ However, there are some prefixes like RFC: which actually *should* be rendered, and some like Category: where it can go both ways. This could be addressed in two ways:
+
+ # More syntax. <tt>~[~WikiPedia:foo]</tt> renders the prefix, but <tt>~[~WikiPedia::foo]</tt> doesn't.
+ # Make this as a per-entry setting in the InterWikiMap. But that seems more complex to implement and would be less flexible.
+
+ --AristotlePagaltzis
* Not so minor: the BackLinks code needs a thorough fixing. F.ex., if I link to Wiki:DisagreeByDeleting, it thinks I'm pointing at [DisagreeByDeleting | phpwiki:DisagreeByDeleting]. --AristotlePagaltzis
''Any idea if this has been fixed in one of the newer phpwiki releases? We're currently in the process of migrating up to CVS head from the mid-2002+wlug_hacks snapshot that we're currently using.'' --MattBrown
@@ -22,21 +31,18 @@
''Hmm, they've always been listed in the SideBar, and the link was there anyway. Does it do any harm to have that link around? I find it handy once in a long while.'' --AristotlePagaltzis
* monospace font apparently looks different in page content / tt / pre ? -- JohnMcPherson
+
+ ''They look the same to me.'' --AristotlePagaltzis
* Content in includepage plugin probably should be a size smaller than the main page -- CraigBox
+
+ ''Maybe that should be an option to the includepage invocation? --AristotlePagaltzis''
* Generate a text rendered version of the wiki pages for use by the meeting reminder bot. -- I'm pretty sure this item is already handled... --MattBrown
* Replace current image buttons ("Preview" and "Save" on the edit page, "Diff" and the duration buttons on RecentChanges) with simple buttons/links styled like the "Search" one at the page top, for consistency and readability. --AristotlePagaltzis
-
-* Add wiki quick refs back... --ElroyLiddington
-
- ''Unlikely to happen, they clutter...
- Would a simple link to the TextFormattingRules page be acceptable? -- MattBrown''
-
- ''That would work for me :) -- ElroyLiddington''
* Backlinks could do to be in a size (far?) smaller than page text, and possibly in some kind of aligned table? -- CraigBox
''I would be in favour of rendering them as a regular bulleted list in normal size, capped at 15 or so links,