Commit Graph

1763 Commits

Author SHA1 Message Date
Carsten Haitzler 6db69ff62a Revert "MINOR: Remove dist and example files"
This reverts commit ea04fd3913.
2015-04-17 09:57:31 +09:00
Carsten Haitzler 0f50b1cb16 Revert "MEDIUM: Remove test files"
This reverts commit 2bf5829e21.
2015-04-17 09:57:07 +09:00
Carsten Haitzler 338aeba323 Revert "MINOR: Update .gitignore and ignore more files that we do not need once"
This reverts commit de8ac4b1d4.
2015-04-17 09:51:29 +09:00
Carsten Haitzler 24e870a38b Revert "MINOR: Import conf/local.php as we want to essence of that repo is to"
This reverts commit 140dbb6435.
2015-04-17 09:51:27 +09:00
Carsten Haitzler 3de7c7b142 Revert "MEDIUM: Sync conf/local.php"
This reverts commit 5abfae4d1a.
2015-04-17 09:51:21 +09:00
Carsten Haitzler 5abfae4d1a MEDIUM: Sync conf/local.php 2015-04-17 00:43:08 +01:00
Bertrand Jacquin 140dbb6435 MINOR: Import conf/local.php as we want to essence of that repo is to
keep track of patches and config
2015-04-17 00:42:13 +01:00
Bertrand Jacquin de8ac4b1d4 MINOR: Update .gitignore and ignore more files that we do not need once
import is made

Fully compatible when upgrading from upstream
2015-04-17 00:35:02 +01:00
Carsten Haitzler 75d9a74cf5 www plugin - remove svgpureinsert - not needed if we just add mime
what we really wanted is just adding svg to mimetypes allowed for images
2015-04-16 13:43:51 +09:00
Carsten Haitzler 8e7c7d18d5 www plugins - add exttab3, itemtable and yalist 2015-04-16 13:40:32 +09:00
Carsten Haitzler 5ad3ef60ca www plugin add - svgpureinsert
add svg plugin so we can just put svg files directly in the page
2015-04-16 11:55:37 +09:00
Carsten Haitzler fc68488105 www - dt - remove line at bottom in css 2015-04-15 18:16:45 +09:00
Carsten Haitzler a15d233eb3 www nav - make sure all nav links are absolute so they work in subdirs 2015-04-15 13:53:18 +09:00
Carsten Haitzler 2e5446a0d1 e template - update favicon and touch icon to have shadow for light bg's 2015-04-14 18:59:36 +09:00
Carsten Haitzler abfc94e35d wiki code - make normal libc funcs bright blue and efl keywords white linked 2015-04-14 16:13:02 +09:00
Carsten Haitzler c55c1d32bb WIKI CUSTOM - geshi - add custom code hilighter extensions
name "WIKI CUSTOM" above to find it easy to identify custom patches to
dokuwiki beyond having raw as-per-upstream code. then "geshi" as to
what was modded. this mods geshi and adds a config var. documentation
here:

/* new config - patches to dokuwiki enabled this. this is a directory
 * realtive to 'datadir' config above where we store metadata right in the
 * wiki itself to holid linking and documentation for keywords in specific
 * languages like c, lua, cpp, js, python etc. you need the below directory
 * and then like
 * $dir/$language/keyword-link.txt
 * #dir/$language/keyword-list.txt
 *
 * where $dir is the below base dir and $language is the lang in a code
 * block like c, cpp, js etc. so for example you may have:
 *
 * docs/generated/c/keyword-link.txt
 * docs/generated/c/keyword-list.txt
 *
 * inside your "pages" dir for the wiki. the link file is simply a base url
 * pattern that allows you to direct where a detected keyword link is pointed
 * to such as:
 *
 * /docs/generated/c/keywords/{FNAMEL}
 *
 * this replaces {FNAMEL} with the keyword. so if ou have in the wiki there
 * a keywords directory and keyword.txt - this cam be the documentation for
 * that keyword. this is done to alllow auto-linking of code examples as
 * well as anything else code-related to appropriate documentation for a
 * project without people having to hand link in everything all the time,
 * much like what doxygen does, but in dokuwiki. right now it only works
 * inside code blocks syntax hilighted by geshi
 */
$conf['code_extn'] = 'docs/generated';

you might ewant to set:

/* max cache time for a wiki pagee - this is so that code keyword
 * hilighting works even if a page doesn't have a
 * ~~NOCACHE~~ directive in it. if it has this in it, then code keyword
 * extension hilighting is updated immediately
 */
$conf['cachetime'] = 3600;

