docs/user: s/http:/https:/.

This commit is contained in:
Augustin Cavalier
2015-07-21 18:24:37 -04:00
parent b46999bc02
commit 4d556706b5
3 changed files with 25 additions and 25 deletions
+6 -6
View File
@@ -10,7 +10,7 @@
* John Scipione, [email protected] * John Scipione, [email protected]
*/ */
/* color names provided by: http://chir.ag/projects/name-that-color */ /* color names provided by: https://chir.ag/projects/name-that-color */
html { html {
overflow-x: hidden; overflow-x: hidden;
@@ -146,7 +146,7 @@ h4 a:hover, a:active, h5 a:hover, a:active, h6 a:hover, a:active {
} }
#banner div.logo { #banner div.logo {
background: url('http://api.haiku-os.org/logo.png') no-repeat scroll 0 0 transparent; background: url('https://api.haiku-os.org/logo.png') no-repeat scroll 0 0 transparent;
width: 59em; width: 59em;
height: 100%; height: 100%;
margin: 0 auto; margin: 0 auto;
@@ -377,24 +377,24 @@ dl.note dd, dl.remark dd, dl.warning dd, dl.attention dd {
dl.note { dl.note {
/* rice flower */ /* rice flower */
background:#e4ffde url('http://haiku-os.org/sites/haiku-os.org/themes/shijin/haiku-icons/alert_info_32.png') 15px 15px no-repeat; background:#e4ffde url('https://haiku-os.org/sites/haiku-os.org/themes/shijin/haiku-icons/alert_info_32.png') 15px 15px no-repeat;
border-color: #94ce18; /* lima */ border-color: #94ce18; /* lima */
} }
dl.remark { dl.remark {
background: #f3f3f3 url('http://api.haiku-os.org/images/alert_idea_32.png') 15px 15px no-repeat; background: #f3f3f3 url('https://api.haiku-os.org/images/alert_idea_32.png') 15px 15px no-repeat;
border-color: #c0c0c0; /* silver */ border-color: #c0c0c0; /* silver */
} }
dl.warning { dl.warning {
/* lemon chiffon */ /* lemon chiffon */
background: #fffbc6 url('http://api.haiku-os.org/images/alert_warning_32.png') 15px 15px no-repeat; background: #fffbc6 url('https://api.haiku-os.org/images/alert_warning_32.png') 15px 15px no-repeat;
border-color: #eed300; /* gold */ border-color: #eed300; /* gold */
} }
dl.attention { dl.attention {
/* fair pink */ /* fair pink */
background: #ffeae6 url('http://api.haiku-os.org/images/alert_stop_32.png') 15px 15px no-repeat; background: #ffeae6 url('https://api.haiku-os.org/images/alert_stop_32.png') 15px 15px no-repeat;
border-color: red; border-color: red;
} }
+15 -15
View File
@@ -5,9 +5,9 @@
Interface (API) of the Haiku operating system. This API describes Interface (API) of the Haiku operating system. This API describes
the internals of the operating system allowing developers to write the internals of the operating system allowing developers to write
native C++ applications and device drivers. See the native C++ applications and device drivers. See the
<a href="http://api.haiku-os.org">online version</a> for the most <a href="https://api.haiku-os.org">online version</a> for the most
updated version of this document. If you would like to help contribute updated version of this document. If you would like to help contribute
contact the <a href="http://www.freelists.org/list/haiku-doc">documentation contact the <a href="https://www.freelists.org/list/haiku-doc">documentation
mailing list</a>. For guidelines on how to help document the API see mailing list</a>. For guidelines on how to help document the API see
the \link apidoc Documenting the API\endlink page. A list of the \link apidoc Documenting the API\endlink page. A list of
contributors can be found \ref credits page. Documenting the API is contributors can be found \ref credits page. Documenting the API is
@@ -20,9 +20,9 @@
appropriate sections. appropriate sections.
A complete reference to the BeOS R5 API is available on the web in A complete reference to the BeOS R5 API is available on the web in
<a href="http://haiku-os.org/legacy-docs/bebook/">The Be Book</a>. <a href="https://haiku-os.org/legacy-docs/bebook/">The Be Book</a>.
The Be Book is used with permission from The Be Book is used with permission from
<a href="http://www.access-company.com/">Access Co.</a>, the current <a href="https://www.access-company.com/">Access Co.</a>, the current
owners of Be's intellectual property. owners of Be's intellectual property.
\section kits Kits and Servers \section kits Kits and Servers
@@ -167,7 +167,7 @@
\brief The Midi Kit is the API that implements support for generating, \brief The Midi Kit is the API that implements support for generating,
processing, and playing music in MIDI format. processing, and playing music in MIDI format.
<A HREF="http://www.midi.org/">MIDI</A>, which stands for 'Musical <A HREF="https://www.midi.org/">MIDI</A>, which stands for 'Musical
Instrument Digital Interface', is a well-established standard for Instrument Digital Interface', is a well-established standard for
representing and communicating musical data. This document serves as representing and communicating musical data. This document serves as
an overview. If you would like to see all the components, please look an overview. If you would like to see all the components, please look
@@ -413,7 +413,7 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
of events from more than one producer to one consumer at the same time. of events from more than one producer to one consumer at the same time.
The article Introduction to MIDI, Part 2 in <A The article Introduction to MIDI, Part 2 in <A
HREF="http://open-beos.sourceforge.net/nsl.php?mode=display&id=36">OpenBeOS HREF="https://open-beos.sourceforge.net/nsl.php?mode=display&id=36">OpenBeOS
Newsletter 36</A> describes this problem in more detail, and provides a Newsletter 36</A> describes this problem in more detail, and provides a
solution. Go read it now! solution. Go read it now!
@@ -454,19 +454,19 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
- \ref Midi2Defs.h - \ref Midi2Defs.h
- Be Newsletter Volume 3, Issue 47 - Motor Mix sample code - Be Newsletter Volume 3, Issue 47 - Motor Mix sample code
- Be Newsletter Volume 4, Issue 3 - Overview of the new kit - Be Newsletter Volume 4, Issue 3 - Overview of the new kit
- <A HREF="http://haiku-os.org/documents/dev/introduction_to_midi_part_1">Newsletter - <A HREF="https://haiku-os.org/documents/dev/introduction_to_midi_part_1">Newsletter
33</A>, Introduction to MIDI, Part 1 33</A>, Introduction to MIDI, Part 1
- <A HREF="http://haiku-os.org/documents/dev/introduction_to_midi_part_2">Newsletter - <A HREF="https://haiku-os.org/documents/dev/introduction_to_midi_part_2">Newsletter
36</A>, Introduction to MIDI, Part 2 36</A>, Introduction to MIDI, Part 2
- Sample code and other goodies at the - Sample code and other goodies at the
<A HREF="http://haiku-os.org/about/teams/midi_kit">Haiku Midi Kit team page</A> <A HREF="https://haiku-os.org/about/teams/midi_kit">Haiku Midi Kit team page</A>
Information about MIDI in general: Information about MIDI in general:
- <A HREF="http://www.midi.org">MIDI Manufacturers Association</A> - <A HREF="https://www.midi.org">MIDI Manufacturers Association</A>
- <A HREF="http://www.borg.com/~jglatt/tutr/miditutr.htm">MIDI Tutorials</A> - <A HREF="https://www.borg.com/~jglatt/tutr/miditutr.htm">MIDI Tutorials</A>
- <A HREF="http://www.borg.com/~jglatt/tech/midispec.htm">MIDI Specification</A> - <A HREF="https://www.borg.com/~jglatt/tech/midispec.htm">MIDI Specification</A>
- <A HREF="http://www.borg.com/~jglatt/tech/midifile.htm">Standard MIDI File Format</A> - <A HREF="https://www.borg.com/~jglatt/tech/midifile.htm">Standard MIDI File Format</A>
- <A HREF="http://www.io.com/~jimm/midi_ref.html">Jim Menard's MIDI Reference</A> - <A HREF="https://www.io.com/~jimm/midi_ref.html">Jim Menard's MIDI Reference</A>
\defgroup network Network Kit \defgroup network Network Kit
@@ -502,7 +502,7 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
including ping, ifconfig, route, traceroute, and arp. including ping, ifconfig, route, traceroute, and arp.
See the User Guide for more information about the See the User Guide for more information about the
<a href="http://haiku-os.org/docs/userguide/en/preferences/network.html">Network preferences app</a> <a href="https://haiku-os.org/docs/userguide/en/preferences/network.html">Network preferences app</a>
included as part of the Network Kit. included as part of the Network Kit.
+4 -4
View File
@@ -42,7 +42,7 @@
/*! /*!
\var alert_type B_INFO_ALERT \var alert_type B_INFO_ALERT
\image html http://api.haiku-os.org/images/alert_info_32.png \image html https://api.haiku-os.org/images/alert_info_32.png
Info icon Info icon
@@ -52,7 +52,7 @@
/*! /*!
\var alert_type B_IDEA_ALERT \var alert_type B_IDEA_ALERT
\image html http://api.haiku-os.org/images/alert_idea_32.png \image html https://api.haiku-os.org/images/alert_idea_32.png
Idea icon Idea icon
@@ -62,7 +62,7 @@
/*! /*!
\var alert_type B_WARNING_ALERT \var alert_type B_WARNING_ALERT
\image html http://api.haiku-os.org/images/alert_warning_32.png \image html https://api.haiku-os.org/images/alert_warning_32.png
Warning icon Warning icon
@@ -72,7 +72,7 @@
/*! /*!
\var alert_type B_STOP_ALERT \var alert_type B_STOP_ALERT
\image html http://api.haiku-os.org/images/alert_stop_32.png \image html https://api.haiku-os.org/images/alert_stop_32.png
Stop icon Stop icon