Difference between revisions of "WxWiki:Feedback"

From WxWiki
Jump to navigation Jump to search
(test update announcer)
(short urls have been implemented)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
What do you think the wxWiki lacks? What should be done different? Put it down here and see what other people think...
 
What do you think the wxWiki lacks? What should be done different? Put it down here and see what other people think...
  
* linking to headers within a page (with html anchors) would be nice, mostly for making wx-like documentatation - see [[WxWiki WxCaret]].
+
== Requested Improvements ==
** Not a priority to me, patches probably accepted. -ARN
 
  
* Linkage support for constants such as __WINDOWS__  (listed [http://wxwidgets.org/manuals/2.4.2/wx445.htm#cppconst here])
+
Make your request here.
** well they don't really have their own page, just one line explaining them.. maybe with the 'acronym' tag.. not a priority for me, will accept patch. -ARN
 
  
* Add "Edit text of this page | View other revisions | Break out of frames" to top links bar...
+
== In Progress ==
** nice idea, willdo -ARN
 
  
* What about putting an image near [http://www.google.com normal links] like the references to wx-stuff like wxWindow ?
+
None
** might be nice. willdo if anyone contributes an image (maybe the 'block' in blue)
 
  
* See the "DECLARE_DYNAMIC_CLASS() and IMPLEMENT_DYNAMIC_CLASS( , )" header in [[WxWidgets Source Oddities]].  Now make the browser window small - it cuts the bottom half off of the top line in the header...
+
== Done ==
** Try the STYLE="" in the next bullet also - [[RN]]
 
*** Though agreed it's not pretty, not sure what you'd want here -ARN
 
  
* See how the link color is the same as the headers in [[TODO]]?
+
* A new template to provide automatic code highlighting and linking wxWidgets classes and global functions (if possible) to either they're respective official documentation or wiki page if it exists (which will in turn have links to the official docs eventually).
** Links are blue, just don't use them in headings :). 'fraid there's no easy way to fix this otherwise (do you know one?) -ARN
+
** This couldn't be done with a template, but was still added as a MediaWiki source highlighting extension with wxWidgets documentation support. See [[Help:Editing]] for information on usage.
*** What about sticking stuff in the STYLE="" field of headers? I.E. '<h1 style="a {color:white;}"></h1 style="a {color:blue;}">'
+
* Shorter URL's: Shortening it to http://wiki.wxwidgets.org/Main_Page if sf.net vhosts allow this.
**** That doesn't appear to work: <html>
+
** This wasn't possible while the wiki was hosted on sf.net, however, the wiki has been moved off of sf.net now, and this is now in effect.
<font style="a { color: black; }">text with a <a href="foo">link</a></font>
 
</html>
 
 
 
* What about using MediaWiki? [http://wiki.pearpc.net/index.php/Main_Page Sample] -- SandroSigala
 
** Would be nice, I would consider switching if someone could provide a script to convert all current contents to the new system. Mail me privately -ARN
 
 
 
* a feature to post feature requests, bugs, etc., when they are posted on sourceforge, in the [[Developers Notebook]] section of wxWiki.
 
** Don't see how that would be useful. you can just add comments to sourceforge entries, too. An easier way for linking to sourceforge pages might be nice, but for now just manually linking works fine i think. -ARN
 
 
 
* A small note - the first letter after the wxWiki: on the title is automatically capitalized whether it is capitalized in practice or not (I.E. wxWiki == WxWiki - looks kind of odd :\).
 
** Not a priority for me - patches appreciated. -ARN
 
 
 
* I can't figure out where to post questions that I don't have the answers to.  Even the FAQ only seems to contain questions that already have answers. -- hendrik
 
 
 
* Again, notice the problem with the header below?
 
== wxFileSystem and wxFileSystem ==
 
** the first one isn't highlighted...
 
 
 
* What Wiki software is used here?
 
** It's a [[UseModWiki]] with some changes of my own
 
 
 
* Many wikis have a way to export their [[RecentChanges]] page as XML or RSS. Does [[WxWiki]] have this feature?
 
** Nice idea, will look into it some day. Currently not implemented though.
 
 
 
* (I'm not sure this is the best place to suggest this.) Get wxWidgets.org to put the current manual at http://wxwidgets.org/manuals/current/wx.htm as well as http://wxwidgets.org/manuals/2.4.2/wx.htm. This would prevent having to link to a specific version where not needed.
 
 
 
* Make it so that the Wiki generates "Valid HTML"
 
** no priority as far as i'm concerned -ARN
 
 
 
* Arbitrary directory depth (i.e. only XXX and XXX/XXX is supported, no XXX/XXX/XXX)
 
** patches for this are greatly appreciated, i doubt i'll have time for it -ARN
 
*** I read at the UseModWiki site that this would not be supported... - RN
 
 
 
* Returns don't become '<br>' tags
 
** not really a problem imho, i might consider it if someone submits a patch -ARN
 
**** The UseModWiki site/forums noted that this wouldn't be supported.. - RN
 
 
 
* Make this Wiki password protected. I don't mind logging in, but spam revertion gets really tiring. When I look at recent changes, everytday SPAM hits the wxWiki fan :-(
 
 
 
Anti-spam Measures you might like to consider:
 
* Require users to enter a username and password on the settings area (ie. they must have a user account) - Athon Solo
 
* Require users to enter a 'Summary' when submitting entries - Athon Solo
 
* When changes include a non-whitelisted external link, fail the change.  External links can be added to the whitelist at a different page (possibly with anti-bot features). - DFS
 
* Keyword blacklist for edits. There is almost certainly no legitmiate need for "casino" or "hentai" in the wiki. - Arkanes
 
** There certainly was in that suggestion! - Hendrik
 
* Put a one-click "revert to last version" link - at least make it easy to remove spam. - Spam-Remover
 
 
 
= Done =
 
 
 
* Wishlist: Automatic linked summary of sections/headers/subtitles at the top of pages (like wikipedia page contents).
 
* No captcha verification for previewing edits (discourages previews).
 
* What happened to the previous revisions?  When I go to "view other revisions" I only see the last 3 or so.
 
** this was under the old usemodwiki, so no longer relevant
 

Latest revision as of 19:14, 2 April 2008

What do you think the wxWiki lacks? What should be done different? Put it down here and see what other people think...

Requested Improvements

Make your request here.

In Progress

None

Done

  • A new template to provide automatic code highlighting and linking wxWidgets classes and global functions (if possible) to either they're respective official documentation or wiki page if it exists (which will in turn have links to the official docs eventually).
    • This couldn't be done with a template, but was still added as a MediaWiki source highlighting extension with wxWidgets documentation support. See Help:Editing for information on usage.
  • Shorter URL's: Shortening it to http://wiki.wxwidgets.org/Main_Page if sf.net vhosts allow this.
    • This wasn't possible while the wiki was hosted on sf.net, however, the wiki has been moved off of sf.net now, and this is now in effect.