From nobody@digitalkingdom.org Sat Apr 21 07:32:18 2007 Received: with ECARTIS (v1.0.0; list lojban-beginners); Sat, 21 Apr 2007 07:32:20 -0700 (PDT) Received: from nobody by chain.digitalkingdom.org with local (Exim 4.63) (envelope-from ) id 1HfGdJ-0002tp-Q5 for lojban-beginners-real@lojban.org; Sat, 21 Apr 2007 07:32:14 -0700 Received: from ug-out-1314.google.com ([66.249.92.175]) by chain.digitalkingdom.org with esmtp (Exim 4.63) (envelope-from ) id 1HfGd6-0002ta-RD for lojban-beginners@lojban.org; Sat, 21 Apr 2007 07:32:11 -0700 Received: by ug-out-1314.google.com with SMTP id 32so1044143ugm for ; Sat, 21 Apr 2007 07:31:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pHaLc00lj2aM6tJ6BFnvnq17Ar4ynZ5TcLm3gGzxvGzyO/Fq+oQIu/lXuDuuF6AYhtl9O5s+KdsQnJVpMFHcBCt1j1zH+smPjzKAjMriPXn2M9rZhj+f/Q5v1xfJ6dBgw9xenmIXij/0kAUFYQTmPd+kxBu80vFflxm5fyh3dGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=aHSC7NgQwZNMVbg002Qny3wzLIjXvblQppsi+KlD7f1na5pdaKPFoeTJcjdNIbasipsJmacFn+zn5FnJojuOyHAEF8fWPMbWNts3/KulxvAnyk80AeDMT8/gGstGq0/OuQYGlYjJNp1915VOBPT51dnb5F3SMlm1o8ajxGupP6Q= Received: by 10.82.134.12 with SMTP id h12mr6033717bud.1177165917617; Sat, 21 Apr 2007 07:31:57 -0700 (PDT) Received: by 10.82.105.2 with HTTP; Sat, 21 Apr 2007 07:31:57 -0700 (PDT) Message-ID: <702226df0704210731o595f8666wd47178167c358bcd@mail.gmail.com> Date: Sat, 21 Apr 2007 08:31:57 -0600 From: "Jon \"Top Hat\" Jones" To: lojban-beginners@lojban.org Subject: [lojban-beginners] Re: lojbo bacru bo casnu samstuzi: first "official" test [repost] In-Reply-To: <4628FFD7.80600@perpetuum-immobile.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_39304_28553256.1177165917572" References: <4628FFD7.80600@perpetuum-immobile.de> X-Spam-Score: -2.3 X-Spam-Score-Int: -22 X-Spam-Bar: -- X-archive-position: 4351 X-ecartis-version: Ecartis v1.0.0 Sender: lojban-beginners-bounce@lojban.org Errors-to: lojban-beginners-bounce@lojban.org X-original-sender: eyeonus@gmail.com Precedence: bulk Reply-to: lojban-beginners@lojban.org X-list: lojban-beginners ------=_Part_39304_28553256.1177165917572 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Just testing the site, found this: (On clicking the "frames on/off " link:) Page not found (404) Request Method: GET Request URL: http://timonator.ath.cx:7777/switchFrames/ Using the URLconf defined in lbcs.urls, Django tried these URL patterns, in this order: 1. ^admin/ 2. ^$ 3. ^post/$ 4. ^post/(?P[0-9]+)/$ 5. ^post/(?P[0-9]+)/sound/$ 6. ^post/(?P[0-9]+)/mark/(?P[0-9]+)/$ 7. ^site_media/(?P.*)$ 8. ^post/(?P[0-9]+)/reply/$ 9. ^post/(?P[0-9]+)/comments/$ 10. ^login/$ 11. ^logout/$ 12. ^register/$ 13. /switchFrames/$ The current URL, /switchFrames/, didn't match any of these. You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. On 4/20/07, Timo Paulssen wrote: > > Some time before on the lojban-list I wrote: > > lojbanists lack exercise in spoken lojban, why not make a forums > > system based on sound files [blah blah] > > so i've hacked together some bits of code and it's pretty usable i > suppose. > > here's the link for the impatient: > > http://timonator.ath.cx:7777 > > please note that all voice recordings up to now are in ogg vorbis > format, the system will only accept uploads of ogg vorbis, ogg speex or > mp3. > i recommend using ogg speex (even tho i didn't up to now) because it's a > really good format and everything and i recommend anything ogg over mp3 > just because of the lack of patents etc etc. > > > before complaining about not working sound files, please ensure that > your browser is capable of handling ogg sound files with some plugin. > http://www.vorbis.com/ should get you started on any system i guess. > > good luck and have fun! > > > -- -Jon mu'o mi'e .topy'at. Come to the Dot Side! ------=_Part_39304_28553256.1177165917572 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Just testing the site, found this:

(On clicking the "frames on/off" link:)

Page not found (404)

Request Method: GET
Request URL: http://timonator.ath.cx:7777/switchFrames/

Using the URLconf defined in lbcs.urls, Django tried these URL patterns, in this order:

  1. ^admin/
  2. ^$
  3. ^post/$
  4. ^post/(?P<threadId>[0-9]+)/$
  5. ^post/(?P<threadId>[0-9]+)/sound/$
  6. ^post/(?P<postId>[0-9]+)/mark/(?P<backId>[0-9]+)/$
  7. ^site_media/(?P<path>.*)$
  8. ^post/(?P<threadId>[0-9]+)/reply/$
  9. ^post/(?P<postId>[0-9]+)/comments/$
  10. ^login/$
  11. ^logout/$
  12. ^register/$
  13. /switchFrames/$

The current URL, /switchFrames/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.



On 4/20/07, Timo Paulssen <timonator@perpetuum-immobile.de> wrote:
Some time before on the lojban-list I wrote:
> lojbanists lack exercise in spoken lojban, why not make a forums
> system based on sound files [blah blah]

so i've hacked together some bits of code and it's pretty usable i suppose.

here's the link for the impatient:

  http://timonator.ath.cx:7777

please note that all voice recordings up to now are in ogg vorbis
format, the system will only accept uploads of ogg vorbis, ogg speex or mp3.
i recommend using ogg speex (even tho i didn't up to now) because it's a
really good format and everything and i recommend anything ogg over mp3
just because of the lack of patents etc etc.


before complaining about not working sound files, please ensure that
your browser is capable of handling ogg sound files with some plugin.
http://www.vorbis.com/ should get you started on any system i guess.

good luck and have fun!





--
-Jon

mu'o mi'e .topy'at.

Come to the Dot Side! ------=_Part_39304_28553256.1177165917572--