summaryrefslogtreecommitdiff
path: root/TWiki/GnuSkinTodo.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2003-02-27 19:04:47 +0000
committerJoachim Nilsson <joachim@gnufans.org>2003-02-27 19:04:47 +0000
commitc423522fe91af65ff1d887dc4e47b1e5bceb9fdc (patch)
treedb52780ba4adabc36cfb298f6f34cbc88aa7b3f3 /TWiki/GnuSkinTodo.mdwn
parent8b99e797aa54bedf696816b4e41724dc1521a557 (diff)
none
Diffstat (limited to 'TWiki/GnuSkinTodo.mdwn')
-rw-r--r--TWiki/GnuSkinTodo.mdwn36
1 files changed, 27 insertions, 9 deletions
diff --git a/TWiki/GnuSkinTodo.mdwn b/TWiki/GnuSkinTodo.mdwn
index f7a42a6d..6cc0a4be 100644
--- a/TWiki/GnuSkinTodo.mdwn
+++ b/TWiki/GnuSkinTodo.mdwn
@@ -8,28 +8,46 @@ _Simplify, simplify, simplify!_
There is actually a book written on this very topic. To emphasize the subject even further, and contrasting with popular works of today, the book is brief and straight to the point. If you don't believe me, read [Elements of Style](http://www.amazon.com/exec/obidos/ASIN/0205191584/paradigmonlinewr/102-3410829-5714537), William Strunk &amp; E. B. White.
+----
+
+Development progresses smoothly if you would like to check out the very latest in [[GnuSkin]] development you can visit the following site. No promises are made to ensure user experience or even if the site is up and running w/o bugs ... beware of bleeding edge!
+
+* <http://joachim.vmlinux.org/twiki/bin/view/>
+
+Use the sand box for tests and fooling around.
+
+-- [[Main/JoachimNilsson]] - 27 Feb 2003
+
### <a name="Release_1_2"> Release 1.2 </a>
-The current branch for the TWiki:Codev/AthensRelease
+The current 1.x branch for the TWiki:Codev/AthensRelease of TWiki
**_Pending:_**
-* Reintroduce the preview - people seem to want it back.
- * Two buttons in edit mode: "Save Now!" and "Preview First"
- * if (GNUSKIN\_PREVIEW == true) then open preview.gnu.tmpl else save\_immediately fi
- * Use the TWiki:Codev/SavemultiCgiScript by TWiki:Main/ColasNahaboo
-
* Document the [[WebMenu]] changes, e.g., how Edit Menu defaults to edit the [[TWiki/WebMenu]] when the current web does not have a WebMenu topic. To use per-web specific menus one has to first create that WebMenu topic.
-* Implement a better TWiki:Codev/GoIsSearch for the search field. The semantics are already descibed on TWiki, so an implementation shouldn't take too long to cook up.
-
* Fix CSS:
* Visited links should not have the same color as non-visited links.
+ * IMPORTANT
* Merge vmlinux.org's CSS - it has proven to be very good.
- * Add more "empty" templates that include the style sheet. The [[GnuSkin]] does not provide replacement remplates for all cases yet, this creates a mixed user experience.
+ * Blue and Green style is available - add other complementary colors as well. This is useful to contrast with the web colors! (Maybe delay this for future releases?)
+
+* Add more "empty" templates that include the style sheet. The [[GnuSkin]] does not provide replacement templates for all cases yet, this can be confusing for the user experience.
+ * IMPORTANT
**_Fixed:_**
+* Implement a better TWiki:Codev/GoIsSearch for the search field. The semantics are already descibed on TWiki, so an implementation shouldn't take too long to cook up.
+ * Used a modified version of PhotonSearch
+ * IMPLEMENTED AND TESTED -- NOT IN CVS YET
+
+* Reintroduce the preview - people seem to want it back.
+ * Two buttons in edit mode: "Save Now!" and "Preview First"
+ * Maybe enable the checkpoint save from preferences?
+ * if (GNUSKIN\_PREVIEW == true) then open preview.gnu.tmpl else save\_immediately fi
+ * Use the TWiki:Codev/SavemultiCgiScript by TWiki:Main/ColasNahaboo
+ * IMPLEMENTED AND TESTED -- NOT IN CVS YET
+
* Only the printer icon in the toolbar looks OK in IE. (In Mozilla everything looks perfect...)
* Could it be using a cleaner 250 color palette than the rest?
* Yes, it seems so. The printer icon used an indexed palette of 127 colors. The others used mixups of various possible color settings.