Re: [cowiki-dev] Extension to coWiki text formatting
"Daniel T. Gorski" <[email protected]>
| Newsgroups | gmane.comp.php.cowiki.devel |
|---|---|
| Message-ID | <20050418164408.GE2777@bantha> |
On 18 Apr 16:13, Archie Campbell wrote: > It will involve compilation from OCaml source of the tex engine. This is > a fairly simple operation, but the dependencies are fairly lengthy. I > quote... > [OCaml & Co.] Every setting that is required to steer this, should be changeable in the core.conf file. As it seems that this whole thing needs a lot of parameters, maybe a new [SECTION] in the core.conf file is required. This should be the name of the /main/ library/program (as I didn't look into it - and never worked with these programs - the section could be called [OCAML] or [TEX] or such: the name of the main tool, as already mentioned). [SECTIONNAMES] in the .conf files *must not* contain dividers, likes underscores or dots. I wouldn't call this section [MATH] as nobody knows what the future will bring. > I'm going to need a directory for the code (/includes/math) and one for > output (/cowiki/htdocs/math) ? * includes/cowiki/lib/<LIBNAME> is suitable for binary stuff * includes/cowiki/class/lib/<LIBNAME> for pure php scripts/classes like GeSHi makes sense The output directory depends on the sensibility and durability of the data. I can't tell you yet, where the best place would be, we need to talk about it again. > P.S. I can't get HEAD to run properly. I've provided core.conf RESOURCE > strings and removed install_pending, but I get nothing from index.php or > admin.php. Help! Log output (D_ALL)? regards dtg