diff --git a/docs/Haiku-doc.css b/docs/Haiku-doc.css index 4ac96df213..493fc8ff77 100644 --- a/docs/Haiku-doc.css +++ b/docs/Haiku-doc.css @@ -250,3 +250,31 @@ pre.terminal { /* Terminal output*/ font-size: 0.8em; } +/* printer only pretty stuff */ +@media /*screen,*/print { + /* suggest page orientation */ + @page { size: portrait; } + .noprint { + display: none; + } + /* some links we want to print the url along with (CSS2) */ + a.printurl:after { + content: " <" attr(href) ">"; + font-weight: normal; + font-size: small; + } + /* override for those we really don't want to print */ + a.noprinturl:after { + content: ""; + } + /* for acronyms we want their definitions inlined at print time */ + acronym[title]:after { + font-size: small; + content: " (" attr(title) ")"; + font-style: italic; + } + /* and not have mozilla dotted underline */ + acronym { + border: none; + } +} diff --git a/docs/userguide/en/bash-scripting.html b/docs/userguide/en/bash-scripting.html index 3ba6e82785..3cf0f21ed2 100644 --- a/docs/userguide/en/bash-scripting.html +++ b/docs/userguide/en/bash-scripting.html @@ -40,10 +40,10 @@ Scripts can range from simply executing a few commands in a specific order to sophisticated pieces of code that solve complex tasks.

The Bash

-

Since scripts rely naturally a lot on the shell they are interpreted by, you should first familiarize yourself with the BASH that's used by Haiku. There are many resources online as it's a widely used shell. One nice document is Johan Jansson's Introduction to bash - a tutorial for bash under BeOS.

+

Since scripts rely naturally a lot on the shell they are interpreted by, you should first familiarize yourself with the BASH that's used by Haiku. There are many resources online as it's a widely used shell. One nice document is Johan Jansson's Introduction to bash - a tutorial for bash under BeOS.

The Scripting Bible

-

After you've learned a few basics about working in the shell, it's time to slowly ease yourself into the world of scripting. Again, you'll find loads of tutorials and reference material online as well as in bookstores. A very nice introduction that's practically tailor-made for Haiku is the online available Scripting Chapter (PDF, 900kb) of Scot Hacker's BeOS Bible.

+

After you've learned a few basics about working in the shell, it's time to slowly ease yourself into the world of scripting. Again, you'll find loads of tutorials and reference material online as well as in bookstores. A very nice introduction that's practically tailor-made for Haiku is the online available Scripting Chapter (PDF, 900kb) of Scot Hacker's BeOS Bible.

Scripts in Haiku

In Haiku, the system makes of course also use of scripting. Booting and shutting down are typical scripting procedures. These defined sequences can be augmented by the user with certain user scripts.
diff --git a/docs/welcome/welcome.html b/docs/welcome/welcome.html index d29339072e..32a07c5561 100644 --- a/docs/welcome/welcome.html +++ b/docs/welcome/welcome.html @@ -38,7 +38,7 @@

One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.

@@ -46,7 +46,7 @@

The first release(s) of Haiku will be very much like the BeOS R5, the operating system it is reimplementing. If you never experienced it, have a look at these links:

Installing more software

@@ -54,10 +54,10 @@

Popular software repositories are:

Getting to know the API

@@ -65,19 +65,19 @@

There are additional resources that should help you getting started:

Getting in contact

Get in contact with other developers and users and join the discussions in our forums or mailing lists.