[pmwiki-users] Re: pmwiki-users Digest, Vol 3, Issue 2

Rene Visco rvisco at csdr-cde.ca.gov
Thu Sep 1 13:37:19 CDT 2005


Hi,

I'm planning to use Pmwiki for Intranet at a school.  However, the 
file/documents are already stored in servers (MIS server) and are 
already structured by folders, etc.

How do I enable the "download" link within a wiki to a specific file in 
a specific folder in an intranet server?  I'm aware that Pmwiki have 
"upload" folder, but my supervisors are not interested in transferring 
the massive amounts of files from servers to PMwiki's upload folder.

What are your suggestions?

Thanks,

Rene V.

On Sep 1, 2005, at 10:00 AM, pmwiki-users-request at pmichaud.com wrote:

> Send pmwiki-users mailing list submissions to
> 	pmwiki-users at pmichaud.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://host.pmichaud.com/mailman/listinfo/pmwiki-users
> or, via email, send a message with subject or body 'help' to
> 	pmwiki-users-request at pmichaud.com
>
> You can reach the person managing the list at
> 	pmwiki-users-owner at pmichaud.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pmwiki-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Sidebar headings (Hans)
>    2. PmCal . . . (Ben Wilson)
>    3. Re: Sidebar headings (Patrick R. Michaud)
>    4. Re: line breaks bug (Hans)
>    5. Re: line breaks bug (Patrick R. Michaud)
>    6. Re: line breaks bug (Hans)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 1 Sep 2005 14:22:40 +0100
> From: Hans <design at softflow.co.uk>
> Subject: Re: [pmwiki-users] Sidebar headings
> To: Pmwiki-users at pmichaud.com
> Message-ID: <1837962701.20050901142240 at flutesong.net>
> Content-Type: text/plain; charset=us-ascii
>
> Thursday, September 1, 2005, 2:02:14 PM, Patrick wrote:
>> On pmwiki.org, %sidehead% is defined with "apply=block", so it
>> automatically applies to the paragraph instead of generating a
>> <span>.  This will be automatic in the next release of PmWiki.
>
> Do you define it as  a wikistyle?
>     $WikiStyle['sidehead']['apply']='block';
>
> Is there more to it?
> Or do you do it another way?
>
> Sorry for all this questions, I can't get it right, and having
> conflicts with $WikiStyle and css attributes.
> I love to get it right to get the skins updated.
>
>
> Best,
> ~Hans
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 01 Sep 2005 08:34:57 -0500
> From: Ben Wilson <dausha at gmail.com>
> Subject: [pmwiki-users] PmCal . . .
> To: pmwiki-users at pmichaud.com
> Message-ID: <43170381.8010205 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Um, it says today's day is Sunday. The week starts on Wednesday.
>
> http://dausha.net/index.php/PmCal/PmCal
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 1 Sep 2005 08:39:21 -0500
> From: "Patrick R. Michaud" <pmichaud at pobox.com>
> Subject: Re: [pmwiki-users] Sidebar headings
> To: Hans <design at softflow.co.uk>
> Cc: Pmwiki-users at pmichaud.com
> Message-ID: <20050901133921.GA31936 at host.pmichaud.com>
> Content-Type: text/plain; charset=us-ascii
>
> On Thu, Sep 01, 2005 at 02:22:40PM +0100, Hans wrote:
>> Thursday, September 1, 2005, 2:02:14 PM, Patrick wrote:
>>> On pmwiki.org, %sidehead% is defined with "apply=block", so it
>>> automatically applies to the paragraph instead of generating a
>>> <span>.  This will be automatic in the next release of PmWiki.
>>
>> Do you define it as  a wikistyle?
>>     $WikiStyle['sidehead']['apply']='block';
>
> Currently scripts/stdmarkup.php has the following:
>
>     SDV($WikiStyle['sidehead'],
>       array('apply' => 'block', 'class' => 'sidehead'));
>
> Pm
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 1 Sep 2005 15:52:59 +0100
> From: Hans <design at softflow.co.uk>
> Subject: Re: [pmwiki-users] line breaks bug
> To: Pmwiki-users at pmichaud.com
> Message-ID: <306560239.20050901155259 at flutesong.net>
> Content-Type: text/plain; charset=us-ascii
>
> Monday, August 29, 2005, 4:08:14 PM, Patrick wrote:
>>> What I am observing now is, that the combination of
>>> $HTMLPNewline = '<br />'; in config.php and any style definitions 
>>> placed
>>> in a group header will introduce empty lines at the top of the page, 
>>> as
>>> many as there are lines used in the GroupHeader.
>>>
>>> Could this be remedied, so style definitions etc in a GroupHeader
>>> don't introduce empty lines?
>
>> I don't have a quick fix at the moment (since lines containing
>> wikistyles are in fact markup); I'll have to think about it a bit.
>
> Will this be fixed for the release of 2.0.0?
>
> Sorry, I can't keep up with all the changes, maybe it is fixed
> already? Or shall I add a PITS entry?
>
>
> Best,
> ~Hans
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 1 Sep 2005 10:16:44 -0500
> From: "Patrick R. Michaud" <pmichaud at pobox.com>
> Subject: Re: [pmwiki-users] line breaks bug
> To: Hans <design at softflow.co.uk>
> Cc: Pmwiki-users at pmichaud.com
> Message-ID: <20050901151644.GB31936 at host.pmichaud.com>
> Content-Type: text/plain; charset=us-ascii
>
> On Thu, Sep 01, 2005 at 03:52:59PM +0100, Hans wrote:
>> Monday, August 29, 2005, 4:08:14 PM, Patrick wrote:
>>>> What I am observing now is, that the combination of
>>>> $HTMLPNewline = '<br />'; in config.php and any style definitions 
>>>> placed
>>>> in a group header will introduce empty lines at the top of the 
>>>> page, as
>>>> many as there are lines used in the GroupHeader.
>>>>
>>>> Could this be remedied, so style definitions etc in a GroupHeader
>>>> don't introduce empty lines?
>>
>>> I don't have a quick fix at the moment (since lines containing
>>> wikistyles are in fact markup); I'll have to think about it a bit.
>>
>> Will this be fixed for the release of 2.0.0?
>
> I'm not even sure it's a bug.  Technically, if a site admin takes the
> position that every newline in the markup should generate a newline
> in the output, then generating the empty lines is in fact what is being
> requested and the correct response.
>
> At any rate, I'm not planning to make any changes here for 2.0.0.
> You can enter it as a feature request for PITS, but we need to
> better understand the rationale for suppressing the newlines in this
> instance (and how one would detect it).
>
> Pm
>
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 1 Sep 2005 17:17:24 +0100
> From: Hans <design at softflow.co.uk>
> Subject: Re: [pmwiki-users] line breaks bug
> To: Pmwiki-users at pmichaud.com
> Message-ID: <513927125.20050901171724 at flutesong.net>
> Content-Type: text/plain; charset=us-ascii
>
> Thursday, September 1, 2005, 4:16:44 PM, Patrick wrote:
>> I'm not even sure it's a bug.  Technically, if a site admin takes the
>> position that every newline in the markup should generate a newline
>> in the output, then generating the empty lines is in fact what is 
>> being
>> requested and the correct response.
>
> Any style definitions in GroupHeader will produce a new line.
> Can this be avoided? Can we perhaps explicitely strip a new line
> with a special markup, say (:nonewline:), which one could add to the
> GroupHeader to avoid these extra new line(s)?
>
> It may be technically correct, but it is undesirable and has an ugly
> effect, and seemingly unavoidable.
>
> GroupHeader and GroupFooter gets used for style definitions, and
> creating empty lines is not expected. I know they are just pages being
> inserted, but they also have a special status in their functionality.
>
>
> Best,
> ~Hans
>
>
>
>
> ------------------------------
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
> End of pmwiki-users Digest, Vol 3, Issue 2
> ******************************************





More information about the pmwiki-users mailing list