Piiit / pwPHPwiki

WIKI CMS written in object oriented PHP. Note: This project depends on https://github.com/Piiit/pwPHPtools
1 stars 1 forks source link

Metadata per page #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Every page lies within a folder, that can contain metadata:  
  * Name of the current page
  * Creation date / Tags / Keywords...
  * Accessability / Owner / Creator / ...
  * Category / next page / previous page / linked Template
  * etc.

Also indexing to search fulltext...

Browser access a page with: 
http://some-host.net/home/namespace1/namespace2/.../pagename/

Edit with: 
http://some-host.net/home/namespace1/namespace2/.../pagename/?edit

Change metadata with: 
http://some-host.net/home/namespace1/namespace2/.../pagename/?editmeta

List metadata with: ?meta

etc.

Original issue reported on code.google.com by pitiz29a on 2 Sep 2013 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by pitiz29a on 25 Feb 2014 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by pitiz29a on 25 Feb 2014 at 4:02