(max page cache = 1h).
2015-04-14 16:05:09 +09:00
Carsten Haitzler 7cbe13a800 put rewrite rules updates in git as the file is tracked there...
and this is needed if you want a local copy of the www dokuwiki so
links work.
2015-04-14 11:24:01 +09:00
Carsten Haitzler 61f969c2bf www - use rewrite links for nav bar at tope if we are to have rewrite 2015-04-14 11:20:41 +09:00
Carsten Haitzler 1a2a409651 Revert "MAJOR: Remove install.php"
This reverts commit ad168ecb0d.
2015-04-14 10:41:34 +09:00
Bertrand Jacquin ccab81e1b2 MEDIUM: gitbacked: Move back GIT_AUTHOR_* and SSH_AUTH_SOCK to
lib/plugins/gitbacked/conf/default.php

$GLOBALS['USERINFO'] is not yet available in conf/local.php
2015-04-14 02:29:19 +01:00
Bertrand Jacquin bc433a53ab MAJOR: conf: Fix typo
Leading to:

DokuWiki Setup Error

The mediadir ('media') at /srv/web/enlightenment.org/public_html /data/www-content/media is not found, isn't accessible or writable. You should check your config and permission settings.
2015-04-14 02:09:38 +01:00
Bertrand Jacquin a8f2676a84 MINOR: ignore public_html/data/locks 2015-04-14 01:57:57 +01:00
Bertrand Jacquin 7315e95615 Revert "MINOR: gitbacked/conf: indent config file"
This reverts commit c70e574fb5.
2015-04-14 01:56:06 +01:00
Bertrand Jacquin 5603eedd29 MEDIUM: conf: Store local.php on git.
Move plugins/gitbacked non default config to conf/local.php
2015-04-14 01:55:07 +01:00
Bertrand Jacquin 7f3123dc83 MEDIUM: gitbacked: Use ssh-agent 2015-04-14 01:50:05 +01:00
Bertrand Jacquin e5644e7d4b MEDIUM: gitbacked/conf: Add a nice git author and respect author name
and email
2015-04-13 23:14:45 +01:00
Bertrand Jacquin c70e574fb5 MINOR: gitbacked/conf: indent config file 2015-04-13 23:14:20 +01:00
Bertrand Jacquin 6558b75fbe MINOR: conf: Add back acl.auth.php 2015-04-13 21:55:22 +01:00
Bertrand Jacquin ad072cd319 MEDIUM: Ignore conf/local.php.bak 2015-04-13 21:55:22 +01:00
Bertrand Jacquin bed437499a MEDIUM: Ignore dokuwiki meta directories 2015-04-13 21:55:07 +01:00
Bertrand Jacquin 980567416e MEDIUM: Revert .gitignore as pre-dokuwiki 2015-04-13 21:47:10 +01:00
Bertrand Jacquin af7a8a8305 MAJOR: Revert ss/ as pre-dokuwki
(1ee870ba3d)
2015-04-13 21:38:16 +01:00
Bertrand Jacquin c56f2aabe0 MEDIUM: Remove unused files 2015-04-13 21:33:30 +01:00
Bertrand Jacquin 2bf5829e21 MEDIUM: Remove test files 2015-04-11 21:55:35 +01:00
Bertrand Jacquin ad168ecb0d MAJOR: Remove install.php 2015-04-11 21:54:52 +01:00
Bertrand Jacquin ea04fd3913 MINOR: Remove dist and example files 2015-04-11 21:54:17 +01:00
Bertrand Jacquin 15b5aedf82 MINOR: Replace p.php redirect hack by a .htaccess rule 2015-04-11 21:52:24 +01:00
Bertrand Jacquin 143c691119 MINOR: Add a symlink to favicon.ico so other website will share the same
one
2015-04-11 21:51:45 +01:00
Carsten Haitzler fac9a0bb73 www css - drop to just source code por + mono to make it work 2015-04-08 16:35:56 +09:00
Carsten Haitzler 859673865b typo - fix in www css 2015-04-08 16:31:39 +09:00
Carsten Haitzler 4eeb75bd0b e ww template - fix text editor to have monospace font 2015-04-08 16:30:19 +09:00
Carsten Haitzler 7226722200 www - add p.php to redirect to base site 2015-04-08 14:34:27 +09:00
Carsten Haitzler c0c4e9be43 wiki - add pagetitle plugin 2015-04-08 11:35:00 +09:00
Carsten Haitzler 1504820cb4 wiki css - add padding to page to handle wrap between 768 and 993 px wide 2015-04-08 11:30:14 +09:00
Carsten Haitzler a61a1c913a www template css - remove unused css files 2015-04-08 10:59:07 +09:00
Carsten Haitzler 869777364f www - add caphca plugin for registration 2015-04-08 10:21:56 +09:00
Carsten Haitzler bc017b49da www - add groupmanager plugin 2015-04-07 22:15:11 +09:00
Carsten Haitzler 04c247f57c add gitignore for new wiki 2015-04-07 22:10:44 +09:00
Carsten Haitzler a5e3e4d739 remove acl config from new www 2015-04-07 22:10:04 +09:00
Carsten Haitzler 55e6bffbb8 www ss - add back display.php 2015-04-07 20:50:17 +09:00