1 # page table layout. 2 3 k_page unixified page name 4 p_name original page name 5 p_uri uri-encoded page name (with _O_PATHINFO !) 6 p_modau author name of last change 7 p_creau original author name 8 p_ctime ISO8601 page creation date and time 9 p_vtime ranking, date and time the page content virtually 10 relates to (in simplified local time, mainly for news items) 11 p_mtime ISO8601 date and time of last change 12 p_etime page expiration date and time, in simplified local time 13 because it is similar in purpose to p_vtime . 14 p_modip IP address of last change 15 p_npriv no. of page-level (i.e. private) attachments 16 p_npub no. of public web attachments (no longer used/updated) 17 p_ntbk no. of trackbacks 18 p_ncmt no. of comments (currently not used) 19 p_descr optional page title or short description 20 p_allow authorization groups which are granted read access to the page 21 p_tags optional tags associated with this page; note that tags 22 must be listed both in tag+dat and in page+dat, as the 23 former is used to quickly retrieve tha associated page names, 24 while the latter is used to update tags while editing 25 the page. 26 k_node page unique numeric node ID 27 p_link a URL somewhat associated with the page, like the RSS channel 28 the item came from, or any other URL the editor wants to 29 associate with this page. 30 p_store catalog-related metadata (price, etc.). See the relevant specs. 31 32 #EOF