Fossil

Diff
Login

Diff

Differences From Artifact [364dc6b18a]:

To Artifact [d9528424c8]:


1423
1424
1425
1426
1427
1428
1429





















1430
1431
1432
1433
1434
1435
1436
  @ </ol>
  @
  @ <p>The default value is blank, meaning no added entries.
  @ (Property: sitemap-extra)
  @ <p>
  textarea_attribute("Custom Sitemap Entries", 8, 80,
      "sitemap-extra", "smextra", "", 0);





















  @ <hr>
  @ <p><input type="submit"  name="submit" value="Apply Changes"></p>
  @ </div></form>
  db_end_transaction(0);
  style_finish_page();
}








>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
  @ </ol>
  @
  @ <p>The default value is blank, meaning no added entries.
  @ (Property: sitemap-extra)
  @ <p>
  textarea_attribute("Custom Sitemap Entries", 8, 80,
      "sitemap-extra", "smextra", "", 0);
  @ <hr>
  @ <p>Configuration for the <a href="%R/tarlist">/tarlist</a> page.
  @ The value is a TCL list divided into pairs.
  @ <ol>
  @ <li> The first term of each pair is an integer (N).
  @ <li> The second term of each pair is a glob pattern (PATTERN).
  @ </ol>
  @ For each pair, the most recent N check-ins that have a tag that
  @ matches PATTERN are included in on the /tarlist page.  The special
  @ pattern of "OPEN-LEAF" matches all open leaf check-ins.  Example:
  @ <blockquote><tt>1 trunk 3 release 5 OPEN-LEAF</tt></blockquote>
  @ The example pattern above shows the union of the most recent trunk
  @ check-in, the 5 most recent open leaf check-ins, and the 3 most
  @ recent check-ins tagged with "release".  
  @ <p>
  @ The /tarlist page is omitted from the <a href="%R/sitemap">/sitemap</a>
  @ if the first token is "0".  The default value is "5 OPEN-LEAF".
  @ (Property: suggested-tarlist)
  @ <p>
  textarea_attribute("Check-ins To Show On /tarlist", 2, 80,
      "suggested-tarlist", "sgtrlst", "", 0);
  @ <hr>
  @ <p><input type="submit"  name="submit" value="Apply Changes"></p>
  @ </div></form>
  db_end_transaction(0);
  style_finish_page();
}