Skip to content

Commit

Permalink
Old PDF docs added, discord menu item added. Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlov-playrix committed Dec 12, 2020
1 parent e83f95c commit d3dfc9e
Show file tree
Hide file tree
Showing 50 changed files with 6,807 additions and 11 deletions.
4 changes: 4 additions & 0 deletions ceed-cpp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ fonts.path = $$DESTDIR/data/fonts
fonts.files = $$PWD/data/fonts/*
INSTALLS += fonts

doc.path = $$DESTDIR/doc
doc.files = $$PWD/data/doc/*.pdf
INSTALLS += doc

images.path = $$DESTDIR/data/images
images.files = $$PWD/data/icons/ceed.png
INSTALLS += images
Expand Down
49 changes: 49 additions & 0 deletions data/doc/developer-manual-src/bibliography.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
% This file was created with JabRef 2.8.
% Encoding: UTF-8
@BOOK{cppcodingstandardsbook,
author = {Andrei Alexandrescu and Herb Sutter},
title = {C++ Coding Standards: 101 Rules, Guidelines, and Best Practices},
year = {2004},
date = {25/10/2004},
isbn = {978-0321113580},
owner = {mpreisle},
timestamp = {2012.07.26}
}

@UNPUBLISHED{imagesetformat,
author = {{CEGUI development team}},
title = {Imageset XML format specification},
note = {\url{http://www.cegui.org.uk/docs/current/xml_imageset.html}},
owner = {mpreisle},
timestamp = {2012.07.08}
}

@BOOK{designpatternscppqt4book,
author = {Alan Ezust},
title = {An Introduction to Design Patterns in C++ with Qt 4},
year = {2006},
date = {10/9/2006},
isbn = {978-8131713266},
owner = {mpreisle},
timestamp = {2012.07.26}
}

@UNPUBLISHED{cxfreezedoc,
author = {Anthony Tuininga},
title = {{cxFreeze} documentation},
note = {\url{http://cx_freeze.readthedocs.org/en/latest/index.html}},
owner = {mpreisle},
timestamp = {2012.07.08}
}

@comment{jabref-meta: selector_review:}

@comment{jabref-meta: selector_publisher:}

@comment{jabref-meta: selector_author:}

@comment{jabref-meta: selector_journal:}

@comment{jabref-meta: selector_keywords:}

158 changes: 158 additions & 0 deletions data/doc/developer-manual-src/developer-manual.lyx
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass report
\begin_preamble
\usepackage{xcolor}
\definecolor{codebg}{rgb}{0.95, 0.95, 0.95}
\definecolor{commentfg}{rgb}{0.0, 0.6, 0.0}
\end_preamble
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman palatino
\font_sans default
\font_typewriter courier
\font_default_family rmdefault
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref true
\pdf_bookmarks true
\pdf_bookmarksnumbered false
\pdf_bookmarksopen false
\pdf_bookmarksopenlevel 1
\pdf_breaklinks false
\pdf_pdfborder true
\pdf_colorlinks false
\pdf_backref false
\pdf_pdfusetitle true
\papersize a4paper
\use_geometry true
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine basic
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\leftmargin 1.5cm
\topmargin 1.5cm
\rightmargin 1.5cm
\bottommargin 1.5cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\listings_params "backgroundcolor={\color{codebg}},basicstyle={\ttfamily},breaklines=true,commentstyle={\color{commentfg}},frame=single,keywordstyle={\bf\color{blue}},numbers=left,numberstyle={\tiny\color{gray}},rulecolor={\color{black}},showstringspaces=false,stringstyle={\color{red}}"
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Title
CEGUI Unified Editor Developer Manual
\end_layout

\begin_layout Author
Martin Preisler
\end_layout

\begin_layout Standard
\noindent
\begin_inset Box ovalbox
position "t"
hor_pos "c"
has_inner_box 1
inner_pos "t"
use_parbox 0
use_makebox 0
width "100col%"
special "none"
height "1in"
height_special "totalheight"
status open

\begin_layout Plain Layout
This document has been laid out for a computer screen viewing and thus may
be unsuitable for printing.
LyX sources are available in
\emph on
doc/developer-manual-src
\emph default
in the source tarball if you wish to relayout.
\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset CommandInset toc
LatexCommand tableofcontents

\end_inset


\end_layout

\begin_layout Standard
\begin_inset Newpage newpage
\end_inset


\end_layout

\begin_layout Standard
\begin_inset CommandInset include
LatexCommand input
filename "just-content.lyx"

\end_inset


\end_layout

\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "bibliography"
options "plain"

\end_inset


\end_layout

\end_body
\end_document
Loading

0 comments on commit d3dfc9e

Please sign in to comment.