ecogwiki icon indicating copy to clipboard operation
ecogwiki copied to clipboard

config example is not visible

Open yy opened this issue 5 years ago • 1 comments

In the README, there is a link to an example .config: http://www.ecogwiki.com/.config?_type=txt

However, this example page is not visible ("You don't have a permission").

yy avatar Nov 12 '19 17:11 yy

Here's my .config:


.write [email protected]

    #!yaml
    navigation:
      - name: Home
        url: /Home
        shortcut: H
      - name: Posts
        url: /sp.posts
        shortcut: P
      - name: Changes
        url: /sp.changes
        shortcut: C
      - name: About
        url: /About
        style: "float: right"
    admin:
      email: [email protected]
      twitter: alankang
    service:
      domain: www.ecogwiki.com
      title: Ecogwiki
      ga_profile_id: UA-42871229-1
      google_oauth2_web_client_id: "959469477256-vc9g989vednfac2mfj8ieojo7r88pulp.apps.googleusercontent.com"
      google_drive_folder: "ecogwiki_public"
      css_list:
        - "/statics/css/base.css"
      default_permissions:
        read: [[email protected]]
        write: [[email protected]]

Please note that this project is not actively maintained. I don't recommend anyone to use it. I personally use mediawiki now. :(

akngs avatar Nov 12 '19 22:11 akngs