Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
7935b9d2
Commit
7935b9d2
authored
Sep 29, 2016
by
Pavel Tvrdik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: Add tag for links to RFCs
parent
9c20a8b7
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
118 additions
and
133 deletions
+118
-133
doc/bird.sgml
doc/bird.sgml
+106
-132
doc/sbase/dist/birddoc/html/mapping
doc/sbase/dist/birddoc/html/mapping
+4
-0
doc/sbase/dist/birddoc/latex2e/mapping
doc/sbase/dist/birddoc/latex2e/mapping
+3
-0
doc/sbase/dtd/birddoc.dtd
doc/sbase/dtd/birddoc.dtd
+5
-1
No files found.
doc/bird.sgml
View file @
7935b9d2
This diff is collapsed.
Click to expand it.
doc/sbase/dist/birddoc/html/mapping
View file @
7935b9d2
...
...
@@ -205,6 +205,10 @@
<htmlurl> "<A HREF=\"[URL]\">[NAME]</A>"
</htmlurl>
<rfc> "<A HREF=\"http://www.rfc-editor.org/info/rfc[ID]\">RFC [ID]</A>"
</rfc>
% ref modified to have an optional name field
<ref> + "<@@ref>[ID]\n"
"[NAME]</A>\n"
...
...
doc/sbase/dist/birddoc/latex2e/mapping
View file @
7935b9d2
...
...
@@ -238,6 +238,9 @@
<htmlurl> "\\href{[URL]}{[NAME]}"
</htmlurl>
<rfc> "\\href{http://www.rfc-editor.org/info/rfc[ID]}{RFC [ID]}"
</rfc>
<x>
</x>
...
...
doc/sbase/dtd/birddoc.dtd
View file @
7935b9d2
...
...
@@ -99,7 +99,7 @@ anywhere else. <pavel@ucw.cz>
<!-- url added by HG; htmlurl added by esr -->
<!entity % xref
" label|ref|pageref|cite|url|htmlurl|ncite " >
" label|ref|pageref|cite|url|htmlurl|
rfc|
ncite " >
<!entity % inline
" (#pcdata | f| x| %emph; |sq| %xref | %index | file )* " >
...
...
@@ -501,6 +501,10 @@ anywhere else. <pavel@ucw.cz>
url cdata #required
name cdata "&urlnam" >
<!element rfc - o empty>
<!attlist rfc
id cdata #required>
<!element pageref - o empty>
<!attlist pageref
id cdata #required>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment