Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mattwestcott
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mattwestcott
11y ago
That's probably down to the 128K Spectrums having a slightly faster clock speed than the original 16/48K model (3.5469MHz versus 3.5 exactly). I knew this would cause the timings to drift (hence the need for the RasPi to provide a
2.
▲
by
mattwestcott
11y ago
> I see in no way how a BSD License is free. The FSF are quite happy to describe it as a free software licence https://www.gnu.org/licenses/license-list.html#ModifiedBSD - not sure who else's definition you
3.
▲
by
mattwestcott
12y ago
It's not quite possible yet, but that's a frequently requested feature, and we're most of the way there. The wysiwyg component we're using, http://hallojs.org/ , supports defining extra buttons via plugin
4.
▲
by
mattwestcott
12y ago
xaritas has hit the nail on the head with the key differences... As I see it, Django CMS's philosophy is to pass on as much flexibility as possible to the editor in terms of page layout. Wagtail takes a more 'prescriptive' ap
5.
▲
by
mattwestcott
12y ago
On the 'framework on top of the framework' point - one thing we've aimed to do with Wagtail is to preserve Django's approach to models, templates and so on, rather than falling into the 'inner platform' trap an
6.
▲
by
mattwestcott
12y ago
There's an 'unofficial' online demo (with some limitations - image / file uploads aren't supported) courtesy of Wagtail contributor Serafeim Papastefanos here: http://gentle-refuge-2590.herokuapp.com/
7.
▲
by
mattwestcott
13y ago
Yes, multiple sites are supported - there's a single tree for all pages in the system, and any number of sites can be 'rooted' at different points in the tree. (Currently this is configured in Django's own admin interfac
8.
▲
by
mattwestcott
13y ago
There are some https://github.com/torchbox/wagtail/blob/master/wagtail/wagt... - but not enough, we know. We're on it!
9.
▲
by
mattwestcott
13y ago
oops, hazards of working off a live Git repo there :-) Fixed now - please run a git pull / pip install -r requirements/dev.txt and try again!
10.
▲
by
mattwestcott
13y ago
Agreed, proper test coverage is absolutely something we want to achieve. We're working on it as we speak... https://github.com/torchbox/wagtail/blob/master/wagtail/wagt... - Matt (lead Wagtail
11.
▲
by
mattwestcott
16y ago
I had it as one tall column originally, but it turns out that one particular browser (Firefox, I think it was) refuses to render 44200px-high images.
12.
▲
by
mattwestcott
16y ago
"(or use a css sprite)" You mean like this one... http://smyfaceimages.s3.amazonaws.com/moods_orange.png ? (yes, it's a bit of a mammoth image, but that's animation for you...)