Things done to base install

some of these are from memory rather than as i was doing them

  • changed config.php
    • added editors group as upload and edit passwords
    • diff and source for editors only
    • AuthUser (did i put this in?)
    • so that author field isnt blank $Author = $AuthID
    • enabled refcount
    • enabled GUI editting buttons
  • added skins - the following are now available (you can navigate away from this page to look round in a different skin and then come back and...)
  • default skin now Triad
    • tweaked and i dont remember how - tweaked version is triad2
      • should figure it out though as the version linked above doesnt work properly with the side bars - they dont stay hidden
    • know tht i changed the menubar
    • and some of the colours
    • and i remember fighting with the ability to show hide the sidebars
  • added multilink (dropdown links)
  • added user skin change
  • added include contents of other page
  • added Zap and ZapChat
  • added table of contents
  • added section edit
    • changed label to simply edit (in config.php)
    • changed to stealth links
  • investigated pdf publish

Things to know

  • every group can have [group].GroupHeader and [group].GroupFooter pages
  • [group].SideBar replaces the main sidebar (works in pmwiki skin too)
  • [group].SideBarFooter adds at the bottom of the main sidebar (only in this skin? doesnt seem to work in orig skin)

tex to wiki

^\\section{\([[:print:]]*\)}$
!! \1
^\\subsection{\([[:print:]]*\)}$
!!! \1
^\\subsubsection{\([[:print:]]*\)}$
!!!! \1
\\emph{\([^}]*\)}
''\1''
\\label{\([^}]*\)}
[[#\1]]
\\ref{\([^}]*\)}
[[#\1 | \1]]
\\item \([[:print:]]*\)
* \1
\\begin{itemize}

\\end{itemize}

\\footnote{\([^}]*\)}
'^(\1)^'
`[^`']*'
'\1'
``\([^"]*\)"
"\1"

reg off
\&
&