Re: [PATCH 00/14] Update kernel-docs.txt

2016-09-21 Thread Mauro Carvalho Chehab
Em Tue, 20 Sep 2016 18:56:45 -0600
Jonathan Corbet  escreveu:

> On Tue, 20 Sep 2016 08:36:29 -0300
> Mauro Carvalho Chehab  wrote:
> 
> > This patch series update the kernel-docs.txt file, removing broken links, 
> > adding
> > newer ones and ordering documents in published date.  
> 
> OK, I'm still unconvinced about the value of this file, but, if people
> want to keep it up to date, I'll play along.  I've applied the whole set
> (except #1, which was already applied with the other set).

Thanks! 

> 
> Note that parts 2, 4, 5, 8, 13, and 14 all had the weird "charset=true"
> problem, so I had to fix them up manually before I could apply them.  I
> wouldn't be all that terribly put out if that could be fixed before the
> next megaseries shows up...:)

:)

Fixed. The problem was on this setting:

$ git config --get-all sendemail.assume8bitencoding
true

It should be, instead, "UTF-8". The funny thing is that I was carrying
this wrong setting for *several* years...

Thanks for noticing! It is fixed now. 

Thanks,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/14] Update kernel-docs.txt

2016-09-20 Thread Mauro Carvalho Chehab
This patch series update the kernel-docs.txt file, removing broken links, adding
newer ones and ordering documents in published date.

IMHO, after this patch series, kernel-docs.txt will be in a better shape and
could be useful to help new Kernel developers by providing them some extra
references.

I'm adding the Richard's patch series here, I rebased them to be applied
before the renaming patch.

PS.: This series should be applied after:
[PATCH v4 00/29] Create a book for Kernel development

(and before patch 29/29), because it depends on this patch:

https://git.linuxtv.org/mchehab/experimental.git/commit/?h=docs-next=5df1a04603dc0ac4e3c964094005c56a1bf2d704

The entire series of patches can be found at:

https://git.linuxtv.org//mchehab/experimental.git/log/?h=docs-next

And the generated documents at:

HTML:   https://mchehab.fedorapeople.org/development-process/
LaTex:  
https://mchehab.fedorapeople.org/development-process/latex/development-process.tex
PDF:
https://mchehab.fedorapeople.org/development-process/latex/development-process.pdf
  
ePub:   
https://mchehab.fedorapeople.org/development-process/epub/LinuxKernelDevelopmentDocumentation.epub

Mauro Carvalho Chehab (10):
  Documentation/kernel-docs.txt: convert it to ReST markup
  Documentation/kernel-docs.txt: some improvements on the ReST output
  Documentation/kernel-docs.txt: adjust LDD references
  Documentation/kernel-docs.txt: sort books per publication date
  Documentation/kernel-docs.txt: add two published books
  Documentation/kernel-docs.txt: remove more legacy references
  Documentation/kernel-docs.txt: move in-kernel docs
  Documentation/kernel-docs.txt: get rid of broken docs
  Documentation/kernel-docs.txt: Add dates for online docs
  Documentation/kernel-docs.txt: reorder based on timestamp

Richard Sailer (4):
  Documentation/kernel-docs.txt: Remove offline or outdated entries
  Documentation/kernel-docs.txt: Improve layouting of book list
  Documentation/kernel-docs.txt: Add 4 paper/book references
  Documentation/kernel-docs.txt: Consistent indenting: 4 spaces

 Documentation/kernel-docs.txt | 1375 +++--
 1 file changed, 647 insertions(+), 728 deletions(-)

-- 
2.7.4


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html