mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
pinos -> pipewire
This commit is contained in:
parent
f12a5ffc80
commit
83964cec87
197 changed files with 9430 additions and 11744 deletions
8
man/.gitignore
vendored
8
man/.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
|||
pinos-monitor.1
|
||||
pinos-monitor.1.xml
|
||||
pinos.1
|
||||
pinos.1.xml
|
||||
pipewire-monitor.1
|
||||
pipewire-monitor.1.xml
|
||||
pipewire.1
|
||||
pipewire.1.xml
|
||||
|
|
|
|||
|
|
@ -3,30 +3,30 @@
|
|||
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
|
||||
|
||||
<!--
|
||||
This file is part of Pinos.
|
||||
This file is part of PipeWire.
|
||||
|
||||
Pinos is free software; you can redistribute it and/or modify it
|
||||
PipeWire is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as
|
||||
published by the Free Software Foundation; either version 2.1 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
Pinos is distributed in the hope that it will be useful, but WITHOUT
|
||||
PipeWire is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
||||
Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
||||
License along with PipeWire; if not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<manpage name="pinos-monitor" section="1" desc="The Pinos monitor">
|
||||
<manpage name="pipewire-monitor" section="1" desc="The PipeWire monitor">
|
||||
|
||||
<synopsis>
|
||||
<cmd>pinos</cmd>
|
||||
<cmd>pipewire</cmd>
|
||||
</synopsis>
|
||||
|
||||
<description>
|
||||
<p>Monitor objects on the Pinos service.</p>
|
||||
<p>Monitor objects on the PipeWire service.</p>
|
||||
</description>
|
||||
|
||||
<options>
|
||||
|
|
@ -46,12 +46,12 @@ License along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
|||
</options>
|
||||
|
||||
<section name="Authors">
|
||||
<p>The Pinos Developers <@PACKAGE_BUGREPORT@>; Pinos is available from <url href="@PACKAGE_URL@"/></p>
|
||||
<p>The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from <url href="@PACKAGE_URL@"/></p>
|
||||
</section>
|
||||
|
||||
<section name="See also">
|
||||
<p>
|
||||
<manref name="pinos" section="1"/>,
|
||||
<manref name="pipewire" section="1"/>,
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
@ -3,30 +3,30 @@
|
|||
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
|
||||
|
||||
<!--
|
||||
This file is part of Pinos.
|
||||
This file is part of PipeWire.
|
||||
|
||||
Pinos is free software; you can redistribute it and/or modify it
|
||||
PipeWire is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as
|
||||
published by the Free Software Foundation; either version 2.1 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
Pinos is distributed in the hope that it will be useful, but WITHOUT
|
||||
PipeWire is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
||||
Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
||||
License along with PipeWire; if not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<manpage name="pinos" section="1" desc="The Pinos media server">
|
||||
<manpage name="pipewire" section="1" desc="The PipeWire media server">
|
||||
|
||||
<synopsis>
|
||||
<cmd>pinos</cmd>
|
||||
<cmd>pipewire</cmd>
|
||||
</synopsis>
|
||||
|
||||
<description>
|
||||
<p>Pinos is a DBus service that allows access to multimedia devices
|
||||
<p>PipeWire is a service that allows access to multimedia devices
|
||||
and allows media sharing between applications. </p>
|
||||
</description>
|
||||
|
||||
|
|
@ -47,12 +47,12 @@ License along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
|||
</options>
|
||||
|
||||
<section name="Authors">
|
||||
<p>The Pinos Developers <@PACKAGE_BUGREPORT@>; Pinos is available from <url href="@PACKAGE_URL@"/></p>
|
||||
<p>The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from <url href="@PACKAGE_URL@"/></p>
|
||||
</section>
|
||||
|
||||
<section name="See also">
|
||||
<p>
|
||||
<manref name="pinos-monitor" section="1"/>,
|
||||
<manref name="pipewire-monitor" section="1"/>,
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
/***
|
||||
This file is part of Pinos.
|
||||
This file is part of PipeWire.
|
||||
|
||||
Pinos is free software; you can redistribute it and/or modify it under
|
||||
PipeWire is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 2 of the License, or (at your
|
||||
option) any later version.
|
||||
|
||||
Pinos is distributed in the hope that it will be useful, but WITHOUT
|
||||
PipeWire is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
||||
along with PipeWire; if not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
body { color: black; background-color: white; }
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
<!--
|
||||
This file is part of Pinos.
|
||||
This file is part of PipeWire.
|
||||
|
||||
Pinos is free software; you can redistribute it and/or modify it under
|
||||
PipeWire is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 2 of the License, or (at your
|
||||
option) any later version.
|
||||
|
||||
Pinos is distributed in the hope that it will be useful, but WITHOUT
|
||||
PipeWire is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
||||
along with PipeWire; if not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<!ELEMENT manpage (synopsis | description | section | options | seealso)*>
|
||||
|
|
|
|||
|
|
@ -2,20 +2,20 @@
|
|||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<!--
|
||||
This file is part of Pinos.
|
||||
This file is part of PipeWire.
|
||||
|
||||
Pinos is free software; you can redistribute it and/or modify it under
|
||||
PipeWire is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 2 of the License, or (at your
|
||||
option) any later version.
|
||||
|
||||
Pinos is distributed in the hope that it will be useful, but WITHOUT
|
||||
PipeWire is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
||||
along with PipeWire; if not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<xsl:output method="xml" version="1.0" encoding="iso-8859-15" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" indent="yes"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue