doc: Remove in source documentation and the asciidoc package

The RSB documentation is now in ReST format and part of the RTEMS
Documentation project. See https://docs.rtems.org/.

Remove support for the GPL based asciidoc tool and remove the
asciidoc package from the RSB.

Add the Python Markdown package and update the reporter to use
Markdown for HTML generation. The resuling HTML report is a single
self contained file.

Closes #3047.
This commit is contained in:
Chris Johns
2017-08-07 09:59:49 +10:00
parent 295c197b51
commit 8b96e17c8a
342 changed files with 6347 additions and 73893 deletions

18
README
View File

@@ -11,11 +11,21 @@ set'. The RTEMS Source Builder is not limited to this role but designed to fit
with-in this specific niche. It can be used outside of the RTEMS project and we
welcome this happening in other open source or commercial projects.
The project is part of the RTEMS Project. See http://www.rtems.org/ for
details. The master repositiory is
http://git.rtems.org/rtems-source-builder.git/.
The project is part of the RTEMS Project. The project's websites are:
Documentation is in the 'doc' directory and available as HTML at https://docs.rtems.org/rsb/.
RTEMS Project Website:
https://www.rtems.org/
GIT Source Repository:
https://git.rtems.org/rtems-source-builder.git/
Documentation:
https://docs.rtems.org/branches/master/rsb/index.html
Bugs:
https://devel.rtems.org/query?component=RSB
Please refer to the LICENSE file for license details.
Contributions, suggestions, and bug reports are welcome.