Unify documentation for webpage build
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 7 Jul 2014 07:43:13 +0000 (09:43 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sat, 23 Aug 2014 14:05:57 +0000 (16:05 +0200)
commit9f500c778aa7eb0a8540d70e061ba19ca0768c8f
treef2d386aab3f1196c557e5e1957fb7d58657f2600
parent71a0a9d637571b39264a4add8462772b2ed5baba
Unify documentation for webpage build

The new webpage build can be run either from a code repo (for
development), or from the unpacked source tarball (for actual
deployment). The latter is useful to ensure the documentation reflects
the tarball, and because the tarballs and their md5sum values must be
available for building the webpage. A Jenkins flow job can build the
tarballs and then construct the webpage for automated delivery. The
machinery is active only if GMX_BUILD_WEBPAGE is set (and other pieces
in place), so will be transparent to normal users.

Created configurable top-level index.md inside the new docs top-level
directory. Various components have moved into this directory, but each
can still be built independently.

Imported some basic (but pandoc-specific) CSS from
https://gist.github.com/ryangray/1882525

Made a new top-level index.md, and made it build HTML with Pandoc and
use the CSS. Later, we can consider making the whole static site build
work with some generator, e.g. to make links automatically.

Established CMake variables for configuring the webpage build with
the names of tarballs and their md5sum values. Builds from the repo
don't include this part of the webpage.

Moved the install guide into the new docs directory. Minor fixes to
header levels. Generated PDF install guide also. Used
PANDOC_EXECUTABLE instead of hard-coded "pandoc."  Made it use the
CSS.

Moved reference manual build into the new docs directory, and linked
its default setting to GMX_BUILD_WEBPAGE.

Moved old html guide content into the new docs directory. This still
installs in the old way. Fixed broken links for xpm2ps and grompp.
Added rudimentary hdb.html to fix missing link target. Removed text
that linked to ancient material that no longer semes to exist.

Moved doxygen generation into the new docs directory. The useful
output now goes directly to build/docs/html, and logs to
build/docs/doxygen.

Bumped copyright years to keep uncrustify script happy.

Bumped top-level CMakeLists.txt and CPackInit.cmake to check for the
new correct paths when building tarballs.

Added config file for linkchecker to help automate checking
the links all work.

Refs #1242

Change-Id: I8e5cf98b2997b76f56b24f45262c9c9eebf9900e
280 files changed:
.gitattributes
CMakeLists.txt
CPackInit.cmake
docs/CMakeLists.txt [new file with mode: 0644]
docs/buttondown.css [new file with mode: 0644]
docs/configure-html.cmake.in [new file with mode: 0644]
docs/doxygen/.gitignore [moved from doxygen/.gitignore with 100% similarity]
docs/doxygen/CMakeLists.txt [moved from doxygen/CMakeLists.txt with 99% similarity]
docs/doxygen/Doxyfile-common.cmakein [moved from doxygen/Doxyfile-common.cmakein with 96% similarity]
docs/doxygen/Doxyfile-compact [moved from doxygen/Doxyfile-compact with 100% similarity]
docs/doxygen/Doxyfile-full.cmakein [moved from doxygen/Doxyfile-full.cmakein with 100% similarity]
docs/doxygen/Doxyfile-lib.cmakein [moved from doxygen/Doxyfile-lib.cmakein with 100% similarity]
docs/doxygen/Doxyfile-user.cmakein [moved from doxygen/Doxyfile-user.cmakein with 65% similarity]
docs/doxygen/Doxyfile-version.cmakein [moved from doxygen/Doxyfile-version.cmakein with 100% similarity]
docs/doxygen/Doxyfile-xml.cmakein [moved from doxygen/Doxyfile-xml.cmakein with 100% similarity]
docs/doxygen/DoxygenLayout.xml [moved from doxygen/DoxygenLayout.xml with 100% similarity]
docs/doxygen/RunDoxygen.cmake.cmakein [moved from doxygen/RunDoxygen.cmake.cmakein with 97% similarity]
docs/doxygen/analysisdata.md [moved from doxygen/analysisdata.md with 100% similarity]
docs/doxygen/analysisframework.md [moved from doxygen/analysisframework.md with 100% similarity]
docs/doxygen/analysistemplate.md [moved from doxygen/analysistemplate.md with 100% similarity]
docs/doxygen/codelayout.md [moved from doxygen/codelayout.md with 100% similarity]
docs/doxygen/directories.cpp [moved from doxygen/directories.cpp with 100% similarity]
docs/doxygen/doxygen-check.py [moved from doxygen/doxygen-check.py with 100% similarity]
docs/doxygen/doxygen.md [moved from doxygen/doxygen.md with 97% similarity]
docs/doxygen/doxygenxml.py [moved from doxygen/doxygenxml.py with 100% similarity]
docs/doxygen/examples/doxygen-example-issues.cpp [moved from doxygen/examples/doxygen-example-issues.cpp with 100% similarity]
docs/doxygen/examples/doxygen-example-module.cpp [moved from doxygen/examples/doxygen-example-module.cpp with 100% similarity]
docs/doxygen/examples/doxygen-example-scoping.cpp [moved from doxygen/examples/doxygen-example-scoping.cpp with 100% similarity]
docs/doxygen/examples/doxygen-example.c [moved from doxygen/examples/doxygen-example.c with 100% similarity]
docs/doxygen/examples/doxygen-example.cpp [moved from doxygen/examples/doxygen-example.cpp with 100% similarity]
docs/doxygen/generateGraphs.cmake [moved from doxygen/generateGraphs.cmake with 100% similarity]
docs/doxygen/getInstalledHeaders.cmake [moved from doxygen/getInstalledHeaders.cmake with 100% similarity]
docs/doxygen/gmxtree.py [moved from doxygen/gmxtree.py with 99% similarity]
docs/doxygen/graphbuilder.py [moved from doxygen/graphbuilder.py with 100% similarity]
docs/doxygen/mainpage.md [moved from doxygen/mainpage.md with 100% similarity]
docs/doxygen/misc.cpp [moved from doxygen/misc.cpp with 100% similarity]
docs/doxygen/reporter.py [moved from doxygen/reporter.py with 100% similarity]
docs/doxygen/selections.md [moved from doxygen/selections.md with 100% similarity]
docs/doxygen/simd.md [moved from doxygen/simd.md with 100% similarity]
docs/doxygen/suppressions.txt [moved from doxygen/suppressions.txt with 100% similarity]
docs/doxygen/unittesting.md [moved from doxygen/unittesting.md with 100% similarity]
docs/doxygen/usinglibrary.md [moved from doxygen/usinglibrary.md with 100% similarity]
docs/doxygen/wrapperbinary.md [moved from doxygen/wrapperbinary.md with 100% similarity]
docs/index.md [new file with mode: 0644]
docs/install-guide/CMakeLists.txt [moved from install-guide/CMakeLists.txt with 59% similarity]
docs/install-guide/configure-install-guide.cmake.in [moved from install-guide/configure-install-guide.cmake.in with 100% similarity]
docs/install-guide/install-guide.md [moved from install-guide/install-guide.md with 99% similarity]
docs/linkcheckerrc [new file with mode: 0644]
docs/man/.gitignore [moved from share/man/.gitignore with 100% similarity]
docs/man/CMakeLists.txt [moved from share/man/CMakeLists.txt with 97% similarity]
docs/man/man7/gromacs.7.in [moved from share/man/man7/gromacs.7.in with 100% similarity]
docs/manual/CMakeLists.txt [moved from manual/CMakeLists.txt with 94% similarity]
docs/manual/README [moved from manual/README with 100% similarity]
docs/manual/UseLATEX.cmake [moved from manual/UseLATEX.cmake with 100% similarity]
docs/manual/algorithms.tex [moved from manual/algorithms.tex with 100% similarity]
docs/manual/analyse.tex [moved from manual/analyse.tex with 100% similarity]
docs/manual/averages.tex [moved from manual/averages.tex with 99% similarity]
docs/manual/defunits.tex [moved from manual/defunits.tex with 99% similarity]
docs/manual/fancy.sty [moved from manual/fancy.sty with 100% similarity]
docs/manual/files.tex [moved from manual/files.tex with 100% similarity]
docs/manual/forcefield.tex [moved from manual/forcefield.tex with 100% similarity]
docs/manual/gmxmanual.cls [moved from manual/gmxmanual.cls with 100% similarity]
docs/manual/gromacs.tex [moved from manual/gromacs.tex with 99% similarity]
docs/manual/here.sty [moved from manual/here.sty with 100% similarity]
docs/manual/hfill.ist [moved from manual/hfill.ist with 100% similarity]
docs/manual/implement.tex [moved from manual/implement.tex with 100% similarity]
docs/manual/index.gmx [moved from manual/index.gmx with 100% similarity]
docs/manual/install.tex [moved from manual/install.tex with 100% similarity]
docs/manual/intro.tex [moved from manual/intro.tex with 99% similarity]
docs/manual/macros.tex [moved from manual/macros.tex with 98% similarity]
docs/manual/mkmdp [moved from manual/mkmdp with 100% similarity]
docs/manual/monster.bib [moved from manual/monster.bib with 100% similarity]
docs/manual/picins.sty [moved from manual/picins.sty with 100% similarity]
docs/manual/plots/adress.png [moved from manual/plots/adress.png with 100% similarity]
docs/manual/plots/angle.eps [moved from manual/plots/angle.eps with 100% similarity]
docs/manual/plots/angle.fig [moved from manual/plots/angle.fig with 100% similarity]
docs/manual/plots/bstretch.eps [moved from manual/plots/bstretch.eps with 100% similarity]
docs/manual/plots/bstretch.fig [moved from manual/plots/bstretch.fig with 100% similarity]
docs/manual/plots/chain.eps [moved from manual/plots/chain.eps with 100% similarity]
docs/manual/plots/chain.fig [moved from manual/plots/chain.fig with 100% similarity]
docs/manual/plots/compelsetup.pdf [moved from manual/plots/compelsetup.pdf with 100% similarity]
docs/manual/plots/dd-cells.eps [moved from manual/plots/dd-cells.eps with 100% similarity]
docs/manual/plots/dd-cells.fig [moved from manual/plots/dd-cells.fig with 100% similarity]
docs/manual/plots/dd-tric.eps [moved from manual/plots/dd-tric.eps with 100% similarity]
docs/manual/plots/dd-tric.fig [moved from manual/plots/dd-tric.fig with 100% similarity]
docs/manual/plots/decomp.eps [moved from manual/plots/decomp.eps with 100% similarity]
docs/manual/plots/decomp.fig [moved from manual/plots/decomp.fig with 100% similarity]
docs/manual/plots/dih-def.eps [moved from manual/plots/dih-def.eps with 100% similarity]
docs/manual/plots/dih-def.fig [moved from manual/plots/dih-def.fig with 100% similarity]
docs/manual/plots/dih.eps [moved from manual/plots/dih.eps with 100% similarity]
docs/manual/plots/dih.fig [moved from manual/plots/dih.fig with 100% similarity]
docs/manual/plots/distm.eps [moved from manual/plots/distm.eps with 100% similarity]
docs/manual/plots/drift-all.eps [moved from manual/plots/drift-all.eps with 100% similarity]
docs/manual/plots/drift-all.xvg [moved from manual/plots/drift-all.xvg with 100% similarity]
docs/manual/plots/dssp.eps [moved from manual/plots/dssp.eps with 100% similarity]
docs/manual/plots/dumaro.eps [moved from manual/plots/dumaro.eps with 100% similarity]
docs/manual/plots/dumaro.fig [moved from manual/plots/dumaro.fig with 100% similarity]
docs/manual/plots/dummies.eps [moved from manual/plots/dummies.eps with 100% similarity]
docs/manual/plots/dummies.fig [moved from manual/plots/dummies.fig with 100% similarity]
docs/manual/plots/dumtypes.eps [moved from manual/plots/dumtypes.eps with 100% similarity]
docs/manual/plots/dumtypes.fig [moved from manual/plots/dumtypes.fig with 100% similarity]
docs/manual/plots/equipotential.pdf [moved from manual/plots/equipotential.pdf with 100% similarity]
docs/manual/plots/f-angle.eps [moved from manual/plots/f-angle.eps with 100% similarity]
docs/manual/plots/f-angle.xvg [moved from manual/plots/f-angle.xvg with 100% similarity]
docs/manual/plots/f-bham.eps [moved from manual/plots/f-bham.eps with 100% similarity]
docs/manual/plots/f-bham.xvg [moved from manual/plots/f-bham.xvg with 100% similarity]
docs/manual/plots/f-bond.eps [moved from manual/plots/f-bond.eps with 100% similarity]
docs/manual/plots/f-bond.xvg [moved from manual/plots/f-bond.xvg with 100% similarity]
docs/manual/plots/f-dih.eps [moved from manual/plots/f-dih.eps with 100% similarity]
docs/manual/plots/f-dih.xvg [moved from manual/plots/f-dih.xvg with 100% similarity]
docs/manual/plots/f-dr.eps [moved from manual/plots/f-dr.eps with 100% similarity]
docs/manual/plots/f-dr.xvg [moved from manual/plots/f-dr.xvg with 100% similarity]
docs/manual/plots/f-imps.eps [moved from manual/plots/f-imps.eps with 100% similarity]
docs/manual/plots/f-imps.xvg [moved from manual/plots/f-imps.xvg with 100% similarity]
docs/manual/plots/f-lj.eps [moved from manual/plots/f-lj.eps with 100% similarity]
docs/manual/plots/f-lj.xvg [moved from manual/plots/f-lj.xvg with 100% similarity]
docs/manual/plots/f-morse.eps [moved from manual/plots/f-morse.eps with 100% similarity]
docs/manual/plots/f-morse.xvg [moved from manual/plots/f-morse.xvg with 100% similarity]
docs/manual/plots/f-pr.eps [moved from manual/plots/f-pr.eps with 100% similarity]
docs/manual/plots/f-pr.xvg [moved from manual/plots/f-pr.xvg with 100% similarity]
docs/manual/plots/f-rbs.eps [moved from manual/plots/f-rbs.eps with 100% similarity]
docs/manual/plots/f-rbs.xvg [moved from manual/plots/f-rbs.xvg with 100% similarity]
docs/manual/plots/fbposres.eps [moved from manual/plots/fbposres.eps with 100% similarity]
docs/manual/plots/fbposres.xvg [moved from manual/plots/fbposres.xvg with 100% similarity]
docs/manual/plots/fig-02.eps [moved from manual/plots/fig-02.eps with 100% similarity]
docs/manual/plots/fig-04.eps [moved from manual/plots/fig-04.eps with 100% similarity]
docs/manual/plots/flowchart.eps [moved from manual/plots/flowchart.eps with 100% similarity]
docs/manual/plots/fp-highres.eps [moved from manual/plots/fp-highres.eps with 100% similarity]
docs/manual/plots/fp-highres.jpg [moved from manual/plots/fp-highres.jpg with 100% similarity]
docs/manual/plots/free1.eps [moved from manual/plots/free1.eps with 100% similarity]
docs/manual/plots/free1.fig [moved from manual/plots/free1.fig with 100% similarity]
docs/manual/plots/free2.eps [moved from manual/plots/free2.eps with 100% similarity]
docs/manual/plots/free2.fig [moved from manual/plots/free2.fig with 100% similarity]
docs/manual/plots/gaussians.pdf [moved from manual/plots/gaussians.pdf with 100% similarity]
docs/manual/plots/hbond-insert.eps [moved from manual/plots/hbond-insert.eps with 100% similarity]
docs/manual/plots/hbond-insert.fig [moved from manual/plots/hbond-insert.fig with 100% similarity]
docs/manual/plots/hbond.eps [moved from manual/plots/hbond.eps with 100% similarity]
docs/manual/plots/hbond.fig [moved from manual/plots/hbond.fig with 100% similarity]
docs/manual/plots/hpr-wheel.eps [moved from manual/plots/hpr-wheel.eps with 100% similarity]
docs/manual/plots/int-mat.eps [moved from manual/plots/int-mat.eps with 100% similarity]
docs/manual/plots/leapfrog.eps [moved from manual/plots/leapfrog.eps with 100% similarity]
docs/manual/plots/lincs.eps [moved from manual/plots/lincs.eps with 100% similarity]
docs/manual/plots/maxwell.eps [moved from manual/plots/maxwell.eps with 100% similarity]
docs/manual/plots/maxwell.xvg [moved from manual/plots/maxwell.xvg with 100% similarity]
docs/manual/plots/mdpar.eps [moved from manual/plots/mdpar.eps with 100% similarity]
docs/manual/plots/mpmd-pme.eps [moved from manual/plots/mpmd-pme.eps with 100% similarity]
docs/manual/plots/mpmd-pme.fig [moved from manual/plots/mpmd-pme.fig with 100% similarity]
docs/manual/plots/msdwater.eps [moved from manual/plots/msdwater.eps with 100% similarity]
docs/manual/plots/msdwater.xvg [moved from manual/plots/msdwater.xvg with 100% similarity]
docs/manual/plots/myvi [moved from manual/plots/myvi with 100% similarity]
docs/manual/plots/ngmxdump.eps [moved from manual/plots/ngmxdump.eps with 100% similarity]
docs/manual/plots/nstric.eps [moved from manual/plots/nstric.eps with 100% similarity]
docs/manual/plots/nstric.fig [moved from manual/plots/nstric.fig with 100% similarity]
docs/manual/plots/par-lincs2.eps [moved from manual/plots/par-lincs2.eps with 100% similarity]
docs/manual/plots/par-lincs2.fig [moved from manual/plots/par-lincs2.fig with 100% similarity]
docs/manual/plots/parsort.eps [moved from manual/plots/parsort.eps with 100% similarity]
docs/manual/plots/parsort.fig [moved from manual/plots/parsort.fig with 100% similarity]
docs/manual/plots/pbctric.eps [moved from manual/plots/pbctric.eps with 100% similarity]
docs/manual/plots/pbctric.fig [moved from manual/plots/pbctric.fig with 100% similarity]
docs/manual/plots/peregrine.jpg [moved from manual/plots/peregrine.jpg with 100% similarity]
docs/manual/plots/phipsi.eps [moved from manual/plots/phipsi.eps with 100% similarity]
docs/manual/plots/phipsi.fig [moved from manual/plots/phipsi.fig with 100% similarity]
docs/manual/plots/pull.eps [moved from manual/plots/pull.eps with 100% similarity]
docs/manual/plots/pullref.eps [moved from manual/plots/pullref.eps with 100% similarity]
docs/manual/plots/rama.eps [moved from manual/plots/rama.eps with 100% similarity]
docs/manual/plots/rama.xvg [moved from manual/plots/rama.xvg with 100% similarity]
docs/manual/plots/rdf.eps [moved from manual/plots/rdf.eps with 100% similarity]
docs/manual/plots/rdf.fig [moved from manual/plots/rdf.fig with 100% similarity]
docs/manual/plots/rdfO-O.eps [moved from manual/plots/rdfO-O.eps with 100% similarity]
docs/manual/plots/rdfO-O.xvg [moved from manual/plots/rdfO-O.xvg with 100% similarity]
docs/manual/plots/rhododec.eps [moved from manual/plots/rhododec.eps with 100% similarity]
docs/manual/plots/rhododec.ogl [moved from manual/plots/rhododec.ogl with 100% similarity]
docs/manual/plots/ring-imp.eps [moved from manual/plots/ring-imp.eps with 100% similarity]
docs/manual/plots/ring-imp.fig [moved from manual/plots/ring-imp.fig with 100% similarity]
docs/manual/plots/ring.eps [moved from manual/plots/ring.eps with 100% similarity]
docs/manual/plots/rotation.pdf [moved from manual/plots/rotation.pdf with 100% similarity]
docs/manual/plots/sgangle.pdf [moved from manual/plots/sgangle.pdf with 100% similarity]
docs/manual/plots/sgangle.svg [moved from manual/plots/sgangle.svg with 100% similarity]
docs/manual/plots/shiftf.eps [moved from manual/plots/shiftf.eps with 100% similarity]
docs/manual/plots/softcore.eps [moved from manual/plots/softcore.eps with 100% similarity]
docs/manual/plots/softcore.xvg [moved from manual/plots/softcore.xvg with 100% similarity]
docs/manual/plots/subst-im.eps [moved from manual/plots/subst-im.eps with 100% similarity]
docs/manual/plots/subst-im.fig [moved from manual/plots/subst-im.fig with 100% similarity]
docs/manual/plots/tetra-im.eps [moved from manual/plots/tetra-im.eps with 100% similarity]
docs/manual/plots/tetra-im.fig [moved from manual/plots/tetra-im.fig with 100% similarity]
docs/manual/plots/truncoct.eps [moved from manual/plots/truncoct.eps with 100% similarity]
docs/manual/plots/truncoct.ogl [moved from manual/plots/truncoct.ogl with 100% similarity]
docs/manual/plots/vcrf.eps [moved from manual/plots/vcrf.eps with 100% similarity]
docs/manual/plots/vcrf.xvg [moved from manual/plots/vcrf.xvg with 100% similarity]
docs/manual/plots/verlet-drift.eps [moved from manual/plots/verlet-drift.eps with 100% similarity]
docs/manual/plots/verlet-drift.xvg [moved from manual/plots/verlet-drift.xvg with 100% similarity]
docs/manual/plots/vsite-4fdn.eps [moved from manual/plots/vsite-4fdn.eps with 100% similarity]
docs/manual/programs.tex [moved from manual/programs.tex with 98% similarity]
docs/manual/proteins.bst [moved from manual/proteins.bst with 100% similarity]
docs/manual/special.tex [moved from manual/special.tex with 100% similarity]
docs/manual/subindex [moved from manual/subindex with 100% similarity]
docs/manual/topology.tex [moved from manual/topology.tex with 100% similarity]
docs/manual/underscore.sty [moved from manual/underscore.sty with 100% similarity]
docs/manual/unpubl.bib [moved from manual/unpubl.bib with 100% similarity]
docs/old-html/BuildHtmlHelp.cmake [moved from share/html/BuildHtmlHelp.cmake with 100% similarity]
docs/old-html/CMakeLists.txt [moved from share/html/CMakeLists.txt with 100% similarity]
docs/old-html/footer.html [moved from share/html/footer.html with 100% similarity]
docs/old-html/header.html.in [moved from share/html/header.html.in with 100% similarity]
docs/old-html/images/1ctf-0.2.jpg [moved from share/html/images/1ctf-0.2.jpg with 100% similarity]
docs/old-html/images/1ctf-0.5.jpg [moved from share/html/images/1ctf-0.5.jpg with 100% similarity]
docs/old-html/images/1ctf-0.jpg [moved from share/html/images/1ctf-0.jpg with 100% similarity]
docs/old-html/images/1ctf-1.jpg [moved from share/html/images/1ctf-1.jpg with 100% similarity]
docs/old-html/images/1ctf-10.jpg [moved from share/html/images/1ctf-10.jpg with 100% similarity]
docs/old-html/images/1ctf-4.jpg [moved from share/html/images/1ctf-4.jpg with 100% similarity]
docs/old-html/images/articles.gif [moved from share/html/images/articles.gif with 100% similarity]
docs/old-html/images/bench.gif [moved from share/html/images/bench.gif with 100% similarity]
docs/old-html/images/charts_down.gif [moved from share/html/images/charts_down.gif with 100% similarity]
docs/old-html/images/charts_up.gif [moved from share/html/images/charts_up.gif with 100% similarity]
docs/old-html/images/faq.gif [moved from share/html/images/faq.gif with 100% similarity]
docs/old-html/images/features.gif [moved from share/html/images/features.gif with 100% similarity]
docs/old-html/images/flow_down.gif [moved from share/html/images/flow_down.gif with 100% similarity]
docs/old-html/images/flow_downleft.gif [moved from share/html/images/flow_downleft.gif with 100% similarity]
docs/old-html/images/flow_hline.gif [moved from share/html/images/flow_hline.gif with 100% similarity]
docs/old-html/images/flow_left.gif [moved from share/html/images/flow_left.gif with 100% similarity]
docs/old-html/images/flow_leftright.gif [moved from share/html/images/flow_leftright.gif with 100% similarity]
docs/old-html/images/flow_leftrightdown.gif [moved from share/html/images/flow_leftrightdown.gif with 100% similarity]
docs/old-html/images/flow_leftrightup.gif [moved from share/html/images/flow_leftrightup.gif with 100% similarity]
docs/old-html/images/flow_leftup.gif [moved from share/html/images/flow_leftup.gif with 100% similarity]
docs/old-html/images/flow_right+left.gif [moved from share/html/images/flow_right+left.gif with 100% similarity]
docs/old-html/images/flow_right.gif [moved from share/html/images/flow_right.gif with 100% similarity]
docs/old-html/images/flow_rightleftdown.gif [moved from share/html/images/flow_rightleftdown.gif with 100% similarity]
docs/old-html/images/flow_uprightleft.gif [moved from share/html/images/flow_uprightleft.gif with 100% similarity]
docs/old-html/images/flow_vline.gif [moved from share/html/images/flow_vline.gif with 100% similarity]
docs/old-html/images/flow_vrule.gif [moved from share/html/images/flow_vrule.gif with 100% similarity]
docs/old-html/images/gmxlogo_small.jpg [moved from share/html/images/gmxlogo_small.jpg with 100% similarity]
docs/old-html/images/links.gif [moved from share/html/images/links.gif with 100% similarity]
docs/old-html/images/mail.gif [moved from share/html/images/mail.gif with 100% similarity]
docs/old-html/images/manual.gif [moved from share/html/images/manual.gif with 100% similarity]
docs/old-html/images/plotje.gif [moved from share/html/images/plotje.gif with 100% similarity]
docs/old-html/images/rainbow.gif [moved from share/html/images/rainbow.gif with 100% similarity]
docs/old-html/images/software.gif [moved from share/html/images/software.gif with 100% similarity]
docs/old-html/images/topologies.gif [moved from share/html/images/topologies.gif with 100% similarity]
docs/old-html/images/xvgr.gif [moved from share/html/images/xvgr.gif with 100% similarity]
docs/old-html/links.dat [moved from share/html/links.dat with 100% similarity]
docs/old-html/online.html [moved from share/html/online.html with 100% similarity]
docs/old-html/online/cpt.html [moved from share/html/online/cpt.html with 100% similarity]
docs/old-html/online/dat.html [moved from share/html/online/dat.html with 100% similarity]
docs/old-html/online/dlg.html [moved from share/html/online/dlg.html with 100% similarity]
docs/old-html/online/edi.html [moved from share/html/online/edi.html with 68% similarity]
docs/old-html/online/edo.html [moved from share/html/online/edo.html with 100% similarity]
docs/old-html/online/edr.html [moved from share/html/online/edr.html with 100% similarity]
docs/old-html/online/ene.html [moved from share/html/online/ene.html with 100% similarity]
docs/old-html/online/eps.html [moved from share/html/online/eps.html with 100% similarity]
docs/old-html/online/files.html [moved from share/html/online/files.html with 98% similarity]
docs/old-html/online/flow.html [moved from share/html/online/flow.html with 100% similarity]
docs/old-html/online/g96.html [moved from share/html/online/g96.html with 100% similarity]
docs/old-html/online/getting_started.html [moved from share/html/online/getting_started.html with 100% similarity]
docs/old-html/online/gro.html [moved from share/html/online/gro.html with 100% similarity]
docs/old-html/online/hdb.html [new file with mode: 0644]
docs/old-html/online/itp.html [moved from share/html/online/itp.html with 100% similarity]
docs/old-html/online/log.html [moved from share/html/online/log.html with 100% similarity]
docs/old-html/online/m2p.html [moved from share/html/online/m2p.html with 100% similarity]
docs/old-html/online/map.html [moved from share/html/online/map.html with 100% similarity]
docs/old-html/online/mdp.html [moved from share/html/online/mdp.html with 98% similarity]
docs/old-html/online/mdp_opt.html [moved from share/html/online/mdp_opt.html with 100% similarity]
docs/old-html/online/mtx.html [moved from share/html/online/mtx.html with 100% similarity]
docs/old-html/online/ndx.html [moved from share/html/online/ndx.html with 100% similarity]
docs/old-html/online/options.html [moved from share/html/online/options.html with 100% similarity]
docs/old-html/online/out.html [moved from share/html/online/out.html with 100% similarity]
docs/old-html/online/pdb.html [moved from share/html/online/pdb.html with 100% similarity]
docs/old-html/online/rtp.html [moved from share/html/online/rtp.html with 100% similarity]
docs/old-html/online/style.css [moved from share/html/online/style.css with 100% similarity]
docs/old-html/online/tex.html [moved from share/html/online/tex.html with 100% similarity]
docs/old-html/online/tng.html [moved from share/html/online/tng.html with 100% similarity]
docs/old-html/online/top.html [moved from share/html/online/top.html with 100% similarity]
docs/old-html/online/tpa.html [moved from share/html/online/tpa.html with 100% similarity]
docs/old-html/online/tpb.html [moved from share/html/online/tpb.html with 100% similarity]
docs/old-html/online/tpr.html [moved from share/html/online/tpr.html with 100% similarity]
docs/old-html/online/trj.html [moved from share/html/online/trj.html with 100% similarity]
docs/old-html/online/trr.html [moved from share/html/online/trr.html with 100% similarity]
docs/old-html/online/xpm.html [moved from share/html/online/xpm.html with 100% similarity]
docs/old-html/online/xtc.html [moved from share/html/online/xtc.html with 95% similarity]
docs/old-html/online/xvg.html [moved from share/html/online/xvg.html with 100% similarity]
doxygen/index.html [deleted file]
share/CMakeLists.txt