Menu

jj_juli / News: Recent posts

Juli v1.17.04 is released.

Dear all,

Juli v1.17.04 is released.

This release fixes the following bug:

When juli wiki file (e.g. Foo.txt) is renamed/deleted manually,
'juli tag' command fails.

Sorry for your inconvenience.
Best Regards,

Posted by Fuminori Ido 2013-05-03

Juli v1.17.03 is released.

Dear all,

Juli v1.17.03 is released.

Last release (v1.17.02) was still wrong. URL which contains hyphen (e.g. http://a/b-c) was parsed incorrectly. URL pattern is updated now.

Sorry for your inconvenience.

Best Regards,

Posted by Fuminori Ido 2013-02-12

Juli v1.17.02 is released.

Dear all,

Juli v1.17.02 is released.

URL pattern was insufficient so that updated. URL with tilde(~), URL with hash(#) was not recognized correctly.

It is now fixed.

Best Regards,

Posted by Fuminori Ido 2013-02-09

Juli v1.17.01 is released.

Dear all,

Juli v1.17.01 is released.

URL pattern in Juli text is changed. Old pattern was too simple like 'http://\S+' so that document needed to have space around the URL. New pattern is more realistic(*) so that you can write natural sentense with URL like the followings (you do not have to put space around URL):

Please refer Wikipedia(http://en.wikipedia.org/wiki/Jupiter) to see the detail.

((*) but not complele because complete URL to support http(s), ftp, mailto is very complicated...)... read more

Posted by Fuminori Ido 2013-01-19

Juli v1.17.00 is released.

Dear all,

Juli v1.17.00 is released.

Now, template can be specified for each document by macro.

Please see http://jjjuli.sourceforge.net/template(macro).shtml for the detail.

Best Regards,

Posted by Fuminori Ido 2012-10-20

Juli v1.16.03 is released.

Dear all,

This release fixes the error which happens at the following command sequence:

$ rm ../juli_public_html/.shtml
$ rm .juli/
.gdbm
$ juli tag

Sorry for your inconvenient.

Best Regards,

Posted by Fuminori Ido 2012-09-18

Juli v1.16.02 is released.

Dear all,

Two bugs are fixed:

1) 'juli init', 'juli -v', and 'juli -h' failed at non-JULI_REPO directory.
2) When .juli/config didn't contain output_top, template, and/or ext entry, juli failed.

Sorry for your inconvenient.

Best Regards,

Posted by Fuminori Ido 2012-08-01

Juli v1.16.01 is released.

Dear all,

1 bug was found. When no tagged wikipage exists and the page is tagged,
'(no tag)' is still tagged. v1.16.01 fixes this issue. Sorry for your inconvenient.

By the way...

Even Juli is minor project, I see several downloads. If you feel something, I would very appreciate you post any feedback to this page.

Thank you for using juli!

Posted by Fuminori Ido 2012-07-14

Juli v1.16.00 is released.

Dear all,

Tag feature is updated!:

  • tag-cloud is introduced.
  • no-tag page is listed in _tag.shtml page.

If you upgrade from previous version, please reset tag info by the following steps:

(install juli v1.16.00)
$ cd $JULI_REPO
$ rm .juli/.gdbm
$ rm OUTPUT_DIR/
.shtml # OUTPUT_DIR is defined in your .juli/config
$ juli # regenerate .shtml to reset .juli/.gdbm tag-DB
$ juli tag # regenerate _tag.shtml... read more

Posted by Fuminori Ido 2012-07-03

Juli v1.15.00 is released.

Dear all,

I18n(Internationalization) is supported now.

Please see the reference http://jjjuli.sourceforge.net/i18n.shtml for the detail.

Best regards.

Posted by Fuminori Ido 2012-06-27

Juli v1.14.00 is released.

Dear all,

Interlink to wikipedia is implemented as Juli macro as follows:

{wikipedia word}

Please see the reference http://jjjuli.sourceforge.net/wikipedia(macro).shtml for the detail.

Best regards.

Posted by Fuminori Ido 2012-06-05

How to customize css and js files

Dear all,

"How to customize css and js files" section is added in tips document:

http://jjjuli.sourceforge.net/tips.shtml

Best Regards,

Posted by Fuminori Ido 2012-05-26

Juli v1.13.01 is released.

Dear all,

Even when no 'photo' related macro is not used and no config at .juli/conf, juli(1) command failed. This bug is fixed now.

Best regards.

Posted by Fuminori Ido 2012-05-26

Juli v1.13.00 is released.

Dear all,

Now, Map can be drawn by macro by just followings:

{jmap latitude,longtitude}

Please see the reference http://jjjuli.sourceforge.net/jmap(macro).shtml for the detail.

== INCOMPATIBILITY between old juli(<v1.12) and v1.13

The format of your customized template in .juli/config is now changed as follows:

old: ...%s...
new:
...%{href}... (Facebook)
...%{asins}... (Amazon link)... read more

Posted by Fuminori Ido 2012-05-23

Juli v1.12.00 is released.

Dear all,

Now, Facebook 'Like!' and 'comments' are supported.

Of course, Mash-up facebook plug-in with juli can be done independently, but I would like to support it as 'helper' and to show how to do that.

My personal Juli wiki-site is, of course, introduce these Facebook features. Please visit http://wtech.dip.jp/juli/ as a demonstration of these features.

Best regards.

Posted by Fuminori Ido 2012-05-15

Juli v1.11.00 is released.

Dear all,

Now, 'tag' macro and command is introduced.

Tag is a kind of category for each wiki page, but more flexible.

I know that this version of 'tag' command generates quite simple page. It will be enhanced in the future.

Please read http://jjjuli.sourceforge.net/tag(macro).shtml for the detail.

Please be aware that only Ruby 1.9.* is supported since this version.

Best regards.

Posted by Fuminori Ido 2012-05-06

Juli v1.10.00 is released.

Dear all,

Now, 'photo' macro is introduced.

You can now embed photo in Juli wiki-page with just one-line as follows:

{photo a/b/c.jpg}

Where, a/b/c.jpg is a path of your photo under a specified directory.

Then, wiki page has your small sized a/b/c.jpg photo embeded in
wiki-page and when clicking the small photo, large size of your
photo is displayed.

This two-step action is established by the photo-macro above.... read more

Posted by Fuminori Ido 2012-04-23

Juli v1.09.00 is released.

Dear all,

Juli v1.09.00 is released. Juli now supports "macro" !

v1.09 provides just two macros, one is juli wiki word escaping {!...} (old version's notation is {...}), and the other is amazon link. please read the chapter 'macro' in juli document (http://jjjuli.sourceforge.net/#j00039_header).

Best regards.

Posted by Fuminori Ido 2012-04-12

Juli v1.08.00 is released.

Dear all,

Juli v1.08.00 is released.

Now, sitemap has sort key on filename and mtime.

Best regards.

Posted by Fumisky Wells 2011-11-14

Juli v1.07.00 is released.

Dear all,

Juli v1.07.00 is released.

Now, dictionary list (both standard and compact) can be written in ordered/unordered list.

Best regards.

Posted by Fumisky Wells 2011-09-26

Juli v1.06.01 is released.

Dear all,

Juli v1.06.01 is released.

Now, ruby-1.9. is supported. ruby-1.8. is stil supported also.

Personally, just now I start to use ruby-1.9.2 for some project. For documenting, I use Juli in 1.9 environment. Now no storess since it's working on both 1.8 and 1.9.

So far so good, isn't it?

Best regards.

Posted by Fumisky Wells 2011-09-22

Juli v1.06.00 is released.

Dear all,

Juli v1.06.00 is released.

"Dictionary list" in Juli wiki formatting is supported. Please see http://jjjuli.sourceforge.net/#j00033_header for more detail.

This is external update, but big change is in internal. Parser is totally re-designed so that about 300 lines of code is reduced and logic becomes very clear. If you are interested in, please read lib/juli/parser.y in the source package.... read more

Posted by Fumisky Wells 2011-09-20

Juli v1.05.00 is released.

Dear all,

Juli v1.05.00 is released.

Do you know "Takahashi method"?

It is one of presentation style by any presentation tool (e.g. PowerPoint and now Juli).

I like that so that I add the generator in July.
If you are interested in that, please visit http://jjjuli.sourceforge.net/

Best regards.

Posted by Fumisky Wells 2011-09-05

Juli v1.04.00 is released.

Dear all,

Juli v1.04.00 is released.

= Enhancement

'Slidy' generator is added, which shows juli document as a slideshow on browser. This approach may be an alternative to Powerpoint.

This may not be related to Juli's original concept (offline wiki), but actually I love this slidy feature because of fun;-)

Best regards.

Posted by Fumisky Wells 2011-09-02

Juli v1.03.00 is released.

Dear all,

Juli v1.03.00 is released.

= Enhancement

  1. je(1) time consuming task, which happens when Wiki entry is new one, is executed in background.

  2. juli_tb.rb is introduced, but this is just experimental. It is for 'trackback ping'.

= Document update

Fix some wrong English sentense...

Best regards.

Posted by Fumisky Wells 2011-08-29