[pmwiki-users] few newbie questions
Chris Cox
ccox at airmail.net
Wed May 10 16:47:46 CDT 2006
James.Q.L wrote:
> Hi,
>
> pmwiki seems pretty simple and easy. so i am giving it a try. installation is quick, i already have one up running.
>
> few things i find lacking or maybe i just haven't found out how to enable them..
>
> 1. section editing
Quick and dirty...
on Main/Main
(:include Main/Section1:)
on Main/Section1
----
Blah blah blah blah blah blah blah...
blah blah blah blah blah blah blah...
[[Main/Section1?action=edit|Edit]]
See http://pmwiki.org/wiki/Test/Cjc
as an example.
> 2. automatically heading ( such as <h1> kind of heading gets listed at the top of the page ) or be able to add it by some tag.
You mean the PageName as the heading? Easily done with the
special page name of GroupHeader.
in YourGroup/GroupHeader
! {$Name}
Or use Site/GroupHeader to apply by default to all groups.
> 3. the javascript html editing that appears above the editing box. it exists in the pmwiki site , however not after my installation.
I believe there are some comments in the local/config.php sample that
explain how to turn that on. See GUIButtons in that file... is that
what you were asking about??
> 4. we have many users and i would like to delegate the permission to each wikigroup. such as the group admin can define who can read or write the group pages based on group or indivisual.
>
I use UserAuth with the CMS like stuff... but there is also AuthUser
built into PmWiki. I find the UserAuth to be more feature complete
for me. If you want to look at UserAuth it's at:
http://www.pmwiki.org/wiki/Cookbook/UserAuth
AuthUser is built in... see the normal PmWiki docs for that.
> 1 - 3 are the ones i expect to be enabled by default as they are fundamental and common in nowadays wiki.. however i haven't found them yet. the 4th would be nice to have.
>
> thanks,
>
> James.
>
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
More information about the pmwiki-users
mailing list