Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.4 protected
    lintian-ssg Debian release 1.0.4
    
  • v1.0.3 protected
    lintian-ssg Debian release 1.0.3
    
  • v1.0.2 protected
    lintian-ssg Debian release 1.0.2
    
  • v1.0.1 protected
    lintian-ssg Debian release 1.0.1
  • v1.0.0 protected
    lintian-ssg Debian release 1.0.0
    
  • v0.7.0 protected
    v0.7.0
    
    d074da0 Use coverage badge from shields.io + add go report badge
    1561747 Fix test for lintian.Tag.SeeAlsoHTML
    7aab8dc Add test for lintian.Tag.SeeAlsoHTML
    7703937 Add test for RenamedFrom
    b3fcd7f Fix main_test.getHelp invalid endMark check
    8d3f0bc Make main_test.getHelp simpler to fix formatting
    65453b8 Add tests for --help and --version
    05b7092 Use varargs for assertContains in main_test
    d2e9b80 Add test for --stats option
    ca4682f Add some cases in code_block_test
    f08f403 Add test cases for goldmark_ext
    e5da15c Add more tests for ioutils.WriteFile
    2ee7971 Add basic test for WriteFile + replace io.Copy with file.ReadFrom
    cf266c4 Add more test for ioutil.BodyFilterReader
    cdf51b8 First add of test coverage report (#4)
    7cc5276 Simplify main_test.go by using some high level os/fs helpers
    2f5b4e8 Add e2e tests for --base-url and --no-sitemap options
    531232e Fix manual canonical URL link
    14ed197 Add basic e2e test that checks the content of out dir
    65071d4 Add constants for lintian tags visibility levels
    9baef68 Add test for lintian-explain-tags --format=json unmarshaling
    4b114ef Allow to override manualPath with LINTIAN_MANUAL_PATH envvar
    93d4931 Add setup for main_test.go that allows mocking lintian-explain-tags
    4a89215 Add very fisrt main test, refactor checkErr into panicking
    472666e Fix formatting of go code
    966f354 Show colored diff for incorrectly formatted files in CI
    212a6c0 Show incorrectly formatted files diff in CI
    8400378 Check that files are properly formatted in CI
    d30810f Move version trick into a version package
    e64f6bc Fix lintian package test cases
    ebb4ffb Add basic test for lintian package
    d0cbfb2 Add some test cases for markdown and goldmark_ext packages
    671400c Update Usage section in README
    5a12975 Add detailed user and sys CPU time to --stats
    7d2185d Wait handlePages() completion later
    29febca Allow to pass --base-url without the final slash
    5145851 Fix AnyIndentCodeBlockParser must have no state
    8ad2835 Add missing copyright file headers
    d4e0409 Add basic tests for high level markdown package
    4c5f1fe Sort sitemap for deterministic result (less noise in diffs)
    41eb56e Add number of tags and pages to --stats
    e6746c9 Split buildtime and runtime requirements in README
    d6b8f1d Add usage to README and split off Build section
    b214cce Add --stats option that displays som statistics
    f549c7b Panic instead of simply error out in writeSitemap
    
  • v0.6.0 protected
    v0.6.0
    
    3577cc3 Fix when output directory already exists
    4e0f923 Write help to stdout if -h or --help flag is set
    7f0e31b Add custom usage help message
    58aed95 Add -o, --output-dir option
    5533d07 Add --version flag
    0c98440 Refactor CLI flag definitions
    8d9677a Fix generation with sitemap if out dir does not yet exist
    59777ee Check writeSitemap errors instead of deadlocking
    fcd3feb Move WriteFile from main.go to ioutil
    8cbbb13 Remove unused anonymous import
    054fdc0 Extract lintian structures into their own package
    cd95f60 Extract markdown logic into its own package
    3eadbec Refactor buildTmplParams into methods
    fa243a0 Tag source link now points to the exact version
    e36ec94 Add a link to the source of each tag
    a028ce4 Add a very small intro to Lintian in tag index
    4e6f4b5 Add some custom styles for manual (header links + justify text)
    f9b913e Use corect Lintian SSG name + add lintian version in index
    ab51ac5 Update recommended HTTP server configs + add demo link
    
  • v0.5.0 protected
    v0.5.0
    
    45282f6 Also replace * into *, which should be the last one
    770a69f Fix more special chars in code blocks (< and >)
    421c8e3 Add test for custom AnyIndentCodeBlock parser
    8a6817e Add ioutil test for full read
    523b889 Add CI build badge to README
    cdde185 Add GitHub CI to build & test on all supported versions
    f5190a0 Simplify error handling in main()
    de7f96f Linkify Debian bug references even inside parenthesis
    714ae26 Linkify manpage links in explanation with a new custom inline parser
    cef428e Linkify Debian bug reference using the Bug#nnnn syntax with a custom parser
    ba9558a Simply replace back _ with _ instead of custom codeblock renderer
    317aae8 Differentiate between full and inline markdown styles
    
  • v0.4.0 protected
    v0.4.0
    
    5a04caf Refactor createTagFile() for simpler code in renderTag()
    2dd0d55 Fix root path for renamed tags
    f9d04a7 Some refactorings
    2b93559 Add --no-sitemap flag to disable sitemap generation
    1a9325b Add sitemap.txt generation if --base-url is provided
    dbb3a7a Fix canonical URLs for tags pages
    3c12a2d Add --base-url option, used to add canonical URLs to pages
    05f07db Load taglist.json after full page load
    7a65b22 Hide searchboxes when Javascript is not available
    60553f7 Factorize datalist content out of each page, in a separate json file
    16c2f30 Add about page
    5738ff5 Fix incorrect HTML in renamed tag pages
    e9b8a25 Use pointers for tmplParams where possible
    b5285a5 Add Lintian authors copyright information in footer
    804ab9c Add generator metadata & machine readable generation time
    6a4ee25 Add copyright header to ioutil files
    450a469 Fix comment in ioutil
    1f92d24 Fix empty "See also:" in Screen section for some tags
    6091b32 Fix some code blocks having leading whitespaces
    948d75c Enable goldmark's Linkify extension
    71e2e9f Change 404 message now that renamed pages are generated
    7f373e4 Add generation date to footer
    
  • v0.3.0 protected
    v0.3.0
    
    98a2b36 Generate pages for renamed tags that link to the new one
    315a042 Add recommended Apache configuration
    c1ff2b6 Add test for ioutils
    8cc93e5 Move assets and HTML templates in their own folders
    08ffc72 Generate a 404.html page (can only be used if hosted at the root)
    0ed026e Fix jumpbar on manual page
    4a613fa Insert the manual in a template for a better integration
    c6dfb0c Fix instruction comment in README
    0e590d6 Completely exclude version number if not generated
    29217df Refactor by adding md2htmlWarn and use it everywhere
    
  • v0.2.0 protected
    v0.2.0
    
    86eee06 Make pedantic color slightly more green
    5f6549c Add screens to the page of a tag if they exists
    1dc5271 Fix codeblock rendering
    7d1f1c7 Use striped background instead of another color for experimental tags
    f68c352 Make code font slightly bigger globally
    2a19397 Add lintian version in footer + dirty tag
    
  • v0.1.0 protected
    25ca2f2e · Add version to footer ·
    v0.1.0