Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-13 Thread Bill Burdick
Yes, markdown (and the JavaScript pagedown implementation I use) allows
you to include HTML directly.


Bill


On Sun, Feb 12, 2012 at 7:31 PM, Leo Razoumov slonik...@gmail.com wrote:

 On Sun, Feb 12, 2012 at 19:15, Bill Burdick bill.burd...@gmail.com
 wrote:
  May I recommend my markdown plugin?  It's
  here: http://chiselapp.com/user/zot/repository/fossil-pagedown  It will
 let
  you use markdown as your wiki language and it also supports XML comments.

 Bill,
 thanks you! I will give it a try. BTW, is it possible to include plain
 HTML in markdown? Occasionally one needs full power of the HTML.

 --Leo--

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-13 Thread Leo Razoumov
On Sun, Feb 12, 2012 at 19:15, Bill Burdick bill.burd...@gmail.com wrote:
 May I recommend my markdown plugin?  It's
 here: http://chiselapp.com/user/zot/repository/fossil-pagedown  It will let
 you use markdown as your wiki language and it also supports XML comments.

Bill,
I cloned the pagedown repo and started web interface by means of
fossil ui pagedown.fossil on a fast local machine (Ubuntu-10.04).
Everything works and formatting looks great! But I noticed a two
seconds delay when clicking Home button
(http://localhost:8080/doc/pagedown/README.wiki). Clicking any other
button like Timeline or Admin has no noticeable delay whatsoever.
I tried in Firefox-10 and Chrome-16 and got about the same 2 secs
delay. Is it because JS is slow?

--Leo--
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-13 Thread Bill Burdick
I haven't checked into performance, yet, so I'm not sure where, exactly,
the slowdown is.  I'm sure it can be made a lot faster.  This page uses
@pagedown, btw:
https://chiselapp.com/user/zot/repository/fossil-pagedown/doc/pagedown/README.wikiand
it load pretty quickly for me.


Bill


On Mon, Feb 13, 2012 at 10:24 AM, Leo Razoumov slonik...@gmail.com wrote:

 On Sun, Feb 12, 2012 at 19:15, Bill Burdick bill.burd...@gmail.com
 wrote:
  May I recommend my markdown plugin?  It's
  here: http://chiselapp.com/user/zot/repository/fossil-pagedown  It will
 let
  you use markdown as your wiki language and it also supports XML comments.

 Bill,
 I cloned the pagedown repo and started web interface by means of
 fossil ui pagedown.fossil on a fast local machine (Ubuntu-10.04).
 Everything works and formatting looks great! But I noticed a two
 seconds delay when clicking Home button
 (http://localhost:8080/doc/pagedown/README.wiki). Clicking any other
 button like Timeline or Admin has no noticeable delay whatsoever.
 I tried in Firefox-10 and Chrome-16 and got about the same 2 secs
 delay. Is it because JS is slow?

 --Leo--

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-12 Thread Leo Razoumov
I would like to put some comments into  embedded doc foo.wiki page
which I am editing. Standard HTML comment tag
!-- comments --
does not work. What should I do?

--Leo--
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-12 Thread Stephan Beal
On Sun, Feb 12, 2012 at 2:16 PM, Leo Razoumov slonik...@gmail.com wrote:

 I would like to put some comments into  embedded doc foo.wiki page
 which I am editing. Standard HTML comment tag
 !-- comments --
 does not work. What should I do?


Fossil doesn't support comments in the wiki. See:

http://fossil-scm.org/index.html/wiki_rules

Presumably if you enable the enable HTML markup option in the site's
config (Admin - Configuration - Use HTML as wiki markup language), HTML
comments will be allowed, but i have never tried it.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-12 Thread Leo Razoumov
On Sun, Feb 12, 2012 at 08:35, Stephan Beal sgb...@googlemail.com wrote:
 Fossil doesn't support comments in the wiki. See:

 http://fossil-scm.org/index.html/wiki_rules


That's really bad for the embedded documentation. Unlike wiki embedded
docs can be edited in any editor and comments are very useful to
document progress, ToDo items, temporarily hide portions of the text,
you name it.
I think it  would make sense to add standard HTML comment tag to the
HTML subset Fossil understands.

--Leo--
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-12 Thread Lluís Batlle i Rossell
On Sun, Feb 12, 2012 at 02:35:36PM +0100, Stephan Beal wrote:
 On Sun, Feb 12, 2012 at 2:16 PM, Leo Razoumov slonik...@gmail.com wrote:
 
  I would like to put some comments into  embedded doc foo.wiki page
  which I am editing. Standard HTML comment tag
  !-- comments --
  does not work. What should I do?
 
 
 Fossil doesn't support comments in the wiki. See:
 
 http://fossil-scm.org/index.html/wiki_rules
 
 Presumably if you enable the enable HTML markup option in the site's
 config (Admin - Configuration - Use HTML as wiki markup language), HTML
 comments will be allowed, but i have never tried it.

I also hit this once. And I better kept the wiki markup, avoiding comments.
I'd like !-- -- allowed in the wiki - would this have any drawback?

Btw, I noticed 'caption' was also not allowed. I'm not very up to date, but
shouldn't caption it be supported?

Regards,
Lluís.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-12 Thread Bill Burdick
May I recommend my markdown plugin?  It's here:
http://chiselapp.com/user/zot/repository/fossil-pagedown  It will let you
use markdown as your wiki language and it also supports XML comments.  Just
install it in your repository and it should work fine, you just put
@pagedown at the top of a wiki page, either in the repository wiki or in
embedded documentation and you can use markdown syntax for the page.


Bill


On Sun, Feb 12, 2012 at 7:47 AM, Leo Razoumov slonik...@gmail.com wrote:

 On Sun, Feb 12, 2012 at 08:35, Stephan Beal sgb...@googlemail.com wrote:
  Fossil doesn't support comments in the wiki. See:
 
  http://fossil-scm.org/index.html/wiki_rules
 

 That's really bad for the embedded documentation. Unlike wiki embedded
 docs can be edited in any editor and comments are very useful to
 document progress, ToDo items, temporarily hide portions of the text,
 you name it.
 I think it  would make sense to add standard HTML comment tag to the
 HTML subset Fossil understands.

 --Leo--
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-12 Thread Leo Razoumov
On Sun, Feb 12, 2012 at 19:15, Bill Burdick bill.burd...@gmail.com wrote:
 May I recommend my markdown plugin?  It's
 here: http://chiselapp.com/user/zot/repository/fossil-pagedown  It will let
 you use markdown as your wiki language and it also supports XML comments.

Bill,
thanks you! I will give it a try. BTW, is it possible to include plain
HTML in markdown? Occasionally one needs full power of the HTML.

--Leo--
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users