Edumatix Amule
Tłumaczenie
Opis po angielsku
<title>aMule</title>
<description>a P2P file sharing client</description>
<info>
<![CDATA[
<b>aMule</b> is an eMule-like client for the eD2k and Kademlia networks, supporting multiple platforms.<br></br>
Currently aMule (officially) supports a wide variety of platforms and operating systems,
being compatible with more than 60 different hardware+OS configurations. <br></br><br></br>
When installed, <b>aMule</b> can be found in Applications --> Internet <br></br><br></br>
It can also be run from terminal with the command <i><b>amule</b></i> ]]>
Opis po polsku
by niedzwiedz
PS
Jako, że wygląda mi to na zwykły HTML to zmieniłem znaczniki na bardziej XHTMLowe.
Jeśli nie będzie działać to zmienię (tyczy się to br'a, b=strong i i=em).
<title>aMule</title>
<description>klient p2p</description>
<info>
<![CDATA[
<title>aMule</title>
<description>a P2P file sharing client</description>
<info>
<![CDATA[
<b>aMule</b> is an eMule-like client for the eD2k and Kademlia networks, supporting multiple platforms.<br></br>
Currently aMule (officially) supports a wide variety of platforms and operating systems,
being compatible with more than 60 different hardware+OS configurations. <br></br><br></br>
When installed, <b>aMule</b> can be found in Applications --> Internet <br></br><br></br>
It can also be run from terminal with the command <i><b>amule</b></i> ]]>
Skrypt instalujący
function amulesharing {
# Installs amule
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes install amule amule-daemon
then
AX_fatal "An apt-based error occurred and installation was unsuccessful";
fi
}
Skrypt usuwający
function amulesharingremove {
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes remove amule
then
AX_info "An apt-based error occurred and uninstallation was unsuccessful";
fi
}
wersja strony: 3, ostatnia edycja: 1185908267|%e %b %Y, %H:%M %Z (%O temu)