Joel Oliveira | 6 Oct 11:46
Favicon

Several user questions...

Hi all,

I have some beginner questions that I couldn't find in the FAQs.

1. How can I get the current login name as a variable to be used in the
macros (similar to the $viewed variable)? For example, in the
since-last-visit macro... How can I do something like:
{since-last-visit:$login|Vertical}. I couldn't find a list with all of this
variables...

2. When in a blog MySpace/MyBlog, the:
<link rel="alternate" type="application/rss+xml" title="RSS"
href="http://server/snipsnap/exec/rss"/>
sholdn't be updated to:
<link rel="alternate" type="application/rss+xml" title="RSS"
href="http://eai-server/cswiki/exec/rss?snip=MySpace/MyBlog"/>

3. Shouldn't the google and daypop links use snip.title or
(snip.titleEncoded?) instead of snip.nameEncoded?

4. Why it's not possible to register into the snipsnap.org? _:) It could be
a very good point of start to put some ideas and questions about snipsnap...

Thanks,

        Joel Oliveira

---------------------------------------------------------------------
Joel Oliveira | 7 Oct 17:40
Favicon

RE: Several user questions...

Hi,

Yes, but a rss feed on a blog other then the start... Will not subscribe to
the viewed blog (The link on RSS button it's correct... Only need to change
the one in the metadata)... It will subscribe to the default (start).

TIA

	Joel Oliveira

---------------------------------------------------------------------

-----Original Message-----
From: Dmitry M [mailto:dmitrym <at> gmail.com] 
Sent: Thursday, October 06, 2005 7:27 PM
To: Joel Oliveira
Cc: snipsnap-users <at> snipforge.org
Subject: Re: [SnipSnap-USERS] Several user questions...

Hi,

On 10/6/05, Joel Oliveira <just4lists <at> nospammail.net> wrote:
> 2. When in a blog MySpace/MyBlog, the:
> <link rel="alternate" type="application/rss+xml" title="RSS"
> href="http://server/snipsnap/exec/rss"/>
> sholdn't be updated to:
> <link rel="alternate" type="application/rss+xml" title="RSS"
> href="http://eai-server/cswiki/exec/rss?snip=MySpace/MyBlog"/>

The rss feed on individual nodes subscribes to the updates for that
(Continue reading)

Matthias L. Jugel | 7 Oct 21:38
Picon

Re: Several user questions...

I fixed it. Check out subversion uttoxeter branch :-) For who needs a  
jar, let me know. I won't have the time before WikiSym to create a  
release ...

Leo.

On 07.10.2005, at 17:40, Joel Oliveira wrote:

> Hi,
>
> Yes, but a rss feed on a blog other then the start... Will not  
> subscribe to
> the viewed blog (The link on RSS button it's correct... Only need  
> to change
> the one in the metadata)... It will subscribe to the default (start).
>
> TIA
>
>
>     Joel Oliveira
>
> ---------------------------------------------------------------------
>
> -----Original Message-----
> From: Dmitry M [mailto:dmitrym <at> gmail.com]
> Sent: Thursday, October 06, 2005 7:27 PM
> To: Joel Oliveira
> Cc: snipsnap-users <at> snipforge.org
> Subject: Re: [SnipSnap-USERS] Several user questions...
>
(Continue reading)

Nick Rothwell | 9 Oct 00:33
Favicon
Gravatar

Theme icons getting lost?

I haven't tracked down exactly where this is happening, but: it seems
pretty easy for a theme to break its icons (Icon-Comment.png,
Icon-Extlink.png and friends). The file sizes look fine in the snip
file list for the theme snip, but (using file storage as database) the
actual PNG files are zero length. The obvious fix is to stop SnipSnap,
copy across files from somewhere else, and restart.

I've been doing a bit of importing/exporting, but the problem is
probably not there in isolation: in one SnipSnap instance I have a
built-in theme whose icons have broken. Possibly it's related to theme
switching in association with theme import/export.

This is in 1.0b2-uttoxeter.

--

-- 

  nick rothwell -- composition, systems, performance -- http://www.cassiel.com
Picon

Shared File DBs

Has anyone tried to configure SnipSnap to share files (file db) between multiple tomcat instances?  It seems easy enough to provide the appropriate app.file.store entry in globals.conf. 

However, I am concerned the OID and multiple mappings to / might block one or both instances from starting successfully.

Thoughts/Comments?

Links to SnipSnap comments or documents?

Thanks.

Andrew

This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited.

All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment.

_______________________________________________
SnipSnap-Users Mailing List
snipsnap-users <at> snipsnap.org | http://snipsnap.org/
http://snipforge.org/cgi-bin/mailman/listinfo/snipsnap-users
Picon

RE: Shared File DBs

Leo,

Interesting.  So, would my concerns still be warranted under a fail-over
situation?  Where there would be two tomcat instances but neither would be
operating at the same time.

I did some testing/playing with multiple wars and single file dbs and found
that while the instance would start (passes the folder exists check for the
file db) it would not properly initialize the snipsnap engine (or something
internal) because of something dealing with multiple mappings to a '/'
context.

Cheers

Andrew

-- I apologize for my "this thing" or "something" phrases. I have only
started digging into the source code yesterday and there is quite a bit to
absorb.

-----Original Message-----
From: Matthias L. Jugel [mailto:leo <at> mud.de] 
Sent: Tuesday, October 11, 2005 3:20 AM
To: MONTGOMERY, ANDREW [AG-Contractor/1000]
Subject: Re: [SnipSnap-USERS] Shared File DBs

Hi,

you cannot share the same files with mutliple instances as the data  
is cached in memory and only written through to the store. This  
means, that a change in instance A will not appear in instance B  
unless  you restart instance B and both instances will overwrite  
their changes. This would only work if you removed the caching or  
introduced a way that both instances knew and synchronized each other.

Leo.

On 11.10.2005, at 05:01, MONTGOMERY, ANDREW [AG-Contractor/1000] wrote:

> Has anyone tried to configure SnipSnap to share files (file db)  
> between multiple tomcat instances?  It seems easy enough to provide  
> the appropriate app.file.store entry in globals.conf.
>
> However, I am concerned the OID and multiple mappings to / might  
> block one or both instances from starting successfully.
>
> Thoughts/Comments?
>
> Links to SnipSnap comments or documents?
>
> Thanks.
>
> Andrew
>
> This e-mail message may contain privileged and/or confidential  
> information, and is intended to be received only by persons  
> entitled to receive such information. If you have received this e- 
> mail in error, please notify the sender immediately. Please delete  
> it and all attachments from any servers, hard drives or any other  
> media. Other use of this e-mail by you is strictly prohibited.
>
> All e-mails and attachments sent and received are subject to  
> monitoring, reading and archival by Monsanto. The recipient of this  
> e-mail is solely responsible for checking for the presence of  
> "Viruses" or other "Malware". Monsanto accepts no liability for any  
> damage caused by any such code transmitted by or accompanying this  
> e-mail or any attachment.
>
> _______________________________________________
> SnipSnap-Users Mailing List
> snipsnap-users <at> snipsnap.org | http://snipsnap.org/
> http://snipforge.org/cgi-bin/mailman/listinfo/snipsnap-users

--
Mud.DE -- Gemeinschaft Virtueller Welten Deutschland
Matthias L. Jugel http://www.mud.de  Info: info <at> mud.de

---------------------------------------------------------------------------------------------------------
This e-mail message may contain privileged and/or confidential information, and is intended to be
received only by persons entitled to receive such information. If you have received this e-mail in error,
please notify the sender immediately. Please delete it and all attachments from any servers, hard drives
or any other media. Other use of this e-mail by you is strictly prohibited.

All e-mails and attachments sent and received are subject to monitoring, reading and archival by
Monsanto. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses"
or other "Malware". Monsanto accepts no liability for any damage caused by any such code transmitted by or
accompanying this e-mail or any attachment.
---------------------------------------------------------------------------------------------------------
Nick Rothwell | 11 Oct 15:08
Favicon
Gravatar

Current thoughts on "/" in snip names?

There are a few comments on snipsnap.org (and a few experiments)
regarding snips with "/" in their names. Is there any kind of solution
to this?

I wouldn't mind a URL like /space/XXX__YYY so long as the snip name
appears as XXX/YYY on all pages. I don't want to lose the actual
functionality of "/", since my SnipSnap sites are heavily
hierarchical...

	-- N.

--

-- 

  nick rothwell -- composition, systems, performance -- http://www.cassiel.com
Matthias L. Jugel | 11 Oct 21:11
Picon

Re: Shared File DBs

taking over should not be a problem if the same global config data is  
used. To exactly see what has gone wrong I need the output of  
catalina.out

Leo.

On 11.10.2005, at 13:57, MONTGOMERY, ANDREW [AG-Contractor/1000] wrote:

> Leo,
>
> Interesting.  So, would my concerns still be warranted under a fail- 
> over
> situation?  Where there would be two tomcat instances but neither  
> would be
> operating at the same time.
>
> I did some testing/playing with multiple wars and single file dbs  
> and found
> that while the instance would start (passes the folder exists check  
> for the
> file db) it would not properly initialize the snipsnap engine (or  
> something
> internal) because of something dealing with multiple mappings to a '/'
> context.
>
> Cheers
>
> Andrew
>
> -- I apologize for my "this thing" or "something" phrases. I have only
> started digging into the source code yesterday and there is quite a  
> bit to
> absorb.
>
>
> -----Original Message-----
> From: Matthias L. Jugel [mailto:leo <at> mud.de]
> Sent: Tuesday, October 11, 2005 3:20 AM
> To: MONTGOMERY, ANDREW [AG-Contractor/1000]
> Subject: Re: [SnipSnap-USERS] Shared File DBs
>
> Hi,
>
> you cannot share the same files with mutliple instances as the data
> is cached in memory and only written through to the store. This
> means, that a change in instance A will not appear in instance B
> unless  you restart instance B and both instances will overwrite
> their changes. This would only work if you removed the caching or
> introduced a way that both instances knew and synchronized each other.
>
> Leo.
>
> On 11.10.2005, at 05:01, MONTGOMERY, ANDREW [AG-Contractor/1000]  
> wrote:
>
>
>> Has anyone tried to configure SnipSnap to share files (file db)
>> between multiple tomcat instances?  It seems easy enough to provide
>> the appropriate app.file.store entry in globals.conf.
>>
>> However, I am concerned the OID and multiple mappings to / might
>> block one or both instances from starting successfully.
>>
>> Thoughts/Comments?
>>
>> Links to SnipSnap comments or documents?
>>
>> Thanks.
>>
>> Andrew
>>
>> This e-mail message may contain privileged and/or confidential
>> information, and is intended to be received only by persons
>> entitled to receive such information. If you have received this e-
>> mail in error, please notify the sender immediately. Please delete
>> it and all attachments from any servers, hard drives or any other
>> media. Other use of this e-mail by you is strictly prohibited.
>>
>> All e-mails and attachments sent and received are subject to
>> monitoring, reading and archival by Monsanto. The recipient of this
>> e-mail is solely responsible for checking for the presence of
>> "Viruses" or other "Malware". Monsanto accepts no liability for any
>> damage caused by any such code transmitted by or accompanying this
>> e-mail or any attachment.
>>
>> _______________________________________________
>> SnipSnap-Users Mailing List
>> snipsnap-users <at> snipsnap.org | http://snipsnap.org/
>> http://snipforge.org/cgi-bin/mailman/listinfo/snipsnap-users
>>
>
> --
> Mud.DE -- Gemeinschaft Virtueller Welten Deutschland
> Matthias L. Jugel http://www.mud.de  Info: info <at> mud.de
>
>
>
> ---------------------------------------------------------------------- 
> -----------------------------------
> This e-mail message may contain privileged and/or confidential  
> information, and is intended to be received only by persons  
> entitled to receive such information. If you have received this e- 
> mail in error, please notify the sender immediately. Please delete  
> it and all attachments from any servers, hard drives or any other  
> media. Other use of this e-mail by you is strictly prohibited.
>
>
> All e-mails and attachments sent and received are subject to  
> monitoring, reading and archival by Monsanto. The recipient of this  
> e-mail is solely responsible for checking for the presence of  
> "Viruses" or other "Malware". Monsanto accepts no liability for any  
> damage caused by any such code transmitted by or accompanying this  
> e-mail or any attachment.
> ---------------------------------------------------------------------- 
> -----------------------------------
>
> _______________________________________________
> SnipSnap-Users Mailing List
> snipsnap-users <at> snipsnap.org | http://snipsnap.org/
> http://snipforge.org/cgi-bin/mailman/listinfo/snipsnap-users
>

--
Mud.DE -- Gemeinschaft Virtueller Welten Deutschland
Matthias L. Jugel http://www.mud.de  Info: info <at> mud.de
Markus Decke | 24 Oct 11:32
Picon
Favicon

WebDAV support

Hi,
I'am running snipsnap standalone, my co-bloggers want to have webdav 
support.
I've read that this feature is already implemented,
how can I turn on webdav?

thx
Markus
Attachment (markus.decke.vcf): text/x-vcard, 254 bytes
_______________________________________________
SnipSnap-Users Mailing List
snipsnap-users <at> snipsnap.org | http://snipsnap.org/
http://snipforge.org/cgi-bin/mailman/listinfo/snipsnap-users
Mag Gam | 24 Oct 14:38
Picon

encryption

Is it possible to encrypt the data for snipsnap?

TIA

Gmane