Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[DOC] Documentazione gentoo in locale [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
MonsterMord
Guru
Guru


Joined: 28 Apr 2004
Posts: 395
Location: Italy --> Forli'

PostPosted: Mon Sep 27, 2004 7:53 am    Post subject: [DOC] Documentazione gentoo in locale [risolto] Reply with quote

Ciao a tutti,
vorrei chiedere se esiste un ebuild o un modo analogo per sincronizzare la documentazione del sito http://www.gentoo.org/doc/en con un repository locale in modo da poterne consentire la consultazione off-line.

Mi piacerebbe poter fare lo stesso anche con quella di www.gentoo.it,
grazie.
_________________
Gentoo GNU/Linux on DELL Inspiron 8500


Last edited by MonsterMord on Mon Sep 27, 2004 8:34 am; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Sep 27, 2004 8:14 am    Post subject: Re: [DOC] Documentazione gentoo in locale Reply with quote

MonsterMord wrote:
Ciao a tutti,
vorrei chiedere se esiste un ebuild o un modo analogo per sincronizzare la documentazione del sito http://www.gentoo.org/doc/en con un repository locale in modo da poterne consentire la consultazione off-line.


http://www.gentoo.org/proj/en/gdp/doc/doc-tipsntricks.xml

Va da se che nel nome del tarball devi cambiare "en" con "it".
_________________
Ciao da me!
Back to top
View user's profile Send private message
MonsterMord
Guru
Guru


Joined: 28 Apr 2004
Posts: 395
Location: Italy --> Forli'

PostPosted: Mon Sep 27, 2004 8:35 am    Post subject: Reply with quote

Grazie,
avevo tralasciato i manuali per gli sviluppatori di doc, :oops:
_________________
Gentoo GNU/Linux on DELL Inspiron 8500
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31281
Location: here

PostPosted: Mon Sep 27, 2004 9:07 am    Post subject: Reply with quote

Ho iniziato un scriptino per controllare se la doc in locale e' da aggiornare o meno (rispetto a quella del server). Ora lo script deve stare in una cartella e si deve fare partire da li. Se a qualcuno interessa posso fare qualcosa di piu' serio
Code:
#!/bin/sh
wget http://www.gentoo.org/dyn/doc-snapshots &> /dev/null


NORMAL='\033[0m'
RED='\033[1;31m'
GREEN='\033[1;32m'

SERVERDATE=`grep docs-latest-it index.html | awk '{print $3}'`
rm index.html

if [ -s date ]; then
        CURRENTDATE=`cat date`
        echo -e "$GREEN *$NORMAL file date presente"
        echo -e "$GREEN *$NORMAL controllo della data della documentazione locale rispetto a quella sul server"
        if [ ${CURRENTDATE} != ${SERVERDATE} ]; then
                echo -e "$GREEN *$NORMAL documentazione locale da aggiornare"
                echo -e "$GREEN *$NORMAL aggiornamento in corso"
                wget http://www.gentoo.org/dyn/doc-snapshots/docs-latest-it.tar.bz2 &> /dev/null
                echo ${SERVERDATE} > date
                echo -e "$GREEN *$NORMAL aggiornamento e' finito senza errori"
        else
                echo -e "$GREEN *$NORMAL documentazione locale aggiornata"
        fi
else
        echo -e "$GREEN *$NORMAL documentazione non presente in locale"
        echo -e "$GREEN *$NORMAL trasferimento in corso"
        wget http://www.gentoo.org/dyn/doc-snapshots/docs-latest-it.tar.bz2 &> /dev/null
        echo ${SERVERDATE} > date
        echo -e "$GREEN *$NORMAL trasferimento finito correttamente"
fi

_________________
Questions are guaranteed in life; Answers aren't.


Last edited by fedeliallalinea on Mon Sep 27, 2004 9:17 am; edited 1 time in total
Back to top
View user's profile Send private message
MonsterMord
Guru
Guru


Joined: 28 Apr 2004
Posts: 395
Location: Italy --> Forli'

PostPosted: Mon Sep 27, 2004 9:14 am    Post subject: Reply with quote

fedeliallalinea wrote:
Ho iniziato un scriptino per controllare se la doc in locale e' da aggiornare o meno (rispetto a quella del server).


Non chiedevo cosi' tanto, mi metti in imbarazzo :oops: !
_________________
Gentoo GNU/Linux on DELL Inspiron 8500
Back to top
View user's profile Send private message
xchris
Advocate
Advocate


Joined: 10 Jul 2003
Posts: 2824

PostPosted: Mon Sep 27, 2004 9:17 am    Post subject: Reply with quote

fedeliallalinea wrote:
Ho iniziato un scriptino per controllare se la doc in locale e' da aggiornare o meno (rispetto a quella del server).


semplice ma efficace :)
10x

ciao
_________________
while True:Gentoo()
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31281
Location: here

PostPosted: Mon Sep 27, 2004 9:18 am    Post subject: Reply with quote

MonsterMord wrote:
Non chiedevo cosi' tanto, mi metti in imbarazzo :oops: !

Se vuoi posso andare avanti e creare un script da mettere in crontab che fa il check, per esempio, ogni giorno.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
MonsterMord
Guru
Guru


Joined: 28 Apr 2004
Posts: 395
Location: Italy --> Forli'

PostPosted: Mon Sep 27, 2004 9:34 am    Post subject: Reply with quote

Se proprio insisti... sarebbe comodo uno scriptino che trasformasse i file .xml in .html consultabili.
_________________
Gentoo GNU/Linux on DELL Inspiron 8500
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31281
Location: here

PostPosted: Mon Sep 27, 2004 9:50 am    Post subject: Reply with quote

MonsterMord wrote:
Se proprio insisti... sarebbe comodo uno scriptino che trasformasse i file .xml in .html consultabili.

Ok trovato come si fa. Faro' al piu' presto
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum