« get me outta code hell

url-spec-default.yaml « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/url-spec-default.yaml
blob: 10bc0d230de591677dd9108a6161fe5426b5763e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# These are variables which are used to make expressing this
# YAML file more convenient. They are not exposed externally.
# (Stuff which uses this YAML file can't even see the names
# for each variable!)
yamlAliases:
  - &genericPaths
      root: ''
      path: '<>'

  # Static files are all grouped under a `static-${STATIC_VERSION}` folder as
  # part of a build. This is so that multiple builds of a wiki can coexist
  # served from the same server / file system root: older builds' HTML files
  # refer to earlier values of STATIC_VERSION, avoiding name collisions.
  - &staticVersion 3p4

data:
  prefix: 'data/'

  paths:
  - *genericPaths

  - album: 'album/<>'
    artist: 'artist/<>'
    track: 'track/<>'

localized:
  paths:
  - *genericPaths
  - page: '<>/'

    home: ''

    album: 'album/<>/'
    albumCommentary: 'commentary/album/<>/'
    albumGallery: 'album/<>/gallery/'
    albumReferencedArtworks: 'album/<>/referenced-art/'
    albumReferencingArtworks: 'album/<>/referencing-art/'

    artist: 'artist/<>/'
    artistGallery: 'artist/<>/gallery/'

    commentaryIndex: 'commentary/'

    flashIndex: 'flash/'

    flash: 'flash/<>/'

    flashActGallery: 'flash-act/<>/'

    groupInfo: 'group/<>/'
    groupGallery: 'group/<>/gallery/'

    listingIndex: 'list/'

    listing: 'list/<>/'

    newsIndex: 'news/'

    newsEntry: 'news/<>/'

    staticPage: '<>/'

    tag: 'tag/<>/'

    track: 'track/<>/'
    trackReferencedArtworks: 'track/<>/referenced-art/'
    trackReferencingArtworks: 'track/<>/referencing-art/'

# This gets automatically switched in place when working from
# a baseDirectory, so it should never be referenced manually.
# It's also filled in externally to this YAML spec.
localizedWithBaseDirectory: '<auto>'

shared:
  paths: *genericPaths

staticCSS:
  prefix:
  - 'static-'
  - *staticVersion
  - '/css/'

  paths: *genericPaths

staticJS:
  prefix:
  - 'static-'
  - *staticVersion
  - '/js/'

  paths: *genericPaths

staticLib:
  prefix:
  - 'static-'
  - *staticVersion
  - '/lib/'

  paths: *genericPaths

staticMisc:
  prefix:
  - 'static-'
  - *staticVersion
  - '/misc/'

  paths:
  - *genericPaths
  - icon: 'icons.svg#icon-<>'

staticSharedUtil:
  prefix:
  - 'static-'
  - *staticVersion
  - '/shared-util/'

  paths: *genericPaths

media:
  prefix: 'media/'

  paths:
  - *genericPaths

  - albumAdditionalFile: 'album-additional/<>/<>'
    albumBanner: 'album-art/<>/banner.<>'
    albumCover: 'album-art/<>/cover.<>'
    albumWallpaper: 'album-art/<>/bg.<>'
    albumWallpaperPart: 'album-art/<>/<>'

    artistAvatar: 'artist-avatar/<>.<>'

    flashArt: 'flash-art/<>.<>'

    trackCover: 'album-art/<>/<>.<>'

thumb:
  prefix: 'thumb/'
  paths: *genericPaths

searchData:
  prefix: 'search-data/'
  paths: *genericPaths