templates/default/content/Planned%20Features.textile in Soks-1.0.1 vs templates/default/content/Planned%20Features.textile in Soks-1.0.2
- old
+ new
@@ -3,18 +3,28 @@
For features that are planned for the next release or two, see the to do list.
h2. Features in v1.1.0
* A way of storing and using meta-data about each page
+* Pages should not link to themselves because it's confusing. See the Ruby page. -- At one point they didn't. I wonder when this crept back in. (When you forgot to add a test? ;) --Bil). This is done (and there is a test for it!).
h2. Features in v1.2.0
-* A way of editing by paragraph as well as page
+* A way of editing by paragraph as well as page, which would help avoid edit conflicts.
h1. Desired Features
-Let me know if there is anything that you would like to see, or add it here:
+Add what you would like to see, or email the author:
+* Move the wiki name and logo, important pages, search box, and navigation links to a top navigation, similiar to Instiki, to make the important links easier to spot.
+* Some method of avoiding edit conflicts
+** Page locking like Instiki would be okay, but paragraph locking once editing by paragraph is added would be better.
+* Have a h1 with the page's title automatically sent to browsers, rather than requiring it to be added and update seperately.
+* Analysis of text to avoid linking commonly used words (because maintaining a list of common words to avoid auto-linking seems like a kludge, and will make translation more difficult if/when that happens), and perhaps automatic categorization of pages: the "Ruby Classifier library":http://classifier.rufy.com/ using Latent Sematic Analysis may help, by avoiding autolinking to any pages whose titles are "uninteresting".
+** Downside: this would use more memory and processor cycles
+* Redirects with greedy matching: example, redirect ruby programming language, to ruby.
+* Case insensitive URLs: for instance, /view/home-page instead of /view/HomePage (make one redirect to the other?)
+** At the moment you may also use /view/home page (with the space) in many browsers.
* Flesh out the RSS feed:
** (Remove the logo and search box?)
** Replace the <notextile>* [[ page title ]]</notextile> asterisk and brackets with quotation marks? --Bil
* Fast CGI or the like as an alternative to Webrick
* Give each automaticsummary a unique name so several can update the same page