viewgit/inc/functions.php:22 Function utf8_encode() is deprecated [8192]
Filename | |
---|---|
en-US/pages/documentation.thtml |
diff --git a/en-US/pages/documentation.thtml b/en-US/pages/documentation.thtml index e94e715..1264202 100755 --- a/en-US/pages/documentation.thtml +++ b/en-US/pages/documentation.thtml @@ -1949,11 +1949,12 @@ Yioop from a mobile device. the My First Blog Post thread in the Chris Blog group:</p> <img src='resources/FeedThread.png' alt='A Group Feed Thread'/> <p>Since we are now within a single thread, there is no Start New Thread - button at the top. Instead, we have a Comment button. Posts in the - thread are displayed with the most recent post at the top and the starting - post for the thread at the bottom (this is a little awkward and might - be changed in future versions of Yioop). The next image below is an example - of the feed page one gets when one clicks on a username link, in this case, + button at the top. Instead, we have a Comment button at the top + and bottom of the page. The starting post of the thread is listed first + and ending most recent post is listed last (paging buttons both on + the group and single thread page, let one jump to the last post). The next + image below is an example of the feed page one gets when one clicks on a + username link, in this case, cpollett:</p> <img src='resources/UserFeed.png' alt='User Feed'/> <p>Single Group, Threads, and User feeds of groups which anyone can join @@ -2247,15 +2248,17 @@ php fetcher.php start 5 a crawler to crawl a site. For instance, some sites might not have a good robots.txt file, but will ban you from interacting with their site if they get too much traffic from you.</p> - <p>Just above the Seed Sites textarea are two links "Add User Suggest Data" - and "Clear User Suggest Data". If on the Server Settings activity + <p>Just above the Seed Sites textarea are two links "Add User Suggest Data". + If on the Server Settings activity Account Registration is set to anything other than Disable Registration, it is possible for a search site user to suggest urls to crawl. This can be done by going to the <a href="#tools">Search Tools Page</a> and clicking on the Suggest a Url link. Suggested links are stored in WORK_DIRECTORY/data/suggest_url.txt. Clicking Add User Suggest Data - add any suggested urls in this file into the Seed Site textarea. - Clicking Clear User Suggest Data deletes the contents of suggest_url.txt. + adds any suggested urls in this file into the Seed Site textarea, then + deletes the contents of this file. The suggested urls which are not + already in the seed site list are added after comment lines (lines starting + with #) which give the time at which the urls were added. Adding Suggest data can be done either for new crawls or to inject urls into currently running crawls.</p> The Seed sites textarea allows