Am Mittwoch, 3. Juni 2009 07:42 schrieb Artyom Shalkhakov: > Hi, > > I'm trying to write a web interface for Darcs (one that isn't pain to use). > > AFAIK there are two ways to interoperate with Darcs: > - invoke it on the command line, with optional XML output (hey, > where's the schema?) > - make use of Haskell modules exported by Darcs > > Is there a nicer way? > > Cheers, > Artyom Shalkhakov.
Hello Artyom, you might want to have a look at <http://haskell.org/haskellwiki/Patchwork>. Patchwork introduced a “Darcs Interface Layer” for separating interface code from program logic. See also <http://trac.haskell.org/patchwork/>. Best wishes, Wolfgang _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
