Skip to content

Commit

Permalink
Item954: update docs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/TagsPlugin@2294 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Feb 2, 2009
1 parent c3b623c commit 7cfbc3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 8 additions & 4 deletions data/System/TagsPlugin.txt
Expand Up @@ -44,8 +44,12 @@ with the =taggedwith(tagname)= operator

---++ Installation Instructions

*To initialise the tag database* and to tag each topic with the webname it is in, goto
%SCRIPTURL{rest}%/TagsPlugin/initialiseDatabase
1 set ={DbiContrib}{DBI_dsn}=, ={DbiContrib}{DBI_username}= and ={DbiContrib}{DBI_password}=
* currently only tested using MySQL - =dbi:mysql:tags:localhost=
2 create the database in MySql server and add the user with permission to create tables
3 *initialise the tag database* and to tag each topic with the webname it is in, goto
* %SCRIPTURL{rest}%/TagsPlugin/initialiseDatabase


If you want to preload the tags database with Country Names, you need to install Geo::GeoNames and click
%SCRIPTURL{rest}%/TagsPlugin/updateGeoTags
Expand All @@ -62,8 +66,8 @@ but treating Tags as Items, so that you can tag a tag (creating a heirarchy of t


| Plugin Author(s): | Foswiki:Main.SvenDowideit |
| Copyright: | SvenDowideit@home.org.au |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Copyright: | © SvenDowideit@fosiki.com |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License 3)]] |
| Plugin Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order --> |
| Dependencies: | %$DEPENDENCIES% |
Expand Down
2 changes: 2 additions & 0 deletions lib/Foswiki/Plugins/TagsPlugin/DEPENDENCIES
Expand Up @@ -2,3 +2,5 @@
# Example:
# Time::ParseDate,>=2003.0211,cpan,Required.
# Foswiki::Plugins,>=1.15,perl,Foswiki 1.0 release.
Geo::GeoNames,>=0,cpan,Required

0 comments on commit 7cfbc3c

Please sign in to comment.