summaryrefslogtreecommitdiff
path: root/docbook/attributes.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-11-01 14:35:29 -0700
committerGerald Combs <gerald@wireshark.org>2016-11-11 17:18:25 +0000
commit65ab2a97018877ec3a8664d7422c3ee4662e97ca (patch)
treef6068d14ae9493c400eca66019dedbb76a2c42f4 /docbook/attributes.asciidoc
parentaba4d3a3a7d8c7f97290621085a8fb7a33942847 (diff)
downloadwireshark-65ab2a97018877ec3a8664d7422c3ee4662e97ca.tar.gz
AsciiDoc: Create an include file for attributes.
Move the replacement definitions in asciidoc.conf to attributes.asciidoc. This makes the markup a bit cleaner and is more compatible with AsciiDoctor. Use a standard naming scheme for URLs. Change-Id: Ica73aaadb013be2a4e6a3963fb54e6db6e02e98f Reviewed-on: https://code.wireshark.org/review/18655 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/attributes.asciidoc')
-rw-r--r--docbook/attributes.asciidoc71
1 files changed, 71 insertions, 0 deletions
diff --git a/docbook/attributes.asciidoc b/docbook/attributes.asciidoc
new file mode 100644
index 0000000000..bc5e776604
--- /dev/null
+++ b/docbook/attributes.asciidoc
@@ -0,0 +1,71 @@
+// Common attributes
+
+:wireshark-version: 2.3.0
+
+//
+// URLs
+//
+
+// Wireshark top level URLs (sites)
+:wireshark-main-url: https://www.wireshark.org/
+:wireshark-bugs-url: https://bugs.wireshark.org/
+:wireshark-code-review-url: https://code.wireshark.org/review
+:wireshark-qa-url: https://ask.wireshark.org/
+:wireshark-wiki-url: https://wiki.wireshark.org/
+
+// Wireshark secondary URLs (pages)
+:wireshark-authors-url: {wireshark-main-url}about.html#authors
+:wireshark-buildbot-url: https://buildbot.wireshark.org/trunk/waterfall
+:wireshark-code-browse-url: {wireshark-code-review-url}/gitweb?p=wireshark.git
+:wireshark-developers-guide-url: {wireshark-main-url}docs/
+:wireshark-display-filter-reference-url: {wireshark-main-url}docs/dfref/
+:wireshark-download-url: {wireshark-main-url}download.html
+:wireshark-faq-url: {wireshark-main-url}faq.html
+:wireshark-git-anonhttp-url: {wireshark-code-review-url}/wireshark
+:wireshark-git-http-url: https://your.username@code.wireshark.org/review/wireshark
+:wireshark-git-ssh-url: ssh://your.username@code.wireshark.org:29418/wireshark
+:wireshark-mailing-lists-url: {wireshark-main-url}lists/
+:wireshark-man-page-url: {wireshark-main-url}docs/man-pages/
+:wireshark-snapshots-url: {wireshark-main-url}download/automated/src/
+:wireshark-users-guide-url: {wireshark-main-url}docs/
+
+// External URLs
+:tcpdump-main-url: http://www.tcpdump.org/
+:pcap-filter-man-page-url: {tcpdump-main-url}manpages/pcap-filter.7.html
+
+:winpcap-main-url: https://www.winpcap.org/
+:winpcap-download-url: {winpcap-main-url}install/
+
+:sysfs-main-url: http://linux-diag.sourceforge.net/Sysfsutils.html
+:wikipedia-main-url: https://en.wikipedia.org/wiki/
+
+:greenwichmeantime-main-url: http://wwp.greenwichmeantime.com/
+:timeanddate-main-url: http://www.timeanddate.com/worldclock/
+:ntp-main-url: http://www.ntp.org/
+
+:gplv2-url: https://www.gnu.org/licenses/gpl-2.0.html
+
+// Email addresses
+:at-separator: &#91;AT&#93;
+:wireshark-dev-list-email: wireshark-dev{at-separator}wireshark.org
+:wsdg-author-email: ulf.lamping{at-separator}web.de
+:wsdg-author-email2: graham.bloice{at-separator}trihedral.com
+
+:wsug-author-email: ulf.lamping{at-separator}web.de
+:wsug-author-email2: rsharpe{at-separator}ns.aus.com
+:wsug-author-email3: hagbard{at-separator}physics.rutgers.edu
+:wsug-author-email4: luis{at-separator}ontanon.org
+
+//
+// Image formatting
+//
+
+// "scaledwidth" only applies to PDF output
+:pdf-scaledwidth: scaledwidth="85%"
+:screenshot-attrs: scaledwidth="85%"
+:small-screenshot-attrs: scaledwidth="35%"
+:toolbar-icon-attrs: height=24,width=24
+:related-attrs: height=18
+// XXX height=22 results in content-height="22px" in the .fo file. Not sure
+// how to make scaledwidth take precedence.
+:statusbar-attrs: scaledwidth="85%",height=22