mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
include data model on web page
This commit is contained in:
parent
465a0ffbcb
commit
3f9d87f5e6
@ -464,8 +464,7 @@ if(USE_DOXYGEN)
|
||||
COMMENT "Running doxygen"
|
||||
)
|
||||
add_custom_target(doxygen
|
||||
ALL
|
||||
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/html/index.html"
|
||||
ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/html/index.html"
|
||||
)
|
||||
set(MODELDOT ${CMAKE_CURRENT_SOURCE_DIR}/doc/model.dot)
|
||||
add_custom_command(
|
||||
@ -476,8 +475,7 @@ if(USE_DOXYGEN)
|
||||
COMMENT "Running dot"
|
||||
)
|
||||
add_custom_target(dot
|
||||
ALL
|
||||
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/model.png"
|
||||
ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/model.png"
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -40,45 +40,54 @@
|
||||
<a href="notcurses-tetris.1.html">notcurses-tetris</a>—Tetris in a terminal<br/>
|
||||
<a href="notcurses-view.1.html">notcurses-view</a>—renders images and video to a terminal<br/>
|
||||
<h2>C library (section 3)</h2>
|
||||
<a href="https://repology.org/project/notcurses/versions">
|
||||
<img src="https://repology.org/badge/vertical-allrepos/notcurses.svg" alt="Packaging status" align="right">
|
||||
<div style="float:left">
|
||||
<a href="notcurses_capabilities.3.html">notcurses_capabilities</a>—runtime capability detection<br/>
|
||||
<a href="notcurses_cell.3.html">notcurses_cell</a>—operations on <tt>cell</tt> objects<br/>
|
||||
<a href="notcurses_channels.3.html">notcurses_channels</a>—operations on the <tt>channel</tt> type<br/>
|
||||
<a href="notcurses_directmode.3.html">notcurses_directmode</a>—minimal notcurses instances for styling text<br/>
|
||||
<a href="notcurses_fade.3.html">notcurses_fade</a>—fading and pulsing for <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_fds.3.html">notcurses_fds</a>—dumping file descriptors/subprocesses to <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_init.3.html">notcurses_init</a>—initialization<br/>
|
||||
<a href="notcurses_input.3.html">notcurses_input</a>—collecting input<br/>
|
||||
<a href="notcurses_lines.3.html">notcurses_lines</a>—drawing lines and boxes on <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_menu.3.html">notcurses_menu</a>—menus on the top or bottom rows<br/>
|
||||
<a href="notcurses_metric.3.html">notcurses_metric</a>—fixed-width formatting with metric suffixes<br/>
|
||||
<a href="notcurses_multiselector.3.html">notcurses_multiselector</a>—high-level widget for selecting items from a set<br/>
|
||||
<a href="notcurses_reel.3.html">notcurses_reel</a>—high-level widget for hierarchical data<br/>
|
||||
<a href="notcurses_output.3.html">notcurses_output</a>—drawing text on <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_palette.3.html">notcurses_palette</a>—operations on notcurses palettes<br/>
|
||||
<a href="notcurses_plane.3.html">notcurses_plane</a>—operations on <tt>ncplane</tt> objects<br/>
|
||||
<a href="notcurses_plot.3.html">notcurses_plot</a>—drawing histograms and lineplots<br/>
|
||||
<a href="notcurses_reader.3.html">notcurses_reader</a>—high-level widget for collecting input<br/>
|
||||
<a href="notcurses_refresh.3.html">notcurses_refresh</a>—refresh an externally-damaged display<br/>
|
||||
<a href="notcurses_render.3.html">notcurses_render</a>—sync the physical display<br/>
|
||||
<a href="notcurses_selector.3.html">notcurses_selector</a>—high-level widget for selecting one item from a set<br/>
|
||||
<a href="notcurses_stats.3.html">notcurses_stats</a>—notcurses runtime statistics<br/>
|
||||
<a href="notcurses_stdplane.3.html">notcurses_stdplane</a>—acquire the standard <tt>ncplane</tt><br/>
|
||||
<a href="notcurses_stop.3.html">notcurses_stop</a>—collapse the context<br/>
|
||||
<a href="notcurses_visual.3.html">notcurses_visual</a>—operations on <tt>ncvisual</tt> objects<br/>
|
||||
</div>
|
||||
<div style="float:right">
|
||||
<a href="model.png">
|
||||
<!-- youtube above us is 560, packaging status is 205 -->
|
||||
<img src="model.png" alt="Notcurses data model" width="350">
|
||||
</a>
|
||||
<a href="https://repology.org/project/notcurses/versions">
|
||||
<img src="https://repology.org/badge/vertical-allrepos/notcurses.svg" alt="Packaging status">
|
||||
</a>
|
||||
</div>
|
||||
<div style="clear:both">
|
||||
<br/><br/>
|
||||
<center>
|
||||
<a href="widechars.png">
|
||||
<img src="widechars-800.png" alt="wide banner from notcurses 1.0.2 demo" />
|
||||
</a>
|
||||
<a href="notcurses_capabilities.3.html">notcurses_capabilities</a>—runtime capability detection<br/>
|
||||
<a href="notcurses_cell.3.html">notcurses_cell</a>—operations on <tt>cell</tt> objects<br/>
|
||||
<a href="notcurses_channels.3.html">notcurses_channels</a>—operations on the <tt>channel</tt> type<br/>
|
||||
<a href="notcurses_directmode.3.html">notcurses_directmode</a>—minimal notcurses instances for styling text<br/>
|
||||
<a href="notcurses_fade.3.html">notcurses_fade</a>—fading and pulsing for <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_fds.3.html">notcurses_fds</a>—dumping file descriptors/subprocesses to <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_init.3.html">notcurses_init</a>—initialization<br/>
|
||||
<a href="notcurses_input.3.html">notcurses_input</a>—collecting input<br/>
|
||||
<a href="notcurses_lines.3.html">notcurses_lines</a>—drawing lines and boxes on <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_menu.3.html">notcurses_menu</a>—menus on the top or bottom rows<br/>
|
||||
<a href="notcurses_metric.3.html">notcurses_metric</a>—fixed-width formatting with metric suffixes<br/>
|
||||
<a href="notcurses_multiselector.3.html">notcurses_multiselector</a>—high-level widget for selecting items from a set<br/>
|
||||
<a href="notcurses_reel.3.html">notcurses_reel</a>—high-level widget for hierarchical data<br/>
|
||||
<a href="notcurses_output.3.html">notcurses_output</a>—drawing text on <tt>ncplane</tt>s<br/>
|
||||
<a href="notcurses_palette.3.html">notcurses_palette</a>—operations on notcurses palettes<br/>
|
||||
<a href="notcurses_plane.3.html">notcurses_plane</a>—operations on <tt>ncplane</tt> objects<br/>
|
||||
<a href="notcurses_plot.3.html">notcurses_plot</a>—drawing histograms and lineplots<br/>
|
||||
<a href="notcurses_reader.3.html">notcurses_reader</a>—high-level widget for collecting input<br/>
|
||||
<a href="notcurses_refresh.3.html">notcurses_refresh</a>—refresh an externally-damaged display<br/>
|
||||
<a href="notcurses_render.3.html">notcurses_render</a>—sync the physical display<br/>
|
||||
<a href="notcurses_selector.3.html">notcurses_selector</a>—high-level widget for selecting one item from a set<br/>
|
||||
<a href="notcurses_stats.3.html">notcurses_stats</a>—notcurses runtime statistics<br/>
|
||||
<a href="notcurses_stdplane.3.html">notcurses_stdplane</a>—acquire the standard <tt>ncplane</tt><br/>
|
||||
<a href="notcurses_stop.3.html">notcurses_stop</a>—collapse the context<br/>
|
||||
<a href="notcurses_visual.3.html">notcurses_visual</a>—operations on <tt>ncvisual</tt> objects<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<center>
|
||||
<a href="widechars.png">
|
||||
<img src="widechars-800.png" alt="wide banner from notcurses 1.0.2 demo" />
|
||||
</a>
|
||||
<br/>
|
||||
<small>
|
||||
“Profound changes are imminent in the ancient craft of the Beautiful.”
|
||||
© 2019-2020 <a href="mailto:nickblack@linux.com">nickblack@linux.com</a>
|
||||
</small>
|
||||
</center>
|
||||
</center>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -32,7 +32,7 @@ make -j
|
||||
make test
|
||||
ssh qemfd.net rm -rf /opt/notcurses/html
|
||||
scp -r html qemfd.net:/opt/notcurses/html
|
||||
scp *.html ../doc/man/index.html qemfd.net:/opt/notcurses/
|
||||
scp *.html ../doc/man/index.html model.png qemfd.net:/opt/notcurses/
|
||||
cd ..
|
||||
|
||||
# if that all worked, commit, push, and tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user