Re: Important changes in Docwriter

2020-03-22 Thread Nikhil Ramakrishnan
A quick tip: If search does not work for you while browsing the docs locally, try running `mkdocs serve' (or `python3 -m mkdocs serve') in the `docs/' directory (after `make refdoc'). This serves the site on a local server, providing a more website-like experience.

Re: FreeType docs not correctly built if srcdir != builddir

2020-03-22 Thread Nikhil Ramakrishnan
Hello Werner, > if `srcdir` == `builddir`, the directory > > $srcdir/docs/reference/images > > exists after executing `./configure && make && make refdoc`, and the > 'FT' icon is properly displayed. However, if `srcdir` != `builddir`, > the directory is missing, and the icon doesn't get display

Re: tracing and logging library - GSOC Project

2020-03-22 Thread Alan Coopersmith
On 3/22/20 7:58 AM, Werner LEMBERG wrote: Instead of 'Linux' (which is just an OS kernel) I would rather ask for 'standard Unix environments' like GNU/Linux or BSD variants. Thanks - we're still shipping FreeType in Solaris as well, but are trying to reduce the number of things that FOSS projec

Re: tracing and logging library - GSOC Project

2020-03-22 Thread Werner LEMBERG
> As per the reply, my main focus for this project will be on the > following platforms: > >- Windows >- macOS >- Linux >- iOS >- ChromeOS >- Android >- ReactOS Instead of 'Linux' (which is just an OS kernel) I would rather ask for 'standard Unix environments' like G

FreeType docs not correctly built if srcdir != builddir

2020-03-22 Thread Werner LEMBERG
Nikhil, if `srcdir` == `builddir`, the directory $srcdir/docs/reference/images exists after executing `./configure && make && make refdoc`, and the 'FT' icon is properly displayed. However, if `srcdir` != `builddir`, the directory is missing, and the icon doesn't get displayed. Please che

Re: Important changes in Docwriter

2020-03-22 Thread Werner LEMBERG
> Docwriter 1.3 has been released. This release, along with commit > 1fd3148 includes important changes to support Python >= 3.5 and drop > support for older versions. [...] Thanks a lot for updating FreeType accordingly! Werner

Re: tracing and logging library - GSOC Project

2020-03-22 Thread Priyesh kumar
Thanks for the reply, As per the reply, my main focus for this project will be on the following platforms: - Windows - macOS - Linux - iOS - ChromeOS - Android - ReactOS Further, I have query related to the testing part of the project. I know the basic testing will be surely

Re: tracing and logging library - GSOC Project

2020-03-22 Thread Werner LEMBERG
> It seems according to the FreeType official website support the > following platforms: [...] > >- Ghostscript This is not a platform per se. > Further going through the codebase I also found out that following > platforms are also supported by FreeType: > >- Amiga >- Atari >