github.com/decred/politeia@v1.4.0/politeiad/backend/gitbe/readme.go (about)

     1  // Copyright (c) 2017-2019 The Decred developers
     2  // Use of this source code is governed by an ISC
     3  // license that can be found in the LICENSE file.
     4  
     5  package gitbe
     6  
     7  const (
     8  	defaultReadme = `politeia
     9  ========
    10  
    11  ## Politeia overview
    12  
    13  This is the repository for the Decred Politeia service.
    14  
    15  ## Source Code 
    16  
    17  https://github.com/decred/politeia
    18  
    19  ## Contact
    20  
    21  https://decred.org/community
    22  
    23  `
    24  )