Searches aren't yielding much else. Does anyone know a good alternate
source of online documentation? Thanks.
Just brought Moin up a few minutes ago. I'm planning to set up a
supervisord instance to kepp Moin up and runningin a couple of days
after I'm over some work that's keeping me very busy. Until then,
email me directly in case it crashes again (as I'm not following the
ML very closely lately) so I can bring it up ASAP.
Thanks,
Alberto
Do you know why it keeps going down? The frequency seems to be
increasing.
Just curious.
Thanks,
Krys
On Mar 10, 12:22 pm, Alberto Valverde <albe...@toscat.net> wrote:
> On Mar 10, 2007, at 6:13 PM, Florent Aide wrote:
>
>
>
> > it works fine from here
>
Personally, I find the fact that this stuff is not adequately mirrored
really disturbing. It does not bode well for basing a business on gears
technology.
Iain
This is probably a good time to set up an automatic mirror to another
location. Any volunteers?
Kevin
One question though, are there any stats on how much bandwidth and
server space docs.turbogears.org uses?
Thanks,
Krys
Kevin, if you can get with me offlist with some info on requirements I'd
love to help out.
Thanks
Rick
On Mar 13, 5:25 am, Richard Harding <rhard...@mitechie.com> wrote:
> Kevin Dangoor wrote:
> > On Mar 10, 2007, at 3:39 PM, iain duncan wrote:
>
> >> On Sat, 2007-10-03 at 18:22 +0100, Alberto Valverde wrote:
> >>> On Mar 10, 2007, at 6:13 PM, Florent Aide wrote:
>
> >>>> it works fine from here
>
As a side benefit, it would also provide a way to include snapshots of
the docs on CDs (The next TG DVD?) :-), local servers, or even in the
source package.
It also keep all the editing on the main site, where it belongs.
Krys
On Mar 12, 5:32 pm, "Richard Clark" <richard.cl...@gmail.com> wrote:
> The docs site is only about 1mb from my tests, probably the best trick
> would be for whoever controls the docs site to cron a static
> representation of it under /static or something, using MoinMoin/
> scripts/moin_dump.py or equivalent. Then anyone who wants to can run
> wget --wait 2 -mhttp://docs.turbogears.org/static/to get a copy.
> Might be some problems with the CSS/layout stuff. Unsure, but at least
> you'd have the information.
>
> On Mar 13, 5:25 am, Richard Harding <rhard...@mitechie.com> wrote:
>
> > Kevin Dangoor wrote:
> > > On Mar 10, 2007, at 3:39 PM, iain duncan wrote:
>
> > >> On Sat, 2007-10-03 at 18:22 +0100, Alberto Valverde wrote:
> > >>> On Mar 10, 2007, at 6:13 PM, Florent Aide wrote:
>
> > >>>> it works fine from here
>
> > >>>> On 3/9/07, tomthei...@tomtheisen.com <tom.thei...@gmail.com> wrote:
> > >>>>> I found this link somewhere which is supposed to point to
> > >>>>> turbogears
> > >>>>> documentation:http://docs.turbogears.org/Unfortunately, it
What I did was just use wget to pull down the docs.turbogears.org. I set
it up on a subdomain of my existing domain. I don't know if you'd prefer
I purchase some other domain, or if you want to setup a subdomain of
turbogears.org that you delegate to my box for mirroring purposes.
Most of the links and all seem fine. The moinmoin controls at the bottom
(like edit) are hard coded to the docs.turbogears.org domain so that we
should have no worries about people trying to edit. wget does a nice job
of making everything just .html files and the formatting seems ok. The
one thing is that it's grabbing .png files, but not .jpg so no header.
I'm looking into how to get those as well. If anyone is a wget master
please let me know.
Anyway, the url right now is tg_mirror.avwsystems.com
If this is acceptable I'll just setup a cron job to re-wget the files
nightly or something. It's not that much data and takes something like
5-10 seconds to get.
Rick
Would you be willing to share your wget script/command line?
In any case I'll see about setting up another mirror tomorrow. I need
to sleep now.
Thanks in advance,
Krys
*snip*
>
> Anyway, the url right now is tg_mirror.avwsystems.com
>
I was talking with Mark last night and he asked that I also tar up the
mirror so that people can download the docs to their machine. I have
setup a script to do that and the mirror download is here:
http://tg_mirror.avwsystems.com/tg_mirror.tgz
I'll update that tarball every night. It comes in around 1.4mb right now.
Rick
I had posted this reply several days ago, but it seems that Google did
not actually post it.
As mentioned in my previous posts, I have also set up a static mirror
for the TurboGears docs. You can browse it here:
There is a downloadable tarball of it too, at:
http://dev.krys.ca/tgdocs/docs.turbogears.org-nightly-mirror.tar.gz
They are both updated nightly.
Rick and I have been collaborating and we now both use the same
script.
Mark, would be willing to link to my mirror from the docs site as
well? A second mirror may or may not be necessary, but it can't hurt.
Finally, if anyone is interested, Rick or I could provide the
mirroring script, but I think that having two mirrors is sufficient
and we don't everyone smashing on the wiki every night. :-)
Anyway, I hope this helps.
Feedback and comments are always welcome.
Enjoy!
Krys
On Mar 13, 8:25 am, Richard Harding <rhard...@mitechie.com> wrote:
> Richard Harding wrote:
> > Richard Clark wrote:
> >> The docs site is only about 1mb from my tests, probably the best trick
> >> would be for whoever controls the docs site to cron a static
> >> representation of it under /static or something, using MoinMoin/
> >> scripts/moin_dump.py or equivalent. Then anyone who wants to can run
> >> wget --wait 2 -mhttp://docs.turbogears.org/static/to get a copy.