This file is indexed.

/usr/share/doc/node-millstone/architecture.txt is in node-millstone 0.6.8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
tilemill:
  - uses millstone to localize datasources upon adding a layer
  - uses carto to compile the stylesheets with the localized datasources
  - uses tilelive/tilelive-mapnik to render maps and grids


millstone:
  - takes MML/JSON file and localizes all datasource references
  - resulting MML/JSON files with local path references is returned


carto:
  - takes MML/JSON file with embedded or referenced carto .mss files
  - compiles carto stylesheet to XML <Stylesheet> objects
  - outputs Mapnik/XML file


tilelive-mapnik:
  - takes Mapnik/XML file and passes it directly to Map constructor:
  - reads MML/JSON file with the same basename in the same directory to
    determine settings. if it doesn't exist, there'll be no interactivity
    and the center is estimated from the bounds.