Vasilis Papavasileiou
Vasilis Papavasileiou
Consider the following setup: ```ocaml let my_nl_params = Eliom_parameter.make_non_localized_parameters ~prefix:"prefix" ~name:"name" Eliom_parameter.(int "a") let main_service = Eliom_service.create ~path:(Eliom_service.Path []) ~meth:(Eliom_service.Get Eliom_parameter.unit) () (* ... *) a ~service:main_service ~nl_params:( Eliom_parameter.add_nl_parameter Eliom_parameter.empty_nl_params_set...
Definitely more complicated than the GET case, but I think it is doable. CC @Zzull
I just spent about 4 hours updating an app that I had last touched in September. 4 hours is not that much, but:it would be much longer if I weren't...
`Ot_social_meta` is implemented with `Netchannel` and `Nethtml`. @sagotch, is this module used anywhere? If yes, I guess we could re-implement it with `markup.ml`. (We also need a replacement for `Netsendmail`...