Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulino/dokuwiki-template-20cones
DokuWiki template with topbar support
https://github.com/paulino/dokuwiki-template-20cones
Last synced: 23 days ago
JSON representation
DokuWiki template with topbar support
- Host: GitHub
- URL: https://github.com/paulino/dokuwiki-template-20cones
- Owner: paulino
- License: gpl-2.0
- Created: 2014-02-02T18:37:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T18:55:18.000Z (about 1 year ago)
- Last Synced: 2023-12-09T19:33:12.018Z (about 1 year ago)
- Language: Less
- Size: 137 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# 20Cones template for DokuWiki
20Cones is a template for DokuWiki based on default template.
You can see a demo in [https://www.20cones.org]
Additional documentation for this template is available at
[http://dokuwiki.org/template:20cones](c) 2023 by Paulino Ruiz de Clavijo Vázquez [[email protected]]
See COPYING for license info.
## Features summary
- Topbar support
- Integrated with [Translation Plugin](http://www.dokuwiki.org/plugin:translation)
- Option to hide the DokuWiki title (hidden by default). It can be changed from configuration page
- Some styles can be customized using the *style.ini* local file: header font and body font.## Topbar
The top bar is split into two parts: the top links and the social icons.
By default, the topbar is rendered from the file **topbar.html** that can be
customized. To use multi-language topbar, you must create a topbar page for each
language using the instructions of translation plugin. For translations, you
must create multiple topbar pages, using one namespace for each language (e.g.
es:topbar, en:topbar, etc.)These pages must only have a list of links, the social part is common for all
languages, and it is rendered from the file **social.html**. No support for
multi-language social part is provided.This is an example of a topbar page:
``` text
* [[en:about|]]
* [[en:downloads|Downloads]]
* [[en:contribute|Contribute]]
* [[en:contact|Contact, bugs, ...]]
```## Adicional notes
- Plugin *translation* is not supported in dropdown mode.