subsection)::(?P\S*?)(\[(?P.*?)\])$=#
# help:helptext[href]
(?su)(?help):(?P\S*?)\[(?P.*?)\]=
+# logo:[,] # FIXME: this is a bit silly
+(?su)(?logo):(?P\S*?)\[(?P.*?)\]=
# FIXME: this logo/donation banner is really ugly. --djk
[heading-blockmacro]
@@ -79,6 +80,9 @@ LOGO=
-
-[help-inlinemacro]
-{target}
-
-[quotes]
-||=key
-|=tag
-[o]=#option
-'=option2
-[c]=#command
-[m]=#mapping
-[a]=#argument
-[j]=#jump
-# FIXME: this prevents all asciidoc attribute processing
-# ^obviously it doesn't? --stepnem
-{|}=argument2
-# disable monospaced text as all our text is monospaced and it causes problems for some things
-+=
-^=
-
-[tags]
-tag=|
-key=
|
-option=|
-option2='|'
-command=|
-mapping=|
-jump=|
-argument=|
-# NOTE: in certain contexts the unescaped '#' is stripped. As we're ditching
-# asciidoc I won't bother investigating --djk
-argument2={|}
-argument3=[|]
-
-[specialwords]
-warningwords=WARNING: Warning: IMPORTANT: Important:
-infowords=NOTE: Note:
-
-[warningwords]
-{words}
-
-[infowords]
-{words}
diff --git a/vimperator/locale/en-US/Makefile b/vimperator/locale/en-US/Makefile
index 627ca99b..a828b0c3 100644
--- a/vimperator/locale/en-US/Makefile
+++ b/vimperator/locale/en-US/Makefile
@@ -1,2 +1,3 @@
+NAME = vimperator
BASE = ../../../common
include $(BASE)/Makefile.doc
diff --git a/vimperator/locale/en-US/intro.txt b/vimperator/locale/en-US/intro.txt
index 2b62165f..49ef0d96 100644
--- a/vimperator/locale/en-US/intro.txt
+++ b/vimperator/locale/en-US/intro.txt
@@ -1,4 +1,4 @@
-LOGO
+logo:[]
+++
+++
*First there was a Navigator, then there was an Explorer.
@@ -6,7 +6,7 @@ Later it was time for a Konqueror. Now it's time for an Imperator, the
VIMperator :)*
+++
+++
-section::Introduction[intro]
+heading::Introduction[intro]
http://vimperator.org[Vimperator] is a free browser add-on for Firefox,
which makes it look and behave like the http://www.vim.org[Vim]
diff --git a/xulmus/locale/en-US/Makefile b/xulmus/locale/en-US/Makefile
index 627ca99b..831fe739 100644
--- a/xulmus/locale/en-US/Makefile
+++ b/xulmus/locale/en-US/Makefile
@@ -1,2 +1,3 @@
+NAME = xulmus
BASE = ../../../common
include $(BASE)/Makefile.doc
diff --git a/xulmus/locale/en-US/asciidoc.conf b/xulmus/locale/en-US/asciidoc.conf
deleted file mode 100644
index a8e6617e..00000000
--- a/xulmus/locale/en-US/asciidoc.conf
+++ /dev/null
@@ -1,120 +0,0 @@
-[miscellaneous]
-
-[glossary]
-author=Martin Stubenschrott
-email=stubenschrott@vimperator.org
-
-[header]
-
-
-
-
-
-
-
-
-
- {doctitle}
-
-
-
-
-[help-inlinemacro]
-{target}
-
-[quotes]
-||=key
-|=tag
-[o]=#option
-'=option2
-[c]=#command
-[m]=#mapping
-[a]=#argument
-[j]=#jump
-# FIXME: this prevents all asciidoc attribute processing
-# ^obviously it doesn't? --stepnem
-{|}=argument2
-# disable monospaced text as all our text is monospaced and it causes problems for some things
-+=
-^=
-
-[tags]
-tag=|
-key=
|
-option=|
-option2='|'
-command=|
-mapping=|
-jump=|
-argument=|
-# NOTE: in certain contexts the unescaped '#' is stripped. As we're ditching
-# asciidoc I won't bother investigating --djk
-argument2={|}
-argument3=[|]
-
-[specialwords]
-warningwords=WARNING: Warning: IMPORTANT: Important:
-infowords=NOTE: Note:
-
-[warningwords]
-{words}
-
-[infowords]
-{words}