On 08/13/2015 12:15 AM, Nicola Nye wrote:
Delicious victory is mine!
We now have a :cyrusman: sphinx option which generates urls into our
docs.cyrus.foundation tree, performing string munging magic to match
the generated url to our directory and filename structure.
Now, to look at updating all
I know this patch has already been applied to Git, but it shouldn't be
necessary, and can probably be backed out. If you want to force
confidentiality, all you need to do is to set sasl_minimum_layer to 2 or
higher. With a value of 2, DIGEST-MD5, GSSAPI, and KERBEROS_V4 will
still be advertis
Hi Nic,
There were a bunch of :manpage: references that were missing the (x)
section number. I've amended the pages and committed a new version of
the code which provides better reporting.
Do you know if there's any :manpage: references that are referencing non-
cyrus content? (We don't want to :
I quote GSSAPI lib and include paths (since MIT installs them in
"C:\Program Files\MIT\Kerberos", with a space in the path), and change the
library name from gssapi32.lib to gssapi64.lib, which seems like a
more-likely-correct assumption these days.
Peace,
Jesse
patch
Description: Binary data
Nicola,
Well, still not working for me. Is it working for you?
Here's what I get after performing a "git pull":
nic@flatboy:~/Checkouts/cyrus.foundation/cyrus-docs$ for file in `grep -lR
":manpage:" source/imap`; do sed -i $file -e 's/:manpage:/:cyrusman:/g'; done
nic@flatboy:~/Checkouts