Dan

Do you plan on updating the help system pages in an upcoming release?

For example, when you use help and then select Editing Notes, you get
a page that has some markup rules.

Online on the BoltWire site, this page has a few more...
http://www.boltwire.com/index.php?p=docs.start.content

Like <box>,
Other pages that I've run into on the BoltWire site seem to have
others.

Many seem to be only line orientated like:

<center>text</center>

Works but

<center>
This is test on a line
This would be a second line
</center>

Doesn't.

Same thing for something like @@monospace text@@.. Works okay on one
line, but not multiple lines.

Looking for ways to mimic forum behaviour which would work with
multiples of lines like:

[txt] [/txt]
[code][/code] etc...

(you can tell I'm used to BBcode)... :-)

Some wiki's have stuff like

{{{
This is monotext
more lines etc...
}}}


Tried using <pre> like:

!!!!Netstat
<pre>
Routing Table: IPv4
  Destination           Gateway           Flags  Ref   Use   Interface
-------------------- -------------------- ----- ----- ------ ---------
10.96.12.0           10.96.13.35           U        1  55677  hme0
224.0.0.0            10.96.13.35           U        1      0  hme0
default              10.96.12.1            UG       1  92219
127.0.0.1            127.0.0.1             UH      2742356084  lo0
</pre>

But then the dashes are seen as wiki codes and I get horizontal rules.
etc... where I would think it would be just unformated monospaced
text.

While writing this up, I took a look at the markups.php file and found
a possible solution to the code one...

BOLTMcode,  which uses <code> </code>. Tried it for the same info
above. But this doesn't seem to be in examples of many of the pages.

Still learning... will add some of the codes that I find to the
BoltWire markup page shortly.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to