wiki:NikoCaleMacro

Version 4 (modified by yattom, 17 years ago) (diff)

--

Niko-Niko Calendar Macro

Notice: This plugin is unmaintained and available for adoption.

Description

This macro provides an easy-to-create Niko Niko Calendar. ( http://www.geocities.jp/nikonikocalendar/index_en.html )

Bugs/Feature Requests

Existing bugs and feature requests for NikoCaleMacro are here.

If you have any issues, create a new ticket.

Download

  1. Download the zipped source from [download:nikocalemacro here].
  2. place 0.10/nikocale.py into your plugins directory.
  3. create htdocs/img directory in your project directory.
  4. place img/*.png into your htdocs/img directory.

You can any image files for the faces. Filenames must be 'good.png', 'ordinary.png', and 'bad.png' and in htdocs/img/.

Source

You can check out NikoCaleMacro from here using Subversion, or browse the source with Trac.

Example

Screenshot

{{{
#!NikoCale
yattom,7/2,(^o^)
yattom,7/3,(-_-), bad bug
yattom,7/4,(-_-)
morita,7/2,(>_<)
morita,7/3,(>_<)
# 'good', 'ordinary', and 'bad' can be used instead of face marks.
# either 1, 2, and 3 are ok.
take,7/2,1
take,7/3,2
take,7/4,1
# empty name is for empty row (like weekends)
,7/7,
,7/8,
}}}

Recent Changes

15264 by rjollos on 2016-02-11 04:22:34
Remove unnecessary svn:mime-type on py files

svn:mime-type was set to "plain" for many files.

12253 by rjollos on 2012-10-24 08:32:38
Fixes #1796, #1797: Reverted macro name to NikoCale for backward compatibility.
12252 by rjollos on 2012-10-24 08:28:14

Fixes #1796, #1797:

  • Updated macro for Trac 0.11+.
  • Renamed macro from NikoCale to NikoCalendar.
  • Macro is now installed as an egg.
  • Renamed 0.10 directory to trunk.


Macro should work with 0.11 through 1.0.

(more)

Author/Contributors

Author: yattom
Contributors:

Attachments (1)

Download all attachments as: .zip