[dev] suckless wiki engine?

2014-05-31 Thread Thuban
Hi, I am looking for a wiki engine, with markdown and recent changes support. Do you have any suggestion? Regards, -- ,--. : /` ) Thuban | `-'PubKey : http://yeuxdelibad.net/Divers/thuban.pub \_ KeyID : 0x54CD2F2F Envoyé à partir de mon serveur auto-hébergé signature.asc

Re: [dev] suckless wiki engine?

2014-05-31 Thread FRIGN
On Sat, 31 May 2014 16:41:30 +0200 Thuban thu...@yeuxdelibad.net wrote: I am looking for a wiki engine, with markdown and recent changes support. I think it's bullshit to implement a recent-changes system instead of just having a bunch of markdown-files in a git-repo with a proper

[dev] [st] mouse up scrolling not working in vim through tmux in st

2014-05-31 Thread Jay Rajput
Problem Statement: Mouse up scrolling not working in vim through tmux in st. Mouse down scrolling works fine. EarlyInvestigation using google: Google shows a similar problem though with putty http://superuser.com/questions/706881/mouse-scrolling-in-vim-through-tmux-how-to-configure. Software

Re: [dev] [st] mouse up scrolling not working in vim through tmux in st

2014-05-31 Thread koneu
On 05/31/2014 05:05 PM, Jay Rajput wrote: Problem Statement: Mouse up scrolling not working in vim through tmux in st. Mouse down scrolling works fine. Quick fix: use J and K

Re: [dev] [st] mouse up scrolling not working in vim through tmux in st

2014-05-31 Thread FRIGN
On Sat, 31 May 2014 20:35:33 +0530 Jay Rajput jayraj...@gmail.com wrote: Configuration Settings: vimrc: set mouse=a tmux: set -g mode-mouse on Environment: TERM=screen Hey Jay, disabling set mouse=a should fix the issue. Enabling (a)ll mouse-parameters in vim sets it to GUI-mode enabling

Re: [dev] [st] mouse up scrolling not working in vim through tmux in st

2014-05-31 Thread Jay Rajput
Thanks. VIM help for mouse also states that it works only with certain emulators which I did not read before. Enable the use of the mouse. Only works for certain terminals (xterm, MS-DOS, Win32 |win32-mouse|, QNX pterm, *BSD console with sysmouse and Linux console with gpm). On Sat, May 31,

Re: [dev] suckless wiki engine?

2014-05-31 Thread Kai Hendry
For recent changes you could link to github or gitweb's log/ ? This is my interpretation of a suckless wiki. Could suck less though. http://ws.dabase.com/

Re: [dev] suckless wiki engine?

2014-05-31 Thread Dimitris Zervas
Hi, I am looking for a wiki engine, with markdown and recent changes support. That's what I'm trying to build with bpp [0] and smu [1] See the mails we sent in the mail list. [0]: https://git.dzervas.gr/bpp [1]: https://git.dzervas.gr/smu

Re: [dev] suckless wiki engine?

2014-05-31 Thread Thuban
Thanks for your suggestions. I'll have a lookto theses. I am wondering if a simple script generating RSS feed wouldn't be simpler. Regards, * Dimitris Zervas dzer...@dzervas.gr le [31-05-2014 20:58:18 +0300]: Hi, I am looking for a wiki engine, with markdown and recent changes support.

Re: [dev] [st] mouse up scrolling not working in vim through tmux in st

2014-05-31 Thread Balazs Kezes
On 2014-05-31 20:35 +0530, Jay Rajput wrote: Problem Statement: Mouse up scrolling not working in vim through tmux in st. Mouse down scrolling works fine. Thou shall not report release events for mouse wheel events. I think neither tmux, neither vim handles these gracefully. For some reason the

Re: [dev] [st] mouse up scrolling not working in vim through tmux in st

2014-05-31 Thread Ralph Eastwood
I had this issue with the mouse release events but I fixed it by patching vim instead. On 31 May 2014 22:47, Balazs Kezes rlblas...@gmail.com wrote: On 2014-05-31 20:35 +0530, Jay Rajput wrote: Problem Statement: Mouse up scrolling not working in vim through tmux in st. Mouse down