README-PIMKI in Pimki-1.4.092 vs README-PIMKI in Pimki-1.5.092
- old
+ new
@@ -46,26 +46,38 @@
* All pages: most often visited
* User definable wiki-text
* Expanded Search:
* Search also tries to match the page names (not just contents).
* Now showing part of sentance around match in search-results page
+* Advanced Search
+ * Case sensitivity
+ * Search as regex, phrase or words
+ * Search pages and bliki entries
+ * Search in page names / contents
+ * Limit search to selected categories
+ * Limit search to selected authors
* Removed unnecessary (for me) stuff from the nav-bar: RSS, authors, export.
Moved to bottom of Home Page.
* Minor stylesheet tweaks.
-ToDo:
-* Expand todo with @Context
-* Advanced Search
- * Advanced Search options (not just regexp, case sensitivity etc)
- * Highlight match on individual page when clicked form search results
-* Editable left-side menu options: by search results? by author?
-
-
Command-line options:
Run "ruby pimki.rb --help"
+Please note also that RedCloth (http://redcloth.rubyforge.org) is set to
+version 2.0.11 by default. Version 3.0.1 is a bit experimental. You can select
+which version of redcloth via --redcloth command line argument.
+
History:
+1.5.092 Bug fixes & new features release
+ - Several bug fixes
+ - RedCloth is now defaulting to 2.0.11. Controllable thru commandline.
+ - Advanced Search
+ - c2 wiki links via [c2[PageName]]
+ - FavIcon (working in Firefox)
+ - Madeleine Snapshot Controls (thru edit_web)
+
+
1.4.092 New features release
- Added a major/minor edit override for the default 'continous edit' when
revising a page.
- MarkDown can now be through RedCloth 3.0.0 (experimental) or BlueCloth.
- Integrated Instiki release 0.9.2 features and bug fixes.