Variants
Views
Actions

Difference between revisions of "Cppreference:Archives"

From cppreference.com
(Add unofficial release)
(new offline archive)
Line 8: Line 8:
  
 
{|
 
{|
| rowspan=2 style="padding-right:1em;" | 9 April 2017<br/>{{small|[[Cppreference:Old archives|Old versions]]}}
+
| rowspan=2 style="padding-right:1em;" | 11 March 2018<br/>{{small|[[Cppreference:Old archives|Old versions]]}}
| [[File:html_book_20170409.zip]]  
+
| [[File:html_book_20180311.zip]]  
 
|-
 
|-
| [[File:html_book_20170409.tar.gz]]
+
| [[File:html_book_20180311.tar.gz]]
 
|}
 
|}
  
Line 32: Line 32:
 
{|
 
{|
 
|-
 
|-
| rowspan=2 style="padding-right:1em;" | 9 April 2017<br/>{{small|[[Cppreference:Old archives|Old versions]]}}
+
| rowspan=2 style="padding-right:1em;" | 11 March 2018<br/>{{small|[[Cppreference:Old archives|Old versions]]}}
| [[File:qch_book_20170409.zip]]  
+
| [[File:qch_book_20180311.zip]]  
 
|-
 
|-
| [[File:qch_book_20170409.tar.gz]]
+
| [[File:qch_book_20180311.tar.gz]]
 
|}
 
|}
  
Line 69: Line 69:
  
 
{|
 
{|
| rowspan=2 style="padding-right:1em;" | 9 April 2017<br/>{{small|[[Cppreference:Old archives|Old versions]]}}
+
| rowspan=2 style="padding-right:1em;" | 11 March 2018<br/>{{small|[[Cppreference:Old archives|Old versions]]}}
| [[File:cppreference-doc-20170409.zip]]  
+
| [[File:cppreference-doc-20180311.zip]]  
 
|-
 
|-
| [[File:cppreference-doc-20170409.tar.gz]]
+
| [[File:cppreference-doc-20180311.tar.gz]]
 
|}
 
|}
  

Revision as of 13:31, 14 March 2018


For convenience, several versions of the wiki suitable for offline viewing are available.

Contents

Html book

This html book is an offline copy of the website with unnecessary UI elements stripped out. Choose this if you just want to access cppreference.com via a browser while without internet connection.

11 March 2018
Old versions
File:html book 20180311.zip
File:html book 20180311.tar.gz

Devhelp book

Devhelp is a documentation browser for GTK/Gnome.

The book is available as cppreference-doc-en-html deb package in the official Debian and Ubuntu repositories.

For arch users, the package cppreference-devhelp could be found here, which can be installed from AUR by tools like yaourt.

Qt help book

qch is a documentation format for use in the Qt tools such as QtCreator or Qt Assistant.

The qch book below contains a version of the html book, adapted for use with the Qt tools. Search also works.

Note: Old versions of QtCreator or QtAssistant display the documentation improperly. If you see bad formatting, please update these programs. The oldest versions that display the contents correctly are QtCreator v3.0 and QtAssistant v4.8.6.
11 March 2018
Old versions
File:qch book 20180311.zip
File:qch book 20180311.tar.gz

The book is available as cppreference-doc-en-qch deb package in the official Debian and Ubuntu repositories.

The book is also provided by AUR package cppreference-qt for Arch Linux users.

Doxygen tag file

Doxygen is a tool to automatically generate documentation from source code comments. It supports automatic linking of C++ names to external documentation via tag file functionality. Two tag files are provided:


In order to support external cppreference documentation, Doxyfile needs to be modified as follows:

  • If the link target is local archive, add the following line:

TAGFILES += "location/of/cppreference-doxygen-local.tag.xml=/location/of/html/book/root/"

  • If the link target is cppreference.com, add the following line:

TAGFILES += "location/of/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/"

Manpages

Automatically generated man pages are maintained here. Installation notes are included in the README and updates follow the offline archive releases.

Raw archive

This archive is a raw copy created using Wget. Note that this archive is not useful for viewing as-is, please use the HTML book instead. Note: the utility scripts and a makefile are contained in this package, so it can be used as full upstream source.

11 March 2018
Old versions
File:cppreference-doc-20180311.zip
File:cppreference-doc-20180311.tar.gz

Bugs

All bugs in the offline archives should be reported either to the talk page or to the issues page of the cppreference-doc github project.

See also

The utility scripts are maintained in this git repository.

The debian packaging information is maintained in this git repository.

An independently-maintained CHM (Windows help) archive can be found in this git repository.

Unofficial Release

An unofficial fork that is updated more frequently can be found in this git repository.

27 February 2018
Old versions
html-book-20180227.zip
html-book-20180227.tar.xz
Other files (qch and raw archive)