Changes between Version 68 and Version 69 of FullBlogPlugin


Ignore:
Timestamp:
May 14, 2021, 8:06:02 AM (3 years ago)
Author:
figaro
Comment:

Version number changes accordingly

Legend:

Unmodified
Added
Removed
Modified
  • FullBlogPlugin

    v68 v69  
    8787To use it:
    8888 * Install TagsPlugin 0.6
    89  * Install FullBlogPlugin
     89 * Install FullBlogPlugin, see [[#Installation]] instructions below
    9090 * Upgrade the Trac environment:
    9191 {{{#!sh
    92 trac-admin /path/to/env upgrade
     92$ trac-admin /path/to/env upgrade
    9393}}}
    9494 * Run the migration script:
    9595 {{{#!sh
    96 migrate-tracblog.py /path/to/environment
     96$ migrate-tracblog.py /path/to/environment
    9797}}}
    9898 * Confirm that the migration succeeded, then remove the old posts if desired:
    9999 {{{#!sh
    100 migrate-tracblog.py /path/to/environment --delete-only
     100$ migrate-tracblog.py /path/to/environment --delete-only
    101101}}}
    102102
     
    132132 * To install it directly from repository to get the latest version with revision marker, use `pip install`:
    133133 {{{#!sh
    134 pip install svn+https://trac-hacks.org/svn/fullblogplugin/0.11
     134$ pip install svn+https://trac-hacks.org/svn/fullblogplugin/1.4
    135135}}}
    136  * Or, check out the source (see below) and similarly run `python setup.py install` at correct location (like previous alternative). To update the plugin later, you can then just do `svn up` to pull down the latest source from repository and install it again.
     136 * Or, check out the source and similarly run `python setup.py install` at the correct location. To update the plugin later, you can then just do `svn up` to pull down the latest source from repository and install it again.
    137137 * For older versions of Trac, say 0.11, download and unzip the file, and `cd` into the directory with correct version. Then run `python setup.py install`.
    138138
     
    150150 1. Add one or more permissions to let users view, create, comment and modify posts, see list above.
    151151
    152 The link to 'Blog' in menu will appear last. To move it, edit your `trac.ini` config file to add `blog` into the ordered list:
     152The menu item 'Blog' in the menu bar will appear last. To move it, edit your `trac.ini` file to add `blog` into the ordered list:
    153153{{{#!ini
    154154[trac]