Initial commit
[vector.git] / ReadMe.txt
blob49a548b0e9a748fcaecbbc7b5c544929742b4fd1
1 Name: Vector
2 Version: 0.9.3 (2017-08-27)
3 Description: Skin for PmWiki
4 Author: Said Achmiz
5 Contact: said@saidachmiz.net
6 Copyright: Copyright 2017 Said Achmiz
7 html5 validation: Passed (http://validator.w3.org/)
8 css validation: Passed (http://jigsaw.w3.org/css-validator/)
10 Files:
11 vector.css - cascading style sheet
12 vector.php - PHP script (functions)
13 vector.tmpl - template file
14 ReadMe.txt - this file
15 guiedit — folder of custom GUI editing buttons
16 Place contents in wiki.d – folder contents should be placed in wiki/wiki.d
18 This skin is released under the GNU General Public License
19 as published by the Free Software Foundation; either version
20 2 of the License, or (at your option) any later version.
23 Installation:
24 1) Un-zip vector.zip into your skins directory
25 2) Place contents of “Place contents in wiki.d” folder in wiki/wiki.d
26 3) Enable the vector skin in your config.php with:
28 $Skin = 'vector';
30 4) If you have GUI edit buttons enabled ($EnableGUIButtons = 1 in config.php), add the following line in order to use Vector’s custom GUI edit buttons:
32 $GUIButtonDirUrlFmt = '$FarmPubDirUrl/skins/vector/guiedit';
34 5) See http://www.pmwiki.org/wiki/Skins/Vector for additional instructions.
36 Changelog
38 v. 0.9.2 2017-08-24
39  * Several optimizations and bugfixes.
41 v. 0.9.2 2017-08-24
42  * Several improvements and bug-fixes to the Search function; Backlinks bug fixed.
44 v. 0.9.1 2017-08-22
45  * Slightly improved support for tablets & similarly-sized devices.
47 v. 0.9 2017-08-22
48  * Vector is now responsive & mobile-friendly.
50 v. 0.8.2 2017-08-21
51  * Minor cosmetic fixes.
53 v. 0.8.1 2017-08-20
54  * Minor cosmetic fixes.
56 v. 0.8 2017-08-19
57  * Added Talk page feature.
59 v. 0.7.6 2017-08-17
60  * Various minor fixes.
62 v. 0.7.5 2017-08-17
63  * Fixed critical vulnerabilities (& other bugs)
65 v. 0.7 2017-08-17
66  * Added custom search form (Site.Search)
68 v. 0.6 2017-08-16
69  * Assorted bug & compatibility fixes
71 v. 0.5 2017-08-15
72  * Incorporated AutomaticChangeSummary
73  * Added custom Category.Category page
74  * Updated to work with DictIndex
76 v. 0.4 2017-08-15
77  * Updated to work with MediaCategories
78  * Modified edit form to put preview first (like MediaWiki)
80 v. 0.3 2017-08-15
81  * Added custom edit form
83 v. 0.2 2017-08-13
84  * Updated to work with SectionEdit and AutoTOC or HandyTOC
86 v. 0.1 2017-08-13
87  * original release