Displaying 20 results from an estimated 200 matches similar to: "Img relocatable inside plugin"
2007 Apr 16
2
id on menu
Hi,
how can i make an "id" attribute that can be assigned to every voice of the
generated menu?
For example:
<li class="webgen-menu-item-selected" id="homepage">
<span>HomePage</span>
</li>
<li id="news">
<a href="news.html">News</a>
</li>
and so on ...
Is there an option of MenuStyle, or
2007 Mar 30
2
gallery issue...
Hi,
i''m new of both webgen and ruby, so maybe this can be a dumb question, but
i can''t recognize any solution by myself.
I use webgen 0.4.1 (the newest webgen .deb package).
I''m trying to make a test gallery, without succeeding in it.
i done (ehm, copied) the yeah.gallery file in the root directory:
1 title: Example Gallery
2 imagesPerPage: 32
3 images:
2007 Jul 31
1
RXML: <ruby:put expr="1+2"/>
Hello
railers,
I''ve always been annoyed by the fact that ERB doesn''t respect XML
specs.
As I mostly write XHTML, I''m trying to write a renderer using only
valid
XML files. Here is an example of a file so you get the feeling of
what
it''s going to
do:
<?xml version="1.0" encoding="utf-8"?
>
<html
2005 Dec 15
4
Acts_as_tree and routing
I''ve got an acts_as_tree structure which I want to be able to represent
in the URL, with one field identified as the url component. In other
words, if I''ve got this:
def self.up
create_table :nodes do |t|
t.column :parent_id, :integer
t.column :tag, :string
end
end
and
class Node < ActiveRecord::Base
acts_as_tree
end
and what I want the urls to be is something
2012 Apr 02
3
booting a dos floppy from a disk image over pxe
Hello,
I'm trying to boot a dos floppy stored on a disk image which is initially
loaded over pxe using memdisk.
I've created the disk image as follows:
dd if=/dev/zero of=$IMGLOCATION/$IMGNAME bs=$(( 1024 * 1024 )) count=20
LOOPDEV=$(losetup --show -f $IMGLOCATION/$IMGNAME)
MAJOR_MINOR=$(ls -l $LOOPDEV|awk '{print $5$6}'|sed 's/,/:/')
DMSIZE=$(( $(ls -l
2006 Jun 19
13
PNG and Alpha-Transparency
Is there a prototype / extension which will assist in cross-browser support
of PNG images?
http://www.alistapart.com/articles/pngopacity/
It seems to me that a class could be developed which would zip through the
DOM and make changes where needed for IE 5.5 / IE 6.0 to handle PNG images.
I don''t want to write one if it''s been done before.
Sam
2011 Oct 27
1
minimizing device-dependent code in graphics scripts
Here is a common scenario that I and probably others often face:
- I write a script, test.R, to produce some graphs, viewing them
on-screen and tinkering until they look right
- I want to save image files (e.g., .png), so I wrap each plot in device
driver calls, e.g.,
png(file='test01.png', width=600, height=600);
plot(1:10)
dev.off()
png(file='test02.png', width=600,
2008 Oct 30
5
Lenny repository disappeared
Hi,
I tried to add the Debian Lenny repository for Wine to my apt sources, so I could enjoy a newer release of wine than the 1.0.x version Debian offers. However, when I tried to update repositories, I got a 404, and, upon investigating, realised that there is no Lenny distribution whatsoever on the Wine apt server! (It is, however, mentioned in the documentation for installing Debian/Ubuntu
2013 Nov 24
2
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
On 11/24/2013 09:56 AM, Ady wrote:
>> The very early code that emits this message is *identical* between
>> Syslinux 4 and Syslinux 6. The biggest difference is the size of
>> isolinux.bin, so it is possible that that might be the source of the
>> problem.
>>
>> -hpa
>
> I wonder if isolinux.bin should be limited to max. 16 sectors (of
> 2KiB
2006 Oct 31
0
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Author: rie
Repository: /hg/zfs-crypto/gate
Revision: 03313218730eac4d34c28c7ddc91858f0fe04c79
Log message:
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Files:
update: usr/src/cmd/sgs/include/libld.h
update: usr/src/cmd/sgs/libld/common/relocate.c
update: usr/src/cmd/sgs/liblddbg/common/liblddbg.msg
update: usr/src/cmd/sgs/liblddbg/common/statistics.c
update:
2013 Dec 05
0
[syslinux:firmware] load_linux: Don' t use size heuristic for non-relocatable kernels
"syslinux-bot for H. Peter Anvin" <hpa at zytor.com> on Wed, 2013/12/04 12:39:
> Commit-ID: ef81a3ad54845ffb5ad62714cd62db4740ad5cff
> Gitweb:
> http://www.syslinux.org/commit/ef81a3ad54845ffb5ad62714cd62db4740ad5cff
> Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Wed, 4 Dec 2013
> 12:35:09 -0800 Committer: H. Peter Anvin <hpa at zytor.com>
2014 Nov 17
0
Syslinux 6.03, kernel not relocatable.
On 17/11/2014 08:45, Ady wrote:
> The Slackware Documentation Project wiki also mentions
> "CONFIG_RELOCATABLE" in:
> <http://docs.slackware.com/howtos:slackware_admin:linux_kernel_options_f
> or_uefi_and_elilo>
I've seen this page a while age (of course... I'm a Slackware user) and
now remember that I was a bit surprised because the kernel shipped
in DVD
2014 Nov 18
2
Syslinux 6.03, kernel not relocatable.
On 11/17/2014 12:55 AM, Didier Spaier wrote:
>
> So one more question: why can one boot with a GRUB EFI bootloader
> but not with the SYSLINUX bootloader, using the same kernel?
>
> More accurately, I know why: because of the aforementioned patch, but
> then, why is this test needed in SYSLINUX only?
>
Because Grub boots the kernel in a "hostile" way (not using
2014 Nov 18
0
Syslinux 6.03, kernel not relocatable.
On 18/11/2014 18:55, H. Peter Anvin wrote:
> On 11/17/2014 12:55 AM, Didier Spaier wrote:
>> So one more question: why can one boot with a GRUB EFI bootloader
>> but not with the SYSLINUX bootloader, using the same kernel?
>>
>> More accurately, I know why: because of the aforementioned patch, but
>> then, why is this test needed in SYSLINUX only?
>>
>
2013 Sep 20
2
[LLVMdev] LLVM ERROR: expected relocatable expression
This example generates the following error:
.Ltmp3:
.Ltmp5:
.Ltmp13:
.word (.Ltmp5-.Ltmp3)-.Ltmp13
./llvm-mc ex.s -filetype=obj
LLVM ERROR: expected relocatable expression when using:
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
2013 Sep 20
0
[LLVMdev] LLVM ERROR: expected relocatable expression
On Fri, Sep 20, 2013 at 2:50 PM, Sid Manning <sidneym at codeaurora.org> wrote:
>
> This example generates the following error:
> .Ltmp3:
> .Ltmp5:
> .Ltmp13:
> .word (.Ltmp5-.Ltmp3)-.Ltmp13
>
> ./llvm-mc ex.s -filetype=obj
> LLVM ERROR: expected relocatable expression when using:
>
>
Umm, isn't this equivalent to the following? What do you
2013 Sep 22
0
[LLVMdev] LLVM ERROR: expected relocatable expression
On Sun, Sep 22, 2013 at 12:23 PM, Sid Manning <sidneym at codeaurora.org>wrote:
> On 09/20/2013 06:00 PM, Eli Friedman wrote:
>
>> On Fri, Sep 20, 2013 at 2:50 PM, Sid Manning <sidneym at codeaurora.org
>> <mailto:sidneym at codeaurora.org**>> wrote:
>>
>>
>> This example generates the following error:
>> .Ltmp3:
>>
2013 Sep 23
0
[LLVMdev] LLVM ERROR: expected relocatable expression
On Sun, Sep 22, 2013 at 9:43 PM, Shankar Easwaran
<shankare at codeaurora.org>wrote:
> Hi Eli,
>
> Slightly changed the example :-
>
> .section somedata
> .Ltmpa:
> .word 100
> .Ltmpb:
> .word 60
> .Ltmpc:
> .word 40
> .Ltmpd:
> .word (.Ltmpa-.Ltmpb)-.Ltmpc
>
> The GNU assembler properly handles the above.
>
> $as -c x.s -o x.o
>
2012 Aug 26
3
yum relocatable RPMs
Hello,
I dont have root access but I would like to install several packages (gtk)
in my home directory. Is it possible to install it via yum ?
--
--- Get your facts first, then you can distort them as you please.--
2008 Jan 05
0
Assembly on Mac OS needs to be relocatable
I'm trying to port flac 1.2.1 to OS X (I'm taking over maintainership
of the Fink package), and I'm running into some problems with
bitreader_asm.nasm. After adding the following to nasm.h:
+%elifdef OBJ_FORMAT_macho
+ %define FLAC__PUBLIC_NEEDS_UNDERSCORE
+ %idefine code_section section .text
+ %idefine data_section section .data
+ %idefine bss_section section .bss
I can get