Skip to content

Commit 75807f3

Browse files
committed
landmarks, skiplink, remove bad attrs, autocomplete search
layout.html: Add main and nav landmarks to layout templte. Add skiplink to get to main. Remove Description meta tag from layout template in favor of description metadata in individual files. Remove obsolete border attribute from sourceforge logo. Add autocomplete="on" attribute for search input box. doc/*.txt Remove language attribute from description meta tags. These changes also occur for other files not in this commit. Thse other files have changes to files for the 2.2.0 release not yet tobe committed.
1 parent 4beb746 commit 75807f3

File tree

13 files changed

+37
-15
lines changed

13 files changed

+37
-15
lines changed

doc/admin_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
How to administer, backup, upgrade a Roundup installation.
44
System and user security, configuring web compression,
55
documentation on using roundup-server and running

doc/customizing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
How to customize and extend the Roundup Issue
44
Tracker. Includes many cookbook and how-to
55
examples. Reference for the design and internals

doc/features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Features of using the Roundup Issue Tracker. Describes
44
all access methods, configuration and workflow capabilities.
55
Links to detailed documentation.

doc/glossary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Definitions of terms used in the Roundup Issue Tracker
44
documentation.
55

doc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Table of contents for documentation on the Roundup Issue Tracker.
44

55
=======================================================

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Everything about installing the Roundup issue tracker web and
44
mail interfaces and configuring a tracker. How to download and
55
demonstrate Roundup using using command line or

doc/overview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Original proposal for the Roundup Issue Tracker. The problem
44
it solves, and guiding principles. Presents the
55
components of Roundup and how they interact.

doc/rest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Documentation on the RESTful interface to the Roundup Issue
44
Tracker.
55

doc/upgrading.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Critical documentation on how to upgrade the Roundup Issue
44
Tracker. Actions that must or can be taken when upgrading from
55
one version to another are documented here.

doc/user_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. meta::
2-
:description language=en:
2+
:description:
33
Describes how to interact with and use a tracker with the
44
Roundup Issue Tracker.
55

0 commit comments

Comments
 (0)