From ac8cea75ed68e568658a8e45215a78b8c40f3ce6 Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 12 Jan 2009 13:45:49 +0000 Subject: Interface fix: add suggested anchors to bookmarks' description field. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@229 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.inc.php.example') diff --git a/config.inc.php.example b/config.inc.php.example index 56cf957..e8fc9b2 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -88,5 +88,8 @@ $enableGoogleCustomSearch = true; #Enable Google Search Engine into "gsearch/" f ### Other ### $enableAdminColors = true; #Enables special colors on admin pages and bookmarks marking the difference with normal user. +$descriptionAnchors = array("author", "isbn", "address"=>"[address][street][/street][city][/city][/address]"); #add a possible anchor (structured content) for bookmarks' description field + # a simple value "xxx" (like "author") automatically associates xxx with [xxx][/xxx]. + # a complex value "xxx"=>"yyy" (like "address") direclty associates xxx with yyy. ?> -- cgit v1.2.3-54-g00ecf