aboutsummaryrefslogtreecommitdiff
path: root/doc/simplaret-en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/simplaret-en.tex')
-rw-r--r--doc/simplaret-en.tex26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/simplaret-en.tex b/doc/simplaret-en.tex
index 703aae2..e7daf2d 100644
--- a/doc/simplaret-en.tex
+++ b/doc/simplaret-en.tex
@@ -12,14 +12,14 @@
\maketitle
\begin{abstract}
-Simplaret is a \htmladdnormallink{simplepkg}{http://slack.sarava.org/simplepkg-en} tool used to download packages from local and remote repositories. With simplaret, one can grab packages for all archictectures and versions of slackware-like distributions that follows the mirror guidelines, allowing an easy management all jails and slackware installations in a machine, no matter wich arquiteture or version each one has.
+Simplaret is a \htmladdnormallink{simplepkg}{http://slack.fluxo.info/simplepkg-en} tool used to download packages from local and remote repositories. With simplaret, one can grab packages for all archictectures and versions of slackware-like distributions that follows the mirror guidelines, allowing an easy management all jails and slackware installations in a machine, no matter wich arquiteture or version each one has.
It was inspired in swaret behavior but don't tries to get its complexity level, but execute package download in a different way, where the local repository is organized by archictecture and version. It can also search for packages. It runs on top of pkgtool and is totally non-instrusive and can search, add, remove and upgrade packages. Portuguese version \htmladdnormallink{here}{/simplaret}.
\end{abstract}
\section{Downloading and installing}
-Simplaret comes with simplepkg, wich installation and configuration is detailed at http://slack.sarava.org/simplepkg. Simplaret uses /etc/simplepkg/simplepkg.conf for its definitions and /etc/simplepkg/repos.conf for repository information.
+Simplaret comes with simplepkg, wich installation and configuration is detailed at http://slack.fluxo.info/simplepkg. Simplaret uses /etc/simplepkg/simplepkg.conf for its definitions and /etc/simplepkg/repos.conf for repository information.
The default configuration is placed, respectively, at /etc/simplepkg/defaults/simplepkg.conf and /etc/simplepkg/defaults/repos.conf and should work for most people, but if you want to change something please don't edit the default configuration files as the default setting may change in future releases. If you have a /etc/simplepkg/repos.conf file, then simplaret will just ignore the default repos.conf.
@@ -46,10 +46,10 @@ simplaret search ekiga
The result should be something like
\begin{verbatim}
-REPOS repository sarava, arch: i386, version: 11.0: ekiga-2.0.5-i586-1rd.tgz
+REPOS repository fluxo, arch: i386, version: 11.0: ekiga-2.0.5-i586-1rd.tgz
\end{verbatim}
-As we'll see afterwards, "REPOS" means the repository type, "sarava" is the repository name, "arch" is the package architecture (i386 in this case) and "version" is the repository version (11.0 in this case).
+As we'll see afterwards, "REPOS" means the repository type, "fluxo" is the repository name, "arch" is the package architecture (i386 in this case) and "version" is the repository version (11.0 in this case).
To install this package, just type
@@ -74,8 +74,8 @@ simplaret search kernel-generic
can return something like
\begin{verbatim}
-ROOT repository sarava, arch: i386, version: 11.0: kernel-generic-2.6.17.13-i486-1.tgz
-ROOT repository sarava, arch: i386, version: 11.0: kernel-generic-2.6.18-i486-1.tgz
+ROOT repository fluxo, arch: i386, version: 11.0: kernel-generic-2.6.17.13-i486-1.tgz
+ROOT repository fluxo, arch: i386, version: 11.0: kernel-generic-2.6.18-i486-1.tgz
\end{verbatim}
So the command
@@ -226,10 +226,10 @@ The content in brackets are optional depending on the repository type as we'll s
PATCHES: used for repositories containing patches and which file metadata is the file FILE\_LIST instead the standard FILELIST.TXT; example:
\begin{verbatim}
-PATCHES-i386-11.0="sarava%http://slack.sarava.org/packages/slackware/slackware-11.0/patches/"
+PATCHES-i386-11.0="fluxo%http://slack.fluxo.info/packages/slackware/slackware-11.0/patches/"
\end{verbatim}
-This defines a patches repository for arch i386 (official Slackware), version 11.0 and named as "sarava".
+This defines a patches repository for arch i386 (official Slackware), version 11.0 and named as "fluxo".
Its optional to have a PATCHES definition in order to get patches: the ROOT repository definition just take care of that and you'll just need to use a PATCHES definition if you want to give precedence to some patches repository over all other definition types.
@@ -248,17 +248,17 @@ ROOT repositories needs just the arch definition, a name and an URL. In the prev
REPOS: this repository type ir arch and version oriented, like
\begin{verbatim}
-REPOS-i386-11.0="sarava%http://slack.sarava.org/packages/slackware/slackware-11.0/"
+REPOS-i386-11.0="fluxo%http://slack.fluxo.info/packages/slackware/slackware-11.0/"
\end{verbatim}
-In the above case, a repository called "sarava" is defined using arch i386 and version 11.0 with URL http://slack.sarava.org/packages/slackware/slackware-11.0/. This repository type is recommended when using non-official repositories.
+In the above case, a repository called "fluxo" is defined using arch i386 and version 11.0 with URL http://slack.fluxo.info/packages/slackware/slackware-11.0/. This repository type is recommended when using non-official repositories.
\subsection{NOARCH}
NOARCH: the last type is used to define repositories where packages are arch and version independent, like
\begin{verbatim}
-NOARCH="sarava%http://slack.sarava.org/packages/noarch"
+NOARCH="fluxo%http://slack.fluxo.info/packages/noarch"
\end{verbatim}
In any repository type, the supperted URL schemes are http://, ftp:// or file:// (for local repositories).
@@ -304,9 +304,9 @@ Keep all this stuff update manually is really a headache. Simplaret just tries t
Simplaret was written by Silvio Rhatto (rhatto at riseup.net) and is released under GPL license. The code can be obtained from the subversion repository:
\begin{verbatim}
-svn checkout svn://slack.sarava.org/simplepkg
+svn checkout svn://slack.fluxo.info/simplepkg
\end{verbatim}
-Simplepkg's wiki is http://slack.sarava.org/trac/wiki/Simplepkg and its mailing list address is http://listas.sarava.org/wws/info/slack.
+Simplepkg's wiki is http://slack.fluxo.info/trac/wiki/Simplepkg and its mailing list address is http://listas.fluxo.org/wws/info/slack.
\end{document}