git.tuebingen.mpg.de Git - paraslash.git/atom - web/documentation.in.html history paraslash - network audio streaming tools http://git.tuebingen.mpg.de/?p=paraslash.git Andre Noll static/git-favicon.png static/git-logo.png 2022-03-12T16:23:30Z gitweb Merge branch 'refs/heads/t/logo' 2022-03-12T16:22:15Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2022-03-12T16:22:15Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=ccbe76ece6a8d05439b2dbb51c1c777735c4171e
Merge branch 'refs/heads/t/logo'

The fancy new svg logo and a couple of changes which streamline
the look of the web pages.

Cooking for a month.

* refs/heads/t/logo:
  web: Add horizontal space between table columns.
  web: Clean up style sheet.
  web: Avoid bold face on main page.
  web: Add padding to all pages.
  web: Move navigation into top level table.
  web: Link to "./index.html" rather than to ".".
  web: Remove selected APIs page.
  web: Avoid "integrated" in feature list of main page.
  web: Shorten slogan.
  web: The new logo for paraslash-0.7.
  manual: Avoid vertical space between coding style items.
  • [D] web/documentation.in.html
Merge branch 'refs/heads/t/sha256' 2022-02-21T14:52:42Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2022-02-21T14:52:42Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=27e8c0dca96754834fcc358cfbab548e0be69eb6
Merge branch 'refs/heads/t/sha256'

A couple of changes which start to eliminate the use of sha1 in favor
of sha256. This series is only the first step, though, as we need to
keep sha1 for the time being to provide backward compatibility.

Cooking for four months.

* refs/heads/t/sha256:
  manual: Avoid sha1.
  upgrade_db: Add copyright and purpose to upgrade_db.c.
  web: Add link to the para_upgrade_db(1) man page.
  afs: Switch to sha256 and change default database path.
  Add para_upgrade_db.
  Use sha256 for the challenge response.
  Introduce hash2 (sha256).
  Assume sideband and aes_ctr128 are always supported/requested.
  • [D] web/documentation.in.html
web: Remove selected APIs page. 2021-11-06T19:43:30Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2021-11-06T19:43:30Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=bf34a6378d1256c89195f6636c3da50acf7f333d
web: Remove selected APIs page.

This list was outdated and not well maintained. Change the link on
the documentation page to point to the list of files instead.
  • [D] web/documentation.in.html
web: Fix typo on documentation page. 2021-11-07T15:37:41Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2021-11-07T15:37:41Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=58b6ec35d9ae7914c27883dde9794a9270a8e711
web: Fix typo on documentation page.

This typo was introduced four years ago when para_fade was renamed
to para_mixer.

Fixes: 7031f4e380b429e9c0eea1b8e5484dabdbb12ae5
  • [D] web/documentation.in.html
web: Add link to the para_upgrade_db(1) man page. 2021-11-07T15:42:50Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2021-11-07T15:42:50Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=faad2cb136799a88b4fda18b08ef9780e1e4d65a
web: Add link to the para_upgrade_db(1) man page.

Of course this should have been done in the commit which added the
new executable.

Fixes: 56e54c8c75d59a8e5072451941aa56c727d99d26
  • [D] web/documentation.in.html
manual: Combine overview.pdf and the user manual. 2017-04-29T02:33:17Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2017-04-29T02:33:17Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=ff13641489b00540d8b8ca0eb27adf0ed49b70f7
manual: Combine overview.pdf and the user manual.

The figures of the overview.pdf file look rather odd although they
used to look better when they were created four years ago. Apparently,
the dia command line tool which creates the pdf from the .dia source
file has changed and now messes up the lines which connect the parts
of the figure.

This commit re-implements four out of the five figures of the overview
file as ascii art in manual.md, removes overview.dia, and modifies
the documentation web page to no longer refer to the dia version.

The text of the overview file has been merged with the manual and
got improved a bit.

dia sucks.
  • [D] web/documentation.in.html
Convert para_fade to subcommands, rename it to para_mixer. 2016-12-27T21:19:03Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2016-12-27T21:19:03Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=7031f4e380b429e9c0eea1b8e5484dabdbb12ae5
Convert para_fade to subcommands, rename it to para_mixer.

para_fade operates in one of several modes, but the command line
options are shared. So most of the options are ignored for any
particular mode.  With lopsub we can do better and define one
subcommand per mode so that options which are only relevant to one
subcommand can be made local to that subcommand.

With subcommands the syntax of the command changes, which breaks
existing scripts. So it seems to be prudent to rename the executable
from para_fade to para_mixer. The old name was a bit misleading anyway
since the command can do much more than just fade the volume.
  • [D] web/documentation.in.html
web: Remove extra source browser. 2016-07-10T15:04:06Z Andre Noll maan@tuebingen.mpg.de Andre Noll maan@tuebingen.mpg.de 2016-07-10T15:04:06Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=67808e59c9d94d3cf68733e94d4afaa1eecb7e8c
web: Remove extra source browser.

There are two versions of the browsable source code on the paraslash
web pages: the one generated by doxygen and another one which we
create directly with global. The html is identical, modulo style
issues, so let's get rid of the directly generated one.

With the patch applied, the size of the paraslash web pages reduces
by 21M to 80M (55M doxygen + 25M release tarballs).
  • [D] web/documentation.in.html
doc: Add man page of para_play to documentation web page. 2013-09-04T18:00:48Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2013-09-04T18:00:48Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=e32d21f6e6dac1778ad90b283feb170fea4a2b11
doc: Add man page of para_play to documentation web page.

In December 2012 para_play was merged to master but we missed to
update the web page accordingly.
  • [D] web/documentation.in.html
Make web pages conform to the HTML standard again. 2012-01-06T06:56:56Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2012-01-06T06:56:56Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=f7d3162fdf4c348beb7d315a85b34af6e1cdaff5
Make web pages conform to the HTML standard again.

Without this fix, the w3c validator complains about end tags for
element <p> which is not open. Removing both start and end tags makes
it happy again and causes no visible change, at least in one browser.
  • [D] web/documentation.in.html
The new comprehensive paraslash user manual. 2010-05-03T13:07:09Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2010-05-03T13:07:09Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=11501d98f0a84a8f18826ee8fb92a445ed98794c
The new comprehensive paraslash user manual.
  • [D] web/documentation.in.html
Remove man page of para_fsck from web pages. 2010-05-02T20:18:30Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2010-05-02T20:18:30Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=4bf417fb375ec0f2f4b1a4fac208ec684778815a
Remove man page of para_fsck from web pages.

para_fsck has long been replaced by oslfsck.
  • [D] web/documentation.in.html
Add para_afh to web pages. 2008-03-14T08:33:37Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2008-03-14T08:33:37Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=0e1b107127aa8795041bf13730d16a0d5f958011
Add para_afh to web pages.
  • [D] web/documentation.in.html
Fix a typo on the Documentation web page. 2008-02-09T12:14:56Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2008-02-09T12:14:56Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=9f021e58c181e2cd2e1e245fcd7b84f33ad50f9d
Fix a typo on the Documentation web page.
  • [D] web/documentation.in.html
Fix a typo in links to man pages. 2007-10-29T13:41:45Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2007-10-29T13:41:45Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=a1ad2bf25b60018c15899ea666ab0a8e004c130b
Fix a typo in links to man pages.
  • [D] web/documentation.in.html
Make man pages for the web site use para.css. 2007-10-25T20:46:57Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2007-10-25T20:46:57Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=4e019da20423f735b1fe2f6ac43a599a79c0c4c9
Make man pages for the web site use para.css.
  • [D] web/documentation.in.html
More documentation updates. 2007-10-25T18:46:25Z Andre Noll maan@systemlinux.org Andre Noll maan@systemlinux.org 2007-10-25T18:46:25Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=b7dff48534d5f909d846e1fa40fa0d4467322bc3
More documentation updates.
  • [D] web/documentation.in.html
add links to all man pages to documentation web site 2007-01-27T13:36:28Z Andre maan@meins.(none) Andre maan@meins.(none) 2007-01-27T13:36:28Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=c4d3a91f6a8591a231c05241eee6408bbc4be23b
add links to all man pages to documentation web site
  • [D] web/documentation.in.html
unify web pages 2006-06-11T01:40:56Z Andre maan@p133.(none) Andre maan@p133.(none) 2006-06-11T01:40:56Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=8187d1acf18bfcf63db7b3a35ecb2ea3358fa2ad
unify web pages

reformat the text files to make them more friendly to grutatext
and make the headlines of the static pages look the same. Also, remove
the diffstats from NEWS.

Good enough for now.
  • [D] web/documentation.in.html
dbtool -> selector update for web documentation web page 2006-03-10T21:00:57Z Andre maan@p133.(none) Andre maan@p133.(none) 2006-03-10T21:00:57Z http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff;h=0ab9a5b60510806e3c81df8c9b1ce29226ad94ff
dbtool -> selector update for web documentation web page
  • [D] web/documentation.in.html