PDA

View Full Version : Tagging



shiva
08-30-2008, 05:48 AM
how can i tag the page using C# Code. or any other way available to tag the page using DEKIScript or using PHP. Kindly let me know

Thanks in advance

royk
08-30-2008, 06:51 AM
To add tags using your own scripts, I'd take a look at our API reference for putting tags: http://wiki.developer.mindtouch.com/Deki_Wiki/API_Reference/PUT%3apages%2f%2f%7Bpageid%7D%2f%2ftags

If you're curious how we do it in PHP, you can take a peek at includes/Tags.php

If you need something more specific, let us know