Changes between Version 7 and Version 8 of NoteBoxPlugin


Ignore:
Timestamp:
Jan 3, 2010, 2:40:43 AM (14 years ago)
Author:
Adrian Fritz
Comment:

Complete install instructions.

Legend:

Unmodified
Added
Removed
Modified
  • NoteBoxPlugin

    v7 v8  
    1616
    1717It will look like this:
    18  * [[Image(notebox_preview_v0.1.png)]]
     18 [[Image(notebox_preview_v0.1.png)]]
    1919
    2020== Bugs/Feature Requests ==
     
    2626[http://trac-hacks.org/newticket?component=NoteBoxPlugin&owner=gruenebe new ticket].
    2727
    28 == Download ==
     28== Download  / Source ==
    2929
    3030Download the zipped source from [download:noteboxplugin here].
    3131
     32You can check out NoteBoxPlugin from [./svn/noteboxplugin here] using Subversion, or [source:noteboxplugin browse the source] with Trac.
     33
    3234== Installation ==
    3335
    34 Unzip the code and type
     36 1. Unzip the code and type
    3537{{{
    3638$>python setup.py install
    3739}}}
    38 
    39 == Source ==
    40 
    41 You can check out NoteBoxPlugin from [http://trac-hacks.org/svn/noteboxplugin here] using Subversion, or [source:noteboxplugin browse the source] with Trac.
     40 2. or use {{{ easy_install }}} as below then, restart web server, finally enable it at {{{ admin/general/plugins }}}
     41{{{
     42#!sh
     43easy_install http://trac-hacks.org/svn/sectioneditplugin/0.11
     44}}}
    4245
    4346== Example ==
     
    4851 * '''![[NoteBox(note, my Text)]]'''
    4952where ''my Text'' can be replaced with your text.
    50 
    51 NOTE: It is vital that there is a space after the comma, and that the following text does not have any ', ' (comma-space) in it.  The macro splits around this two-character string.
    52 
     53{{{
     54#!div class="important"
     55'''NOTE''': It is vital that there is a space after the comma, and that the following text does not have any ', ' (comma-space) in it. (If do you want details, see #4124.)
     56}}}
    5357
    5458== Recent Changes ==