Changes between Version 68 and Version 69 of FullBlogPlugin
- Timestamp:
- May 14, 2021, 8:06:02 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FullBlogPlugin
v68 v69 87 87 To use it: 88 88 * Install TagsPlugin 0.6 89 * Install FullBlogPlugin 89 * Install FullBlogPlugin, see [[#Installation]] instructions below 90 90 * Upgrade the Trac environment: 91 91 {{{#!sh 92 trac-admin /path/to/env upgrade92 $ trac-admin /path/to/env upgrade 93 93 }}} 94 94 * Run the migration script: 95 95 {{{#!sh 96 migrate-tracblog.py /path/to/environment96 $ migrate-tracblog.py /path/to/environment 97 97 }}} 98 98 * Confirm that the migration succeeded, then remove the old posts if desired: 99 99 {{{#!sh 100 migrate-tracblog.py /path/to/environment --delete-only100 $ migrate-tracblog.py /path/to/environment --delete-only 101 101 }}} 102 102 … … 132 132 * To install it directly from repository to get the latest version with revision marker, use `pip install`: 133 133 {{{#!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 135 135 }}} 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. 137 137 * 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`. 138 138 … … 150 150 1. Add one or more permissions to let users view, create, comment and modify posts, see list above. 151 151 152 The link to 'Blog' in menu will appear last. To move it, edit your `trac.ini` configfile to add `blog` into the ordered list:152 The 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: 153 153 {{{#!ini 154 154 [trac]