--
Ta
You received this message because you are subscribed to the Google Groups "mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongoose-user...@googlegroups.com.
To post to this group, send email to mongoos...@googlegroups.com.
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.
Greasemonkey allows to execute user-specified JavaScript code on certain web pages.In your case, a simple JavaScript can do what you want - filter out stuff, and hide specific columns.
No, Mongoose does not provide any mean to customize the output.It is pretty much standard for all web servers.
--
You can run a periodic job on the server machineto generate index.html files in the directories with movies.
I think Peter wants to use a pre-built binary without writing any C code himself.
Did I miss something? Handle it like a CGI, read it into a memory buffer then create the response from that memory buffer to look like you want it.
On Saturday, 3 January 2015 01:40:39 UTC+11, Sergey Lyubka wrote:You can run a periodic job on the server machineto generate index.html files in the directories with movies.
That is something I can handle, if need be.
I think Peter wants to use a pre-built binary without writing any C code himself.That last point is true too - C isn't something I've used.
On Saturday, 3 January 2015 01:57:13 UTC+11, jshanab wrote:Did I miss something? Handle it like a CGI, read it into a memory buffer then create the response from that memory buffer to look like you want it.I don't know web scripting very well, and CGI isn't something I've dabbled in - thanks for the reply though.
Ah. then client side.Suggestion : Knockout
Write a script that scans a directory contents and creates index.html the a directory, in the format you want.It might trim long file names, filter unneeded things, etc